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

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

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

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

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

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

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

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

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

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

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

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

#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-size: cover;
padding-top: 40px;
padding-bottom: 60px;
min-height: 0px;
background-position: center center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  padding-top: 20px;
}
}







#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df8afbe6-10f2-44f4-9644-61729402cae9 {
  text-align: left;
}

#s-17129cd1-8da1-4eaf-898f-d4564f910869 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
}








#s-17129cd1-8da1-4eaf-898f-d4564f910869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17129cd1-8da1-4eaf-898f-d4564f910869.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-6cfbb070-5f33-4df2-bb8c-d02f4a988b88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cfbb070-5f33-4df2-bb8c-d02f4a988b88 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3em;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6cfbb070-5f33-4df2-bb8c-d02f4a988b88 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}@media (max-width: 767px){#s-6cfbb070-5f33-4df2-bb8c-d02f4a988b88 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}
#s-62b332c2-431c-40c9-af8e-41dedd7d3c2d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
}








#s-62b332c2-431c-40c9-af8e-41dedd7d3c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62b332c2-431c-40c9-af8e-41dedd7d3c2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

#s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 {
  max-width: 2500px;
aspect-ratio: 2500/1016;
text-align: center;
}





  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 img.shogun-image,
  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 {
    width: 100%;
    height: auto;
  }



  img.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image {
    
    
  }


.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 .shogun-image-content {
  
    align-items: center;
  
}

.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shg-align-container {
  text-align: center
}

.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 img.shogun-image,
  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 {
    width: 100%;
    height: auto;
  }



  img.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image {
    
    
  }


.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 .shogun-image-content {
  
    align-items: center;
  
}

.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shg-align-container {
  text-align: center
}

.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image {
  box-sizing: border-box;
}


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



  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 img.shogun-image,
  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 {
    width: 100%;
    height: auto;
  }



  img.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image {
    
    
  }


.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 .shogun-image-content {
  
    align-items: center;
  
}

.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shg-align-container {
  text-align: center
}

.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image {
  box-sizing: border-box;
}


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



  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 img.shogun-image,
  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 {
    width: 100%;
    height: auto;
  }



  img.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image {
    
    
  }


.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 .shogun-image-content {
  
    align-items: center;
  
}

.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shg-align-container {
  text-align: center
}

.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image {
  box-sizing: border-box;
}


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



  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 img.shogun-image,
  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 {
    width: 100%;
    height: auto;
  }



  img.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image {
    
    
  }


.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660 .shogun-image-content {
  
    align-items: center;
  
}

.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shg-align-container {
  text-align: center
}

.s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-940aa0c9-5bc4-4cc0-9c7e-f5d94172d660.shogun-image {
  box-sizing: border-box;
}


}
#s-c422f354-437a-4b47-80f4-deb4eb7ba69c {
  margin-left: auto;
margin-right: auto;
padding-left: 26px;
padding-right: 26px;
min-height: 0px;
max-width: 1800px;
}








#s-c422f354-437a-4b47-80f4-deb4eb7ba69c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c422f354-437a-4b47-80f4-deb4eb7ba69c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c39b7253-0cc2-4f71-b88f-cef08385fa1f {
  min-height: 50px;
}








#s-c39b7253-0cc2-4f71-b88f-cef08385fa1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c39b7253-0cc2-4f71-b88f-cef08385fa1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62175dc7-c779-4f84-8f3d-1fb75631b1c2 {
  margin-bottom: 0.4em;
padding-top: 2em;
padding-bottom: 0px;
text-align: center;
}

#s-62175dc7-c779-4f84-8f3d-1fb75631b1c2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 4em;
  
  
  
}


