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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  display: none;
}
#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-content-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c { display: none !important; }}@media (max-width: 767px){#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
display: none;
}
#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-content-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c { display: none !important; }}







#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-ac564c3c-a20c-43a2-91f4-24103b07eac3 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ac564c3c-a20c-43a2-91f4-24103b07eac3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3f056cd8-463d-4f42-a4bd-b18f7e946937 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-9b324f11-088c-4226-8a2c-1ee84215cf0e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e {
  max-width:  100%;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e {
  max-width:  100%;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e {
  max-width:  100%;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e {
  max-width:  100%;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e {
  max-width:  100%;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e .shg-image-zoom,
.shg-c#s-9b324f11-088c-4226-8a2c-1ee84215cf0e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.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: #000000;
  font-family: "Cormorant";
  text-transform: none;
  font-weight: 700;
  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-3cd9754d-ad81-4c69-940e-9f6a9625337f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cd9754d-ad81-4c69-940e-9f6a9625337f .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-3cd9754d-ad81-4c69-940e-9f6a9625337f .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


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

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

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

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

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

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

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

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

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

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .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-94e8fd81-92a3-4757-a3d9-50610c21ff16 .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-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-94e8fd81-92a3-4757-a3d9-50610c21ff16-btn-wrapper {
    text-align: center;
  }


#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-variant-btn:active, #s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-94e8fd81-92a3-4757-a3d9-50610c21ff16 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

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

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

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

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

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

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

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

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

#s-f568793a-1195-41ed-8fe1-44301353e6d5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f568793a-1195-41ed-8fe1-44301353e6d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f568793a-1195-41ed-8fe1-44301353e6d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f568793a-1195-41ed-8fe1-44301353e6d5-atc-btn-wrapper {
    text-align: center;
  }


#s-f568793a-1195-41ed-8fe1-44301353e6d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-f568793a-1195-41ed-8fe1-44301353e6d5-atc-btn-wrapper {
    text-align: center;
  }


#s-f568793a-1195-41ed-8fe1-44301353e6d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-f568793a-1195-41ed-8fe1-44301353e6d5-atc-btn-wrapper {
    text-align: center;
  }


#s-f568793a-1195-41ed-8fe1-44301353e6d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-f568793a-1195-41ed-8fe1-44301353e6d5-atc-btn-wrapper {
    text-align: center;
  }


#s-f568793a-1195-41ed-8fe1-44301353e6d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-f568793a-1195-41ed-8fe1-44301353e6d5-atc-btn-wrapper {
    text-align: center;
  }


#s-f568793a-1195-41ed-8fe1-44301353e6d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f568793a-1195-41ed-8fe1-44301353e6d5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-1a1b7a9a-14d0-41cf-b2b8-ce4cd2d3af8a {
  margin-left: auto;
margin-right: auto;
}

#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 {
  max-width:  100%;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 {
  max-width:  100%;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 {
  max-width:  100%;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 {
  max-width:  100%;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 {
  max-width:  100%;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 .shg-image-zoom,
.shg-c#s-c7f563ab-9509-4beb-a563-ef55ff1f4589 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2c74cd66-ca44-46a0-a79a-0a75e5b8ecd4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c74cd66-ca44-46a0-a79a-0a75e5b8ecd4 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-2c74cd66-ca44-46a0-a79a-0a75e5b8ecd4 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-23492c1d-45f8-4dff-ac51-370317cb28ca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .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-23492c1d-45f8-4dff-ac51-370317cb28ca .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-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-23492c1d-45f8-4dff-ac51-370317cb28ca-btn-wrapper {
    text-align: center;
  }


#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-variant-btn:active, #s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-23492c1d-45f8-4dff-ac51-370317cb28ca .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-85a9c764-b197-49a9-b8ea-fc6f2289f514:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85a9c764-b197-49a9-b8ea-fc6f2289f514:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-85a9c764-b197-49a9-b8ea-fc6f2289f514-atc-btn-wrapper {
    text-align: center;
  }


#s-85a9c764-b197-49a9-b8ea-fc6f2289f514 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-85a9c764-b197-49a9-b8ea-fc6f2289f514-atc-btn-wrapper {
    text-align: center;
  }


#s-85a9c764-b197-49a9-b8ea-fc6f2289f514 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-85a9c764-b197-49a9-b8ea-fc6f2289f514-atc-btn-wrapper {
    text-align: center;
  }


#s-85a9c764-b197-49a9-b8ea-fc6f2289f514 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-85a9c764-b197-49a9-b8ea-fc6f2289f514-atc-btn-wrapper {
    text-align: center;
  }


#s-85a9c764-b197-49a9-b8ea-fc6f2289f514 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-85a9c764-b197-49a9-b8ea-fc6f2289f514-atc-btn-wrapper {
    text-align: center;
  }


#s-85a9c764-b197-49a9-b8ea-fc6f2289f514 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-85a9c764-b197-49a9-b8ea-fc6f2289f514.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-ad67d43d-d0af-4a8e-b0ed-0fcaccac2a5d {
  margin-left: auto;
margin-right: auto;
}

#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 {
  max-width:  100%;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 {
  max-width:  100%;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 {
  max-width:  100%;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 {
  max-width:  100%;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 {
  max-width:  100%;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 .shg-image-zoom,
.shg-c#s-d0c3962d-96c2-4d4f-a54d-5dc06ec414c2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eaa9831f-5ee5-4a84-94be-d4038f92efb5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaa9831f-5ee5-4a84-94be-d4038f92efb5 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-eaa9831f-5ee5-4a84-94be-d4038f92efb5 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .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-e93f010d-cedf-49b2-94db-abbfbd53fb27 .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-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-e93f010d-cedf-49b2-94db-abbfbd53fb27-btn-wrapper {
    text-align: center;
  }


#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-variant-btn:active, #s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e93f010d-cedf-49b2-94db-abbfbd53fb27 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97-atc-btn-wrapper {
    text-align: center;
  }


#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97-atc-btn-wrapper {
    text-align: center;
  }


#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97-atc-btn-wrapper {
    text-align: center;
  }


#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97-atc-btn-wrapper {
    text-align: center;
  }


#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97-atc-btn-wrapper {
    text-align: center;
  }


#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fb7de5e4-17fd-4c8d-95fe-2bcaaf23bd97.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-5eb7252a-91f1-48f0-8fea-cda13d74c7a6 {
  margin-left: auto;
margin-right: auto;
}

#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 {
  max-width:  100%;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 {
  max-width:  100%;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 {
  max-width:  100%;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 {
  max-width:  100%;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 {
  max-width:  100%;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 .shg-image-zoom,
.shg-c#s-07911c5b-fd51-4f3f-9e1d-ce0a7598b490 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f96c6e63-e2be-44ad-86dd-40d39617ceb3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f96c6e63-e2be-44ad-86dd-40d39617ceb3 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-f96c6e63-e2be-44ad-86dd-40d39617ceb3 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-1382577b-69b0-46ce-aa5c-717b832b8f51 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .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-1382577b-69b0-46ce-aa5c-717b832b8f51 .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-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1382577b-69b0-46ce-aa5c-717b832b8f51-btn-wrapper {
    text-align: center;
  }


#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-variant-btn:active, #s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-1382577b-69b0-46ce-aa5c-717b832b8f51 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-11d49b09-ed35-4f58-9cba-799b1b36cae4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11d49b09-ed35-4f58-9cba-799b1b36cae4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11d49b09-ed35-4f58-9cba-799b1b36cae4-atc-btn-wrapper {
    text-align: center;
  }


#s-11d49b09-ed35-4f58-9cba-799b1b36cae4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-11d49b09-ed35-4f58-9cba-799b1b36cae4-atc-btn-wrapper {
    text-align: center;
  }


#s-11d49b09-ed35-4f58-9cba-799b1b36cae4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-11d49b09-ed35-4f58-9cba-799b1b36cae4-atc-btn-wrapper {
    text-align: center;
  }


#s-11d49b09-ed35-4f58-9cba-799b1b36cae4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-11d49b09-ed35-4f58-9cba-799b1b36cae4-atc-btn-wrapper {
    text-align: center;
  }


#s-11d49b09-ed35-4f58-9cba-799b1b36cae4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-11d49b09-ed35-4f58-9cba-799b1b36cae4-atc-btn-wrapper {
    text-align: center;
  }


#s-11d49b09-ed35-4f58-9cba-799b1b36cae4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-11d49b09-ed35-4f58-9cba-799b1b36cae4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-5c796d1b-1dad-497a-8ed5-28524aab0e61 {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
}
@media (min-width: 1200px){#s-5c796d1b-1dad-497a-8ed5-28524aab0e61 {
  display: none;
}
#s-5c796d1b-1dad-497a-8ed5-28524aab0e61, #wrap-s-5c796d1b-1dad-497a-8ed5-28524aab0e61, #wrap-content-s-5c796d1b-1dad-497a-8ed5-28524aab0e61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c796d1b-1dad-497a-8ed5-28524aab0e61 {
  display: none;
}
#s-5c796d1b-1dad-497a-8ed5-28524aab0e61, #wrap-s-5c796d1b-1dad-497a-8ed5-28524aab0e61, #wrap-content-s-5c796d1b-1dad-497a-8ed5-28524aab0e61 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c796d1b-1dad-497a-8ed5-28524aab0e61 {
  
}
}@media (max-width: 767px){#s-5c796d1b-1dad-497a-8ed5-28524aab0e61 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
}







#s-5c796d1b-1dad-497a-8ed5-28524aab0e61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c796d1b-1dad-497a-8ed5-28524aab0e61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e104ebb-5bb3-4ab9-b71f-56d436164a8e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5e104ebb-5bb3-4ab9-b71f-56d436164a8e {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-5e104ebb-5bb3-4ab9-b71f-56d436164a8e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5e104ebb-5bb3-4ab9-b71f-56d436164a8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e104ebb-5bb3-4ab9-b71f-56d436164a8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e104ebb-5bb3-4ab9-b71f-56d436164a8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-cd954a50-45ea-43fd-9bc4-ca26a5baf73f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cd954a50-45ea-43fd-9bc4-ca26a5baf73f {
  margin-top: 0px;
margin-bottom: 12%;
padding-top: 0%;
padding-bottom: 0%;
}
}
#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 {
  max-width:  100%;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 {
  max-width:  100%;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 {
  max-width:  100%;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 {
  max-width:  100%;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 {
  max-width:  100%;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 .shg-image-zoom,
.shg-c#s-6af3e1ae-9b5a-4a99-a5f1-9d88ab71c928 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.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-443b1069-32b2-40b6-895f-61e9e95db760 {
  margin-left: auto;
margin-right: auto;
}

#s-443b1069-32b2-40b6-895f-61e9e95db760 .shg-proportional-font-size,
#s-443b1069-32b2-40b6-895f-61e9e95db760 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2f39c860-1be8-452a-b511-e991fab80009 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2f39c860-1be8-452a-b511-e991fab80009 .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-2f39c860-1be8-452a-b511-e991fab80009 .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-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-2f39c860-1be8-452a-b511-e991fab80009 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-2f39c860-1be8-452a-b511-e991fab80009-btn-wrapper {
    text-align: center;
  }


#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-variant-btn:active, #s-2f39c860-1be8-452a-b511-e991fab80009 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2f39c860-1be8-452a-b511-e991fab80009 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0-atc-btn-wrapper {
    text-align: center;
  }


#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0-atc-btn-wrapper {
    text-align: center;
  }


#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0-atc-btn-wrapper {
    text-align: center;
  }


#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0-atc-btn-wrapper {
    text-align: center;
  }


#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0-atc-btn-wrapper {
    text-align: center;
  }


