.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-0209e80e-cbd6-4ff7-a343-73cab1397e64 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 30px;
background-color: rgba(74, 117, 93, 1);
}

#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-af54287a-07ef-4e30-82e1-0bf2c422ed14 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-af54287a-07ef-4e30-82e1-0bf2c422ed14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a4634c2b-a4e7-492d-9786-146d6002c319 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-a4634c2b-a4e7-492d-9786-146d6002c319 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7b858048-8279-46b5-a8aa-3a3abeb8edc2 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
}

#s-9ac9bf45-3616-44ca-8f81-24baf347e2e7 {
  margin-top: 0px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-9ac9bf45-3616-44ca-8f81-24baf347e2e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-9ac9bf45-3616-44ca-8f81-24baf347e2e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-9ac9bf45-3616-44ca-8f81-24baf347e2e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-9ac9bf45-3616-44ca-8f81-24baf347e2e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-e676d527-e8bd-4807-b1e8-b07d40dc8429 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 {
  text-align: left;
}



.shg-c#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-664dcdf8-fc35-4443-b633-ade7e527f0f4 img.shogun-image {
  width: 100%;
}



}
#s-31a6075f-8e7b-4d90-abf8-a780ea6ef2f6 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-31a6075f-8e7b-4d90-abf8-a780ea6ef2f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31a6075f-8e7b-4d90-abf8-a780ea6ef2f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31a6075f-8e7b-4d90-abf8-a780ea6ef2f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31a6075f-8e7b-4d90-abf8-a780ea6ef2f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31a6075f-8e7b-4d90-abf8-a780ea6ef2f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31a6075f-8e7b-4d90-abf8-a780ea6ef2f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31a6075f-8e7b-4d90-abf8-a780ea6ef2f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-dc9e4720-8f71-4193-8401-4795c44ddf32 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc9e4720-8f71-4193-8401-4795c44ddf32 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-561ba2d4-f451-4a8c-a7e4-5fd3ec783f90 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-561ba2d4-f451-4a8c-a7e4-5fd3ec783f90 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-561ba2d4-f451-4a8c-a7e4-5fd3ec783f90 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-561ba2d4-f451-4a8c-a7e4-5fd3ec783f90 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-19972ce0-fc2a-4dfc-bd55-9793acde30da {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-19972ce0-fc2a-4dfc-bd55-9793acde30da:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-19972ce0-fc2a-4dfc-bd55-9793acde30da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-19972ce0-fc2a-4dfc-bd55-9793acde30da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19972ce0-fc2a-4dfc-bd55-9793acde30da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19972ce0-fc2a-4dfc-bd55-9793acde30da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-19972ce0-fc2a-4dfc-bd55-9793acde30da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-130c2253-13f4-42d4-b87f-d7f741359365 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa {
  text-align: left;
}



.shg-c#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-635b1892-cf2c-4cbd-a5b4-41c52ac2c4fa img.shogun-image {
  width: 100%;
}



}
#s-530220a0-99a7-43e2-a099-3b6cdb13a171 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-530220a0-99a7-43e2-a099-3b6cdb13a171"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-530220a0-99a7-43e2-a099-3b6cdb13a171"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-530220a0-99a7-43e2-a099-3b6cdb13a171"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-530220a0-99a7-43e2-a099-3b6cdb13a171"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-530220a0-99a7-43e2-a099-3b6cdb13a171"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-530220a0-99a7-43e2-a099-3b6cdb13a171"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-530220a0-99a7-43e2-a099-3b6cdb13a171"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-220608c7-9160-4d86-9a2b-9c64ca503491 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-220608c7-9160-4d86-9a2b-9c64ca503491 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0f86153b-8d65-4779-831a-0bc3e235d711 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-0f86153b-8d65-4779-831a-0bc3e235d711 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-0f86153b-8d65-4779-831a-0bc3e235d711 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-0f86153b-8d65-4779-831a-0bc3e235d711 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-421b9cdc-f80c-4edb-89fd-dd15e5c91165 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-421b9cdc-f80c-4edb-89fd-dd15e5c91165:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-421b9cdc-f80c-4edb-89fd-dd15e5c91165:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-421b9cdc-f80c-4edb-89fd-dd15e5c91165 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-421b9cdc-f80c-4edb-89fd-dd15e5c91165.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-421b9cdc-f80c-4edb-89fd-dd15e5c91165.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-421b9cdc-f80c-4edb-89fd-dd15e5c91165.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c0f17fc0-56e0-49d9-8fb6-58d22ff5397d {
  background-color: rgba(255, 255, 255, 1);
}

#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 {
  text-align: left;
}



.shg-c#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bf23045-d1b1-45d0-a56b-5c8034f163d3 img.shogun-image {
  width: 100%;
}



}
#s-51dae93b-8546-4f6e-ada8-c1fa0f4faac1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51dae93b-8546-4f6e-ada8-c1fa0f4faac1 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7fca9feb-6e65-4fca-8919-c671b1a9b974 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7fca9feb-6e65-4fca-8919-c671b1a9b974"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fca9feb-6e65-4fca-8919-c671b1a9b974"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7fca9feb-6e65-4fca-8919-c671b1a9b974"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fca9feb-6e65-4fca-8919-c671b1a9b974"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7fca9feb-6e65-4fca-8919-c671b1a9b974"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fca9feb-6e65-4fca-8919-c671b1a9b974"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7fca9feb-6e65-4fca-8919-c671b1a9b974"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-404a6f45-6087-4d48-9043-3e73875ea1e1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-404a6f45-6087-4d48-9043-3e73875ea1e1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-404a6f45-6087-4d48-9043-3e73875ea1e1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-404a6f45-6087-4d48-9043-3e73875ea1e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6:hover {opacity: 0.8 !important;
background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6-root {
    text-align: center;
  }


#s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6-root {
    text-align: center;
  }


#s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6-root {
    text-align: center;
  }


#s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6-root {
    text-align: center;
  }


#s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6-root {
    text-align: center;
  }


#s-7c3a5e91-c747-4aa7-9627-60c9a3080cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-d1bd4d12-4d45-4055-a416-2be8f51d274a {
  background-color: rgba(255, 255, 255, 1);
}

#s-515aeb50-ecd2-4dc7-aaf5-c2eee93df523 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-515aeb50-ecd2-4dc7-aaf5-c2eee93df523"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-515aeb50-ecd2-4dc7-aaf5-c2eee93df523"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-515aeb50-ecd2-4dc7-aaf5-c2eee93df523"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-515aeb50-ecd2-4dc7-aaf5-c2eee93df523"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-515aeb50-ecd2-4dc7-aaf5-c2eee93df523"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-515aeb50-ecd2-4dc7-aaf5-c2eee93df523"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-515aeb50-ecd2-4dc7-aaf5-c2eee93df523"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e12bad94-039c-4b42-8105-922694343bfc {
  text-align: left;
}



.shg-c#s-e12bad94-039c-4b42-8105-922694343bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12bad94-039c-4b42-8105-922694343bfc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e12bad94-039c-4b42-8105-922694343bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12bad94-039c-4b42-8105-922694343bfc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e12bad94-039c-4b42-8105-922694343bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12bad94-039c-4b42-8105-922694343bfc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e12bad94-039c-4b42-8105-922694343bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12bad94-039c-4b42-8105-922694343bfc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e12bad94-039c-4b42-8105-922694343bfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12bad94-039c-4b42-8105-922694343bfc img.shogun-image {
  width: 100%;
}



}
#s-03926171-bbe1-4963-b7f2-3cb8ff7b684c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03926171-bbe1-4963-b7f2-3cb8ff7b684c .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0d34b62f-8cde-45ab-ac47-47226f049d8a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-0d34b62f-8cde-45ab-ac47-47226f049d8a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-0d34b62f-8cde-45ab-ac47-47226f049d8a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-0d34b62f-8cde-45ab-ac47-47226f049d8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d4f4d892-f198-427a-9a0d-17b7a00c63e8 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d4f4d892-f198-427a-9a0d-17b7a00c63e8:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4f4d892-f198-427a-9a0d-17b7a00c63e8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4f4d892-f198-427a-9a0d-17b7a00c63e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4f4d892-f198-427a-9a0d-17b7a00c63e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4f4d892-f198-427a-9a0d-17b7a00c63e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-d4f4d892-f198-427a-9a0d-17b7a00c63e8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-02c470d9-8068-471d-a6e2-f8da11e112fc {
  margin-top: 0px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-02c470d9-8068-471d-a6e2-f8da11e112fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-02c470d9-8068-471d-a6e2-f8da11e112fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-02c470d9-8068-471d-a6e2-f8da11e112fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-02c470d9-8068-471d-a6e2-f8da11e112fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-401362d4-e76d-48c5-ab72-f58c7720cf9d {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 {
  text-align: center;
}



.shg-c#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36ee9075-9e3e-43cf-8a59-3bc830b253f2 img.shogun-image {
  width: 100%;
}



}
#s-2c6f4e5a-87fe-48e2-b67e-07b128dc2501 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2c6f4e5a-87fe-48e2-b67e-07b128dc2501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c6f4e5a-87fe-48e2-b67e-07b128dc2501"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c6f4e5a-87fe-48e2-b67e-07b128dc2501"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c6f4e5a-87fe-48e2-b67e-07b128dc2501"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c6f4e5a-87fe-48e2-b67e-07b128dc2501"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c6f4e5a-87fe-48e2-b67e-07b128dc2501"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c6f4e5a-87fe-48e2-b67e-07b128dc2501"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-7b3b0157-b437-41a4-bdf5-9055e6f18dde {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b3b0157-b437-41a4-bdf5-9055e6f18dde .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d05d8947-91ff-4363-9af2-524b10ceac09 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-d05d8947-91ff-4363-9af2-524b10ceac09 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-d05d8947-91ff-4363-9af2-524b10ceac09 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-d05d8947-91ff-4363-9af2-524b10ceac09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4db2af14-dae6-4f99-a8e5-352176947c68 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4db2af14-dae6-4f99-a8e5-352176947c68:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4db2af14-dae6-4f99-a8e5-352176947c68:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4db2af14-dae6-4f99-a8e5-352176947c68 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4db2af14-dae6-4f99-a8e5-352176947c68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4db2af14-dae6-4f99-a8e5-352176947c68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-4db2af14-dae6-4f99-a8e5-352176947c68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9b02574b-3d7d-4d3d-b88e-e3baaa402e11 {
  background-color: rgba(255, 255, 255, 1);
}

#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 {
  text-align: left;
}