@media (min-width: 1200px){#s-62175dc7-c779-4f84-8f3d-1fb75631b1c2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 4em;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-62175dc7-c779-4f84-8f3d-1fb75631b1c2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 4em;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-62175dc7-c779-4f84-8f3d-1fb75631b1c2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3em;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-62175dc7-c779-4f84-8f3d-1fb75631b1c2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2.5em;
  line-height: 1.1em;
  
  
}


}
#s-f8cbd80e-b34b-4d5e-90c6-c0e957deba53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8cbd80e-b34b-4d5e-90c6-c0e957deba53 .shogun-heading-component h3 {
  color: rgba(169, 190, 216, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f8cbd80e-b34b-4d5e-90c6-c0e957deba53 .shogun-heading-component h3 {
  color: rgba(169, 190, 216, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.1em;
  
  
  
}


}@media (max-width: 767px){#s-f8cbd80e-b34b-4d5e-90c6-c0e957deba53 .shogun-heading-component h3 {
  color: rgba(169, 190, 216, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1em;
  
  
  
}


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

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

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

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

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

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

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

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

#s-64614c45-b26d-4601-9dfa-5ae82e4b2388 {
  margin-top: 15px;
padding-top: 14px;
padding-left: 36px;
padding-bottom: 14px;
padding-right: 36px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(248, 32, 32, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-64614c45-b26d-4601-9dfa-5ae82e4b2388:hover {background-color: rgba(250, 72, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-64614c45-b26d-4601-9dfa-5ae82e4b2388:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64614c45-b26d-4601-9dfa-5ae82e4b2388-root {
    text-align: center;
  }


#s-64614c45-b26d-4601-9dfa-5ae82e4b2388.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64614c45-b26d-4601-9dfa-5ae82e4b2388-root {
    text-align: center;
  }


#s-64614c45-b26d-4601-9dfa-5ae82e4b2388.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64614c45-b26d-4601-9dfa-5ae82e4b2388-root {
    text-align: center;
  }


#s-64614c45-b26d-4601-9dfa-5ae82e4b2388.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64614c45-b26d-4601-9dfa-5ae82e4b2388-root {
    text-align: center;
  }


#s-64614c45-b26d-4601-9dfa-5ae82e4b2388.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64614c45-b26d-4601-9dfa-5ae82e4b2388-root {
    text-align: center;
  }


#s-64614c45-b26d-4601-9dfa-5ae82e4b2388.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ac37a8d5-624c-41f3-aba0-3dedf4a20bdd {
  min-height: 60px;
}








#s-ac37a8d5-624c-41f3-aba0-3dedf4a20bdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac37a8d5-624c-41f3-aba0-3dedf4a20bdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-81f8c8bb-fb7c-4835-895c-316101de7dfb {
  min-height: 50px;
}








#s-81f8c8bb-fb7c-4835-895c-316101de7dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81f8c8bb-fb7c-4835-895c-316101de7dfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f61efb1-b8e4-41cf-8117-ec35aba26327 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 12px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f61efb1-b8e4-41cf-8117-ec35aba26327 {
  
}
}@media (max-width: 767px){#s-5f61efb1-b8e4-41cf-8117-ec35aba26327 {
  padding-top: 26px;
padding-left: 26px;
padding-bottom: 26px;
padding-right: 26px;
min-height: 260px;
}
}
#s-5f61efb1-b8e4-41cf-8117-ec35aba26327 {
  background-image: url(https://i.shgcdn.com/5b5e582c-6189-4e7f-a097-a9fbc8e3ef56/);
}








#s-5f61efb1-b8e4-41cf-8117-ec35aba26327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f61efb1-b8e4-41cf-8117-ec35aba26327.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b5e41c23-8202-417b-a38f-68dfe0bafdce {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 12px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5e41c23-8202-417b-a38f-68dfe0bafdce {
  
}
}@media (max-width: 767px){#s-b5e41c23-8202-417b-a38f-68dfe0bafdce {
  padding-top: 26px;
padding-left: 26px;
padding-bottom: 26px;
padding-right: 26px;
min-height: 260px;
}
}
#s-b5e41c23-8202-417b-a38f-68dfe0bafdce {
  background-image: url(https://i.shgcdn.com/5721cf47-9f8c-4852-b028-28685aedb130/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b5e41c23-8202-417b-a38f-68dfe0bafdce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5e41c23-8202-417b-a38f-68dfe0bafdce.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f3c5549d-1d69-430b-b4bb-1f4cba4d0677 {
  text-align: left;
}

#s-1dd96a24-4f4d-4e7f-b5cc-0ecd743a7446 {
  padding-top: 40px;
padding-bottom: 60px;
min-height: 50px;
}








#s-1dd96a24-4f4d-4e7f-b5cc-0ecd743a7446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dd96a24-4f4d-4e7f-b5cc-0ecd743a7446.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fec44af5-dc2d-4254-8a95-5e2830f297ad {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fec44af5-dc2d-4254-8a95-5e2830f297ad {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-fec44af5-dc2d-4254-8a95-5e2830f297ad {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-fec44af5-dc2d-4254-8a95-5e2830f297ad .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3em;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fec44af5-dc2d-4254-8a95-5e2830f297ad .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}@media (max-width: 767px){#s-fec44af5-dc2d-4254-8a95-5e2830f297ad .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-57f4b5b4-912a-40b8-bd14-0abfe964c84f {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 {
  text-align: left;
}



