.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;
}

.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-3ce5fa15-e387-40dc-b75c-a88eabed274a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ce5fa15-e387-40dc-b75c-a88eabed274a {
  display: none;
}
#s-3ce5fa15-e387-40dc-b75c-a88eabed274a, #wrap-s-3ce5fa15-e387-40dc-b75c-a88eabed274a { display: none !important; }}@media (max-width: 767px){#s-3ce5fa15-e387-40dc-b75c-a88eabed274a {
  display: none;
}
#s-3ce5fa15-e387-40dc-b75c-a88eabed274a, #wrap-s-3ce5fa15-e387-40dc-b75c-a88eabed274a { display: none !important; }}
#s-3ce5fa15-e387-40dc-b75c-a88eabed274a {
  background-image: url(https://i.shgcdn.com/048a7082-8b9f-4a0f-898b-f28ef5102ec6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3ce5fa15-e387-40dc-b75c-a88eabed274a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ce5fa15-e387-40dc-b75c-a88eabed274a {
  cursor: pointer;
}#s-3ce5fa15-e387-40dc-b75c-a88eabed274a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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: #121212;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 400;
  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-52663e32-2a60-4fd7-b764-ec5579d32614 {
  margin-top: 8px;
margin-left: 2%;
margin-bottom: 8px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-52663e32-2a60-4fd7-b764-ec5579d32614 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Unbounded";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



.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: #121212;
  font-family: "Montserrat";
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #121212;
  font-family: "Assistant";
}

.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: #121212;
  font-family: "Montserrat";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #121212;
  font-family: "Assistant";
  font-weight: 400;
}

#s-b0997c61-b072-4cc2-bf85-d58d941fd2ea {
  margin-top: -8px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

.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: 400;
  font-family: "Assistant";
}

.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-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83 {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
}
#s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83-root {
    text-align: left;
  }


#s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83-root {
    text-align: left;
  }


#s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83-root {
    text-align: left;
  }


#s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83-root {
    text-align: left;
  }


#s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83-root {
    text-align: left;
  }


#s-3bfb2dc7-fde8-4ad0-9fde-0560b74b5a83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}
#s-7eeb8f2c-3130-41a6-9fea-82b189c41211 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-7eeb8f2c-3130-41a6-9fea-82b189c41211 {
  display: none;
}
#s-7eeb8f2c-3130-41a6-9fea-82b189c41211, #wrap-s-7eeb8f2c-3130-41a6-9fea-82b189c41211 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7eeb8f2c-3130-41a6-9fea-82b189c41211 {
  display: none;
}
#s-7eeb8f2c-3130-41a6-9fea-82b189c41211, #wrap-s-7eeb8f2c-3130-41a6-9fea-82b189c41211 { display: none !important; }}
#s-7eeb8f2c-3130-41a6-9fea-82b189c41211 {
  background-image: url(https://i.shgcdn.com/e226c389-4ba1-4e7a-a12f-0d006d3b0fb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7eeb8f2c-3130-41a6-9fea-82b189c41211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7eeb8f2c-3130-41a6-9fea-82b189c41211.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-26b970ab-be30-47ef-92d1-fe3b684f2b18 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(155, 65, 59, 0);
text-align: left;
text-decoration: none;
color: rgba(250, 249, 249, 1);
}
#s-26b970ab-be30-47ef-92d1-fe3b684f2b18:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-26b970ab-be30-47ef-92d1-fe3b684f2b18:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-26b970ab-be30-47ef-92d1-fe3b684f2b18-root {
    text-align: left;
  }


#s-26b970ab-be30-47ef-92d1-fe3b684f2b18.shg-btn {
  color: rgba(250, 249, 249, 1);
  
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26b970ab-be30-47ef-92d1-fe3b684f2b18-root {
    text-align: left;
  }


#s-26b970ab-be30-47ef-92d1-fe3b684f2b18.shg-btn {
  color: rgba(250, 249, 249, 1);
  
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26b970ab-be30-47ef-92d1-fe3b684f2b18-root {
    text-align: left;
  }


#s-26b970ab-be30-47ef-92d1-fe3b684f2b18.shg-btn {
  color: rgba(250, 249, 249, 1);
  
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26b970ab-be30-47ef-92d1-fe3b684f2b18-root {
    text-align: left;
  }


#s-26b970ab-be30-47ef-92d1-fe3b684f2b18.shg-btn {
  color: rgba(250, 249, 249, 1);
  
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26b970ab-be30-47ef-92d1-fe3b684f2b18-root {
    text-align: left;
  }


#s-26b970ab-be30-47ef-92d1-fe3b684f2b18.shg-btn {
  color: rgba(250, 249, 249, 1);
  
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-07eb22d6-a542-4f51-aae2-5f34ff11d75f {
  margin-top: -20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}

#s-07eb22d6-a542-4f51-aae2-5f34ff11d75f hr {
  border-top: 2px solid #ddd;
}

#s-7a0ab511-b214-4a46-a88e-d8d3056bb63f {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 0px;
text-align: center;
}

#s-7a0ab511-b214-4a46-a88e-d8d3056bb63f .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Unbounded";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

@media (min-width: 0px) {
[id="s-721cae29-344c-40b7-a12a-bd79185b622d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-721cae29-344c-40b7-a12a-bd79185b622d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-721cae29-344c-40b7-a12a-bd79185b622d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-721cae29-344c-40b7-a12a-bd79185b622d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-54f3c38c-4e78-42b0-a597-ace52000af74 {
  text-align: left;
}


.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 {
  max-width:  100%;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  aspect-ratio: 1080/1350;
}


@media (min-width: 1200px){
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 {
  max-width:  100%;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  aspect-ratio: 1080/1350;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 {
  max-width:  100%;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  aspect-ratio: 1080/1350;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 {
  max-width:  100%;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  aspect-ratio: 1080/1350;
}


}@media (max-width: 767px){
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 {
  max-width:  100%;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 .shg-image-zoom,
.shg-c#s-54f3c38c-4e78-42b0-a597-ace52000af74 img.shogun-image {
  aspect-ratio: 1080/1350;
}


}
.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: #121212;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 400;
  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-3b24f4be-8408-4383-9104-e31384b7b671 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b24f4be-8408-4383-9104-e31384b7b671 .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-2d491bae-9aec-45b7-bfa4-55eba7262cfd {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-2d491bae-9aec-45b7-bfa4-55eba7262cfd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-2d491bae-9aec-45b7-bfa4-55eba7262cfd .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-2d491bae-9aec-45b7-bfa4-55eba7262cfd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  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-left {
  text-align: left;
}

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

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

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b-atc-btn-wrapper {
    text-align: center;
  }


#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b-atc-btn-wrapper {
    text-align: center;
  }


#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b-atc-btn-wrapper {
    text-align: center;
  }


#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b-atc-btn-wrapper {
    text-align: center;
  }


#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b-atc-btn-wrapper {
    text-align: center;
  }


#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-26eb2fa4-954d-49fc-87d0-bf99aba1a90b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b {
  text-align: left;
}


.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b {
  max-width:  100%;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  aspect-ratio: 1080/1350;
}


@media (min-width: 1200px){
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b {
  max-width:  100%;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  aspect-ratio: 1080/1350;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b {
  max-width:  100%;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  aspect-ratio: 1080/1350;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b {
  max-width:  100%;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  aspect-ratio: 1080/1350;
}


}@media (max-width: 767px){
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b {
  max-width:  100%;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom {
  width:  1080; 
  height:  100%; 
}




.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b .shg-image-zoom,
.shg-c#s-486ec59a-d6fc-4554-bd5b-748b9453fe6b img.shogun-image {
  aspect-ratio: 1080/1350;
}


}
#s-c1c989ee-7b90-4c2f-b063-3797db362773 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1c989ee-7b90-4c2f-b063-3797db362773 .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-dc56ed9c-73d3-40be-a79b-23cfdafc6e92 {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-dc56ed9c-73d3-40be-a79b-23cfdafc6e92 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-dc56ed9c-73d3-40be-a79b-23cfdafc6e92 .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-dc56ed9c-73d3-40be-a79b-23cfdafc6e92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-c877480b-b7f7-4764-af89-5925fbc5be65:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c877480b-b7f7-4764-af89-5925fbc5be65:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c877480b-b7f7-4764-af89-5925fbc5be65-atc-btn-wrapper {
    text-align: center;
  }


#s-c877480b-b7f7-4764-af89-5925fbc5be65 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-c877480b-b7f7-4764-af89-5925fbc5be65-atc-btn-wrapper {
    text-align: center;
  }