#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-06bcaa3c-983e-4422-acb5-aa7f6a2809e0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-94e48275-82f7-4184-9570-6b39079fac34 {
  margin-left: auto;
margin-right: auto;
}

#s-7323b357-5e99-41b6-997e-8746362bb6ab {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab {
  max-width:  100%;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab {
  max-width:  100%;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab {
  max-width:  100%;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab {
  max-width:  100%;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab {
  max-width:  100%;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab .shg-image-zoom,
.shg-c#s-7323b357-5e99-41b6-997e-8746362bb6ab img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1e51456d-ae9e-471a-8f6c-a8e95ce2014f {
  margin-left: auto;
margin-right: auto;
}

#s-1e51456d-ae9e-471a-8f6c-a8e95ce2014f .shg-proportional-font-size,
#s-1e51456d-ae9e-471a-8f6c-a8e95ce2014f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .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-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .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-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf-btn-wrapper {
    text-align: center;
  }


#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-variant-btn:active, #s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fdb2774f-ec60-44fd-9f1a-30c0f5f5f4cf .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-22724ecb-21b9-40d3-bfff-938f958cf1f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22724ecb-21b9-40d3-bfff-938f958cf1f2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22724ecb-21b9-40d3-bfff-938f958cf1f2-atc-btn-wrapper {
    text-align: center;
  }


#s-22724ecb-21b9-40d3-bfff-938f958cf1f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-22724ecb-21b9-40d3-bfff-938f958cf1f2-atc-btn-wrapper {
    text-align: center;
  }


#s-22724ecb-21b9-40d3-bfff-938f958cf1f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-22724ecb-21b9-40d3-bfff-938f958cf1f2-atc-btn-wrapper {
    text-align: center;
  }


#s-22724ecb-21b9-40d3-bfff-938f958cf1f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-22724ecb-21b9-40d3-bfff-938f958cf1f2-atc-btn-wrapper {
    text-align: center;
  }


#s-22724ecb-21b9-40d3-bfff-938f958cf1f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-22724ecb-21b9-40d3-bfff-938f958cf1f2-atc-btn-wrapper {
    text-align: center;
  }


#s-22724ecb-21b9-40d3-bfff-938f958cf1f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-22724ecb-21b9-40d3-bfff-938f958cf1f2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-341647ba-9b5c-4451-a6ac-667659ec4ce2 {
  margin-left: auto;
margin-right: auto;
}

#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 {
  max-width:  100%;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 {
  max-width:  100%;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 {
  max-width:  100%;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 {
  max-width:  100%;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 {
  max-width:  100%;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 .shg-image-zoom,
.shg-c#s-fb3f8dc1-0456-4f24-9eb5-69e33cda35e9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-17b1d192-215f-45ef-968d-ae98153ceb85 {
  margin-left: auto;
margin-right: auto;
}

#s-17b1d192-215f-45ef-968d-ae98153ceb85 .shg-proportional-font-size,
#s-17b1d192-215f-45ef-968d-ae98153ceb85 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .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-adcf7594-6072-41cd-8ae8-2ecffeebf691 .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-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-adcf7594-6072-41cd-8ae8-2ecffeebf691-btn-wrapper {
    text-align: center;
  }


#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-variant-btn:active, #s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-adcf7594-6072-41cd-8ae8-2ecffeebf691 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19-atc-btn-wrapper {
    text-align: center;
  }


#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19-atc-btn-wrapper {
    text-align: center;
  }


#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19-atc-btn-wrapper {
    text-align: center;
  }


#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19-atc-btn-wrapper {
    text-align: center;
  }


#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19-atc-btn-wrapper {
    text-align: center;
  }


#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0e5475b5-c1f2-49c3-8ebf-99f1fd247a19.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-d80e868d-9a36-4c9c-924a-9c4c775c3c20 {
  margin-left: auto;
margin-right: auto;
}

#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 {
  max-width:  100%;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 {
  max-width:  100%;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 {
  max-width:  100%;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 {
  max-width:  100%;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 {
  max-width:  100%;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 .shg-image-zoom,
.shg-c#s-b47ccd72-add7-44a8-a746-1af9d8ca8941 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ea570a7a-b7aa-4842-bf2a-55bae2589736 {
  margin-left: auto;
margin-right: auto;
}

#s-ea570a7a-b7aa-4842-bf2a-55bae2589736 .shg-proportional-font-size,
#s-ea570a7a-b7aa-4842-bf2a-55bae2589736 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .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-57f99fbc-1811-4e59-8c2e-39a6030422c6 .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-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-57f99fbc-1811-4e59-8c2e-39a6030422c6-btn-wrapper {
    text-align: center;
  }


#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-variant-btn:active, #s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-57f99fbc-1811-4e59-8c2e-39a6030422c6 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dfe73016-2039-484e-ac2d-a626c36ca68b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dfe73016-2039-484e-ac2d-a626c36ca68b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfe73016-2039-484e-ac2d-a626c36ca68b-atc-btn-wrapper {
    text-align: center;
  }


#s-dfe73016-2039-484e-ac2d-a626c36ca68b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-dfe73016-2039-484e-ac2d-a626c36ca68b-atc-btn-wrapper {
    text-align: center;
  }


#s-dfe73016-2039-484e-ac2d-a626c36ca68b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfe73016-2039-484e-ac2d-a626c36ca68b-atc-btn-wrapper {
    text-align: center;
  }


#s-dfe73016-2039-484e-ac2d-a626c36ca68b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-dfe73016-2039-484e-ac2d-a626c36ca68b-atc-btn-wrapper {
    text-align: center;
  }


#s-dfe73016-2039-484e-ac2d-a626c36ca68b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-dfe73016-2039-484e-ac2d-a626c36ca68b-atc-btn-wrapper {
    text-align: center;
  }


#s-dfe73016-2039-484e-ac2d-a626c36ca68b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dfe73016-2039-484e-ac2d-a626c36ca68b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  display: none;
}
#s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-content-s-bc90c943-0268-4da7-90fb-c64b028689b8 { display: none !important; }}@media (max-width: 767px){#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-content-s-bc90c943-0268-4da7-90fb-c64b028689b8 { display: none !important; }}







#s-bc90c943-0268-4da7-90fb-c64b028689b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc90c943-0268-4da7-90fb-c64b028689b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-47fb279f-1206-4d43-b90d-d76b997ebb5e {
  margin-left: auto;
margin-right: auto;
}

#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 {
  max-width:  100%;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 {
  max-width:  100%;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 {
  max-width:  100%;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 {
  max-width:  100%;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 {
  max-width:  100%;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 .shg-image-zoom,
.shg-c#s-f1707c85-54e2-4f29-92b6-ef8a7dd22312 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-79ffe4fb-b276-42c4-84e4-59aa307c6277 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79ffe4fb-b276-42c4-84e4-59aa307c6277 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-79ffe4fb-b276-42c4-84e4-59aa307c6277 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .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-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .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-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf-btn-wrapper {
    text-align: center;
  }


#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-variant-btn:active, #s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-a7977f08-7bcf-4d22-b45d-7a50787bcbbf .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-532345a9-db3c-4149-a9fd-091a1f7fa8c3-atc-btn-wrapper {
    text-align: center;
  }


#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-532345a9-db3c-4149-a9fd-091a1f7fa8c3-atc-btn-wrapper {
    text-align: center;
  }


#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-532345a9-db3c-4149-a9fd-091a1f7fa8c3-atc-btn-wrapper {
    text-align: center;
  }


#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-532345a9-db3c-4149-a9fd-091a1f7fa8c3-atc-btn-wrapper {
    text-align: center;
  }


#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-532345a9-db3c-4149-a9fd-091a1f7fa8c3-atc-btn-wrapper {
    text-align: center;
  }


#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-532345a9-db3c-4149-a9fd-091a1f7fa8c3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-dc68aab2-c0cf-4e34-8039-95f61ac1450f {
  margin-left: auto;
margin-right: auto;
}

#s-37bffa4f-0759-4119-a40d-489212722f44 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 {
  max-width:  100%;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 {
  max-width:  100%;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 {
  max-width:  100%;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 {
  max-width:  100%;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 {
  max-width:  100%;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 .shg-image-zoom,
.shg-c#s-37bffa4f-0759-4119-a40d-489212722f44 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3001a9fa-8650-496f-a8f2-0a5006ccf7eb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3001a9fa-8650-496f-a8f2-0a5006ccf7eb .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-3001a9fa-8650-496f-a8f2-0a5006ccf7eb .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .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-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .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-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-a284e1c4-2847-44b4-a3bc-ab1374f833e1-btn-wrapper {
    text-align: center;
  }


#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-variant-btn:active, #s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-a284e1c4-2847-44b4-a3bc-ab1374f833e1 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450-atc-btn-wrapper {
    text-align: center;
  }


#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450-atc-btn-wrapper {
    text-align: center;
  }


#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450-atc-btn-wrapper {
    text-align: center;
  }


#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450-atc-btn-wrapper {
    text-align: center;
  }


#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450-atc-btn-wrapper {
    text-align: center;
  }


#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2e070cc3-b631-4c1b-8f3a-4c2040fe1450.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-4e01b785-fcd9-4126-9500-f77ce7a06e95 {
  margin-left: auto;
margin-right: auto;
}

#s-95d973c3-908e-4696-b1ec-3ed75b741359 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 {
  max-width:  100%;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 {
  max-width:  100%;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 {
  max-width:  100%;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 {
  max-width:  100%;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 {
  max-width:  100%;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 .shg-image-zoom,
.shg-c#s-95d973c3-908e-4696-b1ec-3ed75b741359 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-51004777-d03f-4494-a210-39872c09a4e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51004777-d03f-4494-a210-39872c09a4e9 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-51004777-d03f-4494-a210-39872c09a4e9 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-7d465804-f72d-438a-85e0-0807603eb6f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .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-7d465804-f72d-438a-85e0-0807603eb6f8 .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-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-7d465804-f72d-438a-85e0-0807603eb6f8-btn-wrapper {
    text-align: center;
  }


#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-variant-btn:active, #s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7d465804-f72d-438a-85e0-0807603eb6f8 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d7d767a-066c-4dc6-bafb-dc4f1411a088-atc-btn-wrapper {
    text-align: center;
  }


#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-3d7d767a-066c-4dc6-bafb-dc4f1411a088-atc-btn-wrapper {
    text-align: center;
  }


#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d7d767a-066c-4dc6-bafb-dc4f1411a088-atc-btn-wrapper {
    text-align: center;
  }


#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-3d7d767a-066c-4dc6-bafb-dc4f1411a088-atc-btn-wrapper {
    text-align: center;
  }


#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-3d7d767a-066c-4dc6-bafb-dc4f1411a088-atc-btn-wrapper {
    text-align: center;
  }


#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d7d767a-066c-4dc6-bafb-dc4f1411a088.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-b0d775d9-cbb3-4fe8-a530-42b8e37e7ef7 {
  margin-left: auto;
margin-right: auto;
}

#s-e77569b1-b032-4329-a8fa-f7065755b12e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e {
  max-width:  100%;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e {
  max-width:  100%;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e {
  max-width:  100%;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e {
  max-width:  100%;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e {
  max-width:  100%;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e .shg-image-zoom,
.shg-c#s-e77569b1-b032-4329-a8fa-f7065755b12e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d5fe53ea-5e88-4df4-9d29-735d7d5ce827 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5fe53ea-5e88-4df4-9d29-735d7d5ce827 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-d5fe53ea-5e88-4df4-9d29-735d7d5ce827 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-ed238dfb-b589-4fa6-94f0-215772bf2662 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .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-ed238dfb-b589-4fa6-94f0-215772bf2662 .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-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-ed238dfb-b589-4fa6-94f0-215772bf2662-btn-wrapper {
    text-align: center;
  }


#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-variant-btn:active, #s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ed238dfb-b589-4fa6-94f0-215772bf2662 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ecb24c9e-aad3-418f-b42b-555e7550c4c0-atc-btn-wrapper {
    text-align: center;
  }


#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ecb24c9e-aad3-418f-b42b-555e7550c4c0-atc-btn-wrapper {
    text-align: center;
  }


#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecb24c9e-aad3-418f-b42b-555e7550c4c0-atc-btn-wrapper {
    text-align: center;
  }