.shg-c#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52d7a580-d61e-4521-a92f-31c5a95c2a29 img.shogun-image {
  width: 100%;
}



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

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

#s-3d302b42-df00-459d-87ce-bdb1ff434a84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d302b42-df00-459d-87ce-bdb1ff434a84 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

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

.shg-product-selector-hidden {
  display: none;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .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-96d2bfaa-4b4b-475f-9114-fb3b7122560b .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-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-96d2bfaa-4b4b-475f-9114-fb3b7122560b-btn-wrapper {
    text-align: center;
  }


#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-variant-btn:hover {
  background: #252525;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-variant-btn:active, #s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-96d2bfaa-4b4b-475f-9114-fb3b7122560b .shg-variant-btn.disabled {
  background: #252525;
}

#s-9f84b53a-31ba-415c-b863-a4b2ab7b8470 {
  text-align: center;
}

#s-9f84b53a-31ba-415c-b863-a4b2ab7b8470 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9f84b53a-31ba-415c-b863-a4b2ab7b8470 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9f84b53a-31ba-415c-b863-a4b2ab7b8470 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  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-center {
  text-align: center;
}

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

#s-4972c4c0-0ba2-4d65-8873-6ec3fcc39916 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4972c4c0-0ba2-4d65-8873-6ec3fcc39916:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4972c4c0-0ba2-4d65-8873-6ec3fcc39916:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4972c4c0-0ba2-4d65-8873-6ec3fcc39916 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4972c4c0-0ba2-4d65-8873-6ec3fcc39916.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4972c4c0-0ba2-4d65-8873-6ec3fcc39916.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4972c4c0-0ba2-4d65-8873-6ec3fcc39916.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-db1c4579-e470-4959-aa2f-714fdaf8da2c {
  display: none;
}
#s-e64fb840-128f-49ee-a3e1-9c495277fa14 {
  text-align: left;
}



.shg-c#s-e64fb840-128f-49ee-a3e1-9c495277fa14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64fb840-128f-49ee-a3e1-9c495277fa14 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e64fb840-128f-49ee-a3e1-9c495277fa14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64fb840-128f-49ee-a3e1-9c495277fa14 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e64fb840-128f-49ee-a3e1-9c495277fa14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64fb840-128f-49ee-a3e1-9c495277fa14 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e64fb840-128f-49ee-a3e1-9c495277fa14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64fb840-128f-49ee-a3e1-9c495277fa14 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e64fb840-128f-49ee-a3e1-9c495277fa14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64fb840-128f-49ee-a3e1-9c495277fa14 img.shogun-image {
  width: 100%;
}



}
#s-5303846a-144b-4f32-a138-72980796bbb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5303846a-144b-4f32-a138-72980796bbb3 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .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-c471b48d-ec8b-4dd6-b53f-298488aae6ed .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-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c471b48d-ec8b-4dd6-b53f-298488aae6ed-btn-wrapper {
    text-align: center;
  }


#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-variant-btn:hover {
  background: #252525;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-variant-btn:active, #s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c471b48d-ec8b-4dd6-b53f-298488aae6ed .shg-variant-btn.disabled {
  background: #252525;
}

#s-5be7645d-6be5-4a3b-a5f7-37f72511681c {
  text-align: center;
}

#s-5be7645d-6be5-4a3b-a5f7-37f72511681c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5be7645d-6be5-4a3b-a5f7-37f72511681c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5be7645d-6be5-4a3b-a5f7-37f72511681c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ad6eee79-f48f-4c98-a8f1-96d79ef9e579 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ad6eee79-f48f-4c98-a8f1-96d79ef9e579:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad6eee79-f48f-4c98-a8f1-96d79ef9e579:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad6eee79-f48f-4c98-a8f1-96d79ef9e579 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad6eee79-f48f-4c98-a8f1-96d79ef9e579.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad6eee79-f48f-4c98-a8f1-96d79ef9e579.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad6eee79-f48f-4c98-a8f1-96d79ef9e579.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6de80409-ee97-4236-9275-0dd3e7a0c990 {
  display: none;
}
#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 {
  text-align: left;
}



.shg-c#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de1914b-4bdf-4e23-825d-b3ddcb3f2604 img.shogun-image {
  width: 100%;
}



}
#s-754d21d7-cc9a-4fc5-9101-8ec7ac0e1351 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-754d21d7-cc9a-4fc5-9101-8ec7ac0e1351 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .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-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .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-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43-btn-wrapper {
    text-align: center;
  }


#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-variant-btn:hover {
  background: #252525;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-variant-btn:active, #s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c27b8a9e-36fc-4eb0-a6da-82c546dc2a43 .shg-variant-btn.disabled {
  background: #252525;
}