#s-c877480b-b7f7-4764-af89-5925fbc5be65 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c877480b-b7f7-4764-af89-5925fbc5be65-atc-btn-wrapper {
    text-align: center;
  }


#s-c877480b-b7f7-4764-af89-5925fbc5be65 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c877480b-b7f7-4764-af89-5925fbc5be65-atc-btn-wrapper {
    text-align: center;
  }


#s-c877480b-b7f7-4764-af89-5925fbc5be65 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-c877480b-b7f7-4764-af89-5925fbc5be65-atc-btn-wrapper {
    text-align: center;
  }


#s-c877480b-b7f7-4764-af89-5925fbc5be65 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-c877480b-b7f7-4764-af89-5925fbc5be65.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
@media (min-width: 0px) {
[id="s-ab171479-1d59-4f76-8f12-8d4160f59fe9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ab171479-1d59-4f76-8f12-8d4160f59fe9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab171479-1d59-4f76-8f12-8d4160f59fe9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab171479-1d59-4f76-8f12-8d4160f59fe9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc {
  text-align: left;
}


.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc {
  max-width:  100%;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  aspect-ratio: 1:1;
}


@media (min-width: 1200px){
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc {
  max-width:  100%;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  aspect-ratio: 1:1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc {
  max-width:  100%;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  aspect-ratio: 1:1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc {
  max-width:  100%;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  aspect-ratio: 1:1;
}


}@media (max-width: 767px){
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc {
  max-width:  100%;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc .shg-image-zoom,
.shg-c#s-cbaa3d73-f147-4f6a-920a-9a9fc54495dc img.shogun-image {
  aspect-ratio: 1:1;
}


}
#s-b798aa60-e68d-4e0f-a8ad-7a648d21b380 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b798aa60-e68d-4e0f-a8ad-7a648d21b380 .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-7975e2c5-caf2-45d2-a75b-7b278e13e94f {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-7975e2c5-caf2-45d2-a75b-7b278e13e94f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-7975e2c5-caf2-45d2-a75b-7b278e13e94f .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-7975e2c5-caf2-45d2-a75b-7b278e13e94f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-996a9405-64b3-4727-b4da-9ebbd58b2540:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-996a9405-64b3-4727-b4da-9ebbd58b2540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-996a9405-64b3-4727-b4da-9ebbd58b2540-atc-btn-wrapper {
    text-align: center;
  }


#s-996a9405-64b3-4727-b4da-9ebbd58b2540 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-996a9405-64b3-4727-b4da-9ebbd58b2540-atc-btn-wrapper {
    text-align: center;
  }


#s-996a9405-64b3-4727-b4da-9ebbd58b2540 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-996a9405-64b3-4727-b4da-9ebbd58b2540-atc-btn-wrapper {
    text-align: center;
  }


#s-996a9405-64b3-4727-b4da-9ebbd58b2540 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-996a9405-64b3-4727-b4da-9ebbd58b2540-atc-btn-wrapper {
    text-align: center;
  }


#s-996a9405-64b3-4727-b4da-9ebbd58b2540 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-996a9405-64b3-4727-b4da-9ebbd58b2540-atc-btn-wrapper {
    text-align: center;
  }


#s-996a9405-64b3-4727-b4da-9ebbd58b2540 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-996a9405-64b3-4727-b4da-9ebbd58b2540.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 {
  text-align: left;
}


.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 {
  max-width:  100%;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 {
  max-width:  100%;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 {
  max-width:  100%;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 {
  max-width:  100%;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 {
  max-width:  100%;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 .shg-image-zoom,
.shg-c#s-167c1090-3a5a-41d5-9f9b-a8793a4cf813 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-60afa78e-a765-4afc-a8b3-f5e4a91cad5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60afa78e-a765-4afc-a8b3-f5e4a91cad5b .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-225abe5e-9535-467e-8cc3-d90ea50ea259 {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-225abe5e-9535-467e-8cc3-d90ea50ea259 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-225abe5e-9535-467e-8cc3-d90ea50ea259 .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-225abe5e-9535-467e-8cc3-d90ea50ea259 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6140d8d5-9933-4d6e-85cf-212db8ab1e00-atc-btn-wrapper {
    text-align: center;
  }


#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-6140d8d5-9933-4d6e-85cf-212db8ab1e00-atc-btn-wrapper {
    text-align: center;
  }


#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6140d8d5-9933-4d6e-85cf-212db8ab1e00-atc-btn-wrapper {
    text-align: center;
  }


#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6140d8d5-9933-4d6e-85cf-212db8ab1e00-atc-btn-wrapper {
    text-align: center;
  }


#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-6140d8d5-9933-4d6e-85cf-212db8ab1e00-atc-btn-wrapper {
    text-align: center;
  }


#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-6140d8d5-9933-4d6e-85cf-212db8ab1e00.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
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: #2C2A34;
border-radius: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61-root {
    text-align: center;
  }


#s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61-root {
    text-align: center;
  }


#s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61-root {
    text-align: center;
  }


#s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61-root {
    text-align: center;
  }


#s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61-root {
    text-align: center;
  }


#s-24ba9057-c0b9-4bbb-bcd4-5573b1fb8e61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}
#s-006dcc90-79d5-4e21-aca1-dccc3639de2a hr {
  border-top: 2px solid #ddd;
}

#s-83cc5eef-c492-465f-ae31-31e95ecd72f1 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 0px;
text-align: center;
}

#s-83cc5eef-c492-465f-ae31-31e95ecd72f1 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Unbounded";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-20bf6276-82a1-4989-8a63-4e8b14554f5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-20bf6276-82a1-4989-8a63-4e8b14554f5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20bf6276-82a1-4989-8a63-4e8b14554f5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20bf6276-82a1-4989-8a63-4e8b14554f5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3801045f-f1f3-41e0-99eb-92863add5cf5 {
  text-align: left;
}


.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 {
  max-width:  100%;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 {
  max-width:  100%;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 {
  max-width:  100%;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 {
  max-width:  100%;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 {
  max-width:  100%;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 .shg-image-zoom,
.shg-c#s-3801045f-f1f3-41e0-99eb-92863add5cf5 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-3b331318-2a14-4622-a8f5-b396dd64b007 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b331318-2a14-4622-a8f5-b396dd64b007 .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-c00d034f-4507-4127-8a8e-e38ca9281e64 {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-c00d034f-4507-4127-8a8e-e38ca9281e64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-c00d034f-4507-4127-8a8e-e38ca9281e64 .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-c00d034f-4507-4127-8a8e-e38ca9281e64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-09403506-e4f3-465b-80dd-abe9a03745d8:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-09403506-e4f3-465b-80dd-abe9a03745d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09403506-e4f3-465b-80dd-abe9a03745d8-atc-btn-wrapper {
    text-align: center;
  }


#s-09403506-e4f3-465b-80dd-abe9a03745d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-09403506-e4f3-465b-80dd-abe9a03745d8-atc-btn-wrapper {
    text-align: center;
  }


#s-09403506-e4f3-465b-80dd-abe9a03745d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-09403506-e4f3-465b-80dd-abe9a03745d8-atc-btn-wrapper {
    text-align: center;
  }


#s-09403506-e4f3-465b-80dd-abe9a03745d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-09403506-e4f3-465b-80dd-abe9a03745d8-atc-btn-wrapper {
    text-align: center;
  }


#s-09403506-e4f3-465b-80dd-abe9a03745d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-09403506-e4f3-465b-80dd-abe9a03745d8-atc-btn-wrapper {
    text-align: center;
  }