#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ecb24c9e-aad3-418f-b42b-555e7550c4c0-atc-btn-wrapper {
    text-align: center;
  }


#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ecb24c9e-aad3-418f-b42b-555e7550c4c0-atc-btn-wrapper {
    text-align: center;
  }


#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ecb24c9e-aad3-418f-b42b-555e7550c4c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-1f187089-48b2-44f0-b500-58140839f16b {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1f187089-48b2-44f0-b500-58140839f16b {
  display: none;
}
#s-1f187089-48b2-44f0-b500-58140839f16b, #wrap-s-1f187089-48b2-44f0-b500-58140839f16b, #wrap-content-s-1f187089-48b2-44f0-b500-58140839f16b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f187089-48b2-44f0-b500-58140839f16b {
  display: none;
}
#s-1f187089-48b2-44f0-b500-58140839f16b, #wrap-s-1f187089-48b2-44f0-b500-58140839f16b, #wrap-content-s-1f187089-48b2-44f0-b500-58140839f16b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f187089-48b2-44f0-b500-58140839f16b {
  
}
}@media (max-width: 767px){#s-1f187089-48b2-44f0-b500-58140839f16b {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-1f187089-48b2-44f0-b500-58140839f16b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f187089-48b2-44f0-b500-58140839f16b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33eda500-3556-4463-bc2f-49f14c404901 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-33eda500-3556-4463-bc2f-49f14c404901"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-33eda500-3556-4463-bc2f-49f14c404901"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33eda500-3556-4463-bc2f-49f14c404901"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33eda500-3556-4463-bc2f-49f14c404901"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-a0f7a6ea-f043-4c14-bf8d-0be131949b0c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a0f7a6ea-f043-4c14-bf8d-0be131949b0c {
  margin-bottom: 12%;
}
}
#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb {
  max-width:  100%;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb {
  max-width:  100%;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb {
  max-width:  100%;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb {
  max-width:  100%;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb {
  max-width:  100%;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb .shg-image-zoom,
.shg-c#s-e0951998-26c9-4f6a-b673-51cfeab7fcbb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b835b5f7-5a13-4502-846c-acf8fddf7db3 {
  margin-left: auto;
margin-right: auto;
}

#s-b835b5f7-5a13-4502-846c-acf8fddf7db3 .shg-proportional-font-size,
#s-b835b5f7-5a13-4502-846c-acf8fddf7db3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .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-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .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-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-ec68bd85-9a18-411d-97bc-b54ff0c5f063-btn-wrapper {
    text-align: center;
  }


#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-variant-btn:active, #s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ec68bd85-9a18-411d-97bc-b54ff0c5f063 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9-atc-btn-wrapper {
    text-align: center;
  }


#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9-atc-btn-wrapper {
    text-align: center;
  }


#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9-atc-btn-wrapper {
    text-align: center;
  }


#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9-atc-btn-wrapper {
    text-align: center;
  }


#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9-atc-btn-wrapper {
    text-align: center;
  }


#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d9edeb9c-8d63-4697-9fa3-5eb072eccee9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-e0068ac3-6272-4daa-9d25-998e6eeaba1f {
  margin-left: auto;
margin-right: auto;
}

#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 {
  max-width:  100%;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 {
  max-width:  100%;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 {
  max-width:  100%;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 {
  max-width:  100%;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 {
  max-width:  100%;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 .shg-image-zoom,
.shg-c#s-b3439454-a2f2-4a0f-96ee-77de34eb5974 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e54a5736-97e5-4063-a1dc-49c6e00b8dd3 {
  margin-left: auto;
margin-right: auto;
}

#s-e54a5736-97e5-4063-a1dc-49c6e00b8dd3 .shg-proportional-font-size,
#s-e54a5736-97e5-4063-a1dc-49c6e00b8dd3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .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-8282a9ca-091c-469e-ad33-633b09b10a13 .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-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-8282a9ca-091c-469e-ad33-633b09b10a13-btn-wrapper {
    text-align: center;
  }


#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-variant-btn:active, #s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-8282a9ca-091c-469e-ad33-633b09b10a13 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c818b509-b248-4c46-8b76-25db052dd5af {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c818b509-b248-4c46-8b76-25db052dd5af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c818b509-b248-4c46-8b76-25db052dd5af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c818b509-b248-4c46-8b76-25db052dd5af-atc-btn-wrapper {
    text-align: center;
  }


#s-c818b509-b248-4c46-8b76-25db052dd5af {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-c818b509-b248-4c46-8b76-25db052dd5af-atc-btn-wrapper {
    text-align: center;
  }


#s-c818b509-b248-4c46-8b76-25db052dd5af {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-c818b509-b248-4c46-8b76-25db052dd5af-atc-btn-wrapper {
    text-align: center;
  }


#s-c818b509-b248-4c46-8b76-25db052dd5af {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-c818b509-b248-4c46-8b76-25db052dd5af-atc-btn-wrapper {
    text-align: center;
  }


#s-c818b509-b248-4c46-8b76-25db052dd5af {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-c818b509-b248-4c46-8b76-25db052dd5af-atc-btn-wrapper {
    text-align: center;
  }


#s-c818b509-b248-4c46-8b76-25db052dd5af {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c818b509-b248-4c46-8b76-25db052dd5af.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-5fcfdf33-1eed-4d1d-9605-70aa171f02f7 {
  margin-left: auto;
margin-right: auto;
}

#s-284936a9-9aaa-4011-bf4e-cf8729289152 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 {
  max-width:  100%;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 {
  max-width:  100%;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 {
  max-width:  100%;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 {
  max-width:  100%;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 {
  max-width:  100%;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 .shg-image-zoom,
.shg-c#s-284936a9-9aaa-4011-bf4e-cf8729289152 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cda5ddc3-024f-4b81-a47a-4da816a98870 {
  margin-left: auto;
margin-right: auto;
}

#s-cda5ddc3-024f-4b81-a47a-4da816a98870 .shg-proportional-font-size,
#s-cda5ddc3-024f-4b81-a47a-4da816a98870 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-072ec580-b04c-46db-a753-28fe04375e30 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-072ec580-b04c-46db-a753-28fe04375e30 .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-072ec580-b04c-46db-a753-28fe04375e30 .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-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-072ec580-b04c-46db-a753-28fe04375e30 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-072ec580-b04c-46db-a753-28fe04375e30-btn-wrapper {
    text-align: center;
  }


#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-variant-btn:active, #s-072ec580-b04c-46db-a753-28fe04375e30 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-072ec580-b04c-46db-a753-28fe04375e30 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e4f8800e-e9e9-4112-ba84-95f107399076:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4f8800e-e9e9-4112-ba84-95f107399076:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4f8800e-e9e9-4112-ba84-95f107399076-atc-btn-wrapper {
    text-align: center;
  }


#s-e4f8800e-e9e9-4112-ba84-95f107399076 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-e4f8800e-e9e9-4112-ba84-95f107399076-atc-btn-wrapper {
    text-align: center;
  }


#s-e4f8800e-e9e9-4112-ba84-95f107399076 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4f8800e-e9e9-4112-ba84-95f107399076-atc-btn-wrapper {
    text-align: center;
  }


#s-e4f8800e-e9e9-4112-ba84-95f107399076 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e4f8800e-e9e9-4112-ba84-95f107399076-atc-btn-wrapper {
    text-align: center;
  }


#s-e4f8800e-e9e9-4112-ba84-95f107399076 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-e4f8800e-e9e9-4112-ba84-95f107399076-atc-btn-wrapper {
    text-align: center;
  }


#s-e4f8800e-e9e9-4112-ba84-95f107399076 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4f8800e-e9e9-4112-ba84-95f107399076.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-9c351325-870a-469a-93cb-6df4c628cace {
  margin-left: auto;
margin-right: auto;
}

#s-ae52f882-0b09-422f-82a4-34bd24a6f24a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a {
  max-width:  100%;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a {
  max-width:  100%;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a {
  max-width:  100%;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a {
  max-width:  100%;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a {
  max-width:  100%;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a .shg-image-zoom,
.shg-c#s-ae52f882-0b09-422f-82a4-34bd24a6f24a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2f9b5cc7-23e4-4704-a198-66fac7a57864 {
  margin-left: auto;
margin-right: auto;
}

#s-2f9b5cc7-23e4-4704-a198-66fac7a57864 .shg-proportional-font-size,
#s-2f9b5cc7-23e4-4704-a198-66fac7a57864 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .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-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .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-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55-btn-wrapper {
    text-align: center;
  }


#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-variant-btn:active, #s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-31eb74e9-0f5e-462c-bff0-1e64c9e4cc55 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-81d75406-8073-4ae2-a07d-b1db00164086 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-81d75406-8073-4ae2-a07d-b1db00164086:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81d75406-8073-4ae2-a07d-b1db00164086:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81d75406-8073-4ae2-a07d-b1db00164086-atc-btn-wrapper {
    text-align: center;
  }


#s-81d75406-8073-4ae2-a07d-b1db00164086 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-81d75406-8073-4ae2-a07d-b1db00164086-atc-btn-wrapper {
    text-align: center;
  }


#s-81d75406-8073-4ae2-a07d-b1db00164086 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-81d75406-8073-4ae2-a07d-b1db00164086-atc-btn-wrapper {
    text-align: center;
  }


#s-81d75406-8073-4ae2-a07d-b1db00164086 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-81d75406-8073-4ae2-a07d-b1db00164086-atc-btn-wrapper {
    text-align: center;
  }


#s-81d75406-8073-4ae2-a07d-b1db00164086 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-81d75406-8073-4ae2-a07d-b1db00164086-atc-btn-wrapper {
    text-align: center;
  }


#s-81d75406-8073-4ae2-a07d-b1db00164086 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81d75406-8073-4ae2-a07d-b1db00164086.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 {
  display: none;
}
#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7, #wrap-s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7, #wrap-content-s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 { display: none !important; }}@media (max-width: 767px){#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7, #wrap-s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7, #wrap-content-s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 { display: none !important; }}







#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34970e3a-0102-4592-b599-823832e0e940 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-0f6a2f46-eb23-422b-b1aa-766aefc3a798 {
  margin-left: auto;
margin-right: auto;
}

#s-78f72a8a-43df-4381-ab7d-1657c87cd23a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a {
  max-width:  100%;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a {
  max-width:  100%;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a {
  max-width:  100%;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a {
  max-width:  100%;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a {
  max-width:  100%;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a .shg-image-zoom,
.shg-c#s-78f72a8a-43df-4381-ab7d-1657c87cd23a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-03b56a67-0c94-4ca6-8bd0-3828dedd41cd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03b56a67-0c94-4ca6-8bd0-3828dedd41cd .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-03b56a67-0c94-4ca6-8bd0-3828dedd41cd .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-3f769742-b605-44a3-b221-b9bd04cee28e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3f769742-b605-44a3-b221-b9bd04cee28e .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-3f769742-b605-44a3-b221-b9bd04cee28e .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-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-3f769742-b605-44a3-b221-b9bd04cee28e-btn-wrapper {
    text-align: center;
  }


#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-variant-btn:active, #s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3f769742-b605-44a3-b221-b9bd04cee28e .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-72a13aac-ff08-4d1d-a104-e4abc8527242:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72a13aac-ff08-4d1d-a104-e4abc8527242:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72a13aac-ff08-4d1d-a104-e4abc8527242-atc-btn-wrapper {
    text-align: center;
  }


#s-72a13aac-ff08-4d1d-a104-e4abc8527242 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-72a13aac-ff08-4d1d-a104-e4abc8527242-atc-btn-wrapper {
    text-align: center;
  }


#s-72a13aac-ff08-4d1d-a104-e4abc8527242 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-72a13aac-ff08-4d1d-a104-e4abc8527242-atc-btn-wrapper {
    text-align: center;
  }