#s-b3aee124-e521-4c16-a43b-158438d62bf1 {
  text-align: center;
}

#s-b3aee124-e521-4c16-a43b-158438d62bf1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b3aee124-e521-4c16-a43b-158438d62bf1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b3aee124-e521-4c16-a43b-158438d62bf1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6e3a3ad0-f95c-46fc-b6f4-ac164ad7dce8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6e3a3ad0-f95c-46fc-b6f4-ac164ad7dce8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e3a3ad0-f95c-46fc-b6f4-ac164ad7dce8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e3a3ad0-f95c-46fc-b6f4-ac164ad7dce8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e3a3ad0-f95c-46fc-b6f4-ac164ad7dce8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e3a3ad0-f95c-46fc-b6f4-ac164ad7dce8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6e3a3ad0-f95c-46fc-b6f4-ac164ad7dce8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f173a7ea-de8b-4013-98cb-03cb93e5924e {
  display: none;
}
#s-87324066-f307-4ad9-a7af-b7074807fda8 {
  text-align: left;
}



.shg-c#s-87324066-f307-4ad9-a7af-b7074807fda8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87324066-f307-4ad9-a7af-b7074807fda8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-87324066-f307-4ad9-a7af-b7074807fda8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87324066-f307-4ad9-a7af-b7074807fda8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87324066-f307-4ad9-a7af-b7074807fda8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87324066-f307-4ad9-a7af-b7074807fda8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87324066-f307-4ad9-a7af-b7074807fda8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87324066-f307-4ad9-a7af-b7074807fda8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87324066-f307-4ad9-a7af-b7074807fda8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87324066-f307-4ad9-a7af-b7074807fda8 img.shogun-image {
  width: 100%;
}



}
#s-d2c0c6d6-0a55-4cec-bfd8-0375e9082175 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2c0c6d6-0a55-4cec-bfd8-0375e9082175 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .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-1c2925ea-3701-4267-9fe9-99c6ca27a928 .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-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1c2925ea-3701-4267-9fe9-99c6ca27a928-btn-wrapper {
    text-align: center;
  }


#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-variant-btn:hover {
  background: #252525;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-variant-btn:active, #s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1c2925ea-3701-4267-9fe9-99c6ca27a928 .shg-variant-btn.disabled {
  background: #252525;
}

#s-50be5153-e1e6-4fff-aafb-5bfc2e851211 {
  text-align: center;
}

#s-50be5153-e1e6-4fff-aafb-5bfc2e851211 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-50be5153-e1e6-4fff-aafb-5bfc2e851211 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-50be5153-e1e6-4fff-aafb-5bfc2e851211 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cfd915cb-46a8-4129-affc-6d7fbbf34081 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cfd915cb-46a8-4129-affc-6d7fbbf34081:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfd915cb-46a8-4129-affc-6d7fbbf34081:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfd915cb-46a8-4129-affc-6d7fbbf34081 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfd915cb-46a8-4129-affc-6d7fbbf34081.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfd915cb-46a8-4129-affc-6d7fbbf34081.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cfd915cb-46a8-4129-affc-6d7fbbf34081.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d4ebbaee-0cff-49f2-87b9-ede865ddaf19 {
  display: none;
}
#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb {
  text-align: left;
}



.shg-c#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-155bdf06-72c8-4949-b37c-ab361bf6a8cb img.shogun-image {
  width: 100%;
}



}
#s-88abd9b0-8176-44e4-9106-faaacd1e5707 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88abd9b0-8176-44e4-9106-faaacd1e5707 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .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-0693ae3b-062c-431f-a06b-5e153f5d08e8 .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-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0693ae3b-062c-431f-a06b-5e153f5d08e8-btn-wrapper {
    text-align: center;
  }


#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-variant-btn:hover {
  background: #252525;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-variant-btn:active, #s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0693ae3b-062c-431f-a06b-5e153f5d08e8 .shg-variant-btn.disabled {
  background: #252525;
}

#s-613fc0c3-c23e-44d6-a325-9f398bb59e55 {
  text-align: center;
}