#s-09403506-e4f3-465b-80dd-abe9a03745d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-09403506-e4f3-465b-80dd-abe9a03745d8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-0583779f-28bb-4708-bc68-4d588a5eb6ed {
  text-align: left;
}


.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed {
  max-width:  100%;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed {
  max-width:  100%;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed {
  max-width:  100%;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed {
  max-width:  100%;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed {
  max-width:  100%;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed .shg-image-zoom,
.shg-c#s-0583779f-28bb-4708-bc68-4d588a5eb6ed img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-78d0a29e-6171-4e3f-8623-4cc1212418b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78d0a29e-6171-4e3f-8623-4cc1212418b7 .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-d81a7b6b-d23d-43dc-a2c3-049f3b1fe30c {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-d81a7b6b-d23d-43dc-a2c3-049f3b1fe30c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-d81a7b6b-d23d-43dc-a2c3-049f3b1fe30c .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-d81a7b6b-d23d-43dc-a2c3-049f3b1fe30c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9305abd5-a9c1-4448-8dc7-985f06ef06ab-atc-btn-wrapper {
    text-align: center;
  }


#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-9305abd5-a9c1-4448-8dc7-985f06ef06ab-atc-btn-wrapper {
    text-align: center;
  }


#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9305abd5-a9c1-4448-8dc7-985f06ef06ab-atc-btn-wrapper {
    text-align: center;
  }


#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9305abd5-a9c1-4448-8dc7-985f06ef06ab-atc-btn-wrapper {
    text-align: center;
  }


#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-9305abd5-a9c1-4448-8dc7-985f06ef06ab-atc-btn-wrapper {
    text-align: center;
  }


#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-9305abd5-a9c1-4448-8dc7-985f06ef06ab.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
@media (min-width: 0px) {
[id="s-58f2be33-7286-4214-b6c9-cd1f3d483d74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-58f2be33-7286-4214-b6c9-cd1f3d483d74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58f2be33-7286-4214-b6c9-cd1f3d483d74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58f2be33-7286-4214-b6c9-cd1f3d483d74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-62fb83c9-5425-4b31-801b-61a66ad2da4c {
  text-align: left;
}


.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c {
  max-width:  100%;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c {
  max-width:  100%;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c {
  max-width:  100%;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c {
  max-width:  100%;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c {
  max-width:  100%;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c .shg-image-zoom,
.shg-c#s-62fb83c9-5425-4b31-801b-61a66ad2da4c img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-6aa170de-18e9-4242-9ae8-90c7f1618d7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aa170de-18e9-4242-9ae8-90c7f1618d7a .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-9c4b052e-b84f-4b48-be0f-59bec96ec61f {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-9c4b052e-b84f-4b48-be0f-59bec96ec61f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-9c4b052e-b84f-4b48-be0f-59bec96ec61f .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-9c4b052e-b84f-4b48-be0f-59bec96ec61f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-1d98bc5f-50be-44b9-9d92-334367ad4a32:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1d98bc5f-50be-44b9-9d92-334367ad4a32:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d98bc5f-50be-44b9-9d92-334367ad4a32-atc-btn-wrapper {
    text-align: center;
  }


#s-1d98bc5f-50be-44b9-9d92-334367ad4a32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-1d98bc5f-50be-44b9-9d92-334367ad4a32-atc-btn-wrapper {
    text-align: center;
  }


#s-1d98bc5f-50be-44b9-9d92-334367ad4a32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d98bc5f-50be-44b9-9d92-334367ad4a32-atc-btn-wrapper {
    text-align: center;
  }


#s-1d98bc5f-50be-44b9-9d92-334367ad4a32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1d98bc5f-50be-44b9-9d92-334367ad4a32-atc-btn-wrapper {
    text-align: center;
  }


#s-1d98bc5f-50be-44b9-9d92-334367ad4a32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-1d98bc5f-50be-44b9-9d92-334367ad4a32-atc-btn-wrapper {
    text-align: center;
  }


#s-1d98bc5f-50be-44b9-9d92-334367ad4a32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-1d98bc5f-50be-44b9-9d92-334367ad4a32.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 {
  text-align: left;
}


.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 {
  max-width:  100%;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  aspect-ratio: 1080/1350;
}


@media (min-width: 1200px){
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 {
  max-width:  100%;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  aspect-ratio: 1080/1350;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 {
  max-width:  100%;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  aspect-ratio: 1080/1350;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 {
  max-width:  100%;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  aspect-ratio: 1080/1350;
}


}@media (max-width: 767px){
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 {
  max-width:  100%;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 .shg-image-zoom,
.shg-c#s-60564dc0-418d-4cae-b2f1-8a2c0a593ca3 img.shogun-image {
  aspect-ratio: 1080/1350;
}


}
#s-1a6795f0-dde1-47ad-b4a2-96880b8b2ec7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a6795f0-dde1-47ad-b4a2-96880b8b2ec7 .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-206082d6-d9dc-4eeb-89fc-5fc95733066b {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-206082d6-d9dc-4eeb-89fc-5fc95733066b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-206082d6-d9dc-4eeb-89fc-5fc95733066b .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-206082d6-d9dc-4eeb-89fc-5fc95733066b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-93191a3d-831e-4fed-bdbd-6bc691623359:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-93191a3d-831e-4fed-bdbd-6bc691623359:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93191a3d-831e-4fed-bdbd-6bc691623359-atc-btn-wrapper {
    text-align: center;
  }


#s-93191a3d-831e-4fed-bdbd-6bc691623359 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-93191a3d-831e-4fed-bdbd-6bc691623359-atc-btn-wrapper {
    text-align: center;
  }


#s-93191a3d-831e-4fed-bdbd-6bc691623359 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-93191a3d-831e-4fed-bdbd-6bc691623359-atc-btn-wrapper {
    text-align: center;
  }


#s-93191a3d-831e-4fed-bdbd-6bc691623359 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-93191a3d-831e-4fed-bdbd-6bc691623359-atc-btn-wrapper {
    text-align: center;
  }


#s-93191a3d-831e-4fed-bdbd-6bc691623359 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-93191a3d-831e-4fed-bdbd-6bc691623359-atc-btn-wrapper {
    text-align: center;
  }


#s-93191a3d-831e-4fed-bdbd-6bc691623359 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-93191a3d-831e-4fed-bdbd-6bc691623359.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-5a702c00-0757-43a1-97ba-0a27dde0b354 hr {
  border-top: 2px solid #ddd;
}

#s-00f8e8f4-2605-4452-8553-3a6411c71782 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-00f8e8f4-2605-4452-8553-3a6411c71782 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00f8e8f4-2605-4452-8553-3a6411c71782 {
  
}
}







#s-00f8e8f4-2605-4452-8553-3a6411c71782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00f8e8f4-2605-4452-8553-3a6411c71782.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0a517623-b7e5-4c4b-a840-dc910bb8db19 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(155, 65, 59, 0);
text-align: left;
text-decoration: none;
color: rgba(250, 249, 249, 1);
}
#s-0a517623-b7e5-4c4b-a840-dc910bb8db19:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0a517623-b7e5-4c4b-a840-dc910bb8db19:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0a517623-b7e5-4c4b-a840-dc910bb8db19-root {
    text-align: left;
  }


#s-0a517623-b7e5-4c4b-a840-dc910bb8db19.shg-btn {
  color: rgba(250, 249, 249, 1);
  
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a517623-b7e5-4c4b-a840-dc910bb8db19-root {
    text-align: left;
  }


#s-0a517623-b7e5-4c4b-a840-dc910bb8db19.shg-btn {
  color: rgba(250, 249, 249, 1);
  
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a517623-b7e5-4c4b-a840-dc910bb8db19-root {
    text-align: left;
  }


#s-0a517623-b7e5-4c4b-a840-dc910bb8db19.shg-btn {
  color: rgba(250, 249, 249, 1);
  
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a517623-b7e5-4c4b-a840-dc910bb8db19-root {
    text-align: left;
  }