#s-72a13aac-ff08-4d1d-a104-e4abc8527242 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-72a13aac-ff08-4d1d-a104-e4abc8527242-atc-btn-wrapper {
    text-align: center;
  }


#s-72a13aac-ff08-4d1d-a104-e4abc8527242 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-72a13aac-ff08-4d1d-a104-e4abc8527242-atc-btn-wrapper {
    text-align: center;
  }


#s-72a13aac-ff08-4d1d-a104-e4abc8527242 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-72a13aac-ff08-4d1d-a104-e4abc8527242.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-b6397236-803a-48f8-b079-e2be3d70a842 {
  margin-left: auto;
margin-right: auto;
}

#s-2f64e984-246c-4706-8343-f1e0714f94ad {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad {
  max-width:  100%;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad {
  max-width:  100%;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad {
  max-width:  100%;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad {
  max-width:  100%;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad {
  max-width:  100%;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad .shg-image-zoom,
.shg-c#s-2f64e984-246c-4706-8343-f1e0714f94ad img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-753271b7-a7a2-4017-ba66-09f2b56522bf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-753271b7-a7a2-4017-ba66-09f2b56522bf .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-753271b7-a7a2-4017-ba66-09f2b56522bf .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-f02d9ba4-6040-4ce6-88ee-284040300230 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .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-f02d9ba4-6040-4ce6-88ee-284040300230 .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-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-f02d9ba4-6040-4ce6-88ee-284040300230-btn-wrapper {
    text-align: center;
  }


#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-variant-btn:active, #s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f02d9ba4-6040-4ce6-88ee-284040300230 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c-atc-btn-wrapper {
    text-align: center;
  }


#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c-atc-btn-wrapper {
    text-align: center;
  }


#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c-atc-btn-wrapper {
    text-align: center;
  }


#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c-atc-btn-wrapper {
    text-align: center;
  }


#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c-atc-btn-wrapper {
    text-align: center;
  }


#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-225e40ac-a733-4e6b-b4fb-cadf9bec1f8c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-544477cb-46c7-4148-8661-19b795295697 {
  margin-left: auto;
margin-right: auto;
}

#s-c9a595eb-2a4f-4d27-9684-499386598dbe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe {
  max-width:  100%;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe {
  max-width:  100%;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe {
  max-width:  100%;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe {
  max-width:  100%;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe {
  max-width:  100%;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe .shg-image-zoom,
.shg-c#s-c9a595eb-2a4f-4d27-9684-499386598dbe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c6d9d59c-b9ae-4a6c-9a8d-0f471c431fa8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6d9d59c-b9ae-4a6c-9a8d-0f471c431fa8 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-c6d9d59c-b9ae-4a6c-9a8d-0f471c431fa8 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-9f882096-0927-49c2-8eef-2a28d14a96f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .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-9f882096-0927-49c2-8eef-2a28d14a96f2 .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-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-9f882096-0927-49c2-8eef-2a28d14a96f2-btn-wrapper {
    text-align: center;
  }


#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-variant-btn:active, #s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-9f882096-0927-49c2-8eef-2a28d14a96f2 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123-atc-btn-wrapper {
    text-align: center;
  }


#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123-atc-btn-wrapper {
    text-align: center;
  }


#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123-atc-btn-wrapper {
    text-align: center;
  }


#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123-atc-btn-wrapper {
    text-align: center;
  }


#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123-atc-btn-wrapper {
    text-align: center;
  }


#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d8a3ea2-16e4-4c8c-9b5c-79b01b928123.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-99379705-886a-4b27-886d-510af1860f8b {
  margin-left: auto;
margin-right: auto;
}

#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 {
  max-width:  100%;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 {
  max-width:  100%;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 {
  max-width:  100%;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 {
  max-width:  100%;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 {
  max-width:  100%;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 .shg-image-zoom,
.shg-c#s-10b4857f-9db5-4b1c-8d18-d4a8db5382f0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c6e960a2-76dd-45de-b355-89ddc5319c2b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6e960a2-76dd-45de-b355-89ddc5319c2b .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-c6e960a2-76dd-45de-b355-89ddc5319c2b .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-c4274412-0bd6-45cb-b67c-cec1dee679ba {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .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-c4274412-0bd6-45cb-b67c-cec1dee679ba .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-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c4274412-0bd6-45cb-b67c-cec1dee679ba-btn-wrapper {
    text-align: center;
  }


#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-variant-btn:active, #s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c4274412-0bd6-45cb-b67c-cec1dee679ba .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-395fd851-6ee0-4a9b-9e93-f826d2d36eef-atc-btn-wrapper {
    text-align: center;
  }


#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-395fd851-6ee0-4a9b-9e93-f826d2d36eef-atc-btn-wrapper {
    text-align: center;
  }


#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-395fd851-6ee0-4a9b-9e93-f826d2d36eef-atc-btn-wrapper {
    text-align: center;
  }


#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-395fd851-6ee0-4a9b-9e93-f826d2d36eef-atc-btn-wrapper {
    text-align: center;
  }


#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-395fd851-6ee0-4a9b-9e93-f826d2d36eef-atc-btn-wrapper {
    text-align: center;
  }


#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-395fd851-6ee0-4a9b-9e93-f826d2d36eef.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-85929c52-d4b5-4143-8174-49e30630e0f2 {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-85929c52-d4b5-4143-8174-49e30630e0f2 {
  display: none;
}
#s-85929c52-d4b5-4143-8174-49e30630e0f2, #wrap-s-85929c52-d4b5-4143-8174-49e30630e0f2, #wrap-content-s-85929c52-d4b5-4143-8174-49e30630e0f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85929c52-d4b5-4143-8174-49e30630e0f2 {
  display: none;
}
#s-85929c52-d4b5-4143-8174-49e30630e0f2, #wrap-s-85929c52-d4b5-4143-8174-49e30630e0f2, #wrap-content-s-85929c52-d4b5-4143-8174-49e30630e0f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85929c52-d4b5-4143-8174-49e30630e0f2 {
  
}
}@media (max-width: 767px){#s-85929c52-d4b5-4143-8174-49e30630e0f2 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-85929c52-d4b5-4143-8174-49e30630e0f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85929c52-d4b5-4143-8174-49e30630e0f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ceec464-8798-44b0-acf7-8c1050009f77 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0ceec464-8798-44b0-acf7-8c1050009f77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0ceec464-8798-44b0-acf7-8c1050009f77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ceec464-8798-44b0-acf7-8c1050009f77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ceec464-8798-44b0-acf7-8c1050009f77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4bc9cd14-a39d-442c-9abc-c62eb3d0d80c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-4bc9cd14-a39d-442c-9abc-c62eb3d0d80c {
  margin-bottom: 12%;
}
}
#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 {
  max-width:  100%;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 {
  max-width:  100%;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 {
  max-width:  100%;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 {
  max-width:  100%;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 {
  max-width:  100%;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 .shg-image-zoom,
.shg-c#s-4a84674d-d2d2-456f-b4ab-9adb4b33d6f8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5bc6161c-33e1-4fac-a513-9e355b0cc514 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bc6161c-33e1-4fac-a513-9e355b0cc514 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-5bc6161c-33e1-4fac-a513-9e355b0cc514 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .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-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .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-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49-btn-wrapper {
    text-align: center;
  }


#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-variant-btn:active, #s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d2cda62d-6eeb-48b9-a4f4-e60177eeff49 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c0daad41-5038-4ae7-b7a0-c0b4482afb26-atc-btn-wrapper {
    text-align: center;
  }


#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-c0daad41-5038-4ae7-b7a0-c0b4482afb26-atc-btn-wrapper {
    text-align: center;
  }


#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0daad41-5038-4ae7-b7a0-c0b4482afb26-atc-btn-wrapper {
    text-align: center;
  }


#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-c0daad41-5038-4ae7-b7a0-c0b4482afb26-atc-btn-wrapper {
    text-align: center;
  }


#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-c0daad41-5038-4ae7-b7a0-c0b4482afb26-atc-btn-wrapper {
    text-align: center;
  }


#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0daad41-5038-4ae7-b7a0-c0b4482afb26.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-643fa849-b979-4a14-b58a-f65d98ad00c3 {
  margin-left: auto;
margin-right: auto;
}

#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 {
  max-width:  100%;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 {
  max-width:  100%;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 {
  max-width:  100%;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 {
  max-width:  100%;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 {
  max-width:  100%;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 .shg-image-zoom,
.shg-c#s-1c24f00a-8d68-4c7e-b092-ca5c2f0c6d91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6db7f429-864c-4765-a304-e7b5693355df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6db7f429-864c-4765-a304-e7b5693355df .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-6db7f429-864c-4765-a304-e7b5693355df .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-7bce653b-c6c0-467f-b76f-f773e3ea580a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .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-7bce653b-c6c0-467f-b76f-f773e3ea580a .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-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-7bce653b-c6c0-467f-b76f-f773e3ea580a-btn-wrapper {
    text-align: center;
  }


#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-variant-btn:active, #s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7bce653b-c6c0-467f-b76f-f773e3ea580a .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34ea0426-8c9a-4567-99c5-3e94e95cad9c-atc-btn-wrapper {
    text-align: center;
  }


#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-34ea0426-8c9a-4567-99c5-3e94e95cad9c-atc-btn-wrapper {
    text-align: center;
  }


#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-34ea0426-8c9a-4567-99c5-3e94e95cad9c-atc-btn-wrapper {
    text-align: center;
  }


#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-34ea0426-8c9a-4567-99c5-3e94e95cad9c-atc-btn-wrapper {
    text-align: center;
  }


#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-34ea0426-8c9a-4567-99c5-3e94e95cad9c-atc-btn-wrapper {
    text-align: center;
  }


#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34ea0426-8c9a-4567-99c5-3e94e95cad9c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-d08db3a5-62c7-4cb3-acbc-042c4c4f5e0c {
  margin-left: auto;
margin-right: auto;
}

