.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-131eaeaa-c743-488a-8857-d389f285fef2 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-131eaeaa-c743-488a-8857-d389f285fef2 {
  display: none;
}
#s-131eaeaa-c743-488a-8857-d389f285fef2, #wrap-s-131eaeaa-c743-488a-8857-d389f285fef2 { display: none !important; }}@media (max-width: 767px){#s-131eaeaa-c743-488a-8857-d389f285fef2 {
  display: none;
}
#s-131eaeaa-c743-488a-8857-d389f285fef2, #wrap-s-131eaeaa-c743-488a-8857-d389f285fef2 { display: none !important; }}
#s-131eaeaa-c743-488a-8857-d389f285fef2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-131eaeaa-c743-488a-8857-d389f285fef2 .shg-sld-nav-button.shg-sld-left,
#s-131eaeaa-c743-488a-8857-d389f285fef2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-e146a466-f2f3-4123-bf61-a293bd9d1d41 {
  margin-top: -9px;
margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1667px;
aspect-ratio: 1667/600;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e146a466-f2f3-4123-bf61-a293bd9d1d41 {
  display: none;
}
#s-e146a466-f2f3-4123-bf61-a293bd9d1d41, #wrap-s-e146a466-f2f3-4123-bf61-a293bd9d1d41 { display: none !important; }}@media (max-width: 767px){#s-e146a466-f2f3-4123-bf61-a293bd9d1d41 {
  display: none;
}
#s-e146a466-f2f3-4123-bf61-a293bd9d1d41, #wrap-s-e146a466-f2f3-4123-bf61-a293bd9d1d41 { display: none !important; }}




  #s-e146a466-f2f3-4123-bf61-a293bd9d1d41 img.shogun-image,
  #s-e146a466-f2f3-4123-bf61-a293bd9d1d41 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e146a466-f2f3-4123-bf61-a293bd9d1d41 {
    width: 100%;
    height: auto;
  }



  #s-e146a466-f2f3-4123-bf61-a293bd9d1d41 img.shogun-image {
    

    
    
    
  }


#s-e146a466-f2f3-4123-bf61-a293bd9d1d41 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b7c6ace-57dc-47be-a4eb-c3bcf5ac1beb {
  margin-top: -9px;
margin-bottom: -9px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b7c6ace-57dc-47be-a4eb-c3bcf5ac1beb {
  display: none;
}
#s-6b7c6ace-57dc-47be-a4eb-c3bcf5ac1beb, #wrap-s-6b7c6ace-57dc-47be-a4eb-c3bcf5ac1beb { display: none !important; }}@media (max-width: 767px){#s-6b7c6ace-57dc-47be-a4eb-c3bcf5ac1beb {
  display: none;
}
#s-6b7c6ace-57dc-47be-a4eb-c3bcf5ac1beb, #wrap-s-6b7c6ace-57dc-47be-a4eb-c3bcf5ac1beb { display: none !important; }}






  #s-6b7c6ace-57dc-47be-a4eb-c3bcf5ac1beb img.shogun-image {
    

    
    
    
  }


#s-6b7c6ace-57dc-47be-a4eb-c3bcf5ac1beb .shogun-image-content {
  
    align-items: center;
  
}

#s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d {
  margin-top: -9px;
margin-bottom: -9px;
max-width: 1667px;
aspect-ratio: 1667/600;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d {
  display: none;
}
#s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d, #wrap-s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d { display: none !important; }}@media (max-width: 767px){#s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d {
  display: none;
}
#s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d, #wrap-s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d { display: none !important; }}




  #s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d img.shogun-image,
  #s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d {
    width: 100%;
    height: auto;
  }



  #s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d img.shogun-image {
    

    
    
    
  }


#s-a1ec82b3-741c-4497-a89f-cbcc84f9ca5d .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-5c17d0c8-15d2-4b80-a22a-8e8fff09c1d9 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5c17d0c8-15d2-4b80-a22a-8e8fff09c1d9 {
  
}
}@media (max-width: 767px){#s-5c17d0c8-15d2-4b80-a22a-8e8fff09c1d9 {
  display: none;
}
#s-5c17d0c8-15d2-4b80-a22a-8e8fff09c1d9, #wrap-s-5c17d0c8-15d2-4b80-a22a-8e8fff09c1d9 { display: none !important; }}







#s-5c17d0c8-15d2-4b80-a22a-8e8fff09c1d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c17d0c8-15d2-4b80-a22a-8e8fff09c1d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-7a773d64-e415-4677-a1a4-d6bd3e0e62b7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-7a773d64-e415-4677-a1a4-d6bd3e0e62b7 {
  display: none;
}
#s-7a773d64-e415-4677-a1a4-d6bd3e0e62b7, #wrap-s-7a773d64-e415-4677-a1a4-d6bd3e0e62b7 { display: none !important; }}
#s-7a773d64-e415-4677-a1a4-d6bd3e0e62b7 .shogun-heading-component h2 {
  color: rgba(0, 186, 231, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1add6d59-229a-444b-b896-c9ad88d71a1f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
}

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

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

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

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

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

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

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

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

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

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

#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 {
  text-align: left;
}



.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4d4b6b1-f0bc-4b80-bf8e-ab3915179af1 img.shogun-image {
  width: 100%;
}




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

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

#s-bf29cc0c-407e-4702-9d20-bb2c0a8faa5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf29cc0c-407e-4702-9d20-bb2c0a8faa5d .shg-product-title-component h4 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-68c558e3-713a-447f-b051-d9f9c0689fc1 {
  margin-bottom: 15px;
text-align: center;
}

#s-68c558e3-713a-447f-b051-d9f9c0689fc1 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-68c558e3-713a-447f-b051-d9f9c0689fc1 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-68c558e3-713a-447f-b051-d9f9c0689fc1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-83c3798c-a7f6-4b23-9880-2e1c1a691caf {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-83c3798c-a7f6-4b23-9880-2e1c1a691caf:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-83c3798c-a7f6-4b23-9880-2e1c1a691caf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83c3798c-a7f6-4b23-9880-2e1c1a691caf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83c3798c-a7f6-4b23-9880-2e1c1a691caf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83c3798c-a7f6-4b23-9880-2e1c1a691caf.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-83c3798c-a7f6-4b23-9880-2e1c1a691caf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-83c3798c-a7f6-4b23-9880-2e1c1a691caf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 {
  text-align: left;
}



.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c451051-b502-4510-bc1c-9ee1c19c6aa0 img.shogun-image {
  width: 100%;
}




#s-6df1742c-b2c7-4a20-983b-c9d2d68f8bf2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6df1742c-b2c7-4a20-983b-c9d2d68f8bf2 .shg-product-title-component h4 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fbae7a96-5c2d-4dca-aa1d-a466577d6c15 {
  margin-bottom: 15px;
text-align: center;
}