.shg-c#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-696b32ad-fe5b-48b0-93dc-ebbad6b21751 img.shogun-image {
  width: 100%;
}



}
#s-f5ec9ff7-2e03-43a7-b31d-27ddcf763551 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f5ec9ff7-2e03-43a7-b31d-27ddcf763551"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5ec9ff7-2e03-43a7-b31d-27ddcf763551"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5ec9ff7-2e03-43a7-b31d-27ddcf763551"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5ec9ff7-2e03-43a7-b31d-27ddcf763551"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5ec9ff7-2e03-43a7-b31d-27ddcf763551"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5ec9ff7-2e03-43a7-b31d-27ddcf763551"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5ec9ff7-2e03-43a7-b31d-27ddcf763551"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-79a9b3bc-d998-4562-ace3-11cbb169a1b2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79a9b3bc-d998-4562-ace3-11cbb169a1b2 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d22a50f0-25e6-44b0-a121-953b2fd94018 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-d22a50f0-25e6-44b0-a121-953b2fd94018 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-d22a50f0-25e6-44b0-a121-953b2fd94018 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-d22a50f0-25e6-44b0-a121-953b2fd94018 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a58d4ad8-9936-46a9-940a-b8fa65850d99 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a58d4ad8-9936-46a9-940a-b8fa65850d99:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a58d4ad8-9936-46a9-940a-b8fa65850d99:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a58d4ad8-9936-46a9-940a-b8fa65850d99 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a58d4ad8-9936-46a9-940a-b8fa65850d99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a58d4ad8-9936-46a9-940a-b8fa65850d99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-a58d4ad8-9936-46a9-940a-b8fa65850d99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5b870a23-95d5-43b3-9d9e-65e90d8c2da9 {
  background-color: rgba(255, 255, 255, 1);
}

#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 {
  text-align: left;
}



.shg-c#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df5ed9b7-8870-4001-8cc1-a65fcd46d285 img.shogun-image {
  width: 100%;
}



}
#s-e683e287-3a62-4e0b-bdb8-8c093b071862 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e683e287-3a62-4e0b-bdb8-8c093b071862"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e683e287-3a62-4e0b-bdb8-8c093b071862"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e683e287-3a62-4e0b-bdb8-8c093b071862"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e683e287-3a62-4e0b-bdb8-8c093b071862"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e683e287-3a62-4e0b-bdb8-8c093b071862"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e683e287-3a62-4e0b-bdb8-8c093b071862"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e683e287-3a62-4e0b-bdb8-8c093b071862"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-c2d8e3ac-3e4f-47d7-81f8-0ac846ebc2db {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2d8e3ac-3e4f-47d7-81f8-0ac846ebc2db .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0db35107-3b59-48d3-9a4b-69763bcb6d4e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-0db35107-3b59-48d3-9a4b-69763bcb6d4e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-0db35107-3b59-48d3-9a4b-69763bcb6d4e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-0db35107-3b59-48d3-9a4b-69763bcb6d4e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d1362ebb-3ffa-45a2-8435-00a345f2d113 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d1362ebb-3ffa-45a2-8435-00a345f2d113:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d1362ebb-3ffa-45a2-8435-00a345f2d113:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1362ebb-3ffa-45a2-8435-00a345f2d113 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1362ebb-3ffa-45a2-8435-00a345f2d113.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1362ebb-3ffa-45a2-8435-00a345f2d113.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-d1362ebb-3ffa-45a2-8435-00a345f2d113.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-da76738e-2b27-4715-89e9-8b833aec0e23 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd {
  text-align: center;
}



.shg-c#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53907dc0-a7d0-4b61-baa8-4299a8a691dd img.shogun-image {
  width: 100%;
}



}
#s-c15e9db9-bfa2-49fc-a07d-85b8a3cb5cc8 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c15e9db9-bfa2-49fc-a07d-85b8a3cb5cc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c15e9db9-bfa2-49fc-a07d-85b8a3cb5cc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c15e9db9-bfa2-49fc-a07d-85b8a3cb5cc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c15e9db9-bfa2-49fc-a07d-85b8a3cb5cc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c15e9db9-bfa2-49fc-a07d-85b8a3cb5cc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c15e9db9-bfa2-49fc-a07d-85b8a3cb5cc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c15e9db9-bfa2-49fc-a07d-85b8a3cb5cc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-a26c7e7d-49ce-46fa-8f77-02b55c878ef9 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a26c7e7d-49ce-46fa-8f77-02b55c878ef9 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e72f703d-4436-4b54-b98a-c1a422d4a20e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-e72f703d-4436-4b54-b98a-c1a422d4a20e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-e72f703d-4436-4b54-b98a-c1a422d4a20e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-e72f703d-4436-4b54-b98a-c1a422d4a20e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7243bbbc-c06e-48a0-930e-dc6fc8bdaffd {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7243bbbc-c06e-48a0-930e-dc6fc8bdaffd:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7243bbbc-c06e-48a0-930e-dc6fc8bdaffd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7243bbbc-c06e-48a0-930e-dc6fc8bdaffd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7243bbbc-c06e-48a0-930e-dc6fc8bdaffd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7243bbbc-c06e-48a0-930e-dc6fc8bdaffd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-7243bbbc-c06e-48a0-930e-dc6fc8bdaffd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e2e326fe-f0d8-48f7-8869-9e75a4d0320f {
  margin-top: 0%;
margin-left: 30px;
margin-bottom: 1%;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-e2e326fe-f0d8-48f7-8869-9e75a4d0320f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-e2e326fe-f0d8-48f7-8869-9e75a4d0320f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-e2e326fe-f0d8-48f7-8869-9e75a4d0320f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-e2e326fe-f0d8-48f7-8869-9e75a4d0320f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-3db30600-996a-4c97-b318-a3a39393e278 {
  background-color: rgba(255, 255, 255, 1);
}

#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 {
  text-align: left;
}



.shg-c#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04e9f0ec-6c2e-4627-a0cc-1febc4118107 img.shogun-image {
  width: 100%;
}



}
#s-4e0dba5a-dbec-448a-95d7-9ff1ebd1df39 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4e0dba5a-dbec-448a-95d7-9ff1ebd1df39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e0dba5a-dbec-448a-95d7-9ff1ebd1df39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e0dba5a-dbec-448a-95d7-9ff1ebd1df39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e0dba5a-dbec-448a-95d7-9ff1ebd1df39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e0dba5a-dbec-448a-95d7-9ff1ebd1df39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e0dba5a-dbec-448a-95d7-9ff1ebd1df39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e0dba5a-dbec-448a-95d7-9ff1ebd1df39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-430b9a0f-56bb-4436-848e-606560c76641 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-430b9a0f-56bb-4436-848e-606560c76641 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-914651bb-057f-4096-9eba-52f96659f164 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-914651bb-057f-4096-9eba-52f96659f164 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-914651bb-057f-4096-9eba-52f96659f164 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-914651bb-057f-4096-9eba-52f96659f164 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-bd70cf11-feac-4940-83a0-be5072af4be0 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bd70cf11-feac-4940-83a0-be5072af4be0:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bd70cf11-feac-4940-83a0-be5072af4be0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bd70cf11-feac-4940-83a0-be5072af4be0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bd70cf11-feac-4940-83a0-be5072af4be0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd70cf11-feac-4940-83a0-be5072af4be0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-bd70cf11-feac-4940-83a0-be5072af4be0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c1499330-1f12-4ab6-adac-d3e48d5c132e {
  background-color: rgba(255, 255, 255, 1);
}

#s-8c341332-7731-4b3c-acdc-deb285a6fcfb {
  text-align: left;
}



.shg-c#s-8c341332-7731-4b3c-acdc-deb285a6fcfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c341332-7731-4b3c-acdc-deb285a6fcfb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c341332-7731-4b3c-acdc-deb285a6fcfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c341332-7731-4b3c-acdc-deb285a6fcfb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8c341332-7731-4b3c-acdc-deb285a6fcfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c341332-7731-4b3c-acdc-deb285a6fcfb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8c341332-7731-4b3c-acdc-deb285a6fcfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c341332-7731-4b3c-acdc-deb285a6fcfb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8c341332-7731-4b3c-acdc-deb285a6fcfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c341332-7731-4b3c-acdc-deb285a6fcfb img.shogun-image {
  width: 100%;
}



}
#s-98c70608-841a-4dcb-8ef7-7df76481dbd8 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-98c70608-841a-4dcb-8ef7-7df76481dbd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98c70608-841a-4dcb-8ef7-7df76481dbd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98c70608-841a-4dcb-8ef7-7df76481dbd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98c70608-841a-4dcb-8ef7-7df76481dbd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98c70608-841a-4dcb-8ef7-7df76481dbd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98c70608-841a-4dcb-8ef7-7df76481dbd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98c70608-841a-4dcb-8ef7-7df76481dbd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-7d2cd9f8-0a94-473d-9a7f-45e590b39c8d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d2cd9f8-0a94-473d-9a7f-45e590b39c8d .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e760f54b-3f96-48d6-bc56-c89cbd7d9d9f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-e760f54b-3f96-48d6-bc56-c89cbd7d9d9f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-e760f54b-3f96-48d6-bc56-c89cbd7d9d9f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-e760f54b-3f96-48d6-bc56-c89cbd7d9d9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1b20a531-5b93-4d4a-abd4-1d3eaa2edb80 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1b20a531-5b93-4d4a-abd4-1d3eaa2edb80:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1b20a531-5b93-4d4a-abd4-1d3eaa2edb80:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1b20a531-5b93-4d4a-abd4-1d3eaa2edb80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b20a531-5b93-4d4a-abd4-1d3eaa2edb80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b20a531-5b93-4d4a-abd4-1d3eaa2edb80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-1b20a531-5b93-4d4a-abd4-1d3eaa2edb80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-143beb6a-5f4d-4d52-9245-7472b01c7681 {
  background-color: rgba(255, 255, 255, 1);
}

#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 {
  text-align: left;
}



.shg-c#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bbf2ce8-070d-4451-be94-6a7a377f26e1 img.shogun-image {
  width: 100%;
}



}
#s-afd19258-6726-4906-a64f-67223f2aa6d1 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-afd19258-6726-4906-a64f-67223f2aa6d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afd19258-6726-4906-a64f-67223f2aa6d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-afd19258-6726-4906-a64f-67223f2aa6d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-afd19258-6726-4906-a64f-67223f2aa6d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-afd19258-6726-4906-a64f-67223f2aa6d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-afd19258-6726-4906-a64f-67223f2aa6d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-afd19258-6726-4906-a64f-67223f2aa6d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-a60f8c3a-fedf-4645-819a-ae58129d1bab {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a60f8c3a-fedf-4645-819a-ae58129d1bab .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8fdb4701-bf0d-4948-8ba2-a65c7d77ca41 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-8fdb4701-bf0d-4948-8ba2-a65c7d77ca41 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-8fdb4701-bf0d-4948-8ba2-a65c7d77ca41 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-8fdb4701-bf0d-4948-8ba2-a65c7d77ca41 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fedb76fe-b6a1-4aaf-b0cc-4168676e1a45 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fedb76fe-b6a1-4aaf-b0cc-4168676e1a45:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fedb76fe-b6a1-4aaf-b0cc-4168676e1a45:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fedb76fe-b6a1-4aaf-b0cc-4168676e1a45 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fedb76fe-b6a1-4aaf-b0cc-4168676e1a45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fedb76fe-b6a1-4aaf-b0cc-4168676e1a45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-fedb76fe-b6a1-4aaf-b0cc-4168676e1a45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d634a8e5-03af-4efb-881e-eaa536001ea4 {
  background-color: rgba(255, 255, 255, 1);
}

#s-37251660-11dd-45b5-ae04-3998061ee8bb {
  text-align: left;
}



