#s-3090b171-7c80-49b8-8bcd-0c0e1074e2ae {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-afc76816-88be-4f65-86ad-7c02c921c533 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.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-72016b9d-d464-4e14-b940-25d431ec6b3f {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-72016b9d-d464-4e14-b940-25d431ec6b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72016b9d-d464-4e14-b940-25d431ec6b3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: #444444;
  font-family: "Helvetica";
  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-08bb1293-5b7c-4a3f-b17c-3716d25c4506 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08bb1293-5b7c-4a3f-b17c-3716d25c4506 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-9d49d41c-21ff-426d-a189-1fe08a12c726 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 870px;
}








#s-9d49d41c-21ff-426d-a189-1fe08a12c726 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d49d41c-21ff-426d-a189-1fe08a12c726.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

#s-61f81dfb-dbb9-406f-af18-3798af9ceddf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-61f81dfb-dbb9-406f-af18-3798af9ceddf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61f81dfb-dbb9-406f-af18-3798af9ceddf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-61f81dfb-dbb9-406f-af18-3798af9ceddf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-61f81dfb-dbb9-406f-af18-3798af9ceddf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-8c106bb3-8a8a-43dd-aa0e-365b85ea2703 {
  margin-left: auto;
margin-right: auto;
}

.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-8c06410f-7204-4fba-aded-b14d09d856ff {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8c06410f-7204-4fba-aded-b14d09d856ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c06410f-7204-4fba-aded-b14d09d856ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8c06410f-7204-4fba-aded-b14d09d856ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c06410f-7204-4fba-aded-b14d09d856ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8c06410f-7204-4fba-aded-b14d09d856ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c06410f-7204-4fba-aded-b14d09d856ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8c06410f-7204-4fba-aded-b14d09d856ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c06410f-7204-4fba-aded-b14d09d856ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8c06410f-7204-4fba-aded-b14d09d856ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c06410f-7204-4fba-aded-b14d09d856ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.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: #444444;
  font-family: "Helvetica";
  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-61efeb6f-0466-428b-882a-37d310b507c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
max-width: 360px;
text-align: center;
}

#s-61efeb6f-0466-428b-882a-37d310b507c7 .shg-product-title-component h3 {
  
  
  
  
  font-size: 20px;
  
  
  
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 280px;
text-decoration: none;
text-align: center;
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-bcfdca54-a13a-4acd-b66c-4634729289b4-btn-wrapper {
    text-align: center;
  }


#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-variant-btn:active, #s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-bcfdca54-a13a-4acd-b66c-4634729289b4 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-4cb1ae58-2f62-4156-82be-a69a3d1d9f86 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-4cb1ae58-2f62-4156-82be-a69a3d1d9f86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-4cb1ae58-2f62-4156-82be-a69a3d1d9f86 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4cb1ae58-2f62-4156-82be-a69a3d1d9f86 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  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-7d179fa4-75e6-4da4-81ac-8e486016fcf0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
max-width: 200px;
background-color: rgba(238, 39, 55, 1);
text-align: center;
cursor: pointer;
}
#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d179fa4-75e6-4da4-81ac-8e486016fcf0-atc-btn-wrapper {
    text-align: center;
  }


#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

@media (min-width: 1200px){
  #s-7d179fa4-75e6-4da4-81ac-8e486016fcf0-atc-btn-wrapper {
    text-align: center;
  }


#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d179fa4-75e6-4da4-81ac-8e486016fcf0-atc-btn-wrapper {
    text-align: center;
  }


#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7d179fa4-75e6-4da4-81ac-8e486016fcf0-atc-btn-wrapper {
    text-align: center;
  }


#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (max-width: 767px){
  #s-7d179fa4-75e6-4da4-81ac-8e486016fcf0-atc-btn-wrapper {
    text-align: center;
  }


#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7d179fa4-75e6-4da4-81ac-8e486016fcf0.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}
#s-d3699177-db99-4f4f-b177-73200af66d03 {
  margin-left: auto;
margin-right: auto;
}