#s-fbae7a96-5c2d-4dca-aa1d-a466577d6c15 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fbae7a96-5c2d-4dca-aa1d-a466577d6c15 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fbae7a96-5c2d-4dca-aa1d-a466577d6c15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dfc3e4e0-efc6-402e-b858-05ae95d50097 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-dfc3e4e0-efc6-402e-b858-05ae95d50097:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dfc3e4e0-efc6-402e-b858-05ae95d50097:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dfc3e4e0-efc6-402e-b858-05ae95d50097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfc3e4e0-efc6-402e-b858-05ae95d50097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfc3e4e0-efc6-402e-b858-05ae95d50097.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dfc3e4e0-efc6-402e-b858-05ae95d50097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dfc3e4e0-efc6-402e-b858-05ae95d50097.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-992cf898-6b64-47be-add2-618a7179f446 {
  text-align: left;
}



.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992cf898-6b64-47be-add2-618a7179f446 img.shogun-image {
  width: 100%;
}




#s-dc926d08-f232-4ff4-a4f4-fad408a20ce5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc926d08-f232-4ff4-a4f4-fad408a20ce5 .shg-product-title-component h4 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c9e852a5-c6e5-49e0-b149-704f8a38f102 {
  margin-bottom: 15px;
text-align: center;
}

#s-c9e852a5-c6e5-49e0-b149-704f8a38f102 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c9e852a5-c6e5-49e0-b149-704f8a38f102 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c9e852a5-c6e5-49e0-b149-704f8a38f102 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ccf4ba5d-56ea-4886-ae6b-b0453a63e919 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-ccf4ba5d-56ea-4886-ae6b-b0453a63e919:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ccf4ba5d-56ea-4886-ae6b-b0453a63e919:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ccf4ba5d-56ea-4886-ae6b-b0453a63e919 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccf4ba5d-56ea-4886-ae6b-b0453a63e919.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccf4ba5d-56ea-4886-ae6b-b0453a63e919.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ccf4ba5d-56ea-4886-ae6b-b0453a63e919.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ccf4ba5d-56ea-4886-ae6b-b0453a63e919.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 {
  text-align: left;
}



.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99aaf8ad-2411-4d63-a8d0-d666ac0bc3b0 img.shogun-image {
  width: 100%;
}




#s-a51df2a3-4f89-4a87-a121-ee52f619435d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a51df2a3-4f89-4a87-a121-ee52f619435d .shg-product-title-component h4 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2de658ee-e72a-480a-b32f-d95fe6dfbaa3 {
  margin-bottom: 15px;
text-align: center;
}

#s-2de658ee-e72a-480a-b32f-d95fe6dfbaa3 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2de658ee-e72a-480a-b32f-d95fe6dfbaa3 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2de658ee-e72a-480a-b32f-d95fe6dfbaa3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-179f3faa-d31c-4bfd-b2e4-391d12d1f94b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-179f3faa-d31c-4bfd-b2e4-391d12d1f94b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-179f3faa-d31c-4bfd-b2e4-391d12d1f94b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-179f3faa-d31c-4bfd-b2e4-391d12d1f94b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-179f3faa-d31c-4bfd-b2e4-391d12d1f94b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-179f3faa-d31c-4bfd-b2e4-391d12d1f94b.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-179f3faa-d31c-4bfd-b2e4-391d12d1f94b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-179f3faa-d31c-4bfd-b2e4-391d12d1f94b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb {
  text-align: left;
}



.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84dd193-e035-4f6d-a968-49ddb8e4eafb img.shogun-image {
  width: 100%;
}




#s-5d725365-9822-4b9b-a146-2e9dede037da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d725365-9822-4b9b-a146-2e9dede037da .shg-product-title-component h4 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dd6149ed-ccfc-4f3e-9a78-deff1fe7b769 {
  margin-bottom: 15px;
text-align: center;
}

#s-dd6149ed-ccfc-4f3e-9a78-deff1fe7b769 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dd6149ed-ccfc-4f3e-9a78-deff1fe7b769 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dd6149ed-ccfc-4f3e-9a78-deff1fe7b769 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-075a9341-8e50-4ccc-9b0e-71b4c627b029 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-075a9341-8e50-4ccc-9b0e-71b4c627b029:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-075a9341-8e50-4ccc-9b0e-71b4c627b029:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-075a9341-8e50-4ccc-9b0e-71b4c627b029 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-075a9341-8e50-4ccc-9b0e-71b4c627b029.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-075a9341-8e50-4ccc-9b0e-71b4c627b029.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-075a9341-8e50-4ccc-9b0e-71b4c627b029.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-075a9341-8e50-4ccc-9b0e-71b4c627b029.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0261a33b-dad7-4cfc-8ca1-2d95f1045e1f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-1735d2eb-2682-485e-88cd-015eea9be483 {
  text-align: left;
}



.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735d2eb-2682-485e-88cd-015eea9be483 img.shogun-image {
  width: 100%;
}




#s-986e8e22-fc8c-4281-8bc1-fe9309154a55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-986e8e22-fc8c-4281-8bc1-fe9309154a55 .shg-product-title-component h4 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a1beb06d-6814-4f0c-bd0a-9445b7e065bf {
  margin-bottom: 15px;
text-align: center;
}

#s-a1beb06d-6814-4f0c-bd0a-9445b7e065bf .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a1beb06d-6814-4f0c-bd0a-9445b7e065bf .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a1beb06d-6814-4f0c-bd0a-9445b7e065bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-33abcd70-8caf-417d-9b75-4519b9bea090 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-33abcd70-8caf-417d-9b75-4519b9bea090:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-33abcd70-8caf-417d-9b75-4519b9bea090:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-33abcd70-8caf-417d-9b75-4519b9bea090 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33abcd70-8caf-417d-9b75-4519b9bea090.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33abcd70-8caf-417d-9b75-4519b9bea090.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-33abcd70-8caf-417d-9b75-4519b9bea090.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-33abcd70-8caf-417d-9b75-4519b9bea090.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 {
  text-align: left;
}



.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4981c8-afaa-41bf-a2cf-86b2bcbae8e9 img.shogun-image {
  width: 100%;
}




#s-01577999-11dd-4907-b68c-56d60dbbe380 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01577999-11dd-4907-b68c-56d60dbbe380 .shg-product-title-component h4 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-69e33f1e-daa8-4f0e-b328-673b2ee0999e {
  margin-bottom: 15px;
text-align: center;
}

#s-69e33f1e-daa8-4f0e-b328-673b2ee0999e .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-69e33f1e-daa8-4f0e-b328-673b2ee0999e .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-69e33f1e-daa8-4f0e-b328-673b2ee0999e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa1c1dd3-c281-47be-82d2-c62a4bd8bd35 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-fa1c1dd3-c281-47be-82d2-c62a4bd8bd35:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fa1c1dd3-c281-47be-82d2-c62a4bd8bd35:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa1c1dd3-c281-47be-82d2-c62a4bd8bd35 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa1c1dd3-c281-47be-82d2-c62a4bd8bd35.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa1c1dd3-c281-47be-82d2-c62a4bd8bd35.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fa1c1dd3-c281-47be-82d2-c62a4bd8bd35.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fa1c1dd3-c281-47be-82d2-c62a4bd8bd35.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 {
  text-align: left;
}



.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ebbfce3-b0b4-47ec-a96e-a796be121678 img.shogun-image {
  width: 100%;
}




#s-19b1b0e9-470c-4267-a8e2-63ca8602e22f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19b1b0e9-470c-4267-a8e2-63ca8602e22f .shg-product-title-component h4 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9d3c2f92-f96c-42ec-a560-0b15c65ba1f3 {
  margin-bottom: 15px;