.shg-c#s-37251660-11dd-45b5-ae04-3998061ee8bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37251660-11dd-45b5-ae04-3998061ee8bb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-37251660-11dd-45b5-ae04-3998061ee8bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37251660-11dd-45b5-ae04-3998061ee8bb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-37251660-11dd-45b5-ae04-3998061ee8bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37251660-11dd-45b5-ae04-3998061ee8bb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-37251660-11dd-45b5-ae04-3998061ee8bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37251660-11dd-45b5-ae04-3998061ee8bb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-37251660-11dd-45b5-ae04-3998061ee8bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37251660-11dd-45b5-ae04-3998061ee8bb img.shogun-image {
  width: 100%;
}



}
#s-c2a328ef-3291-4126-a216-1e86df59c153 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c2a328ef-3291-4126-a216-1e86df59c153"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2a328ef-3291-4126-a216-1e86df59c153"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2a328ef-3291-4126-a216-1e86df59c153"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2a328ef-3291-4126-a216-1e86df59c153"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2a328ef-3291-4126-a216-1e86df59c153"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2a328ef-3291-4126-a216-1e86df59c153"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2a328ef-3291-4126-a216-1e86df59c153"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-d9f31790-1236-462a-912d-0296ea7e130c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9f31790-1236-462a-912d-0296ea7e130c .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2ef4f114-c37e-41f3-8644-4b8b23bd24c7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-2ef4f114-c37e-41f3-8644-4b8b23bd24c7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-2ef4f114-c37e-41f3-8644-4b8b23bd24c7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-2ef4f114-c37e-41f3-8644-4b8b23bd24c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-adce2f42-f84b-4b5a-97e9-d266b353cb82 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-adce2f42-f84b-4b5a-97e9-d266b353cb82:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-adce2f42-f84b-4b5a-97e9-d266b353cb82:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-adce2f42-f84b-4b5a-97e9-d266b353cb82 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adce2f42-f84b-4b5a-97e9-d266b353cb82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adce2f42-f84b-4b5a-97e9-d266b353cb82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-adce2f42-f84b-4b5a-97e9-d266b353cb82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6f038b1c-2cac-4669-94a7-91c4fd10fa7c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 2%;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-6f038b1c-2cac-4669-94a7-91c4fd10fa7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-6f038b1c-2cac-4669-94a7-91c4fd10fa7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-6f038b1c-2cac-4669-94a7-91c4fd10fa7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-6f038b1c-2cac-4669-94a7-91c4fd10fa7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-20070903-4b09-4202-89da-708f483e1424 {
  background-color: rgba(255, 255, 255, 1);
}

#s-e0116348-562b-41e1-8179-16d3d0ffd9fe {
  text-align: left;
}



.shg-c#s-e0116348-562b-41e1-8179-16d3d0ffd9fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0116348-562b-41e1-8179-16d3d0ffd9fe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e0116348-562b-41e1-8179-16d3d0ffd9fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0116348-562b-41e1-8179-16d3d0ffd9fe img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e0116348-562b-41e1-8179-16d3d0ffd9fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0116348-562b-41e1-8179-16d3d0ffd9fe img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e0116348-562b-41e1-8179-16d3d0ffd9fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0116348-562b-41e1-8179-16d3d0ffd9fe img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e0116348-562b-41e1-8179-16d3d0ffd9fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0116348-562b-41e1-8179-16d3d0ffd9fe img.shogun-image {
  width: 100%;
}



}
#s-3f4497da-ef1b-42e3-85b9-7a65dbb9047b {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3f4497da-ef1b-42e3-85b9-7a65dbb9047b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f4497da-ef1b-42e3-85b9-7a65dbb9047b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f4497da-ef1b-42e3-85b9-7a65dbb9047b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f4497da-ef1b-42e3-85b9-7a65dbb9047b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f4497da-ef1b-42e3-85b9-7a65dbb9047b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f4497da-ef1b-42e3-85b9-7a65dbb9047b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f4497da-ef1b-42e3-85b9-7a65dbb9047b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e572f0fc-cd76-47e6-81f2-b045b78c664a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e572f0fc-cd76-47e6-81f2-b045b78c664a .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3b99a0f8-52e9-4317-99e9-b501c1555e61 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-3b99a0f8-52e9-4317-99e9-b501c1555e61 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-3b99a0f8-52e9-4317-99e9-b501c1555e61 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-3b99a0f8-52e9-4317-99e9-b501c1555e61 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ce0f3fd0-d34f-44dc-98c9-40127acfe7d3 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ce0f3fd0-d34f-44dc-98c9-40127acfe7d3:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ce0f3fd0-d34f-44dc-98c9-40127acfe7d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce0f3fd0-d34f-44dc-98c9-40127acfe7d3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce0f3fd0-d34f-44dc-98c9-40127acfe7d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce0f3fd0-d34f-44dc-98c9-40127acfe7d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-ce0f3fd0-d34f-44dc-98c9-40127acfe7d3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a01e16aa-7bad-4858-bead-6d24460ecf93 {
  background-color: rgba(255, 255, 255, 1);
}

#s-54ad67ce-5961-4747-8373-babf8b7d63d1 {
  text-align: left;
}



.shg-c#s-54ad67ce-5961-4747-8373-babf8b7d63d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ad67ce-5961-4747-8373-babf8b7d63d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54ad67ce-5961-4747-8373-babf8b7d63d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ad67ce-5961-4747-8373-babf8b7d63d1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-54ad67ce-5961-4747-8373-babf8b7d63d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ad67ce-5961-4747-8373-babf8b7d63d1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-54ad67ce-5961-4747-8373-babf8b7d63d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ad67ce-5961-4747-8373-babf8b7d63d1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-54ad67ce-5961-4747-8373-babf8b7d63d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ad67ce-5961-4747-8373-babf8b7d63d1 img.shogun-image {
  width: 100%;
}



}
#s-2211483a-cce8-4972-ae66-a796aad30a51 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2211483a-cce8-4972-ae66-a796aad30a51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2211483a-cce8-4972-ae66-a796aad30a51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2211483a-cce8-4972-ae66-a796aad30a51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2211483a-cce8-4972-ae66-a796aad30a51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2211483a-cce8-4972-ae66-a796aad30a51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2211483a-cce8-4972-ae66-a796aad30a51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2211483a-cce8-4972-ae66-a796aad30a51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-7deeda79-07a3-4f86-97f3-fe0790eb28ae {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7deeda79-07a3-4f86-97f3-fe0790eb28ae .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-02ecdd8a-0682-40cb-8409-2e9e130851ca {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-02ecdd8a-0682-40cb-8409-2e9e130851ca .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-02ecdd8a-0682-40cb-8409-2e9e130851ca .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-02ecdd8a-0682-40cb-8409-2e9e130851ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-94f2974a-225e-4fd6-9268-94c8db4c3b3e {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-94f2974a-225e-4fd6-9268-94c8db4c3b3e:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-94f2974a-225e-4fd6-9268-94c8db4c3b3e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94f2974a-225e-4fd6-9268-94c8db4c3b3e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94f2974a-225e-4fd6-9268-94c8db4c3b3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94f2974a-225e-4fd6-9268-94c8db4c3b3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-94f2974a-225e-4fd6-9268-94c8db4c3b3e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3f45bb3b-254b-4183-88ca-c3d96fa31daa {
  background-color: rgba(255, 255, 255, 1);
}

#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 {
  text-align: left;
}



.shg-c#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3c08f95-665d-4a38-bdde-2c8c79b4aa57 img.shogun-image {
  width: 100%;
}



}
#s-d051665e-2bb5-4e24-8867-57bd1ec1bb1e {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d051665e-2bb5-4e24-8867-57bd1ec1bb1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d051665e-2bb5-4e24-8867-57bd1ec1bb1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d051665e-2bb5-4e24-8867-57bd1ec1bb1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d051665e-2bb5-4e24-8867-57bd1ec1bb1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d051665e-2bb5-4e24-8867-57bd1ec1bb1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d051665e-2bb5-4e24-8867-57bd1ec1bb1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d051665e-2bb5-4e24-8867-57bd1ec1bb1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-349f2e1d-4324-4244-be56-ad558a50b08d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-349f2e1d-4324-4244-be56-ad558a50b08d .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a2a18dab-fb3a-491f-9171-f51807a9372e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-a2a18dab-fb3a-491f-9171-f51807a9372e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-a2a18dab-fb3a-491f-9171-f51807a9372e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-a2a18dab-fb3a-491f-9171-f51807a9372e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-75b9119e-6351-4cd0-bdd5-07e7e79e586e {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-75b9119e-6351-4cd0-bdd5-07e7e79e586e:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75b9119e-6351-4cd0-bdd5-07e7e79e586e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75b9119e-6351-4cd0-bdd5-07e7e79e586e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75b9119e-6351-4cd0-bdd5-07e7e79e586e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75b9119e-6351-4cd0-bdd5-07e7e79e586e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-75b9119e-6351-4cd0-bdd5-07e7e79e586e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c3aaf1b7-bdb7-43b4-86dd-21dc612611d1 {
  background-color: rgba(255, 255, 255, 1);
}

#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 {
  text-align: left;
}



.shg-c#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da4ec827-6d35-4962-8fec-ea0d8a0ae059 img.shogun-image {
  width: 100%;
}



}
#s-6a308b40-87c5-4481-9b69-e2b9445ef5c4 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6a308b40-87c5-4481-9b69-e2b9445ef5c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a308b40-87c5-4481-9b69-e2b9445ef5c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a308b40-87c5-4481-9b69-e2b9445ef5c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a308b40-87c5-4481-9b69-e2b9445ef5c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a308b40-87c5-4481-9b69-e2b9445ef5c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a308b40-87c5-4481-9b69-e2b9445ef5c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a308b40-87c5-4481-9b69-e2b9445ef5c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-36490dbc-8321-49ff-867a-820080434f0c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36490dbc-8321-49ff-867a-820080434f0c .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6f5019f7-ab99-44a1-9105-d676ec5c26f6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-6f5019f7-ab99-44a1-9105-d676ec5c26f6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-6f5019f7-ab99-44a1-9105-d676ec5c26f6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-6f5019f7-ab99-44a1-9105-d676ec5c26f6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6a362294-4a0c-48a0-9cfc-69d0005a8fa7 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6a362294-4a0c-48a0-9cfc-69d0005a8fa7:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6a362294-4a0c-48a0-9cfc-69d0005a8fa7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6a362294-4a0c-48a0-9cfc-69d0005a8fa7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6a362294-4a0c-48a0-9cfc-69d0005a8fa7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a362294-4a0c-48a0-9cfc-69d0005a8fa7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-6a362294-4a0c-48a0-9cfc-69d0005a8fa7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-155fdde3-003b-4939-9158-3ce3e0bf12a7 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-155fdde3-003b-4939-9158-3ce3e0bf12a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-363203a5-8e0a-4ffa-bc01-668a82762f29 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(177, 28, 33, 1);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-363203a5-8e0a-4ffa-bc01-668a82762f29:hover {opacity: 0.8 !important;
background-color: rgba(74, 117, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-363203a5-8e0a-4ffa-bc01-668a82762f29:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-363203a5-8e0a-4ffa-bc01-668a82762f29-root {
    text-align: center;
  }


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-363203a5-8e0a-4ffa-bc01-668a82762f29-root {
    text-align: center;
  }


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-363203a5-8e0a-4ffa-bc01-668a82762f29-root {
    text-align: center;
  }


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-363203a5-8e0a-4ffa-bc01-668a82762f29-root {
    text-align: center;
  }


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-363203a5-8e0a-4ffa-bc01-668a82762f29-root {
    text-align: center;
  }


#s-363203a5-8e0a-4ffa-bc01-668a82762f29.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-ac9b2f1c-2189-482e-96b0-193e3b6cf2a0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-ac9b2f1c-2189-482e-96b0-193e3b6cf2a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac9b2f1c-2189-482e-96b0-193e3b6cf2a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac9b2f1c-2189-482e-96b0-193e3b6cf2a0 {
  
}
}@media (max-width: 767px){#s-ac9b2f1c-2189-482e-96b0-193e3b6cf2a0 {
  
}
}