#s-613fc0c3-c23e-44d6-a325-9f398bb59e55 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-613fc0c3-c23e-44d6-a325-9f398bb59e55 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-613fc0c3-c23e-44d6-a325-9f398bb59e55 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dc477629-0ed3-4837-b10b-b7c87fc5672f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dc477629-0ed3-4837-b10b-b7c87fc5672f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc477629-0ed3-4837-b10b-b7c87fc5672f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc477629-0ed3-4837-b10b-b7c87fc5672f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc477629-0ed3-4837-b10b-b7c87fc5672f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc477629-0ed3-4837-b10b-b7c87fc5672f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dc477629-0ed3-4837-b10b-b7c87fc5672f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-01a6e066-f1b8-4fae-ae35-bf3f6ab65bc0 {
  display: none;
}
#s-bbdada55-ba96-4354-9e5b-ef080595a1ca {
  text-align: left;
}



.shg-c#s-bbdada55-ba96-4354-9e5b-ef080595a1ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbdada55-ba96-4354-9e5b-ef080595a1ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bbdada55-ba96-4354-9e5b-ef080595a1ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbdada55-ba96-4354-9e5b-ef080595a1ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bbdada55-ba96-4354-9e5b-ef080595a1ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbdada55-ba96-4354-9e5b-ef080595a1ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bbdada55-ba96-4354-9e5b-ef080595a1ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbdada55-ba96-4354-9e5b-ef080595a1ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bbdada55-ba96-4354-9e5b-ef080595a1ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbdada55-ba96-4354-9e5b-ef080595a1ca img.shogun-image {
  width: 100%;
}



}
#s-a5cfa677-36da-43a9-b76c-ee40226bb0d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5cfa677-36da-43a9-b76c-ee40226bb0d6 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .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-4a1c3155-1a10-4973-ba32-1fe6af54f467 .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-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4a1c3155-1a10-4973-ba32-1fe6af54f467-btn-wrapper {
    text-align: center;
  }


#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-variant-btn:hover {
  background: #252525;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-variant-btn:active, #s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4a1c3155-1a10-4973-ba32-1fe6af54f467 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2f3a7f9f-fcd7-4cd7-8e94-f764678e5626 {
  text-align: center;
}

#s-2f3a7f9f-fcd7-4cd7-8e94-f764678e5626 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2f3a7f9f-fcd7-4cd7-8e94-f764678e5626 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2f3a7f9f-fcd7-4cd7-8e94-f764678e5626 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-48bf7b38-4b7b-4ab9-b1e6-a2f9e386d162 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-48bf7b38-4b7b-4ab9-b1e6-a2f9e386d162:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48bf7b38-4b7b-4ab9-b1e6-a2f9e386d162:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48bf7b38-4b7b-4ab9-b1e6-a2f9e386d162 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48bf7b38-4b7b-4ab9-b1e6-a2f9e386d162.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48bf7b38-4b7b-4ab9-b1e6-a2f9e386d162.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-48bf7b38-4b7b-4ab9-b1e6-a2f9e386d162.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-67b300f6-7f41-4bf5-ab05-589b7a86a079 {
  display: none;
}
#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb {
  text-align: left;
}



.shg-c#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e71981f-fbdf-4261-952b-0a32ee4f4fbb img.shogun-image {
  width: 100%;
}



}
#s-fe2af302-5461-431a-9c54-09d67f4b7336 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe2af302-5461-431a-9c54-09d67f4b7336 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .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-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .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-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994-btn-wrapper {
    text-align: center;
  }


#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-variant-btn:hover {
  background: #252525;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-variant-btn:active, #s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b06f5cf9-8ee3-4c06-a7ca-ab935aa12994 .shg-variant-btn.disabled {
  background: #252525;
}

#s-4b36bfc9-4f4e-42a1-bcdc-4188e876dca2 {
  text-align: center;
}

#s-4b36bfc9-4f4e-42a1-bcdc-4188e876dca2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4b36bfc9-4f4e-42a1-bcdc-4188e876dca2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4b36bfc9-4f4e-42a1-bcdc-4188e876dca2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cf106995-2722-46ba-a840-598b55e3ae54 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cf106995-2722-46ba-a840-598b55e3ae54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf106995-2722-46ba-a840-598b55e3ae54:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf106995-2722-46ba-a840-598b55e3ae54 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf106995-2722-46ba-a840-598b55e3ae54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf106995-2722-46ba-a840-598b55e3ae54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cf106995-2722-46ba-a840-598b55e3ae54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-70aa9906-1399-4e04-a300-23afd3259950 {
  display: none;
}
#s-7418e604-cfa1-435c-87b5-189ed0944d28 {
  text-align: left;
}