text-align: center;
}

#s-9d3c2f92-f96c-42ec-a560-0b15c65ba1f3 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9d3c2f92-f96c-42ec-a560-0b15c65ba1f3 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9d3c2f92-f96c-42ec-a560-0b15c65ba1f3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7dd1718c-6a12-4946-bf08-d733e33fd87a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-7dd1718c-6a12-4946-bf08-d733e33fd87a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7dd1718c-6a12-4946-bf08-d733e33fd87a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7dd1718c-6a12-4946-bf08-d733e33fd87a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7dd1718c-6a12-4946-bf08-d733e33fd87a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7dd1718c-6a12-4946-bf08-d733e33fd87a.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7dd1718c-6a12-4946-bf08-d733e33fd87a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7dd1718c-6a12-4946-bf08-d733e33fd87a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a5e5c155-355f-4391-831a-75e95ed92320 {
  text-align: left;
}



.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5e5c155-355f-4391-831a-75e95ed92320 img.shogun-image {
  width: 100%;
}




#s-4866a69e-2638-486e-a1b0-45e229378371 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4866a69e-2638-486e-a1b0-45e229378371 .shg-product-title-component h4 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-92ac7e77-4c91-4176-b992-446df45ef684 {
  margin-bottom: 15px;
text-align: center;
}

#s-92ac7e77-4c91-4176-b992-446df45ef684 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92ac7e77-4c91-4176-b992-446df45ef684 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-92ac7e77-4c91-4176-b992-446df45ef684 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8309a7d3-34e0-4f12-beda-995fbefd4d24 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-8309a7d3-34e0-4f12-beda-995fbefd4d24:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8309a7d3-34e0-4f12-beda-995fbefd4d24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8309a7d3-34e0-4f12-beda-995fbefd4d24 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8309a7d3-34e0-4f12-beda-995fbefd4d24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8309a7d3-34e0-4f12-beda-995fbefd4d24.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8309a7d3-34e0-4f12-beda-995fbefd4d24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8309a7d3-34e0-4f12-beda-995fbefd4d24.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-647adf27-7321-4ced-aa95-fda14e01c504 {
  text-align: left;
}



.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-647adf27-7321-4ced-aa95-fda14e01c504 img.shogun-image {
  width: 100%;
}




#s-3a9411b3-5dad-4bf1-bb9a-29a43ea6835f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a9411b3-5dad-4bf1-bb9a-29a43ea6835f .shg-product-title-component h4 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7fbac5f5-6e9f-4531-a985-3430a2594ec1 {
  margin-bottom: 15px;
text-align: center;
}

#s-7fbac5f5-6e9f-4531-a985-3430a2594ec1 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7fbac5f5-6e9f-4531-a985-3430a2594ec1 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7fbac5f5-6e9f-4531-a985-3430a2594ec1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6e435330-33b1-4a9a-b857-d5ad3d4958af {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-6e435330-33b1-4a9a-b857-d5ad3d4958af:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6e435330-33b1-4a9a-b857-d5ad3d4958af:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e435330-33b1-4a9a-b857-d5ad3d4958af {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e435330-33b1-4a9a-b857-d5ad3d4958af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e435330-33b1-4a9a-b857-d5ad3d4958af.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6e435330-33b1-4a9a-b857-d5ad3d4958af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6e435330-33b1-4a9a-b857-d5ad3d4958af.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2f546c36-e117-458d-bd5f-2779de0ba3b4 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2f546c36-e117-458d-bd5f-2779de0ba3b4 {
  display: none;
}
#s-2f546c36-e117-458d-bd5f-2779de0ba3b4, #wrap-s-2f546c36-e117-458d-bd5f-2779de0ba3b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f546c36-e117-458d-bd5f-2779de0ba3b4 {
  display: none;
}
#s-2f546c36-e117-458d-bd5f-2779de0ba3b4, #wrap-s-2f546c36-e117-458d-bd5f-2779de0ba3b4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f546c36-e117-458d-bd5f-2779de0ba3b4 {
  display: none;
}
#s-2f546c36-e117-458d-bd5f-2779de0ba3b4, #wrap-s-2f546c36-e117-458d-bd5f-2779de0ba3b4 { display: none !important; }}@media (max-width: 767px){#s-2f546c36-e117-458d-bd5f-2779de0ba3b4 {
  display: none;
}
#s-2f546c36-e117-458d-bd5f-2779de0ba3b4, #wrap-s-2f546c36-e117-458d-bd5f-2779de0ba3b4 { display: none !important; }}
#s-2f546c36-e117-458d-bd5f-2779de0ba3b4 .shogun-heading-component h1 {
  color: rgba(0, 186, 231, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  text-align: left;
}



#s-e39cc700-5fb2-40e5-a50d-7056c4e52e3d {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e39cc700-5fb2-40e5-a50d-7056c4e52e3d {
  display: none;
}
#s-e39cc700-5fb2-40e5-a50d-7056c4e52e3d, #wrap-s-e39cc700-5fb2-40e5-a50d-7056c4e52e3d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e39cc700-5fb2-40e5-a50d-7056c4e52e3d {
  display: none;
}
#s-e39cc700-5fb2-40e5-a50d-7056c4e52e3d, #wrap-s-e39cc700-5fb2-40e5-a50d-7056c4e52e3d { display: none !important; }}
#s-e39cc700-5fb2-40e5-a50d-7056c4e52e3d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e39cc700-5fb2-40e5-a50d-7056c4e52e3d .shg-sld-nav-button.shg-sld-left,
#s-e39cc700-5fb2-40e5-a50d-7056c4e52e3d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5b051e2c-6862-45b8-a174-f74f0ac5b3b8 {
  max-width: 1080px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-5b051e2c-6862-45b8-a174-f74f0ac5b3b8 img.shogun-image,
  #s-5b051e2c-6862-45b8-a174-f74f0ac5b3b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b051e2c-6862-45b8-a174-f74f0ac5b3b8 {
    width: 100%;
    height: auto;
  }



  #s-5b051e2c-6862-45b8-a174-f74f0ac5b3b8 img.shogun-image {
    

    
    
    
  }


#s-5b051e2c-6862-45b8-a174-f74f0ac5b3b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a37486d-d22a-468d-abb9-8506b9bd765c {
  text-align: center;
}
@media (min-width: 1200px){#s-2a37486d-d22a-468d-abb9-8506b9bd765c {
  display: none;
}
#s-2a37486d-d22a-468d-abb9-8506b9bd765c, #wrap-s-2a37486d-d22a-468d-abb9-8506b9bd765c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a37486d-d22a-468d-abb9-8506b9bd765c {
  display: none;
}
#s-2a37486d-d22a-468d-abb9-8506b9bd765c, #wrap-s-2a37486d-d22a-468d-abb9-8506b9bd765c { display: none !important; }}






  #s-2a37486d-d22a-468d-abb9-8506b9bd765c img.shogun-image {
    

    
    
    
  }


#s-2a37486d-d22a-468d-abb9-8506b9bd765c .shogun-image-content {
  
    align-items: center;
  
}