#s-ac9b2f1c-2189-482e-96b0-193e3b6cf2a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac9b2f1c-2189-482e-96b0-193e3b6cf2a0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1ec2424c-3e00-413c-9008-9d41eb01fac3 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-1ec2424c-3e00-413c-9008-9d41eb01fac3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ec2424c-3e00-413c-9008-9d41eb01fac3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1ec2424c-3e00-413c-9008-9d41eb01fac3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ec2424c-3e00-413c-9008-9d41eb01fac3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1ec2424c-3e00-413c-9008-9d41eb01fac3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ec2424c-3e00-413c-9008-9d41eb01fac3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1ec2424c-3e00-413c-9008-9d41eb01fac3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-178eb5d1-f70c-4823-b0b4-f7253db12b60 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-178eb5d1-f70c-4823-b0b4-f7253db12b60 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-775d5839-7db4-400d-b5f1-93c0c2ce7436 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
}

#s-6a481234-cb46-4fc8-9d05-88109dd3133f {
  margin-top: 0px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-6a481234-cb46-4fc8-9d05-88109dd3133f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-6a481234-cb46-4fc8-9d05-88109dd3133f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-6a481234-cb46-4fc8-9d05-88109dd3133f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-6a481234-cb46-4fc8-9d05-88109dd3133f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-176c691d-566e-4250-a09b-111a38a5cf43 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 {
  text-align: left;
}



.shg-c#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd01a875-e7c4-43b1-abd1-543b77067bc2 img.shogun-image {
  width: 100%;
}



}
#s-6eaed034-29a6-4af4-90ea-713491530bca {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6eaed034-29a6-4af4-90ea-713491530bca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6eaed034-29a6-4af4-90ea-713491530bca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6eaed034-29a6-4af4-90ea-713491530bca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6eaed034-29a6-4af4-90ea-713491530bca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6eaed034-29a6-4af4-90ea-713491530bca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6eaed034-29a6-4af4-90ea-713491530bca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6eaed034-29a6-4af4-90ea-713491530bca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-fc57d6ec-8c1e-4308-a1de-f8e4d2e0a80e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc57d6ec-8c1e-4308-a1de-f8e4d2e0a80e .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ba037dd0-5623-42b1-b1bb-6c6b97e46343 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-ba037dd0-5623-42b1-b1bb-6c6b97e46343 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-ba037dd0-5623-42b1-b1bb-6c6b97e46343 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-ba037dd0-5623-42b1-b1bb-6c6b97e46343 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-745adc82-0157-4d6d-a773-8aea430e091f {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-745adc82-0157-4d6d-a773-8aea430e091f:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-745adc82-0157-4d6d-a773-8aea430e091f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-745adc82-0157-4d6d-a773-8aea430e091f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-745adc82-0157-4d6d-a773-8aea430e091f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-745adc82-0157-4d6d-a773-8aea430e091f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-745adc82-0157-4d6d-a773-8aea430e091f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0eda4568-c718-4037-a855-98ca20204c06 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c {
  text-align: left;
}



.shg-c#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d72e5f-5f2d-4ed1-8a63-c2293589248c img.shogun-image {
  width: 100%;
}



}
#s-e756583d-987a-4b39-b2ff-93c5ef3a9ea6 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e756583d-987a-4b39-b2ff-93c5ef3a9ea6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e756583d-987a-4b39-b2ff-93c5ef3a9ea6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e756583d-987a-4b39-b2ff-93c5ef3a9ea6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e756583d-987a-4b39-b2ff-93c5ef3a9ea6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e756583d-987a-4b39-b2ff-93c5ef3a9ea6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e756583d-987a-4b39-b2ff-93c5ef3a9ea6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e756583d-987a-4b39-b2ff-93c5ef3a9ea6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-73efb50d-b567-4322-9dce-4fcfbeb31299 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73efb50d-b567-4322-9dce-4fcfbeb31299 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c94724bd-1e2b-4f92-91d5-d65661ac9e4d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-c94724bd-1e2b-4f92-91d5-d65661ac9e4d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-c94724bd-1e2b-4f92-91d5-d65661ac9e4d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-c94724bd-1e2b-4f92-91d5-d65661ac9e4d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-40ff1c5a-d375-4cd1-bc4a-42fa9b19969f {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-40ff1c5a-d375-4cd1-bc4a-42fa9b19969f:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40ff1c5a-d375-4cd1-bc4a-42fa9b19969f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-40ff1c5a-d375-4cd1-bc4a-42fa9b19969f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40ff1c5a-d375-4cd1-bc4a-42fa9b19969f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40ff1c5a-d375-4cd1-bc4a-42fa9b19969f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-40ff1c5a-d375-4cd1-bc4a-42fa9b19969f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-31b113dd-43d8-4d1d-9ab1-90b0096b1c54 {
  background-color: rgba(255, 255, 255, 1);
}

#s-a6bc181b-d406-40fb-a6a1-141b919e705b {
  text-align: left;
}



.shg-c#s-a6bc181b-d406-40fb-a6a1-141b919e705b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6bc181b-d406-40fb-a6a1-141b919e705b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a6bc181b-d406-40fb-a6a1-141b919e705b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6bc181b-d406-40fb-a6a1-141b919e705b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a6bc181b-d406-40fb-a6a1-141b919e705b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6bc181b-d406-40fb-a6a1-141b919e705b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a6bc181b-d406-40fb-a6a1-141b919e705b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6bc181b-d406-40fb-a6a1-141b919e705b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a6bc181b-d406-40fb-a6a1-141b919e705b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6bc181b-d406-40fb-a6a1-141b919e705b img.shogun-image {
  width: 100%;
}



}
#s-03fbf643-70ba-41eb-aead-1e1e64f6311c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03fbf643-70ba-41eb-aead-1e1e64f6311c .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-99f5d5e8-0c99-421e-8994-7e2bf4b654e9 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-99f5d5e8-0c99-421e-8994-7e2bf4b654e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99f5d5e8-0c99-421e-8994-7e2bf4b654e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99f5d5e8-0c99-421e-8994-7e2bf4b654e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99f5d5e8-0c99-421e-8994-7e2bf4b654e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99f5d5e8-0c99-421e-8994-7e2bf4b654e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99f5d5e8-0c99-421e-8994-7e2bf4b654e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99f5d5e8-0c99-421e-8994-7e2bf4b654e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-3212938c-d8f6-40f4-a194-80c0c3f7fd4e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-3212938c-d8f6-40f4-a194-80c0c3f7fd4e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-3212938c-d8f6-40f4-a194-80c0c3f7fd4e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-3212938c-d8f6-40f4-a194-80c0c3f7fd4e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2da4f649-b8da-43de-b897-fa6df8195377 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2da4f649-b8da-43de-b897-fa6df8195377:hover {opacity: 0.8 !important;
background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2da4f649-b8da-43de-b897-fa6df8195377:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-2da4f649-b8da-43de-b897-fa6df8195377-root {
    text-align: center;
  }


#s-2da4f649-b8da-43de-b897-fa6df8195377.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2da4f649-b8da-43de-b897-fa6df8195377-root {
    text-align: center;
  }


#s-2da4f649-b8da-43de-b897-fa6df8195377.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2da4f649-b8da-43de-b897-fa6df8195377-root {
    text-align: center;
  }


#s-2da4f649-b8da-43de-b897-fa6df8195377.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2da4f649-b8da-43de-b897-fa6df8195377-root {
    text-align: center;
  }


#s-2da4f649-b8da-43de-b897-fa6df8195377.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2da4f649-b8da-43de-b897-fa6df8195377-root {
    text-align: center;
  }


#s-2da4f649-b8da-43de-b897-fa6df8195377.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-c0b77d84-0c06-4230-937b-927c9a88d159 {
  background-color: rgba(255, 255, 255, 1);
}

#s-2396a7db-cd95-413b-bab0-ce240b7452bb {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2396a7db-cd95-413b-bab0-ce240b7452bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2396a7db-cd95-413b-bab0-ce240b7452bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2396a7db-cd95-413b-bab0-ce240b7452bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2396a7db-cd95-413b-bab0-ce240b7452bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2396a7db-cd95-413b-bab0-ce240b7452bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2396a7db-cd95-413b-bab0-ce240b7452bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2396a7db-cd95-413b-bab0-ce240b7452bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b {
  text-align: left;
}



.shg-c#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c8924fa-82cf-43e7-ae14-bfcc4fc3329b img.shogun-image {
  width: 100%;
}



}
#s-b2a5d073-b139-44ec-8f18-03343fc45dee {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2a5d073-b139-44ec-8f18-03343fc45dee .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1de6e3da-588a-4f47-8688-07c68a83c8b6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-1de6e3da-588a-4f47-8688-07c68a83c8b6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-1de6e3da-588a-4f47-8688-07c68a83c8b6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-1de6e3da-588a-4f47-8688-07c68a83c8b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-de68d0ed-0623-4561-8a71-be0394aff1c2 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-de68d0ed-0623-4561-8a71-be0394aff1c2:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de68d0ed-0623-4561-8a71-be0394aff1c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de68d0ed-0623-4561-8a71-be0394aff1c2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de68d0ed-0623-4561-8a71-be0394aff1c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de68d0ed-0623-4561-8a71-be0394aff1c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-de68d0ed-0623-4561-8a71-be0394aff1c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6219152b-782a-4364-9f9d-785695d45873 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 1%;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-6219152b-782a-4364-9f9d-785695d45873"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6219152b-782a-4364-9f9d-785695d45873"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-6219152b-782a-4364-9f9d-785695d45873"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-6219152b-782a-4364-9f9d-785695d45873"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-2cd09b11-a651-4a7f-b609-d8956a99b50a {
  background-color: rgba(255, 255, 255, 1);
}

#s-4343a40a-75f5-46cd-b062-75c385233359 {
  text-align: left;
}