#s-0a517623-b7e5-4c4b-a840-dc910bb8db19.shg-btn {
  color: rgba(250, 249, 249, 1);
  
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a517623-b7e5-4c4b-a840-dc910bb8db19-root {
    text-align: left;
  }


#s-0a517623-b7e5-4c4b-a840-dc910bb8db19.shg-btn {
  color: rgba(250, 249, 249, 1);
  
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-6b98ed2e-4dcc-4e21-8bb2-9993db22b54b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6b98ed2e-4dcc-4e21-8bb2-9993db22b54b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b98ed2e-4dcc-4e21-8bb2-9993db22b54b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b98ed2e-4dcc-4e21-8bb2-9993db22b54b {
  
}
}@media (max-width: 767px){#s-6b98ed2e-4dcc-4e21-8bb2-9993db22b54b {
  
}
}
#s-6b98ed2e-4dcc-4e21-8bb2-9993db22b54b .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Unbounded";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



@media (min-width: 1200px){#s-3a327f83-85f3-409b-a713-d67e0c4c386f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a327f83-85f3-409b-a713-d67e0c4c386f {
  
}
}@media (max-width: 767px){#s-3a327f83-85f3-409b-a713-d67e0c4c386f {
  
}
}
@media (min-width: 0px) {
[id="s-3a327f83-85f3-409b-a713-d67e0c4c386f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a327f83-85f3-409b-a713-d67e0c4c386f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a327f83-85f3-409b-a713-d67e0c4c386f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a327f83-85f3-409b-a713-d67e0c4c386f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 {
  text-align: left;
}


.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 {
  max-width:  100%;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom {
  width:  3828; 
  height:  100%; 
}




.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  aspect-ratio: 1/;
}


@media (min-width: 1200px){
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 {
  max-width:  100%;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom {
  width:  3828; 
  height:  100%; 
}




.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  aspect-ratio: 1/;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 {
  max-width:  100%;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom {
  width:  3828; 
  height:  100%; 
}




.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  aspect-ratio: 1/;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 {
  max-width:  100%;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom {
  width:  3828; 
  height:  100%; 
}




.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  aspect-ratio: 1/;
}


}@media (max-width: 767px){
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 {
  max-width:  100%;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom {
  width:  3828; 
  height:  100%; 
}




.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 .shg-image-zoom,
.shg-c#s-f69c887e-ff22-4705-b891-2f6f3c504ce0 img.shogun-image {
  aspect-ratio: 1/;
}


}
#s-58b8e230-b6f6-4bbe-974e-ee66c7b4b436 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58b8e230-b6f6-4bbe-974e-ee66c7b4b436 .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-f10a1e60-7807-4c1a-8263-a9769a1e3d3d {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-f10a1e60-7807-4c1a-8263-a9769a1e3d3d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-f10a1e60-7807-4c1a-8263-a9769a1e3d3d .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-f10a1e60-7807-4c1a-8263-a9769a1e3d3d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b-atc-btn-wrapper {
    text-align: center;
  }


#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b-atc-btn-wrapper {
    text-align: center;
  }


#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b-atc-btn-wrapper {
    text-align: center;
  }


#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b-atc-btn-wrapper {
    text-align: center;
  }


#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b-atc-btn-wrapper {
    text-align: center;
  }


#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-4d8a5839-bdbe-4c1d-8258-0cb68582c17b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f {
  text-align: left;
}


.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f {
  max-width:  100%;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  aspect-ratio: 2/3;
}


@media (min-width: 1200px){
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f {
  max-width:  100%;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  aspect-ratio: 2/3;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f {
  max-width:  100%;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  aspect-ratio: 2/3;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f {
  max-width:  100%;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  aspect-ratio: 2/3;
}


}@media (max-width: 767px){
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f {
  max-width:  100%;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f .shg-image-zoom,
.shg-c#s-4c0d0064-86cf-4ae8-aa9f-68c8e39e5d7f img.shogun-image {
  aspect-ratio: 2/3;
}


}
#s-be5d0437-25ab-4da0-886c-8bc65bfc457a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be5d0437-25ab-4da0-886c-8bc65bfc457a .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-c10b3b9f-be39-4eaa-a49c-0dbfb1343ffb {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-c10b3b9f-be39-4eaa-a49c-0dbfb1343ffb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-c10b3b9f-be39-4eaa-a49c-0dbfb1343ffb .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-c10b3b9f-be39-4eaa-a49c-0dbfb1343ffb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-46d3f277-f3e1-4a71-8fdc-adda3b451464:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-46d3f277-f3e1-4a71-8fdc-adda3b451464:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46d3f277-f3e1-4a71-8fdc-adda3b451464-atc-btn-wrapper {
    text-align: center;
  }


#s-46d3f277-f3e1-4a71-8fdc-adda3b451464 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-46d3f277-f3e1-4a71-8fdc-adda3b451464-atc-btn-wrapper {
    text-align: center;
  }


#s-46d3f277-f3e1-4a71-8fdc-adda3b451464 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-46d3f277-f3e1-4a71-8fdc-adda3b451464-atc-btn-wrapper {
    text-align: center;
  }


#s-46d3f277-f3e1-4a71-8fdc-adda3b451464 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-46d3f277-f3e1-4a71-8fdc-adda3b451464-atc-btn-wrapper {
    text-align: center;
  }


#s-46d3f277-f3e1-4a71-8fdc-adda3b451464 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-46d3f277-f3e1-4a71-8fdc-adda3b451464-atc-btn-wrapper {
    text-align: center;
  }


#s-46d3f277-f3e1-4a71-8fdc-adda3b451464 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-46d3f277-f3e1-4a71-8fdc-adda3b451464.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
@media (min-width: 1200px){#s-02ba49e5-379b-4fee-8338-9d032d91c9cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02ba49e5-379b-4fee-8338-9d032d91c9cb {
  
}
}@media (max-width: 767px){#s-02ba49e5-379b-4fee-8338-9d032d91c9cb {
  
}
}
@media (min-width: 0px) {
[id="s-02ba49e5-379b-4fee-8338-9d032d91c9cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02ba49e5-379b-4fee-8338-9d032d91c9cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02ba49e5-379b-4fee-8338-9d032d91c9cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02ba49e5-379b-4fee-8338-9d032d91c9cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ff6eba56-5f53-43dd-b439-58cb9cebefec {
  text-align: left;
}


.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec {
  max-width:  100%;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  aspect-ratio: 2/3;
}


@media (min-width: 1200px){
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec {
  max-width:  100%;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  aspect-ratio: 2/3;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec {
  max-width:  100%;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  aspect-ratio: 2/3;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec {
  max-width:  100%;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  aspect-ratio: 2/3;
}


}@media (max-width: 767px){
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec {
  max-width:  100%;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec .shg-image-zoom,
.shg-c#s-ff6eba56-5f53-43dd-b439-58cb9cebefec img.shogun-image {
  aspect-ratio: 2/3;
}


}
#s-06c9289b-4381-4033-b927-4dba03244269 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06c9289b-4381-4033-b927-4dba03244269 .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-e87fefc9-a871-437d-a9b7-dc026e9170e2 {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-e87fefc9-a871-437d-a9b7-dc026e9170e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-e87fefc9-a871-437d-a9b7-dc026e9170e2 .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-e87fefc9-a871-437d-a9b7-dc026e9170e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-51bca322-c43f-4f1d-8135-10d56cf80f4d:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-51bca322-c43f-4f1d-8135-10d56cf80f4d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51bca322-c43f-4f1d-8135-10d56cf80f4d-atc-btn-wrapper {
    text-align: center;
  }


#s-51bca322-c43f-4f1d-8135-10d56cf80f4d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-51bca322-c43f-4f1d-8135-10d56cf80f4d-atc-btn-wrapper {
    text-align: center;
  }


#s-51bca322-c43f-4f1d-8135-10d56cf80f4d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-51bca322-c43f-4f1d-8135-10d56cf80f4d-atc-btn-wrapper {
    text-align: center;
  }