#s-89bb3d45-f35d-4fa6-8c03-af5ecfacd406 {
  max-width: 1080px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-89bb3d45-f35d-4fa6-8c03-af5ecfacd406 img.shogun-image,
  #s-89bb3d45-f35d-4fa6-8c03-af5ecfacd406 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89bb3d45-f35d-4fa6-8c03-af5ecfacd406 {
    width: 100%;
    height: auto;
  }



  #s-89bb3d45-f35d-4fa6-8c03-af5ecfacd406 img.shogun-image {
    

    
    
    
  }


#s-89bb3d45-f35d-4fa6-8c03-af5ecfacd406 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc {
  margin-top: 80px;
margin-bottom: 80px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc {
  display: none;
}
#s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc, #wrap-s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc {
  display: none;
}
#s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc, #wrap-s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc {
  display: none;
}
#s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc, #wrap-s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc { display: none !important; }}







#s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1a0ab2e-bd34-4732-9a65-6d3b11ec02fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cb15ba0-e6bc-4bd8-ab50-084fc76282f4 {
  background-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-b4687b77-71a5-418e-a3d2-c33f479639a8 {
  text-align: left;
}



.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4687b77-71a5-418e-a3d2-c33f479639a8 img.shogun-image {
  width: 100%;
}




#s-65e15de9-6d00-4c8d-95ae-26adca14847e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65e15de9-6d00-4c8d-95ae-26adca14847e .shg-product-title-component h3 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-d86e4a7f-a854-4eff-8ff7-4e676efbd2c3 {
  margin-bottom: 15px;
text-align: center;
}

#s-d86e4a7f-a854-4eff-8ff7-4e676efbd2c3 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d86e4a7f-a854-4eff-8ff7-4e676efbd2c3 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d86e4a7f-a854-4eff-8ff7-4e676efbd2c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cd356fb4-d6b2-45d4-8d6a-4f472822a5ce {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-cd356fb4-d6b2-45d4-8d6a-4f472822a5ce:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cd356fb4-d6b2-45d4-8d6a-4f472822a5ce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd356fb4-d6b2-45d4-8d6a-4f472822a5ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd356fb4-d6b2-45d4-8d6a-4f472822a5ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd356fb4-d6b2-45d4-8d6a-4f472822a5ce.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cd356fb4-d6b2-45d4-8d6a-4f472822a5ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cd356fb4-d6b2-45d4-8d6a-4f472822a5ce.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2229b3ed-0264-459f-b520-9745683524ab {
  text-align: left;
}



.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2229b3ed-0264-459f-b520-9745683524ab img.shogun-image {
  width: 100%;
}




#s-99bcf73f-6599-4820-b09b-d3bd56612508 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99bcf73f-6599-4820-b09b-d3bd56612508 .shg-product-title-component h3 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-25700475-32cc-4777-92f3-8db502961e53 {
  margin-bottom: 15px;
text-align: center;
}

#s-25700475-32cc-4777-92f3-8db502961e53 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-25700475-32cc-4777-92f3-8db502961e53 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-25700475-32cc-4777-92f3-8db502961e53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-420d562a-7c1b-42b9-9e8e-cfad926dd0bd {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-420d562a-7c1b-42b9-9e8e-cfad926dd0bd:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-420d562a-7c1b-42b9-9e8e-cfad926dd0bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-420d562a-7c1b-42b9-9e8e-cfad926dd0bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-420d562a-7c1b-42b9-9e8e-cfad926dd0bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-420d562a-7c1b-42b9-9e8e-cfad926dd0bd.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-420d562a-7c1b-42b9-9e8e-cfad926dd0bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-420d562a-7c1b-42b9-9e8e-cfad926dd0bd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 {
  text-align: left;
}



.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-938ed38b-af95-4a21-b8cb-95fed5b4fe08 img.shogun-image {
  width: 100%;
}




#s-db2e8d2b-5aae-4a79-a45f-977bd3d73ce3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db2e8d2b-5aae-4a79-a45f-977bd3d73ce3 .shg-product-title-component h3 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-ce36787b-4ad7-4db9-abda-38df5085efbd {
  margin-bottom: 15px;
text-align: center;
}

#s-ce36787b-4ad7-4db9-abda-38df5085efbd .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ce36787b-4ad7-4db9-abda-38df5085efbd .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ce36787b-4ad7-4db9-abda-38df5085efbd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4fd03f5f-cf6c-4d45-a0f3-219071f1902b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-4fd03f5f-cf6c-4d45-a0f3-219071f1902b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4fd03f5f-cf6c-4d45-a0f3-219071f1902b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4fd03f5f-cf6c-4d45-a0f3-219071f1902b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fd03f5f-cf6c-4d45-a0f3-219071f1902b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fd03f5f-cf6c-4d45-a0f3-219071f1902b.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4fd03f5f-cf6c-4d45-a0f3-219071f1902b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4fd03f5f-cf6c-4d45-a0f3-219071f1902b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda {
  text-align: left;
}



.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a8bc8d2-c399-487f-9ef6-ba8957eaeeda img.shogun-image {
  width: 100%;
}




#s-cdc69c0e-13dc-4c31-bcf5-7c15b3e6aa85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdc69c0e-13dc-4c31-bcf5-7c15b3e6aa85 .shg-product-title-component h3 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-b43baf3a-7511-492e-bcdd-7022c4aca373 {
  margin-bottom: 15px;
text-align: center;
}

#s-b43baf3a-7511-492e-bcdd-7022c4aca373 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b43baf3a-7511-492e-bcdd-7022c4aca373 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b43baf3a-7511-492e-bcdd-7022c4aca373 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-26df8487-9bf7-413a-ac27-a4bbaddf5846 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-26df8487-9bf7-413a-ac27-a4bbaddf5846:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-26df8487-9bf7-413a-ac27-a4bbaddf5846:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-26df8487-9bf7-413a-ac27-a4bbaddf5846 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26df8487-9bf7-413a-ac27-a4bbaddf5846.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26df8487-9bf7-413a-ac27-a4bbaddf5846.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-26df8487-9bf7-413a-ac27-a4bbaddf5846.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-26df8487-9bf7-413a-ac27-a4bbaddf5846.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-93e81ba0-5424-4e47-848a-1d07f9631105 {
  text-align: left;
}



.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93e81ba0-5424-4e47-848a-1d07f9631105 img.shogun-image {
  width: 100%;
}




#s-5c4be1b8-11c5-4fa9-9f26-ab74c5f9411a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c4be1b8-11c5-4fa9-9f26-ab74c5f9411a .shg-product-title-component h3 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-6752ba45-b0b0-478b-827a-1821aadbca8e {
  margin-bottom: 15px;
text-align: center;
}

#s-6752ba45-b0b0-478b-827a-1821aadbca8e .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6752ba45-b0b0-478b-827a-1821aadbca8e .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6752ba45-b0b0-478b-827a-1821aadbca8e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-67c858e3-7735-46f1-8349-047264178aba {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-67c858e3-7735-46f1-8349-047264178aba:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-67c858e3-7735-46f1-8349-047264178aba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-67c858e3-7735-46f1-8349-047264178aba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67c858e3-7735-46f1-8349-047264178aba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67c858e3-7735-46f1-8349-047264178aba.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-67c858e3-7735-46f1-8349-047264178aba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-67c858e3-7735-46f1-8349-047264178aba.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-18c20e67-821d-43a6-829f-435f16ba43df {
  background-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-e2b54836-023a-4214-9e8b-9f6e54602f63 {
  text-align: left;
}