.shg-c#s-4343a40a-75f5-46cd-b062-75c385233359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4343a40a-75f5-46cd-b062-75c385233359 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4343a40a-75f5-46cd-b062-75c385233359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4343a40a-75f5-46cd-b062-75c385233359 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4343a40a-75f5-46cd-b062-75c385233359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4343a40a-75f5-46cd-b062-75c385233359 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4343a40a-75f5-46cd-b062-75c385233359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4343a40a-75f5-46cd-b062-75c385233359 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4343a40a-75f5-46cd-b062-75c385233359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4343a40a-75f5-46cd-b062-75c385233359 img.shogun-image {
  width: 100%;
}



}
#s-f5f4bda7-7030-4a8e-86f4-57370e1395ea {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5f4bda7-7030-4a8e-86f4-57370e1395ea .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6daa9e59-1463-4924-bd8f-12cfbb0cd227 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6daa9e59-1463-4924-bd8f-12cfbb0cd227"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6daa9e59-1463-4924-bd8f-12cfbb0cd227"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6daa9e59-1463-4924-bd8f-12cfbb0cd227"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6daa9e59-1463-4924-bd8f-12cfbb0cd227"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6daa9e59-1463-4924-bd8f-12cfbb0cd227"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6daa9e59-1463-4924-bd8f-12cfbb0cd227"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6daa9e59-1463-4924-bd8f-12cfbb0cd227"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-f64381ca-3393-4a8b-aad8-82d5c0f0d9b6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-f64381ca-3393-4a8b-aad8-82d5c0f0d9b6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-f64381ca-3393-4a8b-aad8-82d5c0f0d9b6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-f64381ca-3393-4a8b-aad8-82d5c0f0d9b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f:hover {opacity: 0.8 !important;
background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f-root {
    text-align: center;
  }


#s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f-root {
    text-align: center;
  }


#s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f-root {
    text-align: center;
  }


#s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f-root {
    text-align: center;
  }


#s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f-root {
    text-align: center;
  }


#s-055cfa67-a3bb-4bbf-a4dc-829bfd50ae4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-a520601a-5bc3-4ad5-a464-e01826b60843 {
  background-color: rgba(255, 255, 255, 1);
}

#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 {
  text-align: left;
}



.shg-c#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ded1505-8d6f-42b4-8bba-3ae3c8415659 img.shogun-image {
  width: 100%;
}



}
#s-62f21d58-4c2b-45fc-a0a9-c49fc795f38b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62f21d58-4c2b-45fc-a0a9-c49fc795f38b .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a3f241cc-86d6-403b-aa68-195e418e5f31 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a3f241cc-86d6-403b-aa68-195e418e5f31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3f241cc-86d6-403b-aa68-195e418e5f31"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3f241cc-86d6-403b-aa68-195e418e5f31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3f241cc-86d6-403b-aa68-195e418e5f31"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3f241cc-86d6-403b-aa68-195e418e5f31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3f241cc-86d6-403b-aa68-195e418e5f31"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3f241cc-86d6-403b-aa68-195e418e5f31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-7928ef25-0bcf-4c1d-b189-436d7666e8fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-7928ef25-0bcf-4c1d-b189-436d7666e8fc .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-7928ef25-0bcf-4c1d-b189-436d7666e8fc .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-7928ef25-0bcf-4c1d-b189-436d7666e8fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-dd13e713-6562-4f07-883c-493824df2146 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-dd13e713-6562-4f07-883c-493824df2146:hover {opacity: 0.8 !important;
background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dd13e713-6562-4f07-883c-493824df2146:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-dd13e713-6562-4f07-883c-493824df2146-root {
    text-align: center;
  }


#s-dd13e713-6562-4f07-883c-493824df2146.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dd13e713-6562-4f07-883c-493824df2146-root {
    text-align: center;
  }


#s-dd13e713-6562-4f07-883c-493824df2146.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd13e713-6562-4f07-883c-493824df2146-root {
    text-align: center;
  }


#s-dd13e713-6562-4f07-883c-493824df2146.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd13e713-6562-4f07-883c-493824df2146-root {
    text-align: center;
  }


#s-dd13e713-6562-4f07-883c-493824df2146.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dd13e713-6562-4f07-883c-493824df2146-root {
    text-align: center;
  }


#s-dd13e713-6562-4f07-883c-493824df2146.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-38539cd0-17d7-4510-9a1b-fe2a5f4f8dcb {
  background-color: rgba(255, 255, 255, 1);
}

#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 {
  text-align: left;
}



.shg-c#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ba2641-01ad-4639-8c08-89d7cbccc9a7 img.shogun-image {
  width: 100%;
}



}
#s-8dd09a84-9c1c-4374-9853-c096c6cdce0c {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8dd09a84-9c1c-4374-9853-c096c6cdce0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dd09a84-9c1c-4374-9853-c096c6cdce0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8dd09a84-9c1c-4374-9853-c096c6cdce0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8dd09a84-9c1c-4374-9853-c096c6cdce0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8dd09a84-9c1c-4374-9853-c096c6cdce0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dd09a84-9c1c-4374-9853-c096c6cdce0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8dd09a84-9c1c-4374-9853-c096c6cdce0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-35dbf7d6-295f-4fb3-9226-e51913137f71 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35dbf7d6-295f-4fb3-9226-e51913137f71 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e8c2b24d-03be-498f-9c59-93ce17dce559 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-e8c2b24d-03be-498f-9c59-93ce17dce559 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-e8c2b24d-03be-498f-9c59-93ce17dce559 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-e8c2b24d-03be-498f-9c59-93ce17dce559 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-92cd75e3-fdb4-4191-b94d-d661e9aeadc6 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-92cd75e3-fdb4-4191-b94d-d661e9aeadc6:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-92cd75e3-fdb4-4191-b94d-d661e9aeadc6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92cd75e3-fdb4-4191-b94d-d661e9aeadc6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92cd75e3-fdb4-4191-b94d-d661e9aeadc6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92cd75e3-fdb4-4191-b94d-d661e9aeadc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-92cd75e3-fdb4-4191-b94d-d661e9aeadc6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a945a17b-c14f-4b73-84f7-22ef9f2daf6e {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-a945a17b-c14f-4b73-84f7-22ef9f2daf6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a945a17b-c14f-4b73-84f7-22ef9f2daf6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a945a17b-c14f-4b73-84f7-22ef9f2daf6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a945a17b-c14f-4b73-84f7-22ef9f2daf6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-094bb73d-f988-42d7-9409-ce777a6da2cd {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(177, 28, 33, 1);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-094bb73d-f988-42d7-9409-ce777a6da2cd:hover {opacity: 0.8 !important;
background-color: rgba(74, 117, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-094bb73d-f988-42d7-9409-ce777a6da2cd:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-094bb73d-f988-42d7-9409-ce777a6da2cd-root {
    text-align: center;
  }


#s-094bb73d-f988-42d7-9409-ce777a6da2cd.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-094bb73d-f988-42d7-9409-ce777a6da2cd-root {
    text-align: center;
  }


#s-094bb73d-f988-42d7-9409-ce777a6da2cd.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-094bb73d-f988-42d7-9409-ce777a6da2cd-root {
    text-align: center;
  }


#s-094bb73d-f988-42d7-9409-ce777a6da2cd.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-094bb73d-f988-42d7-9409-ce777a6da2cd-root {
    text-align: center;
  }


#s-094bb73d-f988-42d7-9409-ce777a6da2cd.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-094bb73d-f988-42d7-9409-ce777a6da2cd-root {
    text-align: center;
  }


#s-094bb73d-f988-42d7-9409-ce777a6da2cd.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-442bae85-9c60-405d-9d86-6525cfd869c6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-442bae85-9c60-405d-9d86-6525cfd869c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-442bae85-9c60-405d-9d86-6525cfd869c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-442bae85-9c60-405d-9d86-6525cfd869c6 {
  
}
}@media (max-width: 767px){#s-442bae85-9c60-405d-9d86-6525cfd869c6 {
  
}
}







#s-442bae85-9c60-405d-9d86-6525cfd869c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-442bae85-9c60-405d-9d86-6525cfd869c6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e08ec6e2-ae5f-42e5-9c24-36a833314b84 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-e08ec6e2-ae5f-42e5-9c24-36a833314b84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e08ec6e2-ae5f-42e5-9c24-36a833314b84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e08ec6e2-ae5f-42e5-9c24-36a833314b84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e08ec6e2-ae5f-42e5-9c24-36a833314b84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e08ec6e2-ae5f-42e5-9c24-36a833314b84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e08ec6e2-ae5f-42e5-9c24-36a833314b84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e08ec6e2-ae5f-42e5-9c24-36a833314b84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-861b3862-31c8-4d69-8c1c-444a977f5cb8 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-861b3862-31c8-4d69-8c1c-444a977f5cb8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8ba0a935-0651-46a0-8469-2bb09ab58ad1 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
}

#s-5aa83135-9472-4651-b632-fe8710078501 {
  margin-top: 0px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-5aa83135-9472-4651-b632-fe8710078501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5aa83135-9472-4651-b632-fe8710078501"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-5aa83135-9472-4651-b632-fe8710078501"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-5aa83135-9472-4651-b632-fe8710078501"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-34be5b7e-f9a7-4c53-acac-ec82d827cab5 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-e419434a-e186-4edb-9bbb-30b084226aa7 {
  text-align: left;
}



.shg-c#s-e419434a-e186-4edb-9bbb-30b084226aa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e419434a-e186-4edb-9bbb-30b084226aa7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e419434a-e186-4edb-9bbb-30b084226aa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e419434a-e186-4edb-9bbb-30b084226aa7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e419434a-e186-4edb-9bbb-30b084226aa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e419434a-e186-4edb-9bbb-30b084226aa7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e419434a-e186-4edb-9bbb-30b084226aa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e419434a-e186-4edb-9bbb-30b084226aa7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e419434a-e186-4edb-9bbb-30b084226aa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e419434a-e186-4edb-9bbb-30b084226aa7 img.shogun-image {
  width: 100%;
}



}
#s-03bceae6-4e73-462b-82a9-f5e35488ea20 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-03bceae6-4e73-462b-82a9-f5e35488ea20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03bceae6-4e73-462b-82a9-f5e35488ea20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03bceae6-4e73-462b-82a9-f5e35488ea20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03bceae6-4e73-462b-82a9-f5e35488ea20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03bceae6-4e73-462b-82a9-f5e35488ea20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03bceae6-4e73-462b-82a9-f5e35488ea20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03bceae6-4e73-462b-82a9-f5e35488ea20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-18fd5795-f0dc-4001-bfab-b2c39431567e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18fd5795-f0dc-4001-bfab-b2c39431567e .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d0f1d6cf-f85c-4005-b159-afc80a4b8671 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-d0f1d6cf-f85c-4005-b159-afc80a4b8671 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-d0f1d6cf-f85c-4005-b159-afc80a4b8671 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-d0f1d6cf-f85c-4005-b159-afc80a4b8671 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1d446859-ed3c-4316-8395-ecb9d9af6f78 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1d446859-ed3c-4316-8395-ecb9d9af6f78:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1d446859-ed3c-4316-8395-ecb9d9af6f78:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d446859-ed3c-4316-8395-ecb9d9af6f78 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d446859-ed3c-4316-8395-ecb9d9af6f78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d446859-ed3c-4316-8395-ecb9d9af6f78.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-1d446859-ed3c-4316-8395-ecb9d9af6f78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dc1936bd-26ab-4fa4-80f7-37009e0cf5f2 {
  margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 {
  text-align: left;
}