.shg-c#s-7418e604-cfa1-435c-87b5-189ed0944d28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7418e604-cfa1-435c-87b5-189ed0944d28 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7418e604-cfa1-435c-87b5-189ed0944d28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7418e604-cfa1-435c-87b5-189ed0944d28 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7418e604-cfa1-435c-87b5-189ed0944d28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7418e604-cfa1-435c-87b5-189ed0944d28 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7418e604-cfa1-435c-87b5-189ed0944d28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7418e604-cfa1-435c-87b5-189ed0944d28 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7418e604-cfa1-435c-87b5-189ed0944d28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7418e604-cfa1-435c-87b5-189ed0944d28 img.shogun-image {
  width: 100%;
}



}
#s-bb806efc-19c8-4273-887d-42919a96cbaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb806efc-19c8-4273-887d-42919a96cbaa .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .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-681395fa-e04d-4b22-a640-fbf199916d37 .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-681395fa-e04d-4b22-a640-fbf199916d37 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-681395fa-e04d-4b22-a640-fbf199916d37-btn-wrapper {
    text-align: center;
  }


#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-variant-btn:hover {
  background: #252525;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-variant-btn:active, #s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-681395fa-e04d-4b22-a640-fbf199916d37 .shg-variant-btn.disabled {
  background: #252525;
}

#s-77c55eb8-0506-4c61-b883-70a871cb2ded {
  text-align: center;
}

#s-77c55eb8-0506-4c61-b883-70a871cb2ded .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-77c55eb8-0506-4c61-b883-70a871cb2ded .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-77c55eb8-0506-4c61-b883-70a871cb2ded .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c67bf0bd-f12c-4b72-a366-955407e844d4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c67bf0bd-f12c-4b72-a366-955407e844d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c67bf0bd-f12c-4b72-a366-955407e844d4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c67bf0bd-f12c-4b72-a366-955407e844d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c67bf0bd-f12c-4b72-a366-955407e844d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c67bf0bd-f12c-4b72-a366-955407e844d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c67bf0bd-f12c-4b72-a366-955407e844d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cb8e46fa-e4a2-4f45-b94b-e58727cf3b86 {
  display: none;
}
#s-29b8b54a-232a-4c57-ade4-3703018ef335 {
  text-align: left;
}



.shg-c#s-29b8b54a-232a-4c57-ade4-3703018ef335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29b8b54a-232a-4c57-ade4-3703018ef335 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-29b8b54a-232a-4c57-ade4-3703018ef335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29b8b54a-232a-4c57-ade4-3703018ef335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-29b8b54a-232a-4c57-ade4-3703018ef335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29b8b54a-232a-4c57-ade4-3703018ef335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-29b8b54a-232a-4c57-ade4-3703018ef335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29b8b54a-232a-4c57-ade4-3703018ef335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-29b8b54a-232a-4c57-ade4-3703018ef335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29b8b54a-232a-4c57-ade4-3703018ef335 img.shogun-image {
  width: 100%;
}



}
#s-3780e95f-cc9d-4345-a2d9-2b7976271733 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3780e95f-cc9d-4345-a2d9-2b7976271733 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .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-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .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-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-60cddb32-4013-4fd6-a32c-f0fbe64f7449-btn-wrapper {
    text-align: center;
  }


#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-variant-btn:hover {
  background: #252525;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-variant-btn:active, #s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-60cddb32-4013-4fd6-a32c-f0fbe64f7449 .shg-variant-btn.disabled {
  background: #252525;
}

#s-5b80673f-d384-44a1-9645-aa84cbd44c04 {
  text-align: center;
}

#s-5b80673f-d384-44a1-9645-aa84cbd44c04 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5b80673f-d384-44a1-9645-aa84cbd44c04 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5b80673f-d384-44a1-9645-aa84cbd44c04 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3d888380-98e7-4677-885f-967f6776df63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3d888380-98e7-4677-885f-967f6776df63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d888380-98e7-4677-885f-967f6776df63:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d888380-98e7-4677-885f-967f6776df63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d888380-98e7-4677-885f-967f6776df63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d888380-98e7-4677-885f-967f6776df63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d888380-98e7-4677-885f-967f6776df63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d9e8a65d-b2db-4389-9176-37c0d3f1ec8a {
  display: none;
}
#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff {
  text-align: left;
}



.shg-c#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbb86b41-18f9-45d6-b98e-0a97c7c98aff img.shogun-image {
  width: 100%;
}



}
#s-9833fe6f-b9e9-4d4c-90c0-db70a658793f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9833fe6f-b9e9-4d4c-90c0-db70a658793f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .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-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .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-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77-btn-wrapper {
    text-align: center;
  }


#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-variant-btn:hover {
  background: #252525;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-variant-btn:active, #s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6d24cc76-c2f5-44ac-9ca5-b48fb3dbfc77 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f6aca089-a260-485e-b6f8-6aa34061b6cd {
  text-align: center;
}