.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b54836-023a-4214-9e8b-9f6e54602f63 img.shogun-image {
  width: 100%;
}




#s-4bb13bf4-6a16-404e-a441-a0684632f852 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bb13bf4-6a16-404e-a441-a0684632f852 .shg-product-title-component h3 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-e5a2380f-f9c5-4fa4-8d0a-e180d3a7950e {
  margin-bottom: 15px;
text-align: center;
}

#s-e5a2380f-f9c5-4fa4-8d0a-e180d3a7950e .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e5a2380f-f9c5-4fa4-8d0a-e180d3a7950e .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e5a2380f-f9c5-4fa4-8d0a-e180d3a7950e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1cf9334d-6455-42a7-80f7-4f4e2e727c42 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-1cf9334d-6455-42a7-80f7-4f4e2e727c42:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1cf9334d-6455-42a7-80f7-4f4e2e727c42:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1cf9334d-6455-42a7-80f7-4f4e2e727c42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1cf9334d-6455-42a7-80f7-4f4e2e727c42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1cf9334d-6455-42a7-80f7-4f4e2e727c42.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1cf9334d-6455-42a7-80f7-4f4e2e727c42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1cf9334d-6455-42a7-80f7-4f4e2e727c42.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7aadeac2-4306-437c-82fe-e4df62f11e30 {
  text-align: left;
}



.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aadeac2-4306-437c-82fe-e4df62f11e30 img.shogun-image {
  width: 100%;
}




#s-27872c29-fa3d-4ae5-9b59-9510f1a08bdf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27872c29-fa3d-4ae5-9b59-9510f1a08bdf .shg-product-title-component h3 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-97eb6db5-4a66-462e-97c6-6279a9ae8b1a {
  margin-bottom: 15px;
text-align: center;
}

#s-97eb6db5-4a66-462e-97c6-6279a9ae8b1a .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-97eb6db5-4a66-462e-97c6-6279a9ae8b1a .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-97eb6db5-4a66-462e-97c6-6279a9ae8b1a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-81dbc1e1-4a56-4b0f-8821-c6738b2104f7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-81dbc1e1-4a56-4b0f-8821-c6738b2104f7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-81dbc1e1-4a56-4b0f-8821-c6738b2104f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-81dbc1e1-4a56-4b0f-8821-c6738b2104f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81dbc1e1-4a56-4b0f-8821-c6738b2104f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81dbc1e1-4a56-4b0f-8821-c6738b2104f7.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-81dbc1e1-4a56-4b0f-8821-c6738b2104f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81dbc1e1-4a56-4b0f-8821-c6738b2104f7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 {
  text-align: left;
}



.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8bcc70-0905-4525-b7e2-a2fb32b30c54 img.shogun-image {
  width: 100%;
}




#s-0f3e4fbc-a626-49e8-bd86-83436bdfadb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f3e4fbc-a626-49e8-bd86-83436bdfadb7 .shg-product-title-component h3 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-69e5afc9-d006-4e6c-8e15-8a1a504e8ec9 {
  margin-bottom: 15px;
text-align: center;
}

#s-69e5afc9-d006-4e6c-8e15-8a1a504e8ec9 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-69e5afc9-d006-4e6c-8e15-8a1a504e8ec9 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-69e5afc9-d006-4e6c-8e15-8a1a504e8ec9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b8c321d-c2cf-44f4-8e72-ddb948ccb219 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-2b8c321d-c2cf-44f4-8e72-ddb948ccb219:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2b8c321d-c2cf-44f4-8e72-ddb948ccb219:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b8c321d-c2cf-44f4-8e72-ddb948ccb219 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b8c321d-c2cf-44f4-8e72-ddb948ccb219.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b8c321d-c2cf-44f4-8e72-ddb948ccb219.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2b8c321d-c2cf-44f4-8e72-ddb948ccb219.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2b8c321d-c2cf-44f4-8e72-ddb948ccb219.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e {
  text-align: left;
}



.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d9a95ac-d012-4784-a9c1-7b0d6daaea4e img.shogun-image {
  width: 100%;
}




#s-63521e5a-4ec0-4a2b-bdd0-b9b4bbc2e862 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63521e5a-4ec0-4a2b-bdd0-b9b4bbc2e862 .shg-product-title-component h3 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-ceab07e2-61e8-48ef-983e-3650ddbe95b9 {
  margin-bottom: 15px;
text-align: center;
}

#s-ceab07e2-61e8-48ef-983e-3650ddbe95b9 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ceab07e2-61e8-48ef-983e-3650ddbe95b9 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ceab07e2-61e8-48ef-983e-3650ddbe95b9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-724c711d-83e0-4f4a-af89-439b0b442631 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-724c711d-83e0-4f4a-af89-439b0b442631:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-724c711d-83e0-4f4a-af89-439b0b442631:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-724c711d-83e0-4f4a-af89-439b0b442631 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-724c711d-83e0-4f4a-af89-439b0b442631.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-724c711d-83e0-4f4a-af89-439b0b442631.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-724c711d-83e0-4f4a-af89-439b0b442631.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-724c711d-83e0-4f4a-af89-439b0b442631.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 {
  text-align: left;
}



.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636d53a-cd54-4809-ba13-9ef9eb2aa763 img.shogun-image {
  width: 100%;
}