#s-51bca322-c43f-4f1d-8135-10d56cf80f4d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-51bca322-c43f-4f1d-8135-10d56cf80f4d-atc-btn-wrapper {
    text-align: center;
  }


#s-51bca322-c43f-4f1d-8135-10d56cf80f4d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-51bca322-c43f-4f1d-8135-10d56cf80f4d-atc-btn-wrapper {
    text-align: center;
  }


#s-51bca322-c43f-4f1d-8135-10d56cf80f4d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-51bca322-c43f-4f1d-8135-10d56cf80f4d.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 {
  text-align: left;
}


.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 {
  max-width:  100%;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  aspect-ratio: 4/5;
}


@media (min-width: 1200px){
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 {
  max-width:  100%;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  aspect-ratio: 4/5;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 {
  max-width:  100%;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  aspect-ratio: 4/5;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 {
  max-width:  100%;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  aspect-ratio: 4/5;
}


}@media (max-width: 767px){
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 {
  max-width:  100%;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom {
  width:  3333; 
  height:  100%; 
}




.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 .shg-image-zoom,
.shg-c#s-849b5cc8-ea27-4314-9205-a1c8ca8f41d8 img.shogun-image {
  aspect-ratio: 4/5;
}


}
#s-c90ee32c-37ca-432e-88b3-9f6bcd5bcaa9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c90ee32c-37ca-432e-88b3-9f6bcd5bcaa9 .shg-product-title-component h4 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-ce365c31-8d1d-48bd-a95b-d336dc47d6ba {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-ce365c31-8d1d-48bd-a95b-d336dc47d6ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-ce365c31-8d1d-48bd-a95b-d336dc47d6ba .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-ce365c31-8d1d-48bd-a95b-d336dc47d6ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-8967789a-4227-4a84-afee-46b7f758a260 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-8967789a-4227-4a84-afee-46b7f758a260:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-8967789a-4227-4a84-afee-46b7f758a260:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8967789a-4227-4a84-afee-46b7f758a260-atc-btn-wrapper {
    text-align: center;
  }


#s-8967789a-4227-4a84-afee-46b7f758a260 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-8967789a-4227-4a84-afee-46b7f758a260-atc-btn-wrapper {
    text-align: center;
  }


#s-8967789a-4227-4a84-afee-46b7f758a260 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8967789a-4227-4a84-afee-46b7f758a260-atc-btn-wrapper {
    text-align: center;
  }


#s-8967789a-4227-4a84-afee-46b7f758a260 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8967789a-4227-4a84-afee-46b7f758a260-atc-btn-wrapper {
    text-align: center;
  }


#s-8967789a-4227-4a84-afee-46b7f758a260 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-8967789a-4227-4a84-afee-46b7f758a260-atc-btn-wrapper {
    text-align: center;
  }


#s-8967789a-4227-4a84-afee-46b7f758a260 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-8967789a-4227-4a84-afee-46b7f758a260.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-eb723517-4625-49ef-afab-167938fea660 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
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: #2C2A34;
border-radius: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-eb723517-4625-49ef-afab-167938fea660:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb723517-4625-49ef-afab-167938fea660:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-eb723517-4625-49ef-afab-167938fea660 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb723517-4625-49ef-afab-167938fea660 {
  
}
}@media (max-width: 767px){#s-eb723517-4625-49ef-afab-167938fea660 {
  
}
}

  #s-eb723517-4625-49ef-afab-167938fea660-root {
    text-align: center;
  }


#s-eb723517-4625-49ef-afab-167938fea660.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb723517-4625-49ef-afab-167938fea660-root {
    text-align: center;
  }


#s-eb723517-4625-49ef-afab-167938fea660.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb723517-4625-49ef-afab-167938fea660-root {
    text-align: center;
  }


#s-eb723517-4625-49ef-afab-167938fea660.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb723517-4625-49ef-afab-167938fea660-root {
    text-align: center;
  }


#s-eb723517-4625-49ef-afab-167938fea660.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb723517-4625-49ef-afab-167938fea660-root {
    text-align: center;
  }


#s-eb723517-4625-49ef-afab-167938fea660.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}
#s-49e3c4c1-b221-4216-9a8c-b1365ecf3395 hr {
  border-top: 2px solid #ddd;
}

#s-457205c1-8493-4429-936b-d5eef0480792 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: -110px center;
}
@media (min-width: 1200px){#s-457205c1-8493-4429-936b-d5eef0480792 {
  display: none;
}
#s-457205c1-8493-4429-936b-d5eef0480792, #wrap-s-457205c1-8493-4429-936b-d5eef0480792 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-457205c1-8493-4429-936b-d5eef0480792 {
  display: none;
}
#s-457205c1-8493-4429-936b-d5eef0480792, #wrap-s-457205c1-8493-4429-936b-d5eef0480792 { display: none !important; }}







#s-457205c1-8493-4429-936b-d5eef0480792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-457205c1-8493-4429-936b-d5eef0480792 {
  cursor: pointer;
}#s-457205c1-8493-4429-936b-d5eef0480792.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1c70a9e7-aaf7-4b19-8820-76efbb19bc53 {
  margin-top: -6px;
margin-left: 2%;
margin-bottom: -6px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1c70a9e7-aaf7-4b19-8820-76efbb19bc53 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Unbounded";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-8d1371d7-b814-4632-8f33-61912a4a4e88 {
  margin-top: -12px;
margin-left: 2%;
margin-bottom: -12px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4f4ff0cb-1946-4091-a992-e6ddc572458c {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
}
#s-4f4ff0cb-1946-4091-a992-e6ddc572458c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4f4ff0cb-1946-4091-a992-e6ddc572458c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4f4ff0cb-1946-4091-a992-e6ddc572458c-root {
    text-align: left;
  }


#s-4f4ff0cb-1946-4091-a992-e6ddc572458c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f4ff0cb-1946-4091-a992-e6ddc572458c-root {
    text-align: left;
  }


#s-4f4ff0cb-1946-4091-a992-e6ddc572458c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f4ff0cb-1946-4091-a992-e6ddc572458c-root {
    text-align: left;
  }


#s-4f4ff0cb-1946-4091-a992-e6ddc572458c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f4ff0cb-1946-4091-a992-e6ddc572458c-root {
    text-align: left;
  }


#s-4f4ff0cb-1946-4091-a992-e6ddc572458c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f4ff0cb-1946-4091-a992-e6ddc572458c-root {
    text-align: left;
  }


#s-4f4ff0cb-1946-4091-a992-e6ddc572458c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}
#s-a94586ba-70f5-41ab-afe1-5eefd5467a18 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a94586ba-70f5-41ab-afe1-5eefd5467a18 {
  display: none;
}
#s-a94586ba-70f5-41ab-afe1-5eefd5467a18, #wrap-s-a94586ba-70f5-41ab-afe1-5eefd5467a18 { display: none !important; }}@media (max-width: 767px){#s-a94586ba-70f5-41ab-afe1-5eefd5467a18 {
  display: none;
}
#s-a94586ba-70f5-41ab-afe1-5eefd5467a18, #wrap-s-a94586ba-70f5-41ab-afe1-5eefd5467a18 { display: none !important; }}







#s-a94586ba-70f5-41ab-afe1-5eefd5467a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a94586ba-70f5-41ab-afe1-5eefd5467a18 {
  cursor: pointer;
}#s-a94586ba-70f5-41ab-afe1-5eefd5467a18.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e215ad23-4686-4132-89b8-560aa753e589 {
  margin-top: -6px;
margin-left: 2%;
margin-bottom: -6px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e215ad23-4686-4132-89b8-560aa753e589 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Unbounded";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-c92bdf06-207c-4dd3-9ad1-2ff9b00d9e07 {
  margin-top: -12px;
margin-left: 2%;
margin-bottom: -12px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d4158d95-a270-43eb-8dd1-b01ec48295ce {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
}
#s-d4158d95-a270-43eb-8dd1-b01ec48295ce:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d4158d95-a270-43eb-8dd1-b01ec48295ce:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d4158d95-a270-43eb-8dd1-b01ec48295ce-root {
    text-align: left;
  }