#s-d12cf34b-babc-45be-90f3-07f996ffc0db {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d12cf34b-babc-45be-90f3-07f996ffc0db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d12cf34b-babc-45be-90f3-07f996ffc0db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d12cf34b-babc-45be-90f3-07f996ffc0db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d12cf34b-babc-45be-90f3-07f996ffc0db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d12cf34b-babc-45be-90f3-07f996ffc0db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d12cf34b-babc-45be-90f3-07f996ffc0db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d12cf34b-babc-45be-90f3-07f996ffc0db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d12cf34b-babc-45be-90f3-07f996ffc0db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d12cf34b-babc-45be-90f3-07f996ffc0db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d12cf34b-babc-45be-90f3-07f996ffc0db img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1c1af6e7-c583-4663-9391-6a529efedb46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
max-width: 360px;
text-align: center;
}

#s-1c1af6e7-c583-4663-9391-6a529efedb46 .shg-product-title-component h3 {
  
  
  
  
  font-size: 20px;
  
  
  
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 280px;
text-decoration: none;
text-align: center;
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-814ea5d2-555c-48e8-b624-b12ecbb47d0b-btn-wrapper {
    text-align: center;
  }


#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-variant-btn:active, #s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-814ea5d2-555c-48e8-b624-b12ecbb47d0b .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-08f6c736-9639-4325-83f3-b2e902342d85 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-08f6c736-9639-4325-83f3-b2e902342d85 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-08f6c736-9639-4325-83f3-b2e902342d85 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-08f6c736-9639-4325-83f3-b2e902342d85 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
max-width: 200px;
background-color: rgba(238, 39, 55, 1);
text-align: center;
cursor: pointer;
}
#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc-atc-btn-wrapper {
    text-align: center;
  }


#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

@media (min-width: 1200px){
  #s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc-atc-btn-wrapper {
    text-align: center;
  }


#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc-atc-btn-wrapper {
    text-align: center;
  }


#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc-atc-btn-wrapper {
    text-align: center;
  }


#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (max-width: 767px){
  #s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc-atc-btn-wrapper {
    text-align: center;
  }


#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4478ee3c-54f2-42d5-8a48-1ac67b0a6dfc.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}
#s-3cc54679-a58f-433e-99e8-1d591f6c5d40 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
}








#s-3cc54679-a58f-433e-99e8-1d591f6c5d40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3cc54679-a58f-433e-99e8-1d591f6c5d40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cec683f6-6bcf-43fd-8b76-83824caab850 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cec683f6-6bcf-43fd-8b76-83824caab850 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-d0e2d5d5-37cd-41f0-940a-2936cdab2856 {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 870px;
}








#s-d0e2d5d5-37cd-41f0-940a-2936cdab2856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0e2d5d5-37cd-41f0-940a-2936cdab2856.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66c2743f-b4f8-4f71-9bab-02a59eec9e81 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-66c2743f-b4f8-4f71-9bab-02a59eec9e81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66c2743f-b4f8-4f71-9bab-02a59eec9e81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-66c2743f-b4f8-4f71-9bab-02a59eec9e81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-66c2743f-b4f8-4f71-9bab-02a59eec9e81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-9af2be72-f154-4f91-89f0-36782e3f9290 {
  margin-left: auto;
margin-right: auto;
}

#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f084f4f-76b6-4130-aff7-18316b12c7e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c1b28ad0-7544-4a36-9098-a3fdb407e83b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
max-width: 360px;
text-align: center;
}

#s-c1b28ad0-7544-4a36-9098-a3fdb407e83b .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 280px;
text-decoration: none;
text-align: center;
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c-btn-wrapper {
    text-align: center;
  }


#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-variant-btn:active, #s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7f015682-9c52-40e9-bfc6-2ca298d4ba7c .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-596d8b95-d02b-41b0-b982-54c378bbb13c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-596d8b95-d02b-41b0-b982-54c378bbb13c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-596d8b95-d02b-41b0-b982-54c378bbb13c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-596d8b95-d02b-41b0-b982-54c378bbb13c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
max-width: 200px;
background-color: rgba(238, 39, 55, 1);
text-align: center;
cursor: pointer;
}
#s-08957293-0a31-47a0-a502-04a3d4db6d80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08957293-0a31-47a0-a502-04a3d4db6d80:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08957293-0a31-47a0-a502-04a3d4db6d80-atc-btn-wrapper {
    text-align: center;
  }


#s-08957293-0a31-47a0-a502-04a3d4db6d80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