#s-00b5504b-c7b8-4de6-b2bc-4c7f8a0619fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00b5504b-c7b8-4de6-b2bc-4c7f8a0619fa .shg-product-title-component h3 {
  color: rgba(3, 49, 73, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-ff6db186-95a5-4a50-9c59-b8c0bc2ef961 {
  margin-bottom: 15px;
text-align: center;
}

#s-ff6db186-95a5-4a50-9c59-b8c0bc2ef961 .shg-product-sold-out {
  display: none;
  color: rgba(3, 49, 73, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ff6db186-95a5-4a50-9c59-b8c0bc2ef961 .shg-product-price {
  color: rgba(3, 49, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ff6db186-95a5-4a50-9c59-b8c0bc2ef961 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(233, 5, 68, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3c7966c4-af96-46f1-8bef-61ad74dca709 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 186, 231, 1);
}
#s-3c7966c4-af96-46f1-8bef-61ad74dca709:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 186, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3c7966c4-af96-46f1-8bef-61ad74dca709:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c7966c4-af96-46f1-8bef-61ad74dca709 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c7966c4-af96-46f1-8bef-61ad74dca709.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c7966c4-af96-46f1-8bef-61ad74dca709.shg-btn {
  color: rgba(0, 186, 231, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3c7966c4-af96-46f1-8bef-61ad74dca709.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c7966c4-af96-46f1-8bef-61ad74dca709.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c5a0fb83-f5ed-4dd5-b0fe-360f0a5bef37 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c5a0fb83-f5ed-4dd5-b0fe-360f0a5bef37 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5a0fb83-f5ed-4dd5-b0fe-360f0a5bef37 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5a0fb83-f5ed-4dd5-b0fe-360f0a5bef37 {
  
}
}@media (max-width: 767px){#s-c5a0fb83-f5ed-4dd5-b0fe-360f0a5bef37 {
  
}
}







#s-c5a0fb83-f5ed-4dd5-b0fe-360f0a5bef37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5a0fb83-f5ed-4dd5-b0fe-360f0a5bef37.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;
}

#s-3e152d12-436b-4bbb-92cc-5531038d729f {
  margin-bottom: 100px;
}
@media (min-width: 1200px){#s-3e152d12-436b-4bbb-92cc-5531038d729f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e152d12-436b-4bbb-92cc-5531038d729f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e152d12-436b-4bbb-92cc-5531038d729f {
  
}
}@media (max-width: 767px){#s-3e152d12-436b-4bbb-92cc-5531038d729f {
  
}
}
@media (min-width: 0px) {
[id="s-3e152d12-436b-4bbb-92cc-5531038d729f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3e152d12-436b-4bbb-92cc-5531038d729f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3e152d12-436b-4bbb-92cc-5531038d729f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3e152d12-436b-4bbb-92cc-5531038d729f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3e152d12-436b-4bbb-92cc-5531038d729f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3e152d12-436b-4bbb-92cc-5531038d729f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3e152d12-436b-4bbb-92cc-5531038d729f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-3e152d12-436b-4bbb-92cc-5531038d729f"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-38151ce0-e5c9-42b5-801a-1d497fc884e8 {
  max-width: 1250px;
aspect-ratio: 1250/1563;
text-align: center;
}





  #s-38151ce0-e5c9-42b5-801a-1d497fc884e8 img.shogun-image,
  #s-38151ce0-e5c9-42b5-801a-1d497fc884e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38151ce0-e5c9-42b5-801a-1d497fc884e8 {
    width: 100%;
    height: auto;
  }



  #s-38151ce0-e5c9-42b5-801a-1d497fc884e8 img.shogun-image {
    

    
    
    
  }


#s-38151ce0-e5c9-42b5-801a-1d497fc884e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-088cc1c3-81e6-4d06-9b2a-0f623cd42f8f {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-088cc1c3-81e6-4d06-9b2a-0f623cd42f8f .shogun-heading-component h2 {
  color: rgba(0, 186, 231, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  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-4008e85f-ecad-4091-b5e3-a269b750dc40 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

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

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

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

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

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

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

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

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

#s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(0, 186, 231, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 186, 231, 1) !important;}#s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb-root {
    text-align: left;
  }


#s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb-root {
    text-align: left;
  }


#s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb-root {
    text-align: left;
  }


#s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb-root {
    text-align: left;
  }


#s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb-root {
    text-align: left;
  }


#s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb-root {
    text-align: left;
  }


#s-9bc446e2-bce9-4b4c-91e7-b607a264a1eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-52f47bc7-dc15-49e5-ba93-7db3f01f7734 {
  margin-top: 0px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52f47bc7-dc15-49e5-ba93-7db3f01f7734 {
  display: none;
}
#s-52f47bc7-dc15-49e5-ba93-7db3f01f7734, #wrap-s-52f47bc7-dc15-49e5-ba93-7db3f01f7734 { display: none !important; }}@media (max-width: 767px){#s-52f47bc7-dc15-49e5-ba93-7db3f01f7734 {
  display: none;
}
#s-52f47bc7-dc15-49e5-ba93-7db3f01f7734, #wrap-s-52f47bc7-dc15-49e5-ba93-7db3f01f7734 { display: none !important; }}
@media (min-width: 0px) {
[id="s-52f47bc7-dc15-49e5-ba93-7db3f01f7734"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-52f47bc7-dc15-49e5-ba93-7db3f01f7734"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-52f47bc7-dc15-49e5-ba93-7db3f01f7734"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-52f47bc7-dc15-49e5-ba93-7db3f01f7734"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-52f47bc7-dc15-49e5-ba93-7db3f01f7734"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-52f47bc7-dc15-49e5-ba93-7db3f01f7734"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-52f47bc7-dc15-49e5-ba93-7db3f01f7734"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-52f47bc7-dc15-49e5-ba93-7db3f01f7734"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-ae2e80eb-3255-4350-8c9f-7efb9f2c7566 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae2e80eb-3255-4350-8c9f-7efb9f2c7566 .shogun-heading-component h2 {
  color: rgba(0, 186, 231, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}



#s-9eab7b10-a4d9-460a-ad69-c5e09ebdf1fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-9eab7b10-a4d9-460a-ad69-c5e09ebdf1fa {
  display: none;
}
#s-9eab7b10-a4d9-460a-ad69-c5e09ebdf1fa, #wrap-s-9eab7b10-a4d9-460a-ad69-c5e09ebdf1fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9eab7b10-a4d9-460a-ad69-c5e09ebdf1fa {
  display: none;
}
#s-9eab7b10-a4d9-460a-ad69-c5e09ebdf1fa, #wrap-s-9eab7b10-a4d9-460a-ad69-c5e09ebdf1fa { display: none !important; }}
#s-9eab7b10-a4d9-460a-ad69-c5e09ebdf1fa .shogun-heading-component h2 {
  color: rgba(0, 186, 231, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}



#s-d6f211c3-3a1e-4649-b123-00e688ba45cd {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(0, 186, 231, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 186, 231, 1) !important;}#s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f-root {
    text-align: left;
  }


#s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f-root {
    text-align: left;
  }


#s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f-root {
    text-align: left;
  }


#s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f-root {
    text-align: left;
  }


#s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f-root {
    text-align: left;
  }


#s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f-root {
    text-align: left;
  }


#s-14c1a35f-b5ce-40b9-bd2a-45e8b54dd92f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a494cf0a-c6b9-4d97-a0f0-8195370b16f0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a494cf0a-c6b9-4d97-a0f0-8195370b16f0 {
  display: none;
}
#s-a494cf0a-c6b9-4d97-a0f0-8195370b16f0, #wrap-s-a494cf0a-c6b9-4d97-a0f0-8195370b16f0 { display: none !important; }}@media (max-width: 767px){#s-a494cf0a-c6b9-4d97-a0f0-8195370b16f0 {
  display: none;
}
#s-a494cf0a-c6b9-4d97-a0f0-8195370b16f0, #wrap-s-a494cf0a-c6b9-4d97-a0f0-8195370b16f0 { display: none !important; }}






  #s-a494cf0a-c6b9-4d97-a0f0-8195370b16f0 img.shogun-image {
    

    
    
    
  }


#s-a494cf0a-c6b9-4d97-a0f0-8195370b16f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4 {
  display: none;
}
#s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4, #wrap-s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4 {
  display: none;
}
#s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4, #wrap-s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4 {
  display: none;
}
#s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4, #wrap-s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4 { display: none !important; }}







#s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91749cd6-8bdb-4b7a-aeb3-da5d0de332f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be2be28b-7b20-4e83-8825-8cf0ac853357 {
  margin-top: 0px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-be2be28b-7b20-4e83-8825-8cf0ac853357"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be2be28b-7b20-4e83-8825-8cf0ac853357"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be2be28b-7b20-4e83-8825-8cf0ac853357"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be2be28b-7b20-4e83-8825-8cf0ac853357"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c44daacf-c538-404a-ad50-054175781abb {
  text-align: center;
}







  #s-c44daacf-c538-404a-ad50-054175781abb img.shogun-image {
    

    
    
    
  }