#s-f6aca089-a260-485e-b6f8-6aa34061b6cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f6aca089-a260-485e-b6f8-6aa34061b6cd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f6aca089-a260-485e-b6f8-6aa34061b6cd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4f86fe4f-dd7a-4e7c-bf9d-3dbc90abdc36 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4f86fe4f-dd7a-4e7c-bf9d-3dbc90abdc36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f86fe4f-dd7a-4e7c-bf9d-3dbc90abdc36:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f86fe4f-dd7a-4e7c-bf9d-3dbc90abdc36 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4f86fe4f-dd7a-4e7c-bf9d-3dbc90abdc36.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f86fe4f-dd7a-4e7c-bf9d-3dbc90abdc36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4f86fe4f-dd7a-4e7c-bf9d-3dbc90abdc36.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-095705fe-1b1b-4144-9100-972a5c95e414 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-095705fe-1b1b-4144-9100-972a5c95e414 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-095705fe-1b1b-4144-9100-972a5c95e414 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-095705fe-1b1b-4144-9100-972a5c95e414 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3em;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-095705fe-1b1b-4144-9100-972a5c95e414 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}@media (max-width: 767px){#s-095705fe-1b1b-4144-9100-972a5c95e414 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}
#s-38324049-c022-44c3-b176-eefde6545bb6 {
  display: none;
}
#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 {
  text-align: left;
}



.shg-c#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa995ad5-61b2-4d0c-b1dc-a181ce3dad89 img.shogun-image {
  width: 100%;
}



}
#s-6254054b-5155-44fc-8672-4cd2076955a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6254054b-5155-44fc-8672-4cd2076955a1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f0c3542d-2027-4b02-b985-f78fddeba00f {
  text-align: center;
}

#s-f0c3542d-2027-4b02-b985-f78fddeba00f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f0c3542d-2027-4b02-b985-f78fddeba00f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f0c3542d-2027-4b02-b985-f78fddeba00f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c808255d-e5ac-4c1e-8e25-8a5e623f5c0b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c808255d-e5ac-4c1e-8e25-8a5e623f5c0b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c808255d-e5ac-4c1e-8e25-8a5e623f5c0b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c808255d-e5ac-4c1e-8e25-8a5e623f5c0b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c808255d-e5ac-4c1e-8e25-8a5e623f5c0b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c808255d-e5ac-4c1e-8e25-8a5e623f5c0b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c808255d-e5ac-4c1e-8e25-8a5e623f5c0b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-44623548-dbee-4ec4-8377-7c6ee1b9651e {
  display: none;
}
#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 {
  text-align: left;
}



.shg-c#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ce72c4b-3347-4d2a-8a0b-2dd2089a1059 img.shogun-image {
  width: 100%;
}



}
#s-f1cda72d-1818-47f7-ad02-36900fd54922 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1cda72d-1818-47f7-ad02-36900fd54922 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-89b8532a-3531-45f1-9d37-25f0e0fd5a0b {
  text-align: center;
}

#s-89b8532a-3531-45f1-9d37-25f0e0fd5a0b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89b8532a-3531-45f1-9d37-25f0e0fd5a0b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-89b8532a-3531-45f1-9d37-25f0e0fd5a0b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2be39ed-c667-4fec-87a1-2527a440172d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d2be39ed-c667-4fec-87a1-2527a440172d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2be39ed-c667-4fec-87a1-2527a440172d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d2be39ed-c667-4fec-87a1-2527a440172d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2be39ed-c667-4fec-87a1-2527a440172d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2be39ed-c667-4fec-87a1-2527a440172d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d2be39ed-c667-4fec-87a1-2527a440172d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-79e3c486-7e5c-47ed-9896-2f7b3c4ba5a9 {
  display: none;
}
#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 {
  text-align: left;
}



.shg-c#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d20fe01f-d2ab-483e-ad09-80c31d35b948 img.shogun-image {
  width: 100%;
}



}
#s-981bb62d-bef8-4559-9dba-f827f7aa43c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-981bb62d-bef8-4559-9dba-f827f7aa43c7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-07a6461c-d84b-4816-85d5-84b3ac4baa6b {
  text-align: center;
}