@media (min-width: 1200px){
  #s-08957293-0a31-47a0-a502-04a3d4db6d80-atc-btn-wrapper {
    text-align: center;
  }


#s-08957293-0a31-47a0-a502-04a3d4db6d80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-08957293-0a31-47a0-a502-04a3d4db6d80-atc-btn-wrapper {
    text-align: center;
  }


#s-08957293-0a31-47a0-a502-04a3d4db6d80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-08957293-0a31-47a0-a502-04a3d4db6d80-atc-btn-wrapper {
    text-align: center;
  }


#s-08957293-0a31-47a0-a502-04a3d4db6d80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (max-width: 767px){
  #s-08957293-0a31-47a0-a502-04a3d4db6d80-atc-btn-wrapper {
    text-align: center;
  }


#s-08957293-0a31-47a0-a502-04a3d4db6d80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08957293-0a31-47a0-a502-04a3d4db6d80.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}
#s-7074cf86-8366-4994-9689-2082f87475e4 {
  margin-left: auto;
margin-right: auto;
}

#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 {
  margin-top: -3px;
margin-left: auto;
margin-bottom: -3px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}



.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image,
.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-image-zoom,
.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image {
  aspect-ratio: 2:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image,
.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-image-zoom,
.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image {
  aspect-ratio: 2:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image,
.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-image-zoom,
.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image {
  aspect-ratio: 2:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image,
.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-image-zoom,
.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image {
  aspect-ratio: 2:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image,
.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 .shg-image-zoom,
.shg-c#s-59d7ee69-428b-4dfa-93a8-ad030c1f62b8 img.shogun-image {
  aspect-ratio: 2:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e1749137-fa09-4fee-91f9-1477faa94a21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
max-width: 360px;
text-align: center;
}

#s-e1749137-fa09-4fee-91f9-1477faa94a21 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 280px;
text-decoration: none;
text-align: center;
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c76715e3-1359-447f-8907-9c1e3d21082b-btn-wrapper {
    text-align: center;
  }


#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-variant-btn:active, #s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c76715e3-1359-447f-8907-9c1e3d21082b .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-635bc566-a6b1-40e6-8e12-2b823ff203ce {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-635bc566-a6b1-40e6-8e12-2b823ff203ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-635bc566-a6b1-40e6-8e12-2b823ff203ce .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-635bc566-a6b1-40e6-8e12-2b823ff203ce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
max-width: 200px;
background-color: rgba(238, 39, 55, 1);
text-align: center;
cursor: pointer;
}
#s-7164466b-8acf-4e36-b7dd-146baae5ad73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7164466b-8acf-4e36-b7dd-146baae5ad73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7164466b-8acf-4e36-b7dd-146baae5ad73-atc-btn-wrapper {
    text-align: center;
  }


#s-7164466b-8acf-4e36-b7dd-146baae5ad73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

@media (min-width: 1200px){
  #s-7164466b-8acf-4e36-b7dd-146baae5ad73-atc-btn-wrapper {
    text-align: center;
  }


#s-7164466b-8acf-4e36-b7dd-146baae5ad73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7164466b-8acf-4e36-b7dd-146baae5ad73-atc-btn-wrapper {
    text-align: center;
  }


#s-7164466b-8acf-4e36-b7dd-146baae5ad73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7164466b-8acf-4e36-b7dd-146baae5ad73-atc-btn-wrapper {
    text-align: center;
  }


#s-7164466b-8acf-4e36-b7dd-146baae5ad73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (max-width: 767px){
  #s-7164466b-8acf-4e36-b7dd-146baae5ad73-atc-btn-wrapper {
    text-align: center;
  }


#s-7164466b-8acf-4e36-b7dd-146baae5ad73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7164466b-8acf-4e36-b7dd-146baae5ad73.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}
#s-59cff986-9578-4dee-a1e9-ae1d4db78bd7 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-59cff986-9578-4dee-a1e9-ae1d4db78bd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59cff986-9578-4dee-a1e9-ae1d4db78bd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-292a2ab4-d0a9-43bb-8da0-a815f8d481dc {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-292a2ab4-d0a9-43bb-8da0-a815f8d481dc .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a1cf2cf8-73c5-49a1-ae5f-7cccdf0cf7b9 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1300px;
}