#s-c44daacf-c538-404a-ad50-054175781abb .shogun-image-content {
  
    align-items: center;
  
}

#s-9b14a217-b44d-43e7-95cc-b8fd76a74272 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b14a217-b44d-43e7-95cc-b8fd76a74272 .shogun-heading-component h2 {
  color: rgba(0, 186, 231, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}



#s-32fc6a04-e517-445b-9332-6d3339c462e2 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

#s-e64aa45e-19ad-4927-a9cb-800982f39e1b {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(0, 186, 231, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e64aa45e-19ad-4927-a9cb-800982f39e1b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 186, 231, 1) !important;}#s-e64aa45e-19ad-4927-a9cb-800982f39e1b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e64aa45e-19ad-4927-a9cb-800982f39e1b-root {
    text-align: left;
  }


#s-e64aa45e-19ad-4927-a9cb-800982f39e1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e64aa45e-19ad-4927-a9cb-800982f39e1b-root {
    text-align: left;
  }


#s-e64aa45e-19ad-4927-a9cb-800982f39e1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e64aa45e-19ad-4927-a9cb-800982f39e1b-root {
    text-align: left;
  }


#s-e64aa45e-19ad-4927-a9cb-800982f39e1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e64aa45e-19ad-4927-a9cb-800982f39e1b-root {
    text-align: left;
  }


#s-e64aa45e-19ad-4927-a9cb-800982f39e1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e64aa45e-19ad-4927-a9cb-800982f39e1b-root {
    text-align: left;
  }


#s-e64aa45e-19ad-4927-a9cb-800982f39e1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-e64aa45e-19ad-4927-a9cb-800982f39e1b-root {
    text-align: left;
  }


#s-e64aa45e-19ad-4927-a9cb-800982f39e1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ceda20f8-608b-47a0-af98-40471c26f1fa {
  min-height: 50px;
}
@media (max-width: 767px){#s-ceda20f8-608b-47a0-af98-40471c26f1fa {
  display: none;
}
#s-ceda20f8-608b-47a0-af98-40471c26f1fa, #wrap-s-ceda20f8-608b-47a0-af98-40471c26f1fa { display: none !important; }}







#s-ceda20f8-608b-47a0-af98-40471c26f1fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceda20f8-608b-47a0-af98-40471c26f1fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28e9ad89-9d32-498b-aa74-3fcc39200bef {
  margin-top: 50px;
margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-28e9ad89-9d32-498b-aa74-3fcc39200bef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-28e9ad89-9d32-498b-aa74-3fcc39200bef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-28e9ad89-9d32-498b-aa74-3fcc39200bef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-28e9ad89-9d32-498b-aa74-3fcc39200bef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-28e9ad89-9d32-498b-aa74-3fcc39200bef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-28e9ad89-9d32-498b-aa74-3fcc39200bef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-28e9ad89-9d32-498b-aa74-3fcc39200bef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-28e9ad89-9d32-498b-aa74-3fcc39200bef"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-d5865f8b-54fd-4271-bcf5-c766c955204c {
  text-align: center;
}







  #s-d5865f8b-54fd-4271-bcf5-c766c955204c img.shogun-image {
    

    
    
    
  }


#s-d5865f8b-54fd-4271-bcf5-c766c955204c .shogun-image-content {
  
    align-items: center;
  
}

#s-d04a310b-488e-4175-9806-7b897913163f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d04a310b-488e-4175-9806-7b897913163f .shogun-heading-component h2 {
  color: rgba(0, 186, 231, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}



#s-d4e25f88-d9e1-413b-a350-84cdcc48b51d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-d4e25f88-d9e1-413b-a350-84cdcc48b51d {
  display: none;
}
#s-d4e25f88-d9e1-413b-a350-84cdcc48b51d, #wrap-s-d4e25f88-d9e1-413b-a350-84cdcc48b51d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4e25f88-d9e1-413b-a350-84cdcc48b51d {
  display: none;
}
#s-d4e25f88-d9e1-413b-a350-84cdcc48b51d, #wrap-s-d4e25f88-d9e1-413b-a350-84cdcc48b51d { display: none !important; }}
#s-d4e25f88-d9e1-413b-a350-84cdcc48b51d .shogun-heading-component h2 {
  color: rgba(0, 186, 231, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}



#s-f7d60613-5575-4de5-a147-d9d6fced433a {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(0, 186, 231, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 186, 231, 1) !important;}#s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94-root {
    text-align: left;
  }


#s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94-root {
    text-align: left;
  }


#s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94-root {
    text-align: left;
  }


#s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94-root {
    text-align: left;
  }


#s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94-root {
    text-align: left;
  }


#s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94-root {
    text-align: left;
  }


#s-d33ce4e7-1ada-4d88-b1bd-f653a2f34f94.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f652f712-a433-43fa-a5d8-d0080d94258d {
  margin-left: 15%;
margin-right: 15%;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f652f712-a433-43fa-a5d8-d0080d94258d {
  display: none;
}
#s-f652f712-a433-43fa-a5d8-d0080d94258d, #wrap-s-f652f712-a433-43fa-a5d8-d0080d94258d { display: none !important; }}@media (max-width: 767px){#s-f652f712-a433-43fa-a5d8-d0080d94258d {
  display: none;
}
#s-f652f712-a433-43fa-a5d8-d0080d94258d, #wrap-s-f652f712-a433-43fa-a5d8-d0080d94258d { display: none !important; }}
@media (min-width: 0px) {
[id="s-f652f712-a433-43fa-a5d8-d0080d94258d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f652f712-a433-43fa-a5d8-d0080d94258d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f652f712-a433-43fa-a5d8-d0080d94258d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f652f712-a433-43fa-a5d8-d0080d94258d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e1f198da-0623-45ad-b3da-f3ffc83effc1 {
  text-align: center;
}







  #s-e1f198da-0623-45ad-b3da-f3ffc83effc1 img.shogun-image {
    

    
    
    
  }


#s-e1f198da-0623-45ad-b3da-f3ffc83effc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5596488b-020a-4b9e-a2c9-14b65ee2e992 {
  text-align: center;
}







  #s-5596488b-020a-4b9e-a2c9-14b65ee2e992 img.shogun-image {
    

    
    
    
  }


#s-5596488b-020a-4b9e-a2c9-14b65ee2e992 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0d6cfcc-a48f-4f8d-9b6b-2592babb1394 {
  text-align: center;
}







  #s-b0d6cfcc-a48f-4f8d-9b6b-2592babb1394 img.shogun-image {
    

    
    
    
  }


#s-b0d6cfcc-a48f-4f8d-9b6b-2592babb1394 .shogun-image-content {
  
    align-items: center;
  
}

#s-173cd9e7-ef86-480c-bb7c-73e91f7c6ec4 {
  text-align: center;
}







  #s-173cd9e7-ef86-480c-bb7c-73e91f7c6ec4 img.shogun-image {
    

    
    
    
  }