#s-d4158d95-a270-43eb-8dd1-b01ec48295ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4158d95-a270-43eb-8dd1-b01ec48295ce-root {
    text-align: left;
  }


#s-d4158d95-a270-43eb-8dd1-b01ec48295ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4158d95-a270-43eb-8dd1-b01ec48295ce-root {
    text-align: left;
  }


#s-d4158d95-a270-43eb-8dd1-b01ec48295ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4158d95-a270-43eb-8dd1-b01ec48295ce-root {
    text-align: left;
  }


#s-d4158d95-a270-43eb-8dd1-b01ec48295ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4158d95-a270-43eb-8dd1-b01ec48295ce-root {
    text-align: left;
  }


#s-d4158d95-a270-43eb-8dd1-b01ec48295ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}
#s-7099d7d8-d3d3-4688-81cc-67a015fbc775 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7099d7d8-d3d3-4688-81cc-67a015fbc775 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Unbounded";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-53aa8a38-420a-4542-8b37-23c2d3c4080f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-53aa8a38-420a-4542-8b37-23c2d3c4080f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53aa8a38-420a-4542-8b37-23c2d3c4080f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53aa8a38-420a-4542-8b37-23c2d3c4080f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3ca10a39-14f5-462d-988b-110d67399ef3 {
  text-align: left;
}


.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 {
  max-width:  100%;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 {
  max-width:  100%;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 {
  max-width:  100%;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 {
  max-width:  100%;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 {
  max-width:  100%;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 .shg-image-zoom,
.shg-c#s-3ca10a39-14f5-462d-988b-110d67399ef3 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-d5ca1730-8a09-4b7d-820f-8a384755e37d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5ca1730-8a09-4b7d-820f-8a384755e37d .shg-product-title-component h3 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-8b5a79d7-841b-491f-936d-51e3c5650888 {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-8b5a79d7-841b-491f-936d-51e3c5650888 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-8b5a79d7-841b-491f-936d-51e3c5650888 .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-8b5a79d7-841b-491f-936d-51e3c5650888 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-912704c7-0b0f-4883-8360-d95be6622dfe:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-912704c7-0b0f-4883-8360-d95be6622dfe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-912704c7-0b0f-4883-8360-d95be6622dfe-atc-btn-wrapper {
    text-align: center;
  }


#s-912704c7-0b0f-4883-8360-d95be6622dfe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-912704c7-0b0f-4883-8360-d95be6622dfe-atc-btn-wrapper {
    text-align: center;
  }


#s-912704c7-0b0f-4883-8360-d95be6622dfe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-912704c7-0b0f-4883-8360-d95be6622dfe-atc-btn-wrapper {
    text-align: center;
  }


#s-912704c7-0b0f-4883-8360-d95be6622dfe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-912704c7-0b0f-4883-8360-d95be6622dfe-atc-btn-wrapper {
    text-align: center;
  }


#s-912704c7-0b0f-4883-8360-d95be6622dfe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-912704c7-0b0f-4883-8360-d95be6622dfe-atc-btn-wrapper {
    text-align: center;
  }


#s-912704c7-0b0f-4883-8360-d95be6622dfe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-912704c7-0b0f-4883-8360-d95be6622dfe.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 {
  text-align: left;
}


.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 {
  max-width:  100%;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 {
  max-width:  100%;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 {
  max-width:  100%;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 {
  max-width:  100%;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 {
  max-width:  100%;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 .shg-image-zoom,
.shg-c#s-8e01b697-19fc-4f14-b53e-fddc4b8afae8 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-58ce5fd4-a871-4ef8-8e77-55aff0e18042 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58ce5fd4-a871-4ef8-8e77-55aff0e18042 .shg-product-title-component h3 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-ee7b407f-f8fb-478b-a5f9-7b8296870ba6 {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-ee7b407f-f8fb-478b-a5f9-7b8296870ba6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-ee7b407f-f8fb-478b-a5f9-7b8296870ba6 .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee7b407f-f8fb-478b-a5f9-7b8296870ba6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1-atc-btn-wrapper {
    text-align: center;
  }


#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1-atc-btn-wrapper {
    text-align: center;
  }


#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1-atc-btn-wrapper {
    text-align: center;
  }


#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1-atc-btn-wrapper {
    text-align: center;
  }


#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1-atc-btn-wrapper {
    text-align: center;
  }


#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-9ed55ab0-3d63-4b81-bea4-813cabc2dec1.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
@media (min-width: 0px) {
[id="s-490856dc-9c03-43dd-bfdc-ff44dcf3c55e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-490856dc-9c03-43dd-bfdc-ff44dcf3c55e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-490856dc-9c03-43dd-bfdc-ff44dcf3c55e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-490856dc-9c03-43dd-bfdc-ff44dcf3c55e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d22dbcd0-b518-48af-9100-347afe3e62f3 {
  text-align: left;
}


.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 {
  max-width:  100%;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 {
  max-width:  100%;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 {
  max-width:  100%;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 {
  max-width:  100%;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 {
  max-width:  100%;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 .shg-image-zoom,
.shg-c#s-d22dbcd0-b518-48af-9100-347afe3e62f3 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-aa818f59-5272-4d6e-a8fd-7d902f6a10e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa818f59-5272-4d6e-a8fd-7d902f6a10e0 .shg-product-title-component h3 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-edde50e0-c5e0-4bee-a8a9-1dd6d249ea0e {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-edde50e0-c5e0-4bee-a8a9-1dd6d249ea0e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-edde50e0-c5e0-4bee-a8a9-1dd6d249ea0e .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-edde50e0-c5e0-4bee-a8a9-1dd6d249ea0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-8f2e405e-3a8f-4b86-af18-60b6850391b3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-8f2e405e-3a8f-4b86-af18-60b6850391b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f2e405e-3a8f-4b86-af18-60b6850391b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8f2e405e-3a8f-4b86-af18-60b6850391b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-8f2e405e-3a8f-4b86-af18-60b6850391b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8f2e405e-3a8f-4b86-af18-60b6850391b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f2e405e-3a8f-4b86-af18-60b6850391b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8f2e405e-3a8f-4b86-af18-60b6850391b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8f2e405e-3a8f-4b86-af18-60b6850391b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8f2e405e-3a8f-4b86-af18-60b6850391b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-8f2e405e-3a8f-4b86-af18-60b6850391b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8f2e405e-3a8f-4b86-af18-60b6850391b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-8f2e405e-3a8f-4b86-af18-60b6850391b3.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 {
  text-align: left;
}


.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 {
  max-width:  100%;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 {
  max-width:  100%;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 {
  max-width:  100%;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 {
  max-width:  100%;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 {
  max-width:  100%;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 .shg-image-zoom,
.shg-c#s-a2e74541-65ed-4013-b3bc-ea0c72d23b42 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-82f7aaee-5adf-458b-9e41-ca83c338e39c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82f7aaee-5adf-458b-9e41-ca83c338e39c .shg-product-title-component h5 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-0248e541-815d-49ae-9740-0deb6534138f {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-0248e541-815d-49ae-9740-0deb6534138f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-0248e541-815d-49ae-9740-0deb6534138f .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-0248e541-815d-49ae-9740-0deb6534138f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e {
  margin-top: 12px;
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-bb7b9317-199c-4cc8-a46e-8945cb10976e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-bb7b9317-199c-4cc8-a46e-8945cb10976e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb7b9317-199c-4cc8-a46e-8945cb10976e-atc-btn-wrapper {
    text-align: center;
  }


#s-bb7b9317-199c-4cc8-a46e-8945cb10976e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-bb7b9317-199c-4cc8-a46e-8945cb10976e-atc-btn-wrapper {
    text-align: center;
  }


#s-bb7b9317-199c-4cc8-a46e-8945cb10976e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb7b9317-199c-4cc8-a46e-8945cb10976e-atc-btn-wrapper {
    text-align: center;
  }


#s-bb7b9317-199c-4cc8-a46e-8945cb10976e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-bb7b9317-199c-4cc8-a46e-8945cb10976e-atc-btn-wrapper {
    text-align: center;
  }


#s-bb7b9317-199c-4cc8-a46e-8945cb10976e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-bb7b9317-199c-4cc8-a46e-8945cb10976e-atc-btn-wrapper {
    text-align: center;
  }


#s-bb7b9317-199c-4cc8-a46e-8945cb10976e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-bb7b9317-199c-4cc8-a46e-8945cb10976e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-268a3e5b-0653-430c-9909-d248226bdac5 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
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: #2C2A34;
border-radius: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-268a3e5b-0653-430c-9909-d248226bdac5:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-268a3e5b-0653-430c-9909-d248226bdac5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-268a3e5b-0653-430c-9909-d248226bdac5-root {
    text-align: center;
  }


#s-268a3e5b-0653-430c-9909-d248226bdac5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-268a3e5b-0653-430c-9909-d248226bdac5-root {
    text-align: center;
  }


#s-268a3e5b-0653-430c-9909-d248226bdac5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-268a3e5b-0653-430c-9909-d248226bdac5-root {
    text-align: center;
  }


#s-268a3e5b-0653-430c-9909-d248226bdac5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-268a3e5b-0653-430c-9909-d248226bdac5-root {
    text-align: center;
  }


#s-268a3e5b-0653-430c-9909-d248226bdac5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-268a3e5b-0653-430c-9909-d248226bdac5-root {
    text-align: center;
  }


#s-268a3e5b-0653-430c-9909-d248226bdac5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}
#s-fbf093a2-f869-4734-a2b9-a9ef3bc07e76 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: right center;
opacity: 1;
}








#s-fbf093a2-f869-4734-a2b9-a9ef3bc07e76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbf093a2-f869-4734-a2b9-a9ef3bc07e76 {
  cursor: pointer;
}#s-fbf093a2-f869-4734-a2b9-a9ef3bc07e76.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d5a0ca2a-6cb4-4171-b4ad-eb70d06a2867 {
  margin-top: -6px;