#s-a1cf2cf8-73c5-49a1-ae5f-7cccdf0cf7b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1cf2cf8-73c5-49a1-ae5f-7cccdf0cf7b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36dbdb40-1928-46b0-8c5e-d09c6bff54b7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-36dbdb40-1928-46b0-8c5e-d09c6bff54b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36dbdb40-1928-46b0-8c5e-d09c6bff54b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-36dbdb40-1928-46b0-8c5e-d09c6bff54b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-36dbdb40-1928-46b0-8c5e-d09c6bff54b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-041b4500-8d43-4ab5-8fbe-dd64e01071c6 {
  margin-left: auto;
margin-right: auto;
}

#s-da5fcb6e-a5a3-494a-af03-8020828859a9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-da5fcb6e-a5a3-494a-af03-8020828859a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5fcb6e-a5a3-494a-af03-8020828859a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-da5fcb6e-a5a3-494a-af03-8020828859a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5fcb6e-a5a3-494a-af03-8020828859a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-da5fcb6e-a5a3-494a-af03-8020828859a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5fcb6e-a5a3-494a-af03-8020828859a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-da5fcb6e-a5a3-494a-af03-8020828859a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5fcb6e-a5a3-494a-af03-8020828859a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-da5fcb6e-a5a3-494a-af03-8020828859a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5fcb6e-a5a3-494a-af03-8020828859a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4739d781-2167-4c01-ab06-9db93cd19bd7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
max-width: 360px;
text-align: center;
}

#s-4739d781-2167-4c01-ab06-9db93cd19bd7 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 280px;
text-decoration: none;
text-align: center;
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-fcc40936-d376-4089-9b67-fdc05ec4c0bb-btn-wrapper {
    text-align: center;
  }


#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-variant-btn:active, #s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fcc40936-d376-4089-9b67-fdc05ec4c0bb .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-50d25e62-b68a-4909-b278-4027f425277b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-50d25e62-b68a-4909-b278-4027f425277b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-50d25e62-b68a-4909-b278-4027f425277b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-50d25e62-b68a-4909-b278-4027f425277b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
max-width: 200px;
background-color: rgba(238, 39, 55, 1);
text-align: center;
cursor: pointer;
}
#s-6f020d30-3fad-4d5c-a822-861ec722e6b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f020d30-3fad-4d5c-a822-861ec722e6b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f020d30-3fad-4d5c-a822-861ec722e6b9-atc-btn-wrapper {
    text-align: center;
  }


#s-6f020d30-3fad-4d5c-a822-861ec722e6b9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

@media (min-width: 1200px){
  #s-6f020d30-3fad-4d5c-a822-861ec722e6b9-atc-btn-wrapper {
    text-align: center;
  }


#s-6f020d30-3fad-4d5c-a822-861ec722e6b9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f020d30-3fad-4d5c-a822-861ec722e6b9-atc-btn-wrapper {
    text-align: center;
  }


#s-6f020d30-3fad-4d5c-a822-861ec722e6b9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-6f020d30-3fad-4d5c-a822-861ec722e6b9-atc-btn-wrapper {
    text-align: center;
  }


#s-6f020d30-3fad-4d5c-a822-861ec722e6b9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (max-width: 767px){
  #s-6f020d30-3fad-4d5c-a822-861ec722e6b9-atc-btn-wrapper {
    text-align: center;
  }


#s-6f020d30-3fad-4d5c-a822-861ec722e6b9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6f020d30-3fad-4d5c-a822-861ec722e6b9.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}
#s-aea767cc-0ffd-4b6e-9683-95e925fa14a8 {
  margin-left: auto;
margin-right: auto;
}

#s-5e081aa6-8532-407d-876b-ae2ea4ee38be {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5e081aa6-8532-407d-876b-ae2ea4ee38be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e081aa6-8532-407d-876b-ae2ea4ee38be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5e081aa6-8532-407d-876b-ae2ea4ee38be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e081aa6-8532-407d-876b-ae2ea4ee38be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5e081aa6-8532-407d-876b-ae2ea4ee38be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e081aa6-8532-407d-876b-ae2ea4ee38be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5e081aa6-8532-407d-876b-ae2ea4ee38be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e081aa6-8532-407d-876b-ae2ea4ee38be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5e081aa6-8532-407d-876b-ae2ea4ee38be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e081aa6-8532-407d-876b-ae2ea4ee38be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6aada1b8-8a9e-47d3-b132-e254af65f455 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
max-width: 360px;
text-align: center;
}