#s-c9bfa783-d803-48ca-8714-27756b9d256c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c {
  max-width:  100%;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c {
  max-width:  100%;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c {
  max-width:  100%;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c {
  max-width:  100%;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c {
  max-width:  100%;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c .shg-image-zoom,
.shg-c#s-c9bfa783-d803-48ca-8714-27756b9d256c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6aa41d75-d511-451a-8a7d-35e84b59c4d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aa41d75-d511-451a-8a7d-35e84b59c4d0 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-6aa41d75-d511-451a-8a7d-35e84b59c4d0 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-27002420-f603-4971-91a9-eda063d2844f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-27002420-f603-4971-91a9-eda063d2844f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-27002420-f603-4971-91a9-eda063d2844f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-27002420-f603-4971-91a9-eda063d2844f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-27002420-f603-4971-91a9-eda063d2844f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-27002420-f603-4971-91a9-eda063d2844f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-27002420-f603-4971-91a9-eda063d2844f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-27002420-f603-4971-91a9-eda063d2844f .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-27002420-f603-4971-91a9-eda063d2844f .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-27002420-f603-4971-91a9-eda063d2844f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-27002420-f603-4971-91a9-eda063d2844f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-27002420-f603-4971-91a9-eda063d2844f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-27002420-f603-4971-91a9-eda063d2844f .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-27002420-f603-4971-91a9-eda063d2844f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-27002420-f603-4971-91a9-eda063d2844f-btn-wrapper {
    text-align: center;
  }


#s-27002420-f603-4971-91a9-eda063d2844f .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-27002420-f603-4971-91a9-eda063d2844f .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-27002420-f603-4971-91a9-eda063d2844f .shg-variant-btn:active, #s-27002420-f603-4971-91a9-eda063d2844f .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-27002420-f603-4971-91a9-eda063d2844f .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5857fc17-eac4-44b2-9c15-65eec04988be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5857fc17-eac4-44b2-9c15-65eec04988be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5857fc17-eac4-44b2-9c15-65eec04988be-atc-btn-wrapper {
    text-align: center;
  }


#s-5857fc17-eac4-44b2-9c15-65eec04988be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-5857fc17-eac4-44b2-9c15-65eec04988be-atc-btn-wrapper {
    text-align: center;
  }


#s-5857fc17-eac4-44b2-9c15-65eec04988be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-5857fc17-eac4-44b2-9c15-65eec04988be-atc-btn-wrapper {
    text-align: center;
  }


#s-5857fc17-eac4-44b2-9c15-65eec04988be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-5857fc17-eac4-44b2-9c15-65eec04988be-atc-btn-wrapper {
    text-align: center;
  }


#s-5857fc17-eac4-44b2-9c15-65eec04988be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-5857fc17-eac4-44b2-9c15-65eec04988be-atc-btn-wrapper {
    text-align: center;
  }


#s-5857fc17-eac4-44b2-9c15-65eec04988be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5857fc17-eac4-44b2-9c15-65eec04988be.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-4b03cab2-ef7e-4e8c-b2c8-794cbc7f5bcd {
  margin-left: auto;
margin-right: auto;
}

#s-9073f019-aa9a-4da5-9001-4eceabf856f2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 {
  max-width:  100%;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 {
  max-width:  100%;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 {
  max-width:  100%;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 {
  max-width:  100%;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 {
  max-width:  100%;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 .shg-image-zoom,
.shg-c#s-9073f019-aa9a-4da5-9001-4eceabf856f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-01479c4c-2727-4656-bcec-b66cd0ec4c02 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01479c4c-2727-4656-bcec-b66cd0ec4c02 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-01479c4c-2727-4656-bcec-b66cd0ec4c02 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .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-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .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-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-4888665b-ee0d-4815-b9d5-6cefe2d94a84-btn-wrapper {
    text-align: center;
  }


#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-variant-btn:active, #s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-4888665b-ee0d-4815-b9d5-6cefe2d94a84 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c0524c6c-a14a-4e73-a809-d0a03a19256e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0524c6c-a14a-4e73-a809-d0a03a19256e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c0524c6c-a14a-4e73-a809-d0a03a19256e-atc-btn-wrapper {
    text-align: center;
  }


#s-c0524c6c-a14a-4e73-a809-d0a03a19256e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-c0524c6c-a14a-4e73-a809-d0a03a19256e-atc-btn-wrapper {
    text-align: center;
  }


#s-c0524c6c-a14a-4e73-a809-d0a03a19256e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0524c6c-a14a-4e73-a809-d0a03a19256e-atc-btn-wrapper {
    text-align: center;
  }


#s-c0524c6c-a14a-4e73-a809-d0a03a19256e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-c0524c6c-a14a-4e73-a809-d0a03a19256e-atc-btn-wrapper {
    text-align: center;
  }


#s-c0524c6c-a14a-4e73-a809-d0a03a19256e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-c0524c6c-a14a-4e73-a809-d0a03a19256e-atc-btn-wrapper {
    text-align: center;
  }


#s-c0524c6c-a14a-4e73-a809-d0a03a19256e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c0524c6c-a14a-4e73-a809-d0a03a19256e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-b2c8a077-349c-42b8-b9f9-6206470e2931 {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2c8a077-349c-42b8-b9f9-6206470e2931 {
  display: none;
}
#s-b2c8a077-349c-42b8-b9f9-6206470e2931, #wrap-s-b2c8a077-349c-42b8-b9f9-6206470e2931, #wrap-content-s-b2c8a077-349c-42b8-b9f9-6206470e2931 { display: none !important; }}@media (max-width: 767px){#s-b2c8a077-349c-42b8-b9f9-6206470e2931 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-b2c8a077-349c-42b8-b9f9-6206470e2931, #wrap-s-b2c8a077-349c-42b8-b9f9-6206470e2931, #wrap-content-s-b2c8a077-349c-42b8-b9f9-6206470e2931 { display: none !important; }}







#s-b2c8a077-349c-42b8-b9f9-6206470e2931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2c8a077-349c-42b8-b9f9-6206470e2931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-af3d9eff-d78c-4e17-a16e-e2a597ef0c25 {
  margin-left: auto;
margin-right: auto;
}

#s-8bb66111-560a-46df-8466-402791baf43f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f {
  max-width:  100%;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f {
  max-width:  100%;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f {
  max-width:  100%;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f {
  max-width:  100%;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f {
  max-width:  100%;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8bb66111-560a-46df-8466-402791baf43f .shg-image-zoom,
.shg-c#s-8bb66111-560a-46df-8466-402791baf43f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-872555d0-abb1-4538-b3e9-f5fe315a5390 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-872555d0-abb1-4538-b3e9-f5fe315a5390 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-872555d0-abb1-4538-b3e9-f5fe315a5390 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .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-508a87a7-0c22-424f-9dc6-cd1d75d638fc .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-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-508a87a7-0c22-424f-9dc6-cd1d75d638fc-btn-wrapper {
    text-align: center;
  }


#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-variant-btn:active, #s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-508a87a7-0c22-424f-9dc6-cd1d75d638fc .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2d54a18f-ee20-474d-a035-03b00cbf68ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d54a18f-ee20-474d-a035-03b00cbf68ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d54a18f-ee20-474d-a035-03b00cbf68ed-atc-btn-wrapper {
    text-align: center;
  }


#s-2d54a18f-ee20-474d-a035-03b00cbf68ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-2d54a18f-ee20-474d-a035-03b00cbf68ed-atc-btn-wrapper {
    text-align: center;
  }


#s-2d54a18f-ee20-474d-a035-03b00cbf68ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d54a18f-ee20-474d-a035-03b00cbf68ed-atc-btn-wrapper {
    text-align: center;
  }


#s-2d54a18f-ee20-474d-a035-03b00cbf68ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-2d54a18f-ee20-474d-a035-03b00cbf68ed-atc-btn-wrapper {
    text-align: center;
  }


#s-2d54a18f-ee20-474d-a035-03b00cbf68ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-2d54a18f-ee20-474d-a035-03b00cbf68ed-atc-btn-wrapper {
    text-align: center;
  }


#s-2d54a18f-ee20-474d-a035-03b00cbf68ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2d54a18f-ee20-474d-a035-03b00cbf68ed.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-edd58aea-1212-49f1-8dda-8c6145b83bd3 {
  margin-left: auto;
margin-right: auto;
}

#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 {
  max-width:  100%;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 {
  max-width:  100%;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 {
  max-width:  100%;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 {
  max-width:  100%;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 {
  max-width:  100%;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 .shg-image-zoom,
.shg-c#s-0de3ea98-ca58-46df-aa0c-bbc6bac64795 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-94785578-41e7-4ea1-8cbb-cb341438c95e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94785578-41e7-4ea1-8cbb-cb341438c95e .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-94785578-41e7-4ea1-8cbb-cb341438c95e .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .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-545d2c10-d44c-43ec-a0c1-c40b67c26929 .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-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-545d2c10-d44c-43ec-a0c1-c40b67c26929-btn-wrapper {
    text-align: center;
  }


#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-variant-btn:active, #s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-545d2c10-d44c-43ec-a0c1-c40b67c26929 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9ac63196-73ad-462d-99cd-f69402ef6ac1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ac63196-73ad-462d-99cd-f69402ef6ac1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ac63196-73ad-462d-99cd-f69402ef6ac1-atc-btn-wrapper {
    text-align: center;
  }


#s-9ac63196-73ad-462d-99cd-f69402ef6ac1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-9ac63196-73ad-462d-99cd-f69402ef6ac1-atc-btn-wrapper {
    text-align: center;
  }


#s-9ac63196-73ad-462d-99cd-f69402ef6ac1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ac63196-73ad-462d-99cd-f69402ef6ac1-atc-btn-wrapper {
    text-align: center;
  }


#s-9ac63196-73ad-462d-99cd-f69402ef6ac1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-9ac63196-73ad-462d-99cd-f69402ef6ac1-atc-btn-wrapper {
    text-align: center;
  }


#s-9ac63196-73ad-462d-99cd-f69402ef6ac1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-9ac63196-73ad-462d-99cd-f69402ef6ac1-atc-btn-wrapper {
    text-align: center;
  }


#s-9ac63196-73ad-462d-99cd-f69402ef6ac1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9ac63196-73ad-462d-99cd-f69402ef6ac1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-dd6acd82-30f6-436f-8f0b-dbfdc9b49195 {
  margin-left: auto;
margin-right: auto;
}

#s-95074444-776e-4257-aa76-ebc64c0647ae {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae {
  max-width:  100%;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae {
  max-width:  100%;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae {
  max-width:  100%;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae {
  max-width:  100%;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae {
  max-width:  100%;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae .shg-image-zoom,
.shg-c#s-95074444-776e-4257-aa76-ebc64c0647ae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1713b021-06de-4d25-8a0b-76c4dd09e40b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1713b021-06de-4d25-8a0b-76c4dd09e40b .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-1713b021-06de-4d25-8a0b-76c4dd09e40b .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .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-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .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-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8-btn-wrapper {
    text-align: center;
  }


#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-variant-btn:active, #s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b5fb7f27-8f7a-4aaf-965c-5b98bf0b74c8 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fdfd8371-e784-4cfd-94c5-26235434025f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fdfd8371-e784-4cfd-94c5-26235434025f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fdfd8371-e784-4cfd-94c5-26235434025f-atc-btn-wrapper {
    text-align: center;
  }


#s-fdfd8371-e784-4cfd-94c5-26235434025f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-fdfd8371-e784-4cfd-94c5-26235434025f-atc-btn-wrapper {
    text-align: center;
  }


#s-fdfd8371-e784-4cfd-94c5-26235434025f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdfd8371-e784-4cfd-94c5-26235434025f-atc-btn-wrapper {
    text-align: center;
  }


#s-fdfd8371-e784-4cfd-94c5-26235434025f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-fdfd8371-e784-4cfd-94c5-26235434025f-atc-btn-wrapper {
    text-align: center;
  }


#s-fdfd8371-e784-4cfd-94c5-26235434025f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-fdfd8371-e784-4cfd-94c5-26235434025f-atc-btn-wrapper {
    text-align: center;
  }


#s-fdfd8371-e784-4cfd-94c5-26235434025f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fdfd8371-e784-4cfd-94c5-26235434025f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-19b8a5e0-7050-4028-ab5a-ea5d5df065b0 {
  margin-left: auto;
margin-right: auto;
}