margin-left: 2%;
margin-bottom: -6px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d5a0ca2a-6cb4-4171-b4ad-eb70d06a2867 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Unbounded";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-f6c3334f-83bd-4b2b-a8cc-bc5dfb7f688c {
  margin-top: -17px;
margin-left: 2%;
margin-bottom: -17px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-fd1f00b9-0512-4fab-835f-ba69132c8357 {
  margin-top: 11px;
margin-left: 2%;
margin-bottom: 11px;
margin-right: 2%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
}
#s-fd1f00b9-0512-4fab-835f-ba69132c8357:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fd1f00b9-0512-4fab-835f-ba69132c8357:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fd1f00b9-0512-4fab-835f-ba69132c8357-root {
    text-align: left;
  }


#s-fd1f00b9-0512-4fab-835f-ba69132c8357.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd1f00b9-0512-4fab-835f-ba69132c8357-root {
    text-align: left;
  }


#s-fd1f00b9-0512-4fab-835f-ba69132c8357.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd1f00b9-0512-4fab-835f-ba69132c8357-root {
    text-align: left;
  }


#s-fd1f00b9-0512-4fab-835f-ba69132c8357.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd1f00b9-0512-4fab-835f-ba69132c8357-root {
    text-align: left;
  }


#s-fd1f00b9-0512-4fab-835f-ba69132c8357.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd1f00b9-0512-4fab-835f-ba69132c8357-root {
    text-align: left;
  }


#s-fd1f00b9-0512-4fab-835f-ba69132c8357.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}
#s-2b77125f-8075-4eb3-a42d-09e19d3c16b2 hr {
  border-top: 3px solid #ddd;
}

#s-cb5ebf7b-5406-4ee0-a1e7-87cb9241c073 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb5ebf7b-5406-4ee0-a1e7-87cb9241c073 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Unbounded";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-79b583a5-a36d-4b98-a67e-61b05e992ede"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79b583a5-a36d-4b98-a67e-61b05e992ede"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79b583a5-a36d-4b98-a67e-61b05e992ede"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79b583a5-a36d-4b98-a67e-61b05e992ede"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3110d8d6-e167-417c-b1d0-267594d31046 {
  text-align: left;
}


.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 {
  max-width:  100%;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 {
  max-width:  100%;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 {
  max-width:  100%;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 {
  max-width:  100%;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 {
  max-width:  100%;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 .shg-image-zoom,
.shg-c#s-3110d8d6-e167-417c-b1d0-267594d31046 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-4f9c63c5-c4ca-4fcb-a661-7d92cbdace7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f9c63c5-c4ca-4fcb-a661-7d92cbdace7e .shg-product-title-component h3 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-1d551dd7-3d23-408e-a954-f259b01d21ec {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-1d551dd7-3d23-408e-a954-f259b01d21ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-1d551dd7-3d23-408e-a954-f259b01d21ec .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-1d551dd7-3d23-408e-a954-f259b01d21ec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-58152041-894e-4502-8ca0-2e9fd57335e8:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-58152041-894e-4502-8ca0-2e9fd57335e8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58152041-894e-4502-8ca0-2e9fd57335e8-atc-btn-wrapper {
    text-align: center;
  }


#s-58152041-894e-4502-8ca0-2e9fd57335e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-58152041-894e-4502-8ca0-2e9fd57335e8-atc-btn-wrapper {
    text-align: center;
  }


#s-58152041-894e-4502-8ca0-2e9fd57335e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-58152041-894e-4502-8ca0-2e9fd57335e8-atc-btn-wrapper {
    text-align: center;
  }


#s-58152041-894e-4502-8ca0-2e9fd57335e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-58152041-894e-4502-8ca0-2e9fd57335e8-atc-btn-wrapper {
    text-align: center;
  }


#s-58152041-894e-4502-8ca0-2e9fd57335e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-58152041-894e-4502-8ca0-2e9fd57335e8-atc-btn-wrapper {
    text-align: center;
  }


#s-58152041-894e-4502-8ca0-2e9fd57335e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-58152041-894e-4502-8ca0-2e9fd57335e8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-47ef7be8-79b3-4415-975f-790481873b05 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 {
  text-align: left;
}


.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 {
  max-width:  100%;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 {
  max-width:  100%;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 {
  max-width:  100%;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 {
  max-width:  100%;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 {
  max-width:  100%;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 .shg-image-zoom,
.shg-c#s-bd223ce4-8062-45cf-9a3d-4916b7e05bd5 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-2c2d0a94-0fe3-4d53-bc1a-d5569b1b00cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c2d0a94-0fe3-4d53-bc1a-d5569b1b00cb .shg-product-title-component h3 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-cabc20bb-5340-4793-bc76-86cf590df7d8 {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-cabc20bb-5340-4793-bc76-86cf590df7d8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-cabc20bb-5340-4793-bc76-86cf590df7d8 .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-cabc20bb-5340-4793-bc76-86cf590df7d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-c2b0782f-7ef5-4438-a967-bc09d60980d5:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c2b0782f-7ef5-4438-a967-bc09d60980d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2b0782f-7ef5-4438-a967-bc09d60980d5-atc-btn-wrapper {
    text-align: center;
  }


#s-c2b0782f-7ef5-4438-a967-bc09d60980d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-c2b0782f-7ef5-4438-a967-bc09d60980d5-atc-btn-wrapper {
    text-align: center;
  }


#s-c2b0782f-7ef5-4438-a967-bc09d60980d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2b0782f-7ef5-4438-a967-bc09d60980d5-atc-btn-wrapper {
    text-align: center;
  }


#s-c2b0782f-7ef5-4438-a967-bc09d60980d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c2b0782f-7ef5-4438-a967-bc09d60980d5-atc-btn-wrapper {
    text-align: center;
  }


#s-c2b0782f-7ef5-4438-a967-bc09d60980d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-c2b0782f-7ef5-4438-a967-bc09d60980d5-atc-btn-wrapper {
    text-align: center;
  }