#s-6aada1b8-8a9e-47d3-b132-e254af65f455 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 280px;
text-decoration: none;
text-align: center;
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-415e87bb-29eb-4ce8-89c5-2fb727625d9a-btn-wrapper {
    text-align: center;
  }


#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-variant-btn:active, #s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-415e87bb-29eb-4ce8-89c5-2fb727625d9a .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f6a64407-fd5f-4b5a-8c4b-08a30edc8e0d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-f6a64407-fd5f-4b5a-8c4b-08a30edc8e0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f6a64407-fd5f-4b5a-8c4b-08a30edc8e0d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f6a64407-fd5f-4b5a-8c4b-08a30edc8e0d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
max-width: 200px;
background-color: rgba(238, 39, 55, 1);
text-align: center;
cursor: pointer;
}
#s-7943c261-5b80-4768-88bc-019a78b288aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7943c261-5b80-4768-88bc-019a78b288aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7943c261-5b80-4768-88bc-019a78b288aa-atc-btn-wrapper {
    text-align: center;
  }


#s-7943c261-5b80-4768-88bc-019a78b288aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

@media (min-width: 1200px){
  #s-7943c261-5b80-4768-88bc-019a78b288aa-atc-btn-wrapper {
    text-align: center;
  }


#s-7943c261-5b80-4768-88bc-019a78b288aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7943c261-5b80-4768-88bc-019a78b288aa-atc-btn-wrapper {
    text-align: center;
  }


#s-7943c261-5b80-4768-88bc-019a78b288aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7943c261-5b80-4768-88bc-019a78b288aa-atc-btn-wrapper {
    text-align: center;
  }


#s-7943c261-5b80-4768-88bc-019a78b288aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (max-width: 767px){
  #s-7943c261-5b80-4768-88bc-019a78b288aa-atc-btn-wrapper {
    text-align: center;
  }


#s-7943c261-5b80-4768-88bc-019a78b288aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7943c261-5b80-4768-88bc-019a78b288aa.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}
#s-9514f551-e50b-4bcf-888a-98846e6bae64 {
  margin-left: auto;
margin-right: auto;
}

#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e5070af-3a4f-4d10-9fb1-8102d5edc614 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f942e5b5-de8a-4a31-93dc-124126421702 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
max-width: 360px;
text-align: center;
}

#s-f942e5b5-de8a-4a31-93dc-124126421702 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-33011e09-1428-40fe-a989-07ae74408c9f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 280px;
text-decoration: none;
text-align: center;
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-33011e09-1428-40fe-a989-07ae74408c9f-btn-wrapper {
    text-align: center;
  }


#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-variant-btn:active, #s-33011e09-1428-40fe-a989-07ae74408c9f .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-33011e09-1428-40fe-a989-07ae74408c9f .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-97e59637-8646-428f-8eae-98ed67ce3a28 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-97e59637-8646-428f-8eae-98ed67ce3a28 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-97e59637-8646-428f-8eae-98ed67ce3a28 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-97e59637-8646-428f-8eae-98ed67ce3a28 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
max-width: 200px;
background-color: rgba(238, 39, 55, 1);
text-align: center;
cursor: pointer;
}
#s-87cd079a-8bec-495d-886d-64fcce68d4eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87cd079a-8bec-495d-886d-64fcce68d4eb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87cd079a-8bec-495d-886d-64fcce68d4eb-atc-btn-wrapper {
    text-align: center;
  }


#s-87cd079a-8bec-495d-886d-64fcce68d4eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

@media (min-width: 1200px){
  #s-87cd079a-8bec-495d-886d-64fcce68d4eb-atc-btn-wrapper {
    text-align: center;
  }


#s-87cd079a-8bec-495d-886d-64fcce68d4eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-87cd079a-8bec-495d-886d-64fcce68d4eb-atc-btn-wrapper {
    text-align: center;
  }


#s-87cd079a-8bec-495d-886d-64fcce68d4eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-87cd079a-8bec-495d-886d-64fcce68d4eb-atc-btn-wrapper {
    text-align: center;
  }