#s-07a6461c-d84b-4816-85d5-84b3ac4baa6b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07a6461c-d84b-4816-85d5-84b3ac4baa6b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-07a6461c-d84b-4816-85d5-84b3ac4baa6b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d7e7a64e-f376-479b-9c84-537a294d3d08 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d7e7a64e-f376-479b-9c84-537a294d3d08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7e7a64e-f376-479b-9c84-537a294d3d08:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d7e7a64e-f376-479b-9c84-537a294d3d08 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7e7a64e-f376-479b-9c84-537a294d3d08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7e7a64e-f376-479b-9c84-537a294d3d08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d7e7a64e-f376-479b-9c84-537a294d3d08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-86a9adeb-909c-4232-8ce4-f9f6d37b7cc3 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-86a9adeb-909c-4232-8ce4-f9f6d37b7cc3 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-86a9adeb-909c-4232-8ce4-f9f6d37b7cc3 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-86a9adeb-909c-4232-8ce4-f9f6d37b7cc3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3em;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-86a9adeb-909c-4232-8ce4-f9f6d37b7cc3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}@media (max-width: 767px){#s-86a9adeb-909c-4232-8ce4-f9f6d37b7cc3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}
#s-71b30040-a37b-4bee-a075-adea71e25bf5 {
  display: none;
}
#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 {
  text-align: left;
}



.shg-c#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba67009-0940-4c47-a0f6-f45778a46ce5 img.shogun-image {
  width: 100%;
}



}
#s-700daf20-65ea-46c2-bcd7-c1ba1afebc77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-700daf20-65ea-46c2-bcd7-c1ba1afebc77 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-33b01942-21fc-4de6-be5a-c92b439c9f1a {
  text-align: center;
}

#s-33b01942-21fc-4de6-be5a-c92b439c9f1a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-33b01942-21fc-4de6-be5a-c92b439c9f1a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-33b01942-21fc-4de6-be5a-c92b439c9f1a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-45e18155-1729-4921-bf4c-9d24d3cd91eb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-45e18155-1729-4921-bf4c-9d24d3cd91eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45e18155-1729-4921-bf4c-9d24d3cd91eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-45e18155-1729-4921-bf4c-9d24d3cd91eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45e18155-1729-4921-bf4c-9d24d3cd91eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45e18155-1729-4921-bf4c-9d24d3cd91eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45e18155-1729-4921-bf4c-9d24d3cd91eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b447b902-f9ef-4f50-a871-4dc726e3274a {
  margin-left: auto;
margin-right: auto;
padding-left: 7%;
padding-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b447b902-f9ef-4f50-a871-4dc726e3274a {
  padding-left: 60px;
padding-right: 60px;
max-width: 2200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b447b902-f9ef-4f50-a871-4dc726e3274a {
  padding-left: 26px;
padding-right: 26px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b447b902-f9ef-4f50-a871-4dc726e3274a {
  padding-left: 26px;
padding-right: 26px;
}
}@media (max-width: 767px){#s-b447b902-f9ef-4f50-a871-4dc726e3274a {
  padding-left: 16px;
padding-right: 16px;
}
}







#s-b447b902-f9ef-4f50-a871-4dc726e3274a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b447b902-f9ef-4f50-a871-4dc726e3274a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3eea575-f2a9-43c1-bd31-71c3de34b682 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-a3eea575-f2a9-43c1-bd31-71c3de34b682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3eea575-f2a9-43c1-bd31-71c3de34b682.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65614dee-ac6a-4369-87d7-ceb51a540161 {
  margin-left: auto;
margin-right: auto;
padding-left: 80px;
padding-right: 80px;
min-height: 50px;
max-width: 1800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-65614dee-ac6a-4369-87d7-ceb51a540161 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-65614dee-ac6a-4369-87d7-ceb51a540161 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-65614dee-ac6a-4369-87d7-ceb51a540161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65614dee-ac6a-4369-87d7-ceb51a540161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b9494ba-f651-46f8-9e8a-068bbf012f93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b9494ba-f651-46f8-9e8a-068bbf012f93 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3em;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8b9494ba-f651-46f8-9e8a-068bbf012f93 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}@media (max-width: 767px){#s-8b9494ba-f651-46f8-9e8a-068bbf012f93 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}
#s-a9abd387-a117-4698-952b-af06141d4ea7 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}

#s-a9abd387-a117-4698-952b-af06141d4ea7 .shogun-heading-component h3 {
  color: rgba(169, 190, 216, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a9abd387-a117-4698-952b-af06141d4ea7 .shogun-heading-component h3 {
  color: rgba(169, 190, 216, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.1em;
  
  
  
}


}@media (max-width: 767px){#s-a9abd387-a117-4698-952b-af06141d4ea7 .shogun-heading-component h3 {
  color: rgba(169, 190, 216, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1em;
  
  
  
}


}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-2f14abd3-e7f5-4674-8761-9408a975a5fc {
  margin-bottom: 30px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}