#s-c2b0782f-7ef5-4438-a967-bc09d60980d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-c2b0782f-7ef5-4438-a967-bc09d60980d5.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
@media (min-width: 0px) {
[id="s-56e6073b-090c-4d61-b073-c601a8b44f4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56e6073b-090c-4d61-b073-c601a8b44f4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56e6073b-090c-4d61-b073-c601a8b44f4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56e6073b-090c-4d61-b073-c601a8b44f4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc {
  text-align: left;
}


.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc {
  max-width:  100%;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc {
  max-width:  100%;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc {
  max-width:  100%;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc {
  max-width:  100%;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc {
  max-width:  100%;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc .shg-image-zoom,
.shg-c#s-b4c2caa3-339f-4ceb-8455-a055f41b59dc img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-e69aab8e-b1ad-4663-bc38-2c0e32b25d13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e69aab8e-b1ad-4663-bc38-2c0e32b25d13 .shg-product-title-component h3 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-e74734d4-4b1b-4be7-9d9e-6a7054b99fb0 {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-e74734d4-4b1b-4be7-9d9e-6a7054b99fb0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-e74734d4-4b1b-4be7-9d9e-6a7054b99fb0 .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-e74734d4-4b1b-4be7-9d9e-6a7054b99fb0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e-atc-btn-wrapper {
    text-align: center;
  }


#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e-atc-btn-wrapper {
    text-align: center;
  }


#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e-atc-btn-wrapper {
    text-align: center;
  }


#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e-atc-btn-wrapper {
    text-align: center;
  }


#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e-atc-btn-wrapper {
    text-align: center;
  }


#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-be195f21-85e5-4d9d-9a8d-e48a64f45a2e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-68c4693a-efbc-419e-aec2-9104506e0afd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}


.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd {
  max-width:  100%;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd {
  max-width:  100%;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd {
  max-width:  100%;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd {
  max-width:  100%;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd {
  max-width:  100%;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  max-width: 4096px !important;
  
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom {
  width:  2048; 
  height:  100%; 
}




.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd .shg-image-zoom,
.shg-c#s-68c4693a-efbc-419e-aec2-9104506e0afd img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-15cc7036-0ca7-4947-b4f2-3dc7c672c69b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15cc7036-0ca7-4947-b4f2-3dc7c672c69b .shg-product-title-component h5 {
  
  font-weight:  600 ;
  font-family: Geologica;
  
  font-size: 16px;
  
  
  
}

#s-ca058d10-8173-4a3b-b470-8cba5bc11425 {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}

#s-ca058d10-8173-4a3b-b470-8cba5bc11425 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Geologica;
  font-style:  normal ;
}

#s-ca058d10-8173-4a3b-b470-8cba5bc11425 .shg-product-price {
  color: #000;
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 14px;
}

#s-ca058d10-8173-4a3b-b470-8cba5bc11425 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(185, 33, 33, 1);
  
  font-family: Geologica;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739 {
  margin-top: 14px;
margin-bottom: 14px;
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: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-67e5e2e6-e557-4115-b780-b22af6732739:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-67e5e2e6-e557-4115-b780-b22af6732739:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67e5e2e6-e557-4115-b780-b22af6732739-atc-btn-wrapper {
    text-align: center;
  }


#s-67e5e2e6-e557-4115-b780-b22af6732739 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


@media (min-width: 1200px){
  #s-67e5e2e6-e557-4115-b780-b22af6732739-atc-btn-wrapper {
    text-align: center;
  }


#s-67e5e2e6-e557-4115-b780-b22af6732739 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-67e5e2e6-e557-4115-b780-b22af6732739-atc-btn-wrapper {
    text-align: center;
  }


#s-67e5e2e6-e557-4115-b780-b22af6732739 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-67e5e2e6-e557-4115-b780-b22af6732739-atc-btn-wrapper {
    text-align: center;
  }


#s-67e5e2e6-e557-4115-b780-b22af6732739 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}@media (max-width: 767px){
  #s-67e5e2e6-e557-4115-b780-b22af6732739-atc-btn-wrapper {
    text-align: center;
  }


#s-67e5e2e6-e557-4115-b780-b22af6732739 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}

#s-67e5e2e6-e557-4115-b780-b22af6732739.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Unbounded;
  
  font-size: 14px;
  color: rgba(2, 2, 2, 1);
}


}
#s-3f30de94-382e-436f-b44e-ab37dc40a7e8 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
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: #2C2A34;
border-radius: 10px;
background-color: rgba(177, 86, 80, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-3f30de94-382e-436f-b44e-ab37dc40a7e8:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-3f30de94-382e-436f-b44e-ab37dc40a7e8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f30de94-382e-436f-b44e-ab37dc40a7e8-root {
    text-align: center;
  }


#s-3f30de94-382e-436f-b44e-ab37dc40a7e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f30de94-382e-436f-b44e-ab37dc40a7e8-root {
    text-align: center;
  }


#s-3f30de94-382e-436f-b44e-ab37dc40a7e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f30de94-382e-436f-b44e-ab37dc40a7e8-root {
    text-align: center;
  }


#s-3f30de94-382e-436f-b44e-ab37dc40a7e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f30de94-382e-436f-b44e-ab37dc40a7e8-root {
    text-align: center;
  }


#s-3f30de94-382e-436f-b44e-ab37dc40a7e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f30de94-382e-436f-b44e-ab37dc40a7e8-root {
    text-align: center;
  }


#s-3f30de94-382e-436f-b44e-ab37dc40a7e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}
#s-172e912c-35f4-46db-a3b1-806b20914b24 hr {
  border-top: 3px solid #ddd;
}

#s-11cf481c-d7e1-4a5d-bee5-18e2d5d00bf5 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}








#s-11cf481c-d7e1-4a5d-bee5-18e2d5d00bf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11cf481c-d7e1-4a5d-bee5-18e2d5d00bf5 {
  cursor: pointer;
}#s-11cf481c-d7e1-4a5d-bee5-18e2d5d00bf5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1b49c251-c6c5-4746-8edc-25333f77a2f5 {
  margin-top: -6px;
margin-left: 2%;
margin-bottom: -6px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b49c251-c6c5-4746-8edc-25333f77a2f5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Unbounded";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-13bae1b2-5c16-4272-90c6-5cac501f9877 {
  margin-top: -18px;
margin-left: 2%;
margin-bottom: -18px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-99dee193-f966-4211-90fd-7cf7f9e8b3e2 {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
}
#s-99dee193-f966-4211-90fd-7cf7f9e8b3e2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-99dee193-f966-4211-90fd-7cf7f9e8b3e2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-99dee193-f966-4211-90fd-7cf7f9e8b3e2-root {
    text-align: left;
  }


#s-99dee193-f966-4211-90fd-7cf7f9e8b3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-99dee193-f966-4211-90fd-7cf7f9e8b3e2-root {
    text-align: left;
  }


#s-99dee193-f966-4211-90fd-7cf7f9e8b3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99dee193-f966-4211-90fd-7cf7f9e8b3e2-root {
    text-align: left;
  }


#s-99dee193-f966-4211-90fd-7cf7f9e8b3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99dee193-f966-4211-90fd-7cf7f9e8b3e2-root {
    text-align: left;
  }


#s-99dee193-f966-4211-90fd-7cf7f9e8b3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99dee193-f966-4211-90fd-7cf7f9e8b3e2-root {
    text-align: left;
  }


#s-99dee193-f966-4211-90fd-7cf7f9e8b3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Unbounded;
  display:  inline-block ;
}
}
#s-128e814f-d4de-4e5d-81f1-6b435e6793e1 hr {
  border-top: 2px solid #ddd;
}

#s-1bd18642-8805-4ebf-9bad-41ac05c5d3f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bd18642-8805-4ebf-9bad-41ac05c5d3f4 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Geologica";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3px;
  text-align: center;
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-eaeb7522-b8cd-4935-8799-f679c66041b2 hr {
  border-top: 2px solid #ddd;
}

/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

@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;
  }
}