#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea {
  max-width:  100%;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea {
  max-width:  100%;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea {
  max-width:  100%;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea {
  max-width:  100%;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea {
  max-width:  100%;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea .shg-image-zoom,
.shg-c#s-3cd4ba64-946e-419f-97f5-d6d6e105d3ea img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5eb923d7-5c14-44c6-903b-eeefae558d17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5eb923d7-5c14-44c6-903b-eeefae558d17 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-5eb923d7-5c14-44c6-903b-eeefae558d17 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .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-93d567d9-92bb-4141-87f7-7a62f3c94c7f .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-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-93d567d9-92bb-4141-87f7-7a62f3c94c7f-btn-wrapper {
    text-align: center;
  }


#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-variant-btn:active, #s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-93d567d9-92bb-4141-87f7-7a62f3c94c7f .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-30119df1-6c26-400d-b26c-b1cdf805e10f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30119df1-6c26-400d-b26c-b1cdf805e10f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-30119df1-6c26-400d-b26c-b1cdf805e10f-atc-btn-wrapper {
    text-align: center;
  }


#s-30119df1-6c26-400d-b26c-b1cdf805e10f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-30119df1-6c26-400d-b26c-b1cdf805e10f-atc-btn-wrapper {
    text-align: center;
  }


#s-30119df1-6c26-400d-b26c-b1cdf805e10f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-30119df1-6c26-400d-b26c-b1cdf805e10f-atc-btn-wrapper {
    text-align: center;
  }


#s-30119df1-6c26-400d-b26c-b1cdf805e10f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-30119df1-6c26-400d-b26c-b1cdf805e10f-atc-btn-wrapper {
    text-align: center;
  }


#s-30119df1-6c26-400d-b26c-b1cdf805e10f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-30119df1-6c26-400d-b26c-b1cdf805e10f-atc-btn-wrapper {
    text-align: center;
  }


#s-30119df1-6c26-400d-b26c-b1cdf805e10f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-30119df1-6c26-400d-b26c-b1cdf805e10f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-d91095a0-60f2-4809-b5c0-6f91572bae3e {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d91095a0-60f2-4809-b5c0-6f91572bae3e {
  display: none;
}
#s-d91095a0-60f2-4809-b5c0-6f91572bae3e, #wrap-s-d91095a0-60f2-4809-b5c0-6f91572bae3e, #wrap-content-s-d91095a0-60f2-4809-b5c0-6f91572bae3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d91095a0-60f2-4809-b5c0-6f91572bae3e {
  display: none;
}
#s-d91095a0-60f2-4809-b5c0-6f91572bae3e, #wrap-s-d91095a0-60f2-4809-b5c0-6f91572bae3e, #wrap-content-s-d91095a0-60f2-4809-b5c0-6f91572bae3e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d91095a0-60f2-4809-b5c0-6f91572bae3e {
  
}
}@media (max-width: 767px){#s-d91095a0-60f2-4809-b5c0-6f91572bae3e {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-d91095a0-60f2-4809-b5c0-6f91572bae3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d91095a0-60f2-4809-b5c0-6f91572bae3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bacfb81-68a3-44c7-b919-edc9f7f4742c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1bacfb81-68a3-44c7-b919-edc9f7f4742c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1bacfb81-68a3-44c7-b919-edc9f7f4742c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1bacfb81-68a3-44c7-b919-edc9f7f4742c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bacfb81-68a3-44c7-b919-edc9f7f4742c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-32350442-bf8c-452f-875d-4c1191179bb6 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-32350442-bf8c-452f-875d-4c1191179bb6 {
  margin-bottom: 12%;
}
}
#s-259f8bce-7ce2-420b-9e01-6f59096bb939 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 {
  max-width:  100%;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 {
  max-width:  100%;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 {
  max-width:  100%;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 {
  max-width:  100%;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 {
  max-width:  100%;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 .shg-image-zoom,
.shg-c#s-259f8bce-7ce2-420b-9e01-6f59096bb939 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2bc8603f-2f75-406b-9eae-51f10a9995f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bc8603f-2f75-406b-9eae-51f10a9995f2 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-2bc8603f-2f75-406b-9eae-51f10a9995f2 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .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-2e8e59e5-263d-495c-a58c-ee19ecd29220 .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-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-2e8e59e5-263d-495c-a58c-ee19ecd29220-btn-wrapper {
    text-align: center;
  }


#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-variant-btn:active, #s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2e8e59e5-263d-495c-a58c-ee19ecd29220 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ad3878ee-b13b-4246-af26-69650397022a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ad3878ee-b13b-4246-af26-69650397022a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad3878ee-b13b-4246-af26-69650397022a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad3878ee-b13b-4246-af26-69650397022a-atc-btn-wrapper {
    text-align: center;
  }


#s-ad3878ee-b13b-4246-af26-69650397022a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ad3878ee-b13b-4246-af26-69650397022a-atc-btn-wrapper {
    text-align: center;
  }


#s-ad3878ee-b13b-4246-af26-69650397022a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad3878ee-b13b-4246-af26-69650397022a-atc-btn-wrapper {
    text-align: center;
  }


#s-ad3878ee-b13b-4246-af26-69650397022a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ad3878ee-b13b-4246-af26-69650397022a-atc-btn-wrapper {
    text-align: center;
  }


#s-ad3878ee-b13b-4246-af26-69650397022a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ad3878ee-b13b-4246-af26-69650397022a-atc-btn-wrapper {
    text-align: center;
  }


#s-ad3878ee-b13b-4246-af26-69650397022a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ad3878ee-b13b-4246-af26-69650397022a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-ecafa56d-b60d-401c-ace5-0242b3c15b3c {
  margin-left: auto;
margin-right: auto;
}

#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 {
  max-width:  100%;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 {
  max-width:  100%;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 {
  max-width:  100%;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 {
  max-width:  100%;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 {
  max-width:  100%;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 .shg-image-zoom,
.shg-c#s-28e305c5-760c-4d93-a3c4-69c947c71eb7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5d7db8d6-f1bb-4f5a-9524-4b4c34b0988c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d7db8d6-f1bb-4f5a-9524-4b4c34b0988c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-5d7db8d6-f1bb-4f5a-9524-4b4c34b0988c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .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-2e5b6e51-279b-4f0a-a97d-2628d9983977 .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-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-2e5b6e51-279b-4f0a-a97d-2628d9983977-btn-wrapper {
    text-align: center;
  }


#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-variant-btn:active, #s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2e5b6e51-279b-4f0a-a97d-2628d9983977 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1d8909d8-c917-4e05-9b5e-1daf4a298338:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d8909d8-c917-4e05-9b5e-1daf4a298338:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d8909d8-c917-4e05-9b5e-1daf4a298338-atc-btn-wrapper {
    text-align: center;
  }


#s-1d8909d8-c917-4e05-9b5e-1daf4a298338 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-1d8909d8-c917-4e05-9b5e-1daf4a298338-atc-btn-wrapper {
    text-align: center;
  }


#s-1d8909d8-c917-4e05-9b5e-1daf4a298338 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d8909d8-c917-4e05-9b5e-1daf4a298338-atc-btn-wrapper {
    text-align: center;
  }


#s-1d8909d8-c917-4e05-9b5e-1daf4a298338 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-1d8909d8-c917-4e05-9b5e-1daf4a298338-atc-btn-wrapper {
    text-align: center;
  }


#s-1d8909d8-c917-4e05-9b5e-1daf4a298338 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-1d8909d8-c917-4e05-9b5e-1daf4a298338-atc-btn-wrapper {
    text-align: center;
  }


#s-1d8909d8-c917-4e05-9b5e-1daf4a298338 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d8909d8-c917-4e05-9b5e-1daf4a298338.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-cb0e72cc-83e9-47ca-8cf8-2262f6d49bfe {
  margin-left: auto;
margin-right: auto;
}

#s-b493d734-41e6-4e16-afbd-e1225fbcb461 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 {
  max-width:  100%;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 {
  max-width:  100%;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 {
  max-width:  100%;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 {
  max-width:  100%;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 {
  max-width:  100%;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 .shg-image-zoom,
.shg-c#s-b493d734-41e6-4e16-afbd-e1225fbcb461 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c61dc1e3-9ac6-4ba6-a645-a84ac33781fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c61dc1e3-9ac6-4ba6-a645-a84ac33781fc .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-c61dc1e3-9ac6-4ba6-a645-a84ac33781fc .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-6af076e7-989f-4b50-bade-980512c45fea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-6af076e7-989f-4b50-bade-980512c45fea .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6af076e7-989f-4b50-bade-980512c45fea .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6af076e7-989f-4b50-bade-980512c45fea .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-6af076e7-989f-4b50-bade-980512c45fea .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6af076e7-989f-4b50-bade-980512c45fea .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6af076e7-989f-4b50-bade-980512c45fea .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6af076e7-989f-4b50-bade-980512c45fea .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-6af076e7-989f-4b50-bade-980512c45fea .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-6af076e7-989f-4b50-bade-980512c45fea .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6af076e7-989f-4b50-bade-980512c45fea .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6af076e7-989f-4b50-bade-980512c45fea .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-6af076e7-989f-4b50-bade-980512c45fea .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-6af076e7-989f-4b50-bade-980512c45fea .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-6af076e7-989f-4b50-bade-980512c45fea-btn-wrapper {
    text-align: center;
  }


#s-6af076e7-989f-4b50-bade-980512c45fea .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-6af076e7-989f-4b50-bade-980512c45fea .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-6af076e7-989f-4b50-bade-980512c45fea .shg-variant-btn:active, #s-6af076e7-989f-4b50-bade-980512c45fea .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-6af076e7-989f-4b50-bade-980512c45fea .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-31d690d9-ae50-43d5-b023-09abed588c12 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-31d690d9-ae50-43d5-b023-09abed588c12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31d690d9-ae50-43d5-b023-09abed588c12:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31d690d9-ae50-43d5-b023-09abed588c12-atc-btn-wrapper {
    text-align: center;
  }


#s-31d690d9-ae50-43d5-b023-09abed588c12 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-31d690d9-ae50-43d5-b023-09abed588c12-atc-btn-wrapper {
    text-align: center;
  }


#s-31d690d9-ae50-43d5-b023-09abed588c12 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-31d690d9-ae50-43d5-b023-09abed588c12-atc-btn-wrapper {
    text-align: center;
  }


#s-31d690d9-ae50-43d5-b023-09abed588c12 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-31d690d9-ae50-43d5-b023-09abed588c12-atc-btn-wrapper {
    text-align: center;
  }


#s-31d690d9-ae50-43d5-b023-09abed588c12 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-31d690d9-ae50-43d5-b023-09abed588c12-atc-btn-wrapper {
    text-align: center;
  }


#s-31d690d9-ae50-43d5-b023-09abed588c12 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-31d690d9-ae50-43d5-b023-09abed588c12.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-a20b1288-50e4-41e7-a08a-2cdb1d637af4 {
  margin-left: auto;
margin-right: auto;
}

#s-296fc765-cfe4-4191-8fee-8db29f094ad3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 {
  max-width:  100%;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 {
  max-width:  100%;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 {
  max-width:  100%;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 {
  max-width:  100%;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 {
  max-width:  100%;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 .shg-image-zoom,
.shg-c#s-296fc765-cfe4-4191-8fee-8db29f094ad3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d0270c0b-cb63-476c-8b57-855e98f71aa1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0270c0b-cb63-476c-8b57-855e98f71aa1 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-d0270c0b-cb63-476c-8b57-855e98f71aa1 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .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-f38a929f-98aa-4d12-900c-493d2b9d1da9 .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-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-f38a929f-98aa-4d12-900c-493d2b9d1da9-btn-wrapper {
    text-align: center;
  }


#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-variant-btn:active, #s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f38a929f-98aa-4d12-900c-493d2b9d1da9 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-60dbad80-5aea-4674-9e96-8dc73c9e31cc-atc-btn-wrapper {
    text-align: center;
  }


#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-60dbad80-5aea-4674-9e96-8dc73c9e31cc-atc-btn-wrapper {
    text-align: center;
  }


#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-60dbad80-5aea-4674-9e96-8dc73c9e31cc-atc-btn-wrapper {
    text-align: center;
  }