.shg-c#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2daaced-da86-4ec3-a08d-a6910fd88a46 img.shogun-image {
  width: 100%;
}



}
#s-36ce49c8-14ce-406c-9a41-a808ce29d4e3 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-36ce49c8-14ce-406c-9a41-a808ce29d4e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36ce49c8-14ce-406c-9a41-a808ce29d4e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-36ce49c8-14ce-406c-9a41-a808ce29d4e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-36ce49c8-14ce-406c-9a41-a808ce29d4e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-36ce49c8-14ce-406c-9a41-a808ce29d4e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-36ce49c8-14ce-406c-9a41-a808ce29d4e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-36ce49c8-14ce-406c-9a41-a808ce29d4e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-26190e04-c026-4ed1-a604-4adfa3181e62 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26190e04-c026-4ed1-a604-4adfa3181e62 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8c2c7136-240c-4f6f-ae3f-b608da8087ad {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-8c2c7136-240c-4f6f-ae3f-b608da8087ad .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-8c2c7136-240c-4f6f-ae3f-b608da8087ad .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-8c2c7136-240c-4f6f-ae3f-b608da8087ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c9280f86-e733-46b2-a305-f3e562c4cdd2 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c9280f86-e733-46b2-a305-f3e562c4cdd2:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c9280f86-e733-46b2-a305-f3e562c4cdd2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9280f86-e733-46b2-a305-f3e562c4cdd2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9280f86-e733-46b2-a305-f3e562c4cdd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9280f86-e733-46b2-a305-f3e562c4cdd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-c9280f86-e733-46b2-a305-f3e562c4cdd2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4df04354-503e-4f56-a630-59db30e0a949 {
  background-color: rgba(255, 255, 255, 1);
}

#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e {
  text-align: left;
}



.shg-c#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f5b7005-dd7a-46f1-bb2a-923ccf709d0e img.shogun-image {
  width: 100%;
}



}
#s-61b7d321-20b7-4a1a-9989-d4333cf92730 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61b7d321-20b7-4a1a-9989-d4333cf92730 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9aba3ee4-4235-4224-b008-a30e1616c48b {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9aba3ee4-4235-4224-b008-a30e1616c48b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9aba3ee4-4235-4224-b008-a30e1616c48b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9aba3ee4-4235-4224-b008-a30e1616c48b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9aba3ee4-4235-4224-b008-a30e1616c48b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9aba3ee4-4235-4224-b008-a30e1616c48b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9aba3ee4-4235-4224-b008-a30e1616c48b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9aba3ee4-4235-4224-b008-a30e1616c48b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-6a18d9ac-acd3-4dff-ad83-69ba65eb45c9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-6a18d9ac-acd3-4dff-ad83-69ba65eb45c9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-6a18d9ac-acd3-4dff-ad83-69ba65eb45c9 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-6a18d9ac-acd3-4dff-ad83-69ba65eb45c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4450f32b-a5cd-431a-b6a0-a7405f012b68 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-4450f32b-a5cd-431a-b6a0-a7405f012b68:hover {opacity: 0.8 !important;
background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4450f32b-a5cd-431a-b6a0-a7405f012b68:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-4450f32b-a5cd-431a-b6a0-a7405f012b68-root {
    text-align: center;
  }


#s-4450f32b-a5cd-431a-b6a0-a7405f012b68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4450f32b-a5cd-431a-b6a0-a7405f012b68-root {
    text-align: center;
  }


#s-4450f32b-a5cd-431a-b6a0-a7405f012b68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4450f32b-a5cd-431a-b6a0-a7405f012b68-root {
    text-align: center;
  }


#s-4450f32b-a5cd-431a-b6a0-a7405f012b68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4450f32b-a5cd-431a-b6a0-a7405f012b68-root {
    text-align: center;
  }


#s-4450f32b-a5cd-431a-b6a0-a7405f012b68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4450f32b-a5cd-431a-b6a0-a7405f012b68-root {
    text-align: center;
  }


#s-4450f32b-a5cd-431a-b6a0-a7405f012b68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-e1083c38-859b-401b-8579-7645879ad0ed {
  margin-top: 0px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-e1083c38-859b-401b-8579-7645879ad0ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1083c38-859b-401b-8579-7645879ad0ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e1083c38-859b-401b-8579-7645879ad0ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e1083c38-859b-401b-8579-7645879ad0ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-9a9ed92e-a041-4306-8b33-8a82a87c17b2 {
  background-color: rgba(255, 255, 255, 1);
}

#s-1ab55b7b-6f0c-4529-a3ad-ecbebdc016d4 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1ab55b7b-6f0c-4529-a3ad-ecbebdc016d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ab55b7b-6f0c-4529-a3ad-ecbebdc016d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ab55b7b-6f0c-4529-a3ad-ecbebdc016d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ab55b7b-6f0c-4529-a3ad-ecbebdc016d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ab55b7b-6f0c-4529-a3ad-ecbebdc016d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ab55b7b-6f0c-4529-a3ad-ecbebdc016d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1ab55b7b-6f0c-4529-a3ad-ecbebdc016d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-88acb48f-cc2c-4066-877b-e53c424f06e8 {
  text-align: left;
}



.shg-c#s-88acb48f-cc2c-4066-877b-e53c424f06e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88acb48f-cc2c-4066-877b-e53c424f06e8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-88acb48f-cc2c-4066-877b-e53c424f06e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88acb48f-cc2c-4066-877b-e53c424f06e8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-88acb48f-cc2c-4066-877b-e53c424f06e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88acb48f-cc2c-4066-877b-e53c424f06e8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-88acb48f-cc2c-4066-877b-e53c424f06e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88acb48f-cc2c-4066-877b-e53c424f06e8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-88acb48f-cc2c-4066-877b-e53c424f06e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88acb48f-cc2c-4066-877b-e53c424f06e8 img.shogun-image {
  width: 100%;
}



}
#s-acff2603-e22e-4f28-88bd-e6d18aa3612f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acff2603-e22e-4f28-88bd-e6d18aa3612f .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6b15442b-629c-4e96-869e-f523928b23a5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-6b15442b-629c-4e96-869e-f523928b23a5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-6b15442b-629c-4e96-869e-f523928b23a5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-6b15442b-629c-4e96-869e-f523928b23a5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-03e5a387-bb26-4e9b-9c2b-35601cd23bea {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-03e5a387-bb26-4e9b-9c2b-35601cd23bea:hover {background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03e5a387-bb26-4e9b-9c2b-35601cd23bea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-03e5a387-bb26-4e9b-9c2b-35601cd23bea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03e5a387-bb26-4e9b-9c2b-35601cd23bea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03e5a387-bb26-4e9b-9c2b-35601cd23bea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-03e5a387-bb26-4e9b-9c2b-35601cd23bea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-193c2ddf-a1a7-4d34-a9a4-3217f8cfa5ad {
  background-color: rgba(255, 255, 255, 1);
}

#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 {
  text-align: left;
}



.shg-c#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-654d3c9a-b4eb-4f30-b87d-6605218496d4 img.shogun-image {
  width: 100%;
}



}
#s-726b1c7d-68dd-499d-bef8-082fdc1a74fd {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-726b1c7d-68dd-499d-bef8-082fdc1a74fd .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-cd649402-9e3e-4c87-bee3-3e59aa71dde1 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-cd649402-9e3e-4c87-bee3-3e59aa71dde1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd649402-9e3e-4c87-bee3-3e59aa71dde1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd649402-9e3e-4c87-bee3-3e59aa71dde1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd649402-9e3e-4c87-bee3-3e59aa71dde1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd649402-9e3e-4c87-bee3-3e59aa71dde1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd649402-9e3e-4c87-bee3-3e59aa71dde1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd649402-9e3e-4c87-bee3-3e59aa71dde1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-85f41de9-4ab2-4d45-bb10-295b53b4d116 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-85f41de9-4ab2-4d45-bb10-295b53b4d116 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-85f41de9-4ab2-4d45-bb10-295b53b4d116 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-85f41de9-4ab2-4d45-bb10-295b53b4d116 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5886e078-1ba8-4260-aa5b-8c5a97d609a9 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-5886e078-1ba8-4260-aa5b-8c5a97d609a9:hover {opacity: 0.8 !important;
background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5886e078-1ba8-4260-aa5b-8c5a97d609a9:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-5886e078-1ba8-4260-aa5b-8c5a97d609a9-root {
    text-align: center;
  }


#s-5886e078-1ba8-4260-aa5b-8c5a97d609a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5886e078-1ba8-4260-aa5b-8c5a97d609a9-root {
    text-align: center;
  }


#s-5886e078-1ba8-4260-aa5b-8c5a97d609a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5886e078-1ba8-4260-aa5b-8c5a97d609a9-root {
    text-align: center;
  }


#s-5886e078-1ba8-4260-aa5b-8c5a97d609a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5886e078-1ba8-4260-aa5b-8c5a97d609a9-root {
    text-align: center;
  }


#s-5886e078-1ba8-4260-aa5b-8c5a97d609a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5886e078-1ba8-4260-aa5b-8c5a97d609a9-root {
    text-align: center;
  }


#s-5886e078-1ba8-4260-aa5b-8c5a97d609a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-628cdbce-e3e4-4afc-be4b-48e53c6d616e {
  background-color: rgba(255, 255, 255, 1);
}

#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 {
  text-align: left;
}



.shg-c#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-656cc580-2ec1-4c80-9378-0d9d27aa4147 img.shogun-image {
  width: 100%;
}



}
#s-13bb18dd-58bc-493b-8692-a9de3d296477 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13bb18dd-58bc-493b-8692-a9de3d296477 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Libre Baskerville;
  font-style:  italic ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-db7c43fd-6256-40ef-8f15-5f9778d8d65a {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-db7c43fd-6256-40ef-8f15-5f9778d8d65a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db7c43fd-6256-40ef-8f15-5f9778d8d65a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db7c43fd-6256-40ef-8f15-5f9778d8d65a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db7c43fd-6256-40ef-8f15-5f9778d8d65a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db7c43fd-6256-40ef-8f15-5f9778d8d65a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db7c43fd-6256-40ef-8f15-5f9778d8d65a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db7c43fd-6256-40ef-8f15-5f9778d8d65a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-a26e5bff-3bf1-4d2a-8115-3f85d509d763 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-a26e5bff-3bf1-4d2a-8115-3f85d509d763 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
}

#s-a26e5bff-3bf1-4d2a-8115-3f85d509d763 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 12px;
}

#s-a26e5bff-3bf1-4d2a-8115-3f85d509d763 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-45d107e9-3d79-4b9b-98c9-09c4e6d85586 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-45d107e9-3d79-4b9b-98c9-09c4e6d85586:hover {opacity: 0.8 !important;
background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-45d107e9-3d79-4b9b-98c9-09c4e6d85586:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-45d107e9-3d79-4b9b-98c9-09c4e6d85586-root {
    text-align: center;
  }


#s-45d107e9-3d79-4b9b-98c9-09c4e6d85586.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-45d107e9-3d79-4b9b-98c9-09c4e6d85586-root {
    text-align: center;
  }


#s-45d107e9-3d79-4b9b-98c9-09c4e6d85586.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45d107e9-3d79-4b9b-98c9-09c4e6d85586-root {
    text-align: center;
  }


#s-45d107e9-3d79-4b9b-98c9-09c4e6d85586.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45d107e9-3d79-4b9b-98c9-09c4e6d85586-root {
    text-align: center;
  }


#s-45d107e9-3d79-4b9b-98c9-09c4e6d85586.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-45d107e9-3d79-4b9b-98c9-09c4e6d85586-root {
    text-align: center;
  }