#s-173cd9e7-ef86-480c-bb7c-73e91f7c6ec4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f35273b-3771-4da0-9ccf-293b852d73c3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4f35273b-3771-4da0-9ccf-293b852d73c3 {
  display: none;
}
#s-4f35273b-3771-4da0-9ccf-293b852d73c3, #wrap-s-4f35273b-3771-4da0-9ccf-293b852d73c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f35273b-3771-4da0-9ccf-293b852d73c3 {
  display: none;
}
#s-4f35273b-3771-4da0-9ccf-293b852d73c3, #wrap-s-4f35273b-3771-4da0-9ccf-293b852d73c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f35273b-3771-4da0-9ccf-293b852d73c3 {
  
}
}







#s-4f35273b-3771-4da0-9ccf-293b852d73c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f35273b-3771-4da0-9ccf-293b852d73c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21194754-4694-43fa-9b7b-49b4ba8ef866 {
  margin-top: 50px;
margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-21194754-4694-43fa-9b7b-49b4ba8ef866"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21194754-4694-43fa-9b7b-49b4ba8ef866"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21194754-4694-43fa-9b7b-49b4ba8ef866"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21194754-4694-43fa-9b7b-49b4ba8ef866"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-659eaacd-40e6-43c4-b680-035a115973b2 {
  text-align: center;
}








#s-659eaacd-40e6-43c4-b680-035a115973b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e96ff4a7-709e-4323-bb81-be59f86049b0 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e96ff4a7-709e-4323-bb81-be59f86049b0 .shogun-heading-component h2 {
  color: rgba(0, 186, 231, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}



#s-e0fed4e0-fe68-4f78-b3d4-82b2ae73cbfd {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

#s-a6be5949-077b-4da0-b7a3-0659e692a0e7 {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 186, 231, 1);
border-radius: 5px;
background-color: rgba(0, 186, 231, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a6be5949-077b-4da0-b7a3-0659e692a0e7:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 186, 231, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 186, 231, 1) !important;}#s-a6be5949-077b-4da0-b7a3-0659e692a0e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6be5949-077b-4da0-b7a3-0659e692a0e7-root {
    text-align: left;
  }


#s-a6be5949-077b-4da0-b7a3-0659e692a0e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6be5949-077b-4da0-b7a3-0659e692a0e7-root {
    text-align: left;
  }


#s-a6be5949-077b-4da0-b7a3-0659e692a0e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6be5949-077b-4da0-b7a3-0659e692a0e7-root {
    text-align: left;
  }


#s-a6be5949-077b-4da0-b7a3-0659e692a0e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6be5949-077b-4da0-b7a3-0659e692a0e7-root {
    text-align: left;
  }


#s-a6be5949-077b-4da0-b7a3-0659e692a0e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6be5949-077b-4da0-b7a3-0659e692a0e7-root {
    text-align: left;
  }


#s-a6be5949-077b-4da0-b7a3-0659e692a0e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-a6be5949-077b-4da0-b7a3-0659e692a0e7-root {
    text-align: left;
  }


#s-a6be5949-077b-4da0-b7a3-0659e692a0e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0b351c15-548f-4507-aaf7-0c7623f8a8df {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b351c15-548f-4507-aaf7-0c7623f8a8df .shogun-heading-component h3 {
  color: rgba(0, 186, 231, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f6215f00-149c-49e6-af49-91aa407920df {
  max-width: 1200px;
text-align: center;
}
@media (min-width: 1200px){#s-f6215f00-149c-49e6-af49-91aa407920df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6215f00-149c-49e6-af49-91aa407920df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6215f00-149c-49e6-af49-91aa407920df {
  
}
}@media (max-width: 767px){#s-f6215f00-149c-49e6-af49-91aa407920df {
  
}
}
#s-e6742a67-c317-4b1a-a488-592828156b1f {
  max-width: 1200px;
text-align: center;
}
@media (min-width: 1200px){#s-e6742a67-c317-4b1a-a488-592828156b1f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6742a67-c317-4b1a-a488-592828156b1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6742a67-c317-4b1a-a488-592828156b1f {
  
}
}@media (max-width: 767px){#s-e6742a67-c317-4b1a-a488-592828156b1f {
  
}
}
#s-e17d12b5-6a83-4847-a320-d84307e43186 {
  background-color: rgba(255, 59, 145, 1);
}
@media (max-width: 767px){#s-e17d12b5-6a83-4847-a320-d84307e43186 {
  display: none;
}
#s-e17d12b5-6a83-4847-a320-d84307e43186, #wrap-s-e17d12b5-6a83-4847-a320-d84307e43186 { display: none !important; }}







#s-e17d12b5-6a83-4847-a320-d84307e43186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e17d12b5-6a83-4847-a320-d84307e43186.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3413e18d-6d78-4811-83b5-d5b44b37e2e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3413e18d-6d78-4811-83b5-d5b44b37e2e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3413e18d-6d78-4811-83b5-d5b44b37e2e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3413e18d-6d78-4811-83b5-d5b44b37e2e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3413e18d-6d78-4811-83b5-d5b44b37e2e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3413e18d-6d78-4811-83b5-d5b44b37e2e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3413e18d-6d78-4811-83b5-d5b44b37e2e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4a7e476a-4db4-4651-979c-792238d67119 {
  min-height: 490px;
text-align: right;
background-color: rgba(255, 61, 154, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
  max-width: 1365px;
aspect-ratio: 1365/697;
text-align: center;
}





  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image,
  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
    width: 100%;
    height: auto;
  }

  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image {
    
    
  }


.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
      --shg-aspect-ratio: calc(1365/697); 
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container {
      position: relative;
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image,
  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
    width: 100%;
    height: auto;
  }

  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image {
    
    
  }


.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
      --shg-aspect-ratio: calc(1365/697); 
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container {
      position: relative;
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image,
  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
    width: 100%;
    height: auto;
  }

  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image {
    
    
  }


.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
      --shg-aspect-ratio: calc(1365/697); 
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container {
      position: relative;
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image,
  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
    width: 100%;
    height: auto;
  }

  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image {
    
    
  }


.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
      --shg-aspect-ratio: calc(1365/697); 
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container {
      position: relative;
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image,
  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
    width: 100%;
    height: auto;
  }

  #s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image {
    
    
  }


.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 {
      --shg-aspect-ratio: calc(1365/697); 
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container {
      position: relative;
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87fe1eef-7102-4ea4-94eb-62f4b4a739f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8 {
  
}
@media (min-width: 1200px){#s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8 {
  display: none;
}
#s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8, #wrap-s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8 {
  display: none;
}
#s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8, #wrap-s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8 {
  display: none;
}
#s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8, #wrap-s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8 { display: none !important; }}
#s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8 {
  background-image: url(https://cdn.getshogun.com/d3a8e76730a41a3ddf8ec4a7bbfab388/65b9615f4ab17800db2d0469.css);
}








#s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dae23b94-bd91-4df0-b9a8-bb9fcdf314a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d6d9b088-c2bb-456a-b7cd-52762540e6bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6d9b088-c2bb-456a-b7cd-52762540e6bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6d9b088-c2bb-456a-b7cd-52762540e6bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6d9b088-c2bb-456a-b7cd-52762540e6bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5c191226-b93f-46c1-98e6-7e1481778669 {
  text-align: center;
background-color: rgba(255, 59, 145, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}