#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-60dbad80-5aea-4674-9e96-8dc73c9e31cc-atc-btn-wrapper {
    text-align: center;
  }


#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-60dbad80-5aea-4674-9e96-8dc73c9e31cc-atc-btn-wrapper {
    text-align: center;
  }


#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-60dbad80-5aea-4674-9e96-8dc73c9e31cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-84cdb92e-e522-44a3-9893-e4cef39ce3de {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-84cdb92e-e522-44a3-9893-e4cef39ce3de {
  display: none;
}
#s-84cdb92e-e522-44a3-9893-e4cef39ce3de, #wrap-s-84cdb92e-e522-44a3-9893-e4cef39ce3de, #wrap-content-s-84cdb92e-e522-44a3-9893-e4cef39ce3de { display: none !important; }}@media (max-width: 767px){#s-84cdb92e-e522-44a3-9893-e4cef39ce3de {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-84cdb92e-e522-44a3-9893-e4cef39ce3de, #wrap-s-84cdb92e-e522-44a3-9893-e4cef39ce3de, #wrap-content-s-84cdb92e-e522-44a3-9893-e4cef39ce3de { display: none !important; }}







#s-84cdb92e-e522-44a3-9893-e4cef39ce3de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84cdb92e-e522-44a3-9893-e4cef39ce3de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09f914ff-51b1-4580-aa50-3bb897175466 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-09f914ff-51b1-4580-aa50-3bb897175466 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f0f4e51f-fc90-482b-acf8-95bf2f9efaf5 {
  margin-left: auto;
margin-right: auto;
}

#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 {
  max-width:  100%;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 {
  max-width:  100%;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 {
  max-width:  100%;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 {
  max-width:  100%;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 {
  max-width:  100%;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 .shg-image-zoom,
.shg-c#s-8d9bf38b-dc93-4869-a6af-f78cff3d8672 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6623d90a-0ddf-485d-b59e-2aff7bed6c77 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6623d90a-0ddf-485d-b59e-2aff7bed6c77 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-6623d90a-0ddf-485d-b59e-2aff7bed6c77 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-bba644d2-1832-4463-8149-18ebd7cbb060 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .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-bba644d2-1832-4463-8149-18ebd7cbb060 .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-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-bba644d2-1832-4463-8149-18ebd7cbb060-btn-wrapper {
    text-align: center;
  }


#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-variant-btn:active, #s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-bba644d2-1832-4463-8149-18ebd7cbb060 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52-atc-btn-wrapper {
    text-align: center;
  }


#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52-atc-btn-wrapper {
    text-align: center;
  }


#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52-atc-btn-wrapper {
    text-align: center;
  }


#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52-atc-btn-wrapper {
    text-align: center;
  }


#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52-atc-btn-wrapper {
    text-align: center;
  }


#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c7ff9a5c-cd5d-4377-99e7-485f6b9f5b52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-108e973d-d7f2-4759-9901-bc7a466a81ea {
  margin-left: auto;
margin-right: auto;
}

#s-f6f353dc-d25e-48a4-a79b-804201d5b50b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b {
  max-width:  100%;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b {
  max-width:  100%;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b {
  max-width:  100%;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b {
  max-width:  100%;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b {
  max-width:  100%;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b .shg-image-zoom,
.shg-c#s-f6f353dc-d25e-48a4-a79b-804201d5b50b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aa976ecd-8e66-46b7-809c-62ec1458077b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa976ecd-8e66-46b7-809c-62ec1458077b .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-aa976ecd-8e66-46b7-809c-62ec1458077b .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-b20cc06e-6014-49f1-8786-32af9e80240e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b20cc06e-6014-49f1-8786-32af9e80240e .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-b20cc06e-6014-49f1-8786-32af9e80240e .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-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-b20cc06e-6014-49f1-8786-32af9e80240e-btn-wrapper {
    text-align: center;
  }


#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-variant-btn:active, #s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b20cc06e-6014-49f1-8786-32af9e80240e .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a-atc-btn-wrapper {
    text-align: center;
  }


#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a-atc-btn-wrapper {
    text-align: center;
  }


#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a-atc-btn-wrapper {
    text-align: center;
  }


#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a-atc-btn-wrapper {
    text-align: center;
  }


#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a-atc-btn-wrapper {
    text-align: center;
  }


#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6cc76e56-f282-4449-9d6c-0aab95fe3c4a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-33ab8079-9042-464b-878f-6b8dde2e3266 {
  margin-left: auto;
margin-right: auto;
}

#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 {
  max-width:  100%;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 {
  max-width:  100%;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 {
  max-width:  100%;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 {
  max-width:  100%;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 {
  max-width:  100%;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 .shg-image-zoom,
.shg-c#s-94e4cd33-5733-4e2d-9546-1048e137dfe1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0f9c4d3c-6a42-4fe6-994c-6b782f4fad59 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f9c4d3c-6a42-4fe6-994c-6b782f4fad59 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-0f9c4d3c-6a42-4fe6-994c-6b782f4fad59 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .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-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .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-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2-btn-wrapper {
    text-align: center;
  }


#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-variant-btn:active, #s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-242bbceb-62e6-4cce-b3e5-08fb7aab1bb2 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2f4e73b1-10df-4237-a88c-408e2b48e947:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f4e73b1-10df-4237-a88c-408e2b48e947:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f4e73b1-10df-4237-a88c-408e2b48e947-atc-btn-wrapper {
    text-align: center;
  }


#s-2f4e73b1-10df-4237-a88c-408e2b48e947 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-2f4e73b1-10df-4237-a88c-408e2b48e947-atc-btn-wrapper {
    text-align: center;
  }


#s-2f4e73b1-10df-4237-a88c-408e2b48e947 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f4e73b1-10df-4237-a88c-408e2b48e947-atc-btn-wrapper {
    text-align: center;
  }


#s-2f4e73b1-10df-4237-a88c-408e2b48e947 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-2f4e73b1-10df-4237-a88c-408e2b48e947-atc-btn-wrapper {
    text-align: center;
  }


#s-2f4e73b1-10df-4237-a88c-408e2b48e947 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-2f4e73b1-10df-4237-a88c-408e2b48e947-atc-btn-wrapper {
    text-align: center;
  }


#s-2f4e73b1-10df-4237-a88c-408e2b48e947 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2f4e73b1-10df-4237-a88c-408e2b48e947.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-50faa71b-9ab8-407e-9624-c100a054e2fc {
  margin-left: auto;
margin-right: auto;
}

#s-1c724697-3331-4bf0-b8a0-c17767c254b8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 {
  max-width:  100%;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 {
  max-width:  100%;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 {
  max-width:  100%;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 {
  max-width:  100%;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 {
  max-width:  100%;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 .shg-image-zoom,
.shg-c#s-1c724697-3331-4bf0-b8a0-c17767c254b8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-374c026c-5cd3-4c30-acea-0a29fc4a3ec0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-374c026c-5cd3-4c30-acea-0a29fc4a3ec0 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-374c026c-5cd3-4c30-acea-0a29fc4a3ec0 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .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-d7d81f60-c11b-4405-9e28-d7fff309efe2 .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-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d7d81f60-c11b-4405-9e28-d7fff309efe2-btn-wrapper {
    text-align: center;
  }


#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-variant-btn:active, #s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d7d81f60-c11b-4405-9e28-d7fff309efe2 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c6e7de0e-66c3-4df5-8466-9291c80a7900:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6e7de0e-66c3-4df5-8466-9291c80a7900:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c6e7de0e-66c3-4df5-8466-9291c80a7900-atc-btn-wrapper {
    text-align: center;
  }


#s-c6e7de0e-66c3-4df5-8466-9291c80a7900 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-c6e7de0e-66c3-4df5-8466-9291c80a7900-atc-btn-wrapper {
    text-align: center;
  }


#s-c6e7de0e-66c3-4df5-8466-9291c80a7900 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6e7de0e-66c3-4df5-8466-9291c80a7900-atc-btn-wrapper {
    text-align: center;
  }


#s-c6e7de0e-66c3-4df5-8466-9291c80a7900 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-c6e7de0e-66c3-4df5-8466-9291c80a7900-atc-btn-wrapper {
    text-align: center;
  }


#s-c6e7de0e-66c3-4df5-8466-9291c80a7900 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-c6e7de0e-66c3-4df5-8466-9291c80a7900-atc-btn-wrapper {
    text-align: center;
  }


#s-c6e7de0e-66c3-4df5-8466-9291c80a7900 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6e7de0e-66c3-4df5-8466-9291c80a7900.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-e6cbde51-5aae-4b8f-bedc-1182c26806f8 {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e6cbde51-5aae-4b8f-bedc-1182c26806f8 {
  display: none;
}
#s-e6cbde51-5aae-4b8f-bedc-1182c26806f8, #wrap-s-e6cbde51-5aae-4b8f-bedc-1182c26806f8, #wrap-content-s-e6cbde51-5aae-4b8f-bedc-1182c26806f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6cbde51-5aae-4b8f-bedc-1182c26806f8 {
  display: none;
}
#s-e6cbde51-5aae-4b8f-bedc-1182c26806f8, #wrap-s-e6cbde51-5aae-4b8f-bedc-1182c26806f8, #wrap-content-s-e6cbde51-5aae-4b8f-bedc-1182c26806f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6cbde51-5aae-4b8f-bedc-1182c26806f8 {
  
}
}@media (max-width: 767px){#s-e6cbde51-5aae-4b8f-bedc-1182c26806f8 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-e6cbde51-5aae-4b8f-bedc-1182c26806f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6cbde51-5aae-4b8f-bedc-1182c26806f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-909d9c08-86c8-437d-ab7c-52cc261adebd {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-909d9c08-86c8-437d-ab7c-52cc261adebd {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-909d9c08-86c8-437d-ab7c-52cc261adebd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-909d9c08-86c8-437d-ab7c-52cc261adebd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-909d9c08-86c8-437d-ab7c-52cc261adebd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-909d9c08-86c8-437d-ab7c-52cc261adebd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4c1f1132-3d4b-438f-8b57-32c561349609 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-4c1f1132-3d4b-438f-8b57-32c561349609 {
  margin-bottom: 12%;
}
}
#s-1ee123c1-a226-4817-8495-79decf6f3959 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 {
  max-width:  100%;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 {
  max-width:  100%;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 {
  max-width:  100%;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 {
  max-width:  100%;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 {
  max-width:  100%;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 .shg-image-zoom,
.shg-c#s-1ee123c1-a226-4817-8495-79decf6f3959 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e48a6680-c45c-402b-bad2-328ebfe2701a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e48a6680-c45c-402b-bad2-328ebfe2701a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-e48a6680-c45c-402b-bad2-328ebfe2701a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .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-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .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-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-7003e518-7048-4a02-a7dc-2b1eb7a77c72-btn-wrapper {
    text-align: center;
  }


#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-variant-btn:active, #s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7003e518-7048-4a02-a7dc-2b1eb7a77c72 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b833a225-5542-4f25-ab82-6c89442ae2cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b833a225-5542-4f25-ab82-6c89442ae2cf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b833a225-5542-4f25-ab82-6c89442ae2cf-atc-btn-wrapper {
    text-align: center;
  }


#s-b833a225-5542-4f25-ab82-6c89442ae2cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-b833a225-5542-4f25-ab82-6c89442ae2cf-atc-btn-wrapper {
    text-align: center;
  }


#s-b833a225-5542-4f25-ab82-6c89442ae2cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b833a225-5542-4f25-ab82-6c89442ae2cf-atc-btn-wrapper {
    text-align: center;
  }