#s-45d107e9-3d79-4b9b-98c9-09c4e6d85586.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-b7aeda4a-30ee-4f7d-aa87-a5d6e62be285 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-b7aeda4a-30ee-4f7d-aa87-a5d6e62be285"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7aeda4a-30ee-4f7d-aa87-a5d6e62be285"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7aeda4a-30ee-4f7d-aa87-a5d6e62be285"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7aeda4a-30ee-4f7d-aa87-a5d6e62be285"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e599d582-2093-4e61-92d3-52f759037e8e {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(177, 28, 33, 1);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e599d582-2093-4e61-92d3-52f759037e8e:hover {opacity: 0.8 !important;
background-color: rgba(74, 117, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e599d582-2093-4e61-92d3-52f759037e8e:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-e599d582-2093-4e61-92d3-52f759037e8e-root {
    text-align: center;
  }


#s-e599d582-2093-4e61-92d3-52f759037e8e.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e599d582-2093-4e61-92d3-52f759037e8e-root {
    text-align: center;
  }


#s-e599d582-2093-4e61-92d3-52f759037e8e.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e599d582-2093-4e61-92d3-52f759037e8e-root {
    text-align: center;
  }


#s-e599d582-2093-4e61-92d3-52f759037e8e.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e599d582-2093-4e61-92d3-52f759037e8e-root {
    text-align: center;
  }


#s-e599d582-2093-4e61-92d3-52f759037e8e.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e599d582-2093-4e61-92d3-52f759037e8e-root {
    text-align: center;
  }


#s-e599d582-2093-4e61-92d3-52f759037e8e.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-51faf1d0-555a-4ac4-848a-78a1a465ebc6 {
  margin-top: 70px;
margin-left: 50px;
margin-bottom: 70px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-51faf1d0-555a-4ac4-848a-78a1a465ebc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51faf1d0-555a-4ac4-848a-78a1a465ebc6, #wrap-s-51faf1d0-555a-4ac4-848a-78a1a465ebc6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-51faf1d0-555a-4ac4-848a-78a1a465ebc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51faf1d0-555a-4ac4-848a-78a1a465ebc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51faf1d0-555a-4ac4-848a-78a1a465ebc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51faf1d0-555a-4ac4-848a-78a1a465ebc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f4f3654b-ca61-4b8e-93b1-5ef2e92b48a8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 40px;
background-position: center center;
}








#s-f4f3654b-ca61-4b8e-93b1-5ef2e92b48a8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f4f3654b-ca61-4b8e-93b1-5ef2e92b48a8 {
  cursor: pointer;
}#s-f4f3654b-ca61-4b8e-93b1-5ef2e92b48a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8ece945-8d36-4b63-bd10-e24c0f12da38 {
  margin-top: 130px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8ece945-8d36-4b63-bd10-e24c0f12da38 .shogun-heading-component h2 {
  color: rgba(241, 235, 221, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-90013baf-3ecd-4f02-8484-e0dca0cc06f7 {
  margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
}
#s-90013baf-3ecd-4f02-8484-e0dca0cc06f7:hover {opacity: 1 !important;
background-color: rgba(241, 235, 221, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90013baf-3ecd-4f02-8484-e0dca0cc06f7:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-90013baf-3ecd-4f02-8484-e0dca0cc06f7-root {
    text-align: center;
  }


#s-90013baf-3ecd-4f02-8484-e0dca0cc06f7.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90013baf-3ecd-4f02-8484-e0dca0cc06f7-root {
    text-align: center;
  }


#s-90013baf-3ecd-4f02-8484-e0dca0cc06f7.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90013baf-3ecd-4f02-8484-e0dca0cc06f7-root {
    text-align: center;
  }


#s-90013baf-3ecd-4f02-8484-e0dca0cc06f7.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90013baf-3ecd-4f02-8484-e0dca0cc06f7-root {
    text-align: center;
  }


#s-90013baf-3ecd-4f02-8484-e0dca0cc06f7.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90013baf-3ecd-4f02-8484-e0dca0cc06f7-root {
    text-align: center;
  }


#s-90013baf-3ecd-4f02-8484-e0dca0cc06f7.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-02f5db05-8837-47ac-9b56-b89ad2dbfb17 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
min-height: 40px;
background-position: center center;
}








#s-02f5db05-8837-47ac-9b56-b89ad2dbfb17 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-02f5db05-8837-47ac-9b56-b89ad2dbfb17 {
  cursor: pointer;
}#s-02f5db05-8837-47ac-9b56-b89ad2dbfb17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad1348e1-78d8-4ce6-8b36-b1b55e7089c7 {
  margin-top: 130px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad1348e1-78d8-4ce6-8b36-b1b55e7089c7 .shogun-heading-component h2 {
  color: rgba(241, 235, 221, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-6b98b5e9-7a06-43a4-806a-432357543eda {
  margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
}
#s-6b98b5e9-7a06-43a4-806a-432357543eda:hover {opacity: 1 !important;
background-color: rgba(241, 235, 221, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b98b5e9-7a06-43a4-806a-432357543eda:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-6b98b5e9-7a06-43a4-806a-432357543eda-root {
    text-align: center;
  }


#s-6b98b5e9-7a06-43a4-806a-432357543eda.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b98b5e9-7a06-43a4-806a-432357543eda-root {
    text-align: center;
  }


#s-6b98b5e9-7a06-43a4-806a-432357543eda.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b98b5e9-7a06-43a4-806a-432357543eda-root {
    text-align: center;
  }


#s-6b98b5e9-7a06-43a4-806a-432357543eda.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b98b5e9-7a06-43a4-806a-432357543eda-root {
    text-align: center;
  }


#s-6b98b5e9-7a06-43a4-806a-432357543eda.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b98b5e9-7a06-43a4-806a-432357543eda-root {
    text-align: center;
  }


#s-6b98b5e9-7a06-43a4-806a-432357543eda.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-33beed45-ab09-4ab7-99ec-4d1285f0da21 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
min-height: 40px;
background-position: center center;
}








#s-33beed45-ab09-4ab7-99ec-4d1285f0da21 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-33beed45-ab09-4ab7-99ec-4d1285f0da21 {
  cursor: pointer;
}#s-33beed45-ab09-4ab7-99ec-4d1285f0da21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1660eb73-5e29-4d54-a848-14ebfc5962f4 {
  margin-top: 130px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1660eb73-5e29-4d54-a848-14ebfc5962f4 .shogun-heading-component h2 {
  color: rgba(241, 235, 221, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-348e76cb-4e67-414a-9273-e42de3e843f6 {
  margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
}
#s-348e76cb-4e67-414a-9273-e42de3e843f6:hover {opacity: 1 !important;
background-color: rgba(241, 235, 221, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-348e76cb-4e67-414a-9273-e42de3e843f6:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-348e76cb-4e67-414a-9273-e42de3e843f6-root {
    text-align: center;
  }


#s-348e76cb-4e67-414a-9273-e42de3e843f6.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-348e76cb-4e67-414a-9273-e42de3e843f6-root {
    text-align: center;
  }


#s-348e76cb-4e67-414a-9273-e42de3e843f6.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-348e76cb-4e67-414a-9273-e42de3e843f6-root {
    text-align: center;
  }


#s-348e76cb-4e67-414a-9273-e42de3e843f6.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-348e76cb-4e67-414a-9273-e42de3e843f6-root {
    text-align: center;
  }


#s-348e76cb-4e67-414a-9273-e42de3e843f6.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-348e76cb-4e67-414a-9273-e42de3e843f6-root {
    text-align: center;
  }


#s-348e76cb-4e67-414a-9273-e42de3e843f6.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-ea8c816c-f244-483b-9ff3-b5a1f22e9169 {
  margin-top: 70px;
margin-left: 50px;
margin-bottom: 70px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-ea8c816c-f244-483b-9ff3-b5a1f22e9169 {
  
}
}@media (min-width: 1200px){#s-ea8c816c-f244-483b-9ff3-b5a1f22e9169, #wrap-s-ea8c816c-f244-483b-9ff3-b5a1f22e9169 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea8c816c-f244-483b-9ff3-b5a1f22e9169 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea8c816c-f244-483b-9ff3-b5a1f22e9169, #wrap-s-ea8c816c-f244-483b-9ff3-b5a1f22e9169 { display: none !important; }}@media (max-width: 767px){#s-ea8c816c-f244-483b-9ff3-b5a1f22e9169 {
  
}
}@media (max-width: 767px){#s-ea8c816c-f244-483b-9ff3-b5a1f22e9169, #wrap-s-ea8c816c-f244-483b-9ff3-b5a1f22e9169 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ea8c816c-f244-483b-9ff3-b5a1f22e9169"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea8c816c-f244-483b-9ff3-b5a1f22e9169"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea8c816c-f244-483b-9ff3-b5a1f22e9169"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea8c816c-f244-483b-9ff3-b5a1f22e9169"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7d769993-91da-44b3-af34-82d0b705fee1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-7d769993-91da-44b3-af34-82d0b705fee1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7d769993-91da-44b3-af34-82d0b705fee1 {
  cursor: pointer;
}#s-7d769993-91da-44b3-af34-82d0b705fee1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21355405-03e2-41e4-84c2-7c68c871743b {
  margin-top: 175px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21355405-03e2-41e4-84c2-7c68c871743b .shogun-heading-component h2 {
  color: rgba(241, 235, 221, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-79ec9c31-99c5-4542-9542-a380d5dcb826 {
  border-style: solid;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.2);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
}
#s-79ec9c31-99c5-4542-9542-a380d5dcb826:hover {opacity: 1 !important;
background-color: rgba(241, 235, 221, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79ec9c31-99c5-4542-9542-a380d5dcb826:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-79ec9c31-99c5-4542-9542-a380d5dcb826-root {
    text-align: center;
  }


#s-79ec9c31-99c5-4542-9542-a380d5dcb826.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79ec9c31-99c5-4542-9542-a380d5dcb826-root {
    text-align: center;
  }


#s-79ec9c31-99c5-4542-9542-a380d5dcb826.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79ec9c31-99c5-4542-9542-a380d5dcb826-root {
    text-align: center;
  }


#s-79ec9c31-99c5-4542-9542-a380d5dcb826.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79ec9c31-99c5-4542-9542-a380d5dcb826-root {
    text-align: center;
  }


#s-79ec9c31-99c5-4542-9542-a380d5dcb826.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79ec9c31-99c5-4542-9542-a380d5dcb826-root {
    text-align: center;
  }