#s-87cd079a-8bec-495d-886d-64fcce68d4eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (max-width: 767px){
  #s-87cd079a-8bec-495d-886d-64fcce68d4eb-atc-btn-wrapper {
    text-align: center;
  }


#s-87cd079a-8bec-495d-886d-64fcce68d4eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-87cd079a-8bec-495d-886d-64fcce68d4eb.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}
#s-d032039a-a5b9-4b61-8aa7-6a0fc687285d {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
}








#s-d032039a-a5b9-4b61-8aa7-6a0fc687285d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d032039a-a5b9-4b61-8aa7-6a0fc687285d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47ff301c-7bb9-4af1-86d9-ffad32bf4f1a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47ff301c-7bb9-4af1-86d9-ffad32bf4f1a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-0705dc4e-d9f5-4cee-abd7-9686b70889d9 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1300px;
}








#s-0705dc4e-d9f5-4cee-abd7-9686b70889d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0705dc4e-d9f5-4cee-abd7-9686b70889d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ea34809-205c-436f-9b21-190e5a52c921 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9ea34809-205c-436f-9b21-190e5a52c921"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ea34809-205c-436f-9b21-190e5a52c921"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-9ea34809-205c-436f-9b21-190e5a52c921"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ea34809-205c-436f-9b21-190e5a52c921"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-3c34ef02-894e-4cfd-b49f-128d28705b01 {
  margin-left: auto;
margin-right: auto;
}

#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdb46c53-9244-42cf-84c3-1bbbe83512ca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d8eb1307-0f0c-4ff7-85b8-bc1a50b6aa99 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
max-width: 360px;
text-align: center;
}

#s-d8eb1307-0f0c-4ff7-85b8-bc1a50b6aa99 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-3dbdaba8-238a-48e0-8518-31c1bf4142e5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-3dbdaba8-238a-48e0-8518-31c1bf4142e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-3dbdaba8-238a-48e0-8518-31c1bf4142e5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3dbdaba8-238a-48e0-8518-31c1bf4142e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
max-width: 200px;
background-color: rgba(238, 39, 55, 1);
text-align: center;
cursor: pointer;
}
#s-9dac875c-dca6-4217-8331-216a0b69e69f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9dac875c-dca6-4217-8331-216a0b69e69f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9dac875c-dca6-4217-8331-216a0b69e69f-atc-btn-wrapper {
    text-align: center;
  }


#s-9dac875c-dca6-4217-8331-216a0b69e69f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

@media (min-width: 1200px){
  #s-9dac875c-dca6-4217-8331-216a0b69e69f-atc-btn-wrapper {
    text-align: center;
  }


#s-9dac875c-dca6-4217-8331-216a0b69e69f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-9dac875c-dca6-4217-8331-216a0b69e69f-atc-btn-wrapper {
    text-align: center;
  }


#s-9dac875c-dca6-4217-8331-216a0b69e69f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-9dac875c-dca6-4217-8331-216a0b69e69f-atc-btn-wrapper {
    text-align: center;
  }


#s-9dac875c-dca6-4217-8331-216a0b69e69f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (max-width: 767px){
  #s-9dac875c-dca6-4217-8331-216a0b69e69f-atc-btn-wrapper {
    text-align: center;
  }


#s-9dac875c-dca6-4217-8331-216a0b69e69f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9dac875c-dca6-4217-8331-216a0b69e69f.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}
#s-52ac693c-7144-4b66-8a36-22cbdfb47094 {
  margin-left: auto;
margin-right: auto;
}

#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c9bcc1a-59f3-43ff-aaf8-66b84b9c859b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5f8ff57b-d6e6-4c53-b4f3-e15344627410 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
max-width: 360px;
text-align: center;
}

#s-5f8ff57b-d6e6-4c53-b4f3-e15344627410 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-01400693-1205-4b58-9cca-8a6b5263d05e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-01400693-1205-4b58-9cca-8a6b5263d05e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-01400693-1205-4b58-9cca-8a6b5263d05e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-01400693-1205-4b58-9cca-8a6b5263d05e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 100px;
max-width: 200px;
background-color: rgba(238, 39, 55, 1);
text-align: center;
cursor: pointer;
}
#s-318a27c1-808d-4b08-a4cf-c39356e87232:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-318a27c1-808d-4b08-a4cf-c39356e87232:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-318a27c1-808d-4b08-a4cf-c39356e87232-atc-btn-wrapper {
    text-align: center;
  }