#s-b833a225-5542-4f25-ab82-6c89442ae2cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b833a225-5542-4f25-ab82-6c89442ae2cf-atc-btn-wrapper {
    text-align: center;
  }


#s-b833a225-5542-4f25-ab82-6c89442ae2cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-b833a225-5542-4f25-ab82-6c89442ae2cf-atc-btn-wrapper {
    text-align: center;
  }


#s-b833a225-5542-4f25-ab82-6c89442ae2cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b833a225-5542-4f25-ab82-6c89442ae2cf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-1698bd42-21db-449f-9401-953eac4bfbdf {
  margin-left: auto;
margin-right: auto;
}

#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b {
  max-width:  100%;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b {
  max-width:  100%;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b {
  max-width:  100%;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b {
  max-width:  100%;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b {
  max-width:  100%;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b .shg-image-zoom,
.shg-c#s-3c38175b-f2ad-4f6d-a6f0-db41d35c053b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-04b48f6a-4b64-495b-aaa5-25a3473d993c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04b48f6a-4b64-495b-aaa5-25a3473d993c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-04b48f6a-4b64-495b-aaa5-25a3473d993c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .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-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .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-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841-btn-wrapper {
    text-align: center;
  }


#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-variant-btn:active, #s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e32ed0a2-b9ae-4cb8-bcba-901e907b3841 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fe787875-07af-4b48-863b-0b219bbcb214 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fe787875-07af-4b48-863b-0b219bbcb214:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe787875-07af-4b48-863b-0b219bbcb214:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe787875-07af-4b48-863b-0b219bbcb214-atc-btn-wrapper {
    text-align: center;
  }


#s-fe787875-07af-4b48-863b-0b219bbcb214 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-fe787875-07af-4b48-863b-0b219bbcb214-atc-btn-wrapper {
    text-align: center;
  }


#s-fe787875-07af-4b48-863b-0b219bbcb214 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe787875-07af-4b48-863b-0b219bbcb214-atc-btn-wrapper {
    text-align: center;
  }


#s-fe787875-07af-4b48-863b-0b219bbcb214 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-fe787875-07af-4b48-863b-0b219bbcb214-atc-btn-wrapper {
    text-align: center;
  }


#s-fe787875-07af-4b48-863b-0b219bbcb214 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-fe787875-07af-4b48-863b-0b219bbcb214-atc-btn-wrapper {
    text-align: center;
  }


#s-fe787875-07af-4b48-863b-0b219bbcb214 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fe787875-07af-4b48-863b-0b219bbcb214.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-d23fa966-a22f-4992-8744-d01283219deb {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d23fa966-a22f-4992-8744-d01283219deb {
  margin-bottom: 12%;
}
}
#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 {
  max-width:  100%;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 {
  max-width:  100%;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 {
  max-width:  100%;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 {
  max-width:  100%;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 {
  max-width:  100%;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 .shg-image-zoom,
.shg-c#s-7bdd5da9-ce8a-49b1-827d-5457a4ffd661 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c75d7438-d881-4372-bcc4-d0da36ceadcb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c75d7438-d881-4372-bcc4-d0da36ceadcb .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-c75d7438-d881-4372-bcc4-d0da36ceadcb .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .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-3cb543ae-1df3-4e04-a03b-5a19735601f4 .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-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-3cb543ae-1df3-4e04-a03b-5a19735601f4-btn-wrapper {
    text-align: center;
  }


#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-variant-btn:active, #s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3cb543ae-1df3-4e04-a03b-5a19735601f4 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52-atc-btn-wrapper {
    text-align: center;
  }


#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52-atc-btn-wrapper {
    text-align: center;
  }


#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52-atc-btn-wrapper {
    text-align: center;
  }


#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52-atc-btn-wrapper {
    text-align: center;
  }


#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52-atc-btn-wrapper {
    text-align: center;
  }


#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57b2aa03-28a0-4bc4-bcf1-d6046057bc52.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-b5bb8abe-5e69-4018-ba58-4c4e59e331e8 {
  margin-left: auto;
margin-right: auto;
}

#s-efa100dc-fed5-47ba-932e-3e2817ac198e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e {
  max-width:  100%;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e {
  max-width:  100%;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e {
  max-width:  100%;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e {
  max-width:  100%;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e {
  max-width:  100%;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e .shg-image-zoom,
.shg-c#s-efa100dc-fed5-47ba-932e-3e2817ac198e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-804d0f78-2440-468b-b99f-c152dacbe8e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-804d0f78-2440-468b-b99f-c152dacbe8e6 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-804d0f78-2440-468b-b99f-c152dacbe8e6 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-10f53888-7074-4818-b807-238c2eda70e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-10f53888-7074-4818-b807-238c2eda70e0 .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-10f53888-7074-4818-b807-238c2eda70e0 .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-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-10f53888-7074-4818-b807-238c2eda70e0 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-10f53888-7074-4818-b807-238c2eda70e0-btn-wrapper {
    text-align: center;
  }


#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-variant-btn:active, #s-10f53888-7074-4818-b807-238c2eda70e0 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-10f53888-7074-4818-b807-238c2eda70e0 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-58561b9f-b8f8-4537-9e20-245c00a062c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58561b9f-b8f8-4537-9e20-245c00a062c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58561b9f-b8f8-4537-9e20-245c00a062c0-atc-btn-wrapper {
    text-align: center;
  }


#s-58561b9f-b8f8-4537-9e20-245c00a062c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-58561b9f-b8f8-4537-9e20-245c00a062c0-atc-btn-wrapper {
    text-align: center;
  }


#s-58561b9f-b8f8-4537-9e20-245c00a062c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-58561b9f-b8f8-4537-9e20-245c00a062c0-atc-btn-wrapper {
    text-align: center;
  }


#s-58561b9f-b8f8-4537-9e20-245c00a062c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-58561b9f-b8f8-4537-9e20-245c00a062c0-atc-btn-wrapper {
    text-align: center;
  }


#s-58561b9f-b8f8-4537-9e20-245c00a062c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-58561b9f-b8f8-4537-9e20-245c00a062c0-atc-btn-wrapper {
    text-align: center;
  }


#s-58561b9f-b8f8-4537-9e20-245c00a062c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-58561b9f-b8f8-4537-9e20-245c00a062c0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-3d814e08-2c4b-4381-856e-03d83fbb76a3 {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3d814e08-2c4b-4381-856e-03d83fbb76a3 {
  margin-top: 3%;
margin-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d814e08-2c4b-4381-856e-03d83fbb76a3 {
  display: none;
}
#s-3d814e08-2c4b-4381-856e-03d83fbb76a3, #wrap-s-3d814e08-2c4b-4381-856e-03d83fbb76a3, #wrap-content-s-3d814e08-2c4b-4381-856e-03d83fbb76a3 { display: none !important; }}@media (max-width: 767px){#s-3d814e08-2c4b-4381-856e-03d83fbb76a3 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-3d814e08-2c4b-4381-856e-03d83fbb76a3, #wrap-s-3d814e08-2c4b-4381-856e-03d83fbb76a3, #wrap-content-s-3d814e08-2c4b-4381-856e-03d83fbb76a3 { display: none !important; }}







#s-3d814e08-2c4b-4381-856e-03d83fbb76a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d814e08-2c4b-4381-856e-03d83fbb76a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88c254b5-77a0-46ec-98f2-884776da35ea {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-88c254b5-77a0-46ec-98f2-884776da35ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-88c254b5-77a0-46ec-98f2-884776da35ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88c254b5-77a0-46ec-98f2-884776da35ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88c254b5-77a0-46ec-98f2-884776da35ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7ff0e8d5-1dd3-4563-aad2-dce2dd6fdd5e {
  margin-left: auto;
margin-right: auto;
}

#s-98a06d4e-d88a-4441-9243-da7d260d1289 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 {
  max-width:  100%;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 {
  max-width:  100%;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 {
  max-width:  100%;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 {
  max-width:  100%;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 {
  max-width:  100%;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 .shg-image-zoom,
.shg-c#s-98a06d4e-d88a-4441-9243-da7d260d1289 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9faee499-9647-469d-8188-c3eb5fa44cdd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9faee499-9647-469d-8188-c3eb5fa44cdd .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-9faee499-9647-469d-8188-c3eb5fa44cdd .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Cormorant";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-c55e668d-1934-478c-b541-9082a1d0f154 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c55e668d-1934-478c-b541-9082a1d0f154 .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-c55e668d-1934-478c-b541-9082a1d0f154 .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-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c55e668d-1934-478c-b541-9082a1d0f154-btn-wrapper {
    text-align: center;
  }


#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-variant-btn:active, #s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c55e668d-1934-478c-b541-9082a1d0f154 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfe13e58-624c-47f6-ac14-ae07d7727ee0-atc-btn-wrapper {
    text-align: center;
  }


#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-bfe13e58-624c-47f6-ac14-ae07d7727ee0-atc-btn-wrapper {
    text-align: center;
  }


#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfe13e58-624c-47f6-ac14-ae07d7727ee0-atc-btn-wrapper {
    text-align: center;
  }


#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-bfe13e58-624c-47f6-ac14-ae07d7727ee0-atc-btn-wrapper {
    text-align: center;
  }


#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-bfe13e58-624c-47f6-ac14-ae07d7727ee0-atc-btn-wrapper {
    text-align: center;
  }


#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bfe13e58-624c-47f6-ac14-ae07d7727ee0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b {
  margin-top: 3%;
margin-bottom: 3%;
display: none;
}
#s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b, #wrap-s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b, #wrap-content-s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b {
  display: none;
}
#s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b, #wrap-s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b, #wrap-content-s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b {
  
}
}@media (max-width: 767px){#s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da0ccfc1-e296-4410-8792-d37bd4f5bc5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61a9fd98-0c29-4d14-8513-714d7d46b3e6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-61a9fd98-0c29-4d14-8513-714d7d46b3e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-61a9fd98-0c29-4d14-8513-714d7d46b3e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-61a9fd98-0c29-4d14-8513-714d7d46b3e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-61a9fd98-0c29-4d14-8513-714d7d46b3e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e1c6668b-a4e4-4144-877e-c5a6c1f7477b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e1c6668b-a4e4-4144-877e-c5a6c1f7477b {
  margin-bottom: 12%;
}
}
#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d {
  max-width:  100%;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d {
  max-width:  100%;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d {
  max-width:  100%;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d {
  max-width:  100%;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d {
  max-width:  100%;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d .shg-image-zoom,
.shg-c#s-176bcaea-bf18-412a-bda1-9cb169d2cc8d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-81ef5598-b212-47ec-b759-cfcca52f0b5a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81ef5598-b212-47ec-b759-cfcca52f0b5a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-81ef5598-b212-47ec-b759-cfcca52f0b5a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .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-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .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-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88-btn-wrapper {
    text-align: center;
  }


#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-variant-btn {
  
    background-color: #252525;
  

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

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-variant-btn:active, #s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-801bd67a-dc7b-4aa3-bfbd-7a617bdfcf88 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03f16e7a-b788-469c-a9e1-38d5e24a23e4-atc-btn-wrapper {
    text-align: center;
  }


#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-03f16e7a-b788-469c-a9e1-38d5e24a23e4-atc-btn-wrapper {
    text-align: center;
  }


#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-03f16e7a-b788-469c-a9e1-38d5e24a23e4-atc-btn-wrapper {
    text-align: center;
  }


#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-03f16e7a-b788-469c-a9e1-38d5e24a23e4-atc-btn-wrapper {
    text-align: center;
  }


#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-03f16e7a-b788-469c-a9e1-38d5e24a23e4-atc-btn-wrapper {
    text-align: center;
  }


#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03f16e7a-b788-469c-a9e1-38d5e24a23e4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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