#s-79ec9c31-99c5-4542-9542-a380d5dcb826.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d8bf2d1f-7f08-49e1-bdbb-b37f2d6aeacd {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-d8bf2d1f-7f08-49e1-bdbb-b37f2d6aeacd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d8bf2d1f-7f08-49e1-bdbb-b37f2d6aeacd {
  cursor: pointer;
}#s-d8bf2d1f-7f08-49e1-bdbb-b37f2d6aeacd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5e1038c-bccd-407a-b62a-a8af450af098 {
  margin-top: 175px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5e1038c-bccd-407a-b62a-a8af450af098 .shogun-heading-component h2 {
  color: rgba(241, 235, 221, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-b826edbd-9231-48b4-be11-6f974e20e4eb {
  border-style: solid;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.2);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
}
#s-b826edbd-9231-48b4-be11-6f974e20e4eb:hover {opacity: 1 !important;
background-color: rgba(241, 235, 221, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b826edbd-9231-48b4-be11-6f974e20e4eb:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-b826edbd-9231-48b4-be11-6f974e20e4eb-root {
    text-align: center;
  }


#s-b826edbd-9231-48b4-be11-6f974e20e4eb.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b826edbd-9231-48b4-be11-6f974e20e4eb-root {
    text-align: center;
  }


#s-b826edbd-9231-48b4-be11-6f974e20e4eb.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b826edbd-9231-48b4-be11-6f974e20e4eb-root {
    text-align: center;
  }


#s-b826edbd-9231-48b4-be11-6f974e20e4eb.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b826edbd-9231-48b4-be11-6f974e20e4eb-root {
    text-align: center;
  }


#s-b826edbd-9231-48b4-be11-6f974e20e4eb.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b826edbd-9231-48b4-be11-6f974e20e4eb-root {
    text-align: center;
  }


#s-b826edbd-9231-48b4-be11-6f974e20e4eb.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-c59ba02b-f0cd-4894-ad59-27dab64192d5 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
min-height: 400px;
background-position: center center;
}








#s-c59ba02b-f0cd-4894-ad59-27dab64192d5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c59ba02b-f0cd-4894-ad59-27dab64192d5 {
  cursor: pointer;
}#s-c59ba02b-f0cd-4894-ad59-27dab64192d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4e7870d-0cec-4892-af66-10e173211ff0 {
  margin-top: 175px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4e7870d-0cec-4892-af66-10e173211ff0 .shogun-heading-component h2 {
  color: rgba(241, 235, 221, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-90dcbf35-1601-4f47-a923-b546fe36a62f {
  border-style: solid;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.2);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
}
#s-90dcbf35-1601-4f47-a923-b546fe36a62f:hover {opacity: 1 !important;
background-color: rgba(241, 235, 221, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90dcbf35-1601-4f47-a923-b546fe36a62f:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-90dcbf35-1601-4f47-a923-b546fe36a62f-root {
    text-align: center;
  }


#s-90dcbf35-1601-4f47-a923-b546fe36a62f.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90dcbf35-1601-4f47-a923-b546fe36a62f-root {
    text-align: center;
  }


#s-90dcbf35-1601-4f47-a923-b546fe36a62f.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90dcbf35-1601-4f47-a923-b546fe36a62f-root {
    text-align: center;
  }


#s-90dcbf35-1601-4f47-a923-b546fe36a62f.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90dcbf35-1601-4f47-a923-b546fe36a62f-root {
    text-align: center;
  }


#s-90dcbf35-1601-4f47-a923-b546fe36a62f.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90dcbf35-1601-4f47-a923-b546fe36a62f-root {
    text-align: center;
  }


#s-90dcbf35-1601-4f47-a923-b546fe36a62f.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-b0c4f515-157f-457d-8606-e7cef5363a3a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-b0c4f515-157f-457d-8606-e7cef5363a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0c4f515-157f-457d-8606-e7cef5363a3a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfb922b8-7f5e-4fd3-a7f3-4ff4ac74deb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-fce4b7ab-baa1-4692-a948-9a429fc6d693 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-fce4b7ab-baa1-4692-a948-9a429fc6d693 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-99bfb05b-49b5-4e9e-8406-620e80d5a1a6 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
}

#s-80be629a-fd26-450e-8d56-6657a19f0523 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80be629a-fd26-450e-8d56-6657a19f0523"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6ac6c383-9575-4e35-9de1-400434149594 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(74, 117, 93, 1);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6ac6c383-9575-4e35-9de1-400434149594:hover {opacity: 0.8 !important;
background-color: rgba(177, 28, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ac6c383-9575-4e35-9de1-400434149594:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-6ac6c383-9575-4e35-9de1-400434149594-root {
    text-align: center;
  }


#s-6ac6c383-9575-4e35-9de1-400434149594.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ac6c383-9575-4e35-9de1-400434149594-root {
    text-align: center;
  }


#s-6ac6c383-9575-4e35-9de1-400434149594.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ac6c383-9575-4e35-9de1-400434149594-root {
    text-align: center;
  }


#s-6ac6c383-9575-4e35-9de1-400434149594.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ac6c383-9575-4e35-9de1-400434149594-root {
    text-align: center;
  }


#s-6ac6c383-9575-4e35-9de1-400434149594.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ac6c383-9575-4e35-9de1-400434149594-root {
    text-align: center;
  }


#s-6ac6c383-9575-4e35-9de1-400434149594.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-ac13a046-038b-47a0-a5ba-f6beb246812f {
  min-height: 100px;
background-color: rgba(177, 28, 32, 1);
}








#s-ac13a046-038b-47a0-a5ba-f6beb246812f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac13a046-038b-47a0-a5ba-f6beb246812f {
  cursor: pointer;
}#s-ac13a046-038b-47a0-a5ba-f6beb246812f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05c3c8c0-fb07-4d92-9ac7-43d352edc413 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-05c3c8c0-fb07-4d92-9ac7-43d352edc413"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05c3c8c0-fb07-4d92-9ac7-43d352edc413"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-05c3c8c0-fb07-4d92-9ac7-43d352edc413"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-05c3c8c0-fb07-4d92-9ac7-43d352edc413"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2d6b1a49-d412-4c54-b441-7bd6505517a0 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(177, 28, 33, 1);
font-size: 16px;
font-weight: bold;
color: rgba(241, 235, 221, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2d6b1a49-d412-4c54-b441-7bd6505517a0:hover {opacity: 0.8 !important;
background-color: rgba(74, 117, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d6b1a49-d412-4c54-b441-7bd6505517a0:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-2d6b1a49-d412-4c54-b441-7bd6505517a0-root {
    text-align: center;
  }


#s-2d6b1a49-d412-4c54-b441-7bd6505517a0.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2d6b1a49-d412-4c54-b441-7bd6505517a0-root {
    text-align: center;
  }


#s-2d6b1a49-d412-4c54-b441-7bd6505517a0.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d6b1a49-d412-4c54-b441-7bd6505517a0-root {
    text-align: center;
  }


#s-2d6b1a49-d412-4c54-b441-7bd6505517a0.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d6b1a49-d412-4c54-b441-7bd6505517a0-root {
    text-align: center;
  }


#s-2d6b1a49-d412-4c54-b441-7bd6505517a0.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2d6b1a49-d412-4c54-b441-7bd6505517a0-root {
    text-align: center;
  }


#s-2d6b1a49-d412-4c54-b441-7bd6505517a0.shg-btn {
  color: rgba(241, 235, 221, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}@media (max-width: 767px){#s-8003a33e-9577-48ad-9f10-128f05b936d7 {
  
}
}







#s-8003a33e-9577-48ad-9f10-128f05b936d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8003a33e-9577-48ad-9f10-128f05b936d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e27d1908-b25f-4219-a85a-99b83f7b0924 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-e27d1908-b25f-4219-a85a-99b83f7b0924"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e27d1908-b25f-4219-a85a-99b83f7b0924"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e27d1908-b25f-4219-a85a-99b83f7b0924"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e27d1908-b25f-4219-a85a-99b83f7b0924"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-65efea89-ab32-46ee-9cad-374d18bf418a {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-65efea89-ab32-46ee-9cad-374d18bf418a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65efea89-ab32-46ee-9cad-374d18bf418a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e57a0952-8732-4569-8634-269207f1a057 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

}

#s-33d89733-394b-4d74-95bd-9e608f43d1c3 {
  margin-bottom: 10px;
}

#s-33d89733-394b-4d74-95bd-9e608f43d1c3 .shogun-icon-wrapper {
  text-align: left;
}


#s-33d89733-394b-4d74-95bd-9e608f43d1c3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}

#s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2:hover {opacity: 0.8 !important;
background-color: rgba(74, 117, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2-root {
    text-align: center;
  }


#s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2-root {
    text-align: center;
  }


#s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2-root {
    text-align: center;
  }


#s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2-root {
    text-align: center;
  }


#s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2-root {
    text-align: center;
  }


#s-2d5700d6-fd03-4ed5-8d3c-5dbab8f598e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-7ceddceb-ee19-48ab-bc20-d4ca926dc62e {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-7ceddceb-ee19-48ab-bc20-d4ca926dc62e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ceddceb-ee19-48ab-bc20-d4ca926dc62e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-425ca726-e8a3-432e-9d64-aeacf39fa02a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-425ca726-e8a3-432e-9d64-aeacf39fa02a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

}

#s-4104179c-9b0a-43e5-9acf-32b6ca9e7ed5 {
  margin-bottom: 10px;
}

#s-4104179c-9b0a-43e5-9acf-32b6ca9e7ed5 .shogun-icon-wrapper {
  text-align: left;
}


#s-4104179c-9b0a-43e5-9acf-32b6ca9e7ed5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}

#s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0:hover {opacity: 0.8 !important;
background-color: rgba(74, 117, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0-root {
    text-align: center;
  }


#s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0-root {
    text-align: center;
  }


#s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0-root {
    text-align: center;
  }


#s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0-root {
    text-align: center;
  }


#s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0-root {
    text-align: center;
  }


#s-fe8cd98e-99fc-4515-aa23-02bc9dae4da0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
#s-457496df-1afe-4c11-87c5-83242c695e69 {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-457496df-1afe-4c11-87c5-83242c695e69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-457496df-1afe-4c11-87c5-83242c695e69.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-03527943-1b40-412f-92b2-0bcd61ebd9c1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-03527943-1b40-412f-92b2-0bcd61ebd9c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

}

#s-c1085fad-76c5-4a2e-98f0-cd354d84d434 {
  margin-bottom: 10px;
}

#s-c1085fad-76c5-4a2e-98f0-cd354d84d434 .shogun-icon-wrapper {
  text-align: left;
}


#s-c1085fad-76c5-4a2e-98f0-cd354d84d434 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ffa55069-2eb4-4219-b840-26a332ac217b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-ffa55069-2eb4-4219-b840-26a332ac217b:hover {opacity: 0.8 !important;
background-color: rgba(74, 117, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ffa55069-2eb4-4219-b840-26a332ac217b:active {opacity: 1 !important;
background-color: rgba(74, 117, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ffa55069-2eb4-4219-b840-26a332ac217b-root {
    text-align: center;
  }


#s-ffa55069-2eb4-4219-b840-26a332ac217b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ffa55069-2eb4-4219-b840-26a332ac217b-root {
    text-align: center;
  }


#s-ffa55069-2eb4-4219-b840-26a332ac217b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffa55069-2eb4-4219-b840-26a332ac217b-root {
    text-align: center;
  }


#s-ffa55069-2eb4-4219-b840-26a332ac217b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffa55069-2eb4-4219-b840-26a332ac217b-root {
    text-align: center;
  }


#s-ffa55069-2eb4-4219-b840-26a332ac217b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ffa55069-2eb4-4219-b840-26a332ac217b-root {
    text-align: center;
  }


#s-ffa55069-2eb4-4219-b840-26a332ac217b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Libre Franklin;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