#s-318a27c1-808d-4b08-a4cf-c39356e87232 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

@media (min-width: 1200px){
  #s-318a27c1-808d-4b08-a4cf-c39356e87232-atc-btn-wrapper {
    text-align: center;
  }


#s-318a27c1-808d-4b08-a4cf-c39356e87232 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-318a27c1-808d-4b08-a4cf-c39356e87232-atc-btn-wrapper {
    text-align: center;
  }


#s-318a27c1-808d-4b08-a4cf-c39356e87232 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-318a27c1-808d-4b08-a4cf-c39356e87232-atc-btn-wrapper {
    text-align: center;
  }


#s-318a27c1-808d-4b08-a4cf-c39356e87232 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (max-width: 767px){
  #s-318a27c1-808d-4b08-a4cf-c39356e87232-atc-btn-wrapper {
    text-align: center;
  }


#s-318a27c1-808d-4b08-a4cf-c39356e87232 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-318a27c1-808d-4b08-a4cf-c39356e87232.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}
#s-7d38bf4a-a720-445f-bfee-a070ad58b847 {
  margin-left: auto;
margin-right: auto;
}

#s-268a94da-c84b-4086-9781-098a6fa82303 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-268a94da-c84b-4086-9781-098a6fa82303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268a94da-c84b-4086-9781-098a6fa82303 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-268a94da-c84b-4086-9781-098a6fa82303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268a94da-c84b-4086-9781-098a6fa82303 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-268a94da-c84b-4086-9781-098a6fa82303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268a94da-c84b-4086-9781-098a6fa82303 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-268a94da-c84b-4086-9781-098a6fa82303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268a94da-c84b-4086-9781-098a6fa82303 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-268a94da-c84b-4086-9781-098a6fa82303 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268a94da-c84b-4086-9781-098a6fa82303 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-44ff6ef6-84a1-4b75-b0ff-d0f1da404c7e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
max-width: 360px;
text-align: center;
}

#s-44ff6ef6-84a1-4b75-b0ff-d0f1da404c7e .shg-product-title-component h3 {
  
  
  
  
  font-size: 20px;
  
  
  
}

#s-0fabfd9e-6291-442e-a22d-ae8378050c28 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-0fabfd9e-6291-442e-a22d-ae8378050c28 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-0fabfd9e-6291-442e-a22d-ae8378050c28 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0fabfd9e-6291-442e-a22d-ae8378050c28 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41957b6d-3449-4796-9390-d699cb472af3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
max-width: 200px;
background-color: rgba(238, 39, 55, 1);
text-align: center;
cursor: pointer;
}
#s-41957b6d-3449-4796-9390-d699cb472af3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41957b6d-3449-4796-9390-d699cb472af3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41957b6d-3449-4796-9390-d699cb472af3-atc-btn-wrapper {
    text-align: center;
  }


#s-41957b6d-3449-4796-9390-d699cb472af3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

@media (min-width: 1200px){
  #s-41957b6d-3449-4796-9390-d699cb472af3-atc-btn-wrapper {
    text-align: center;
  }


#s-41957b6d-3449-4796-9390-d699cb472af3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-41957b6d-3449-4796-9390-d699cb472af3-atc-btn-wrapper {
    text-align: center;
  }


#s-41957b6d-3449-4796-9390-d699cb472af3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-41957b6d-3449-4796-9390-d699cb472af3-atc-btn-wrapper {
    text-align: center;
  }


#s-41957b6d-3449-4796-9390-d699cb472af3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}@media (max-width: 767px){
  #s-41957b6d-3449-4796-9390-d699cb472af3-atc-btn-wrapper {
    text-align: center;
  }


#s-41957b6d-3449-4796-9390-d699cb472af3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica;
  display:  block ;
}

#s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-41957b6d-3449-4796-9390-d699cb472af3.shg-btn.shg-product-atc-success {
    
    font-family: Helvetica;
    
    
    
  }

}
/*
  $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;
}
