.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-7ef90c03-4311-482f-81a2-9e806b417f36 {
  min-height: 50px;
}








#s-7ef90c03-4311-482f-81a2-9e806b417f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ef90c03-4311-482f-81a2-9e806b417f36.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-9991ad02-cf1a-4ffb-92d3-de9bec779f53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9991ad02-cf1a-4ffb-92d3-de9bec779f53 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



.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-22934388-9368-4bb7-b2cd-93be42084120 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-22934388-9368-4bb7-b2cd-93be42084120 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-22934388-9368-4bb7-b2cd-93be42084120 .shg-sld-nav-button.shg-sld-left,
#s-22934388-9368-4bb7-b2cd-93be42084120 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 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;
}

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

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

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

#s-d6bb2743-85ce-4ef8-9de5-38bc30868314 {
  text-align: center;
}







  img.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image {
    
    
  }


.s-d6bb2743-85ce-4ef8-9de5-38bc30868314 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shg-align-container {
  text-align: center
}

.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image {
    
    
  }


.s-d6bb2743-85ce-4ef8-9de5-38bc30868314 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shg-align-container {
  text-align: center
}

.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image {
    
    
  }


.s-d6bb2743-85ce-4ef8-9de5-38bc30868314 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shg-align-container {
  text-align: center
}

.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image {
    
    
  }


.s-d6bb2743-85ce-4ef8-9de5-38bc30868314 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shg-align-container {
  text-align: center
}

.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image {
    
    
  }


.s-d6bb2743-85ce-4ef8-9de5-38bc30868314 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shg-align-container {
  text-align: center
}

.s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6bb2743-85ce-4ef8-9de5-38bc30868314.shogun-image {
  box-sizing: border-box;
}


}
.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-c568af62-cf44-43a5-9063-90e41b0ffad4 {
  text-align: center;
}







  #s-c568af62-cf44-43a5-9063-90e41b0ffad4 img.shogun-image {
    

    
    
    
  }


#s-c568af62-cf44-43a5-9063-90e41b0ffad4 .shogun-image-content {
  
    align-items: center;
  
}

#s-15606955-6e98-4e9b-a9e4-ebf61d955197 {
  text-align: center;
}







  #s-15606955-6e98-4e9b-a9e4-ebf61d955197 img.shogun-image {
    

    
    
    
  }


#s-15606955-6e98-4e9b-a9e4-ebf61d955197 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d76abbc-dd7c-4b6a-9a48-97272f382443 {
  text-align: center;
}







  #s-5d76abbc-dd7c-4b6a-9a48-97272f382443 img.shogun-image {
    

    
    
    
  }


#s-5d76abbc-dd7c-4b6a-9a48-97272f382443 .shogun-image-content {
  
    align-items: center;
  
}

#s-b76f5b8b-79da-4454-8638-1005116a445a {
  text-align: center;
}







  #s-b76f5b8b-79da-4454-8638-1005116a445a img.shogun-image {
    

    
    
    
  }


#s-b76f5b8b-79da-4454-8638-1005116a445a .shogun-image-content {
  
    align-items: center;
  
}

#s-6901eed8-174e-4309-a730-0ae4caa1dfbc {
  text-align: center;
}







  #s-6901eed8-174e-4309-a730-0ae4caa1dfbc img.shogun-image {
    

    
    
    
  }


#s-6901eed8-174e-4309-a730-0ae4caa1dfbc .shogun-image-content {
  
    align-items: center;
  
}

#s-d64483d9-3514-4d88-810c-9c5341791f74 {
  text-align: center;
}







  #s-d64483d9-3514-4d88-810c-9c5341791f74 img.shogun-image {
    

    
    
    
  }


#s-d64483d9-3514-4d88-810c-9c5341791f74 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a445b89-4c9c-4d2d-b57b-afccc2e4f2c6 {
  text-align: center;
}







  #s-5a445b89-4c9c-4d2d-b57b-afccc2e4f2c6 img.shogun-image {
    

    
    
    
  }


#s-5a445b89-4c9c-4d2d-b57b-afccc2e4f2c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5601953-08fa-4958-abfc-2bc3e3799690 {
  text-align: center;
}







  #s-e5601953-08fa-4958-abfc-2bc3e3799690 img.shogun-image {
    

    
    
    
  }


#s-e5601953-08fa-4958-abfc-2bc3e3799690 .shogun-image-content {
  
    align-items: center;
  
}

#s-a78e6993-6d3f-4008-80f3-ae1fe43e7de4 {
  text-align: center;
}







  #s-a78e6993-6d3f-4008-80f3-ae1fe43e7de4 img.shogun-image {
    

    
    
    
  }


#s-a78e6993-6d3f-4008-80f3-ae1fe43e7de4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b3671be-3fdc-4a43-86a1-45a4daa51349 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0b3671be-3fdc-4a43-86a1-45a4daa51349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b3671be-3fdc-4a43-86a1-45a4daa51349.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fba079b-9b47-4c7c-b0d0-b13e966b01f0 {
  min-height: 50px;
}








#s-3fba079b-9b47-4c7c-b0d0-b13e966b01f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fba079b-9b47-4c7c-b0d0-b13e966b01f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96622765-47db-4fcd-b77b-cb791e3b8a1a {
  min-height: 50px;
}








#s-96622765-47db-4fcd-b77b-cb791e3b8a1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96622765-47db-4fcd-b77b-cb791e3b8a1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48377b38-faec-40d8-9876-2a1bb974e535 {
  min-height: 50px;
}








#s-48377b38-faec-40d8-9876-2a1bb974e535 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48377b38-faec-40d8-9876-2a1bb974e535.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2a9dadc-8998-4cd3-a2a0-8ba274a0fc8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2a9dadc-8998-4cd3-a2a0-8ba274a0fc8a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-331ca7fc-c74e-4554-9029-b35380ce044f {
  margin-left: 20px;
margin-right: 20px;
padding-left: 35px;
padding-right: 35px;
}


  #s-331ca7fc-c74e-4554-9029-b35380ce044f .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 247, 247, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
  #s-331ca7fc-c74e-4554-9029-b35380ce044f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(231, 133, 150, 1);
  }
#s-331ca7fc-c74e-4554-9029-b35380ce044f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(231, 133, 150, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-331ca7fc-c74e-4554-9029-b35380ce044f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-331ca7fc-c74e-4554-9029-b35380ce044f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-331ca7fc-c74e-4554-9029-b35380ce044f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(231, 133, 150, 1);
}

.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-a01635f5-8bdb-4689-9b2c-485605010500 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(117, 114, 114, 1);
}

@media (min-width: 0px) {
[id="s-a01635f5-8bdb-4689-9b2c-485605010500"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a01635f5-8bdb-4689-9b2c-485605010500"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a01635f5-8bdb-4689-9b2c-485605010500"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a01635f5-8bdb-4689-9b2c-485605010500"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a01635f5-8bdb-4689-9b2c-485605010500"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a01635f5-8bdb-4689-9b2c-485605010500"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a01635f5-8bdb-4689-9b2c-485605010500"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-57bdcfe4-aa95-4ad0-a4cf-7b2e5fcfed89 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-c2216316-c404-4022-9ee8-86689f3f5216 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}



.shg-c#s-c2216316-c404-4022-9ee8-86689f3f5216 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2216316-c404-4022-9ee8-86689f3f5216 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c2216316-c404-4022-9ee8-86689f3f5216 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2216316-c404-4022-9ee8-86689f3f5216 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2216316-c404-4022-9ee8-86689f3f5216 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2216316-c404-4022-9ee8-86689f3f5216 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2216316-c404-4022-9ee8-86689f3f5216 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2216316-c404-4022-9ee8-86689f3f5216 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2216316-c404-4022-9ee8-86689f3f5216 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2216316-c404-4022-9ee8-86689f3f5216 img.shogun-image {
  width: 100%;
}



}
#s-3ea6c382-af1c-4ae6-9114-7c8936a4f1b5 {
  min-height: 50px;
}








#s-3ea6c382-af1c-4ae6-9114-7c8936a4f1b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ea6c382-af1c-4ae6-9114-7c8936a4f1b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6816f7f5-9b16-4c9c-9f20-3df2df05071d {
  display: none;
}
@media (min-width: 0px) {
[id="s-731a334f-f9d2-4bf7-a72b-abdd5d262be4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-731a334f-f9d2-4bf7-a72b-abdd5d262be4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-731a334f-f9d2-4bf7-a72b-abdd5d262be4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-731a334f-f9d2-4bf7-a72b-abdd5d262be4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-731a334f-f9d2-4bf7-a72b-abdd5d262be4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-731a334f-f9d2-4bf7-a72b-abdd5d262be4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-731a334f-f9d2-4bf7-a72b-abdd5d262be4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-2e73b635-693f-481c-ad9d-b27b6dfa2618 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e73b635-693f-481c-ad9d-b27b6dfa2618 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-0b39ebad-5701-4fd9-b467-4eae1eb3b868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b39ebad-5701-4fd9-b467-4eae1eb3b868"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0b39ebad-5701-4fd9-b467-4eae1eb3b868"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b39ebad-5701-4fd9-b467-4eae1eb3b868"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-913d9894-7345-4f62-ad53-b960f7b870ab {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-913d9894-7345-4f62-ad53-b960f7b870ab .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-913d9894-7345-4f62-ad53-b960f7b870ab .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-913d9894-7345-4f62-ad53-b960f7b870ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-96f2ee7a-d9d9-4ff5-a200-a2299be69fe1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96f2ee7a-d9d9-4ff5-a200-a2299be69fe1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96f2ee7a-d9d9-4ff5-a200-a2299be69fe1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96f2ee7a-d9d9-4ff5-a200-a2299be69fe1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-c7fee7a3-1cf7-439a-ba9e-798e97cb600a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-c7fee7a3-1cf7-439a-ba9e-798e97cb600a:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c7fee7a3-1cf7-439a-ba9e-798e97cb600a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7fee7a3-1cf7-439a-ba9e-798e97cb600a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7fee7a3-1cf7-439a-ba9e-798e97cb600a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7fee7a3-1cf7-439a-ba9e-798e97cb600a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-c7fee7a3-1cf7-439a-ba9e-798e97cb600a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c7fee7a3-1cf7-439a-ba9e-798e97cb600a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f8454044-e491-4ee4-a9b3-e27aa9bfb83c {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
}


  #s-f8454044-e491-4ee4-a9b3-e27aa9bfb83c .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(240, 240, 240, 1);
  }
  #s-f8454044-e491-4ee4-a9b3-e27aa9bfb83c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(248, 230, 230, 1);
    border: 1px solid rgba(231, 133, 150, 1);
  }
#s-f8454044-e491-4ee4-a9b3-e27aa9bfb83c .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(231, 133, 150, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-f8454044-e491-4ee4-a9b3-e27aa9bfb83c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-f8454044-e491-4ee4-a9b3-e27aa9bfb83c .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(248, 230, 230, 1);
}

#s-f8454044-e491-4ee4-a9b3-e27aa9bfb83c .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(231, 133, 150, 1);
}

.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-001f767c-a031-4953-8507-750d7f46cc63 {
  margin-left: 10px;
margin-right: 10px;
}

#s-9cc2df7f-2e77-4a8e-a607-e64b1379a33e {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-b6edf5f4-1724-4139-a71c-389962c5faec {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b6edf5f4-1724-4139-a71c-389962c5faec hr {
  border-top: 2px solid rgba(231, 133, 150, 1);
}

@media (min-width: 0px) {
[id="s-11f9abf7-ec64-49bc-9c75-454bcb61c56d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-11f9abf7-ec64-49bc-9c75-454bcb61c56d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-11f9abf7-ec64-49bc-9c75-454bcb61c56d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-11f9abf7-ec64-49bc-9c75-454bcb61c56d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-172c18f2-c08a-4a82-ad19-36f38df6c72b {
  display: none;
}
#s-18646a37-ca40-4b7c-a124-13d742f4084d {
  text-align: left;
}



.shg-c#s-18646a37-ca40-4b7c-a124-13d742f4084d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18646a37-ca40-4b7c-a124-13d742f4084d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-18646a37-ca40-4b7c-a124-13d742f4084d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18646a37-ca40-4b7c-a124-13d742f4084d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18646a37-ca40-4b7c-a124-13d742f4084d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18646a37-ca40-4b7c-a124-13d742f4084d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18646a37-ca40-4b7c-a124-13d742f4084d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18646a37-ca40-4b7c-a124-13d742f4084d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18646a37-ca40-4b7c-a124-13d742f4084d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18646a37-ca40-4b7c-a124-13d742f4084d img.shogun-image {
  width: 100%;
}



}
#s-63d84d1e-2295-4b4e-a385-45daf2ce6796 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63d84d1e-2295-4b4e-a385-45daf2ce6796 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b1637914-0733-4d20-8fec-1f8a0a6837f8 {
  display: none;
}
#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c {
  text-align: left;
}



.shg-c#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f9bea9-8b65-419b-9e61-108bfd9e8b8c img.shogun-image {
  width: 100%;
}



}
#s-25dd38c3-4806-4d98-b8e8-9c677131ec43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25dd38c3-4806-4d98-b8e8-9c677131ec43 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-af475d83-48ea-4f54-8875-379fb1ffbec1 {
  display: none;
}
#s-002a06bb-1039-4ab9-951b-bd7d1bef563f {
  text-align: left;
}



.shg-c#s-002a06bb-1039-4ab9-951b-bd7d1bef563f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-002a06bb-1039-4ab9-951b-bd7d1bef563f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-002a06bb-1039-4ab9-951b-bd7d1bef563f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-002a06bb-1039-4ab9-951b-bd7d1bef563f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-002a06bb-1039-4ab9-951b-bd7d1bef563f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-002a06bb-1039-4ab9-951b-bd7d1bef563f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-002a06bb-1039-4ab9-951b-bd7d1bef563f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-002a06bb-1039-4ab9-951b-bd7d1bef563f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-002a06bb-1039-4ab9-951b-bd7d1bef563f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-002a06bb-1039-4ab9-951b-bd7d1bef563f img.shogun-image {
  width: 100%;
}



}
#s-b0fccade-f467-45bb-a6ef-c127d67374bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0fccade-f467-45bb-a6ef-c127d67374bc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8e70871b-7c40-4673-ba17-9102de0413ec {
  display: none;
}
#s-c348e9bb-65a9-4350-96b9-18a60e645d43 {
  text-align: left;
}



.shg-c#s-c348e9bb-65a9-4350-96b9-18a60e645d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c348e9bb-65a9-4350-96b9-18a60e645d43 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c348e9bb-65a9-4350-96b9-18a60e645d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c348e9bb-65a9-4350-96b9-18a60e645d43 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c348e9bb-65a9-4350-96b9-18a60e645d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c348e9bb-65a9-4350-96b9-18a60e645d43 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c348e9bb-65a9-4350-96b9-18a60e645d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c348e9bb-65a9-4350-96b9-18a60e645d43 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c348e9bb-65a9-4350-96b9-18a60e645d43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c348e9bb-65a9-4350-96b9-18a60e645d43 img.shogun-image {
  width: 100%;
}



}
#s-34ed071d-9d02-4821-b57c-2cdd59c8683c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34ed071d-9d02-4821-b57c-2cdd59c8683c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-3d51fcdd-25c3-4e09-b97c-297c93216647 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1f449282-cb37-4624-ae81-1a0b7830d1f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1f449282-cb37-4624-ae81-1a0b7830d1f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1f449282-cb37-4624-ae81-1a0b7830d1f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f449282-cb37-4624-ae81-1a0b7830d1f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-df574093-2ca2-4f1e-a49b-bd02f595de51 {
  display: none;
}
#s-9226dc78-5648-4f4f-ab34-b2e375f6342b {
  text-align: left;
}



.shg-c#s-9226dc78-5648-4f4f-ab34-b2e375f6342b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9226dc78-5648-4f4f-ab34-b2e375f6342b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9226dc78-5648-4f4f-ab34-b2e375f6342b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9226dc78-5648-4f4f-ab34-b2e375f6342b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9226dc78-5648-4f4f-ab34-b2e375f6342b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9226dc78-5648-4f4f-ab34-b2e375f6342b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9226dc78-5648-4f4f-ab34-b2e375f6342b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9226dc78-5648-4f4f-ab34-b2e375f6342b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9226dc78-5648-4f4f-ab34-b2e375f6342b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9226dc78-5648-4f4f-ab34-b2e375f6342b img.shogun-image {
  width: 100%;
}



}
#s-7d1a1a87-cc7a-4ea5-a897-d5670241597a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d1a1a87-cc7a-4ea5-a897-d5670241597a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ee5a64cc-d355-4b99-abaa-26a70749ea9c {
  display: none;
}
#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f {
  text-align: left;
}



.shg-c#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce796b14-dd3b-4d18-a2a8-6b27c5c4661f img.shogun-image {
  width: 100%;
}



}
#s-ba94d717-4500-402c-a934-993ce22b9350 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba94d717-4500-402c-a934-993ce22b9350 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-53d92f3c-0788-4304-b891-1212268b93bb {
  display: none;
}
#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df {
  text-align: left;
}



.shg-c#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fae0396-9a0d-4a6e-9988-461f7e31b3df img.shogun-image {
  width: 100%;
}



}
#s-983be4b7-22f5-421e-9da7-8b9b8a14f661 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-983be4b7-22f5-421e-9da7-8b9b8a14f661 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-96fc7d9d-02ee-422e-a967-490d6c468869 {
  display: none;
}
#s-3d6525c3-dfd2-4054-8999-145d28098c52 {
  text-align: left;
}



.shg-c#s-3d6525c3-dfd2-4054-8999-145d28098c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d6525c3-dfd2-4054-8999-145d28098c52 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3d6525c3-dfd2-4054-8999-145d28098c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d6525c3-dfd2-4054-8999-145d28098c52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d6525c3-dfd2-4054-8999-145d28098c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d6525c3-dfd2-4054-8999-145d28098c52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d6525c3-dfd2-4054-8999-145d28098c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d6525c3-dfd2-4054-8999-145d28098c52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d6525c3-dfd2-4054-8999-145d28098c52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d6525c3-dfd2-4054-8999-145d28098c52 img.shogun-image {
  width: 100%;
}



}
#s-30eeeab7-9b9b-471c-a2da-6234fd66878d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30eeeab7-9b9b-471c-a2da-6234fd66878d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-d964bcfb-97fc-4d90-af39-56f98cd39a3d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d964bcfb-97fc-4d90-af39-56f98cd39a3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d964bcfb-97fc-4d90-af39-56f98cd39a3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d964bcfb-97fc-4d90-af39-56f98cd39a3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f835bcd5-87dd-4d59-959f-89cfeb01c578 {
  display: none;
}
#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c {
  text-align: left;
}



.shg-c#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a64ce22-06c6-4e7a-8b1a-067d2671193c img.shogun-image {
  width: 100%;
}



}
#s-6f65a5f5-2511-4f86-a02b-3313cbacd0ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f65a5f5-2511-4f86-a02b-3313cbacd0ec .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-90b0e884-53eb-44a9-8ce6-9c190c1bdd5f {
  display: none;
}
#s-628b41e2-b378-4959-8c62-7d28285f73bd {
  text-align: left;
}



.shg-c#s-628b41e2-b378-4959-8c62-7d28285f73bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-628b41e2-b378-4959-8c62-7d28285f73bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-628b41e2-b378-4959-8c62-7d28285f73bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-628b41e2-b378-4959-8c62-7d28285f73bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-628b41e2-b378-4959-8c62-7d28285f73bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-628b41e2-b378-4959-8c62-7d28285f73bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-628b41e2-b378-4959-8c62-7d28285f73bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-628b41e2-b378-4959-8c62-7d28285f73bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-628b41e2-b378-4959-8c62-7d28285f73bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-628b41e2-b378-4959-8c62-7d28285f73bd img.shogun-image {
  width: 100%;
}



}
#s-7ecdd1ef-f2d5-4bba-ab6c-031211996b9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ecdd1ef-f2d5-4bba-ab6c-031211996b9f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-483dcf6f-fe98-4902-b284-53697db4b4b6 {
  display: none;
}
#s-803face9-0883-493e-aa65-ea31bd938faf {
  text-align: left;
}



.shg-c#s-803face9-0883-493e-aa65-ea31bd938faf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803face9-0883-493e-aa65-ea31bd938faf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-803face9-0883-493e-aa65-ea31bd938faf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803face9-0883-493e-aa65-ea31bd938faf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-803face9-0883-493e-aa65-ea31bd938faf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803face9-0883-493e-aa65-ea31bd938faf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-803face9-0883-493e-aa65-ea31bd938faf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803face9-0883-493e-aa65-ea31bd938faf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-803face9-0883-493e-aa65-ea31bd938faf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803face9-0883-493e-aa65-ea31bd938faf img.shogun-image {
  width: 100%;
}



}
#s-0746a00b-8c4f-4849-bce6-fa5ab30bc6ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0746a00b-8c4f-4849-bce6-fa5ab30bc6ce .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b1928813-1356-40e5-971c-d6e3d88b3df0 {
  display: none;
}
#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 {
  text-align: left;
}



.shg-c#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-158b5b0b-fb18-4459-ad68-13b4f1b44013 img.shogun-image {
  width: 100%;
}



}
#s-5943bfff-59f3-4b79-8322-e6779bd670cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5943bfff-59f3-4b79-8322-e6779bd670cb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-420dd7df-a5db-4f56-b687-9f6445ce1294 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(117, 114, 114, 1);
}

@media (min-width: 0px) {
[id="s-420dd7df-a5db-4f56-b687-9f6445ce1294"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-420dd7df-a5db-4f56-b687-9f6445ce1294"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-420dd7df-a5db-4f56-b687-9f6445ce1294"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-420dd7df-a5db-4f56-b687-9f6445ce1294"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-420dd7df-a5db-4f56-b687-9f6445ce1294"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-420dd7df-a5db-4f56-b687-9f6445ce1294"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-420dd7df-a5db-4f56-b687-9f6445ce1294"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7af6e6ca-0faa-4feb-adad-5e7503d8bd22 {
  display: none;
}
#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}



.shg-c#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd31fcd6-c2c6-4aa0-92d8-e944288aacee img.shogun-image {
  width: 100%;
}



}
#s-eaa4ae23-4fe3-4931-95e3-20a318267b38 {
  min-height: 50px;
}








#s-eaa4ae23-4fe3-4931-95e3-20a318267b38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaa4ae23-4fe3-4931-95e3-20a318267b38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2f0281a-ada6-4884-9273-0fbfbb0c04cb {
  display: none;
}
@media (min-width: 0px) {
[id="s-4b5b8943-320a-4df4-94ef-404606083c7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b5b8943-320a-4df4-94ef-404606083c7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4b5b8943-320a-4df4-94ef-404606083c7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4b5b8943-320a-4df4-94ef-404606083c7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4b5b8943-320a-4df4-94ef-404606083c7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b5b8943-320a-4df4-94ef-404606083c7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4b5b8943-320a-4df4-94ef-404606083c7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-2a2cc16c-6e88-434e-8e5b-ed7995597ded {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a2cc16c-6e88-434e-8e5b-ed7995597ded .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-c5f2cb46-7127-43a5-a4b6-a9134c222888"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5f2cb46-7127-43a5-a4b6-a9134c222888"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5f2cb46-7127-43a5-a4b6-a9134c222888"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5f2cb46-7127-43a5-a4b6-a9134c222888"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-582dc550-4adb-469e-8f17-acf4d2da1781 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-582dc550-4adb-469e-8f17-acf4d2da1781 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-582dc550-4adb-469e-8f17-acf4d2da1781 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-582dc550-4adb-469e-8f17-acf4d2da1781 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-965b932a-ca24-40a6-882b-84e68910e418"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-965b932a-ca24-40a6-882b-84e68910e418"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-965b932a-ca24-40a6-882b-84e68910e418"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-965b932a-ca24-40a6-882b-84e68910e418"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-35cb84c4-11a0-400b-8c4b-4bdc98320542 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-35cb84c4-11a0-400b-8c4b-4bdc98320542:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35cb84c4-11a0-400b-8c4b-4bdc98320542:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35cb84c4-11a0-400b-8c4b-4bdc98320542 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35cb84c4-11a0-400b-8c4b-4bdc98320542.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35cb84c4-11a0-400b-8c4b-4bdc98320542.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-35cb84c4-11a0-400b-8c4b-4bdc98320542.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-35cb84c4-11a0-400b-8c4b-4bdc98320542.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-be1a104c-e2f0-46a3-8c63-0d54768eff50 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
}


  #s-be1a104c-e2f0-46a3-8c63-0d54768eff50 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(240, 240, 240, 1);
  }
  #s-be1a104c-e2f0-46a3-8c63-0d54768eff50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(248, 230, 230, 1);
    border: 1px solid rgba(231, 133, 150, 1);
  }
#s-be1a104c-e2f0-46a3-8c63-0d54768eff50 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(231, 133, 150, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-be1a104c-e2f0-46a3-8c63-0d54768eff50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-be1a104c-e2f0-46a3-8c63-0d54768eff50 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(248, 230, 230, 1);
}

#s-be1a104c-e2f0-46a3-8c63-0d54768eff50 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(231, 133, 150, 1);
}

#s-df954454-5fc8-47fb-8211-da8d5b220bc1 {
  margin-left: 10px;
margin-right: 10px;
}

#s-48d1a7cd-4f50-4b1b-9daa-e311dc29cfcd {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-1012ead1-3c72-495f-921b-6976d75dc4a9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1012ead1-3c72-495f-921b-6976d75dc4a9 hr {
  border-top: 2px solid rgba(231, 133, 150, 1);
}

@media (min-width: 0px) {
[id="s-203d340a-1083-4915-a435-c8a48899a97d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-203d340a-1083-4915-a435-c8a48899a97d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-203d340a-1083-4915-a435-c8a48899a97d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-203d340a-1083-4915-a435-c8a48899a97d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1dbd1049-5a66-46e7-a286-8286334527d2 {
  display: none;
}
#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 {
  text-align: left;
}



.shg-c#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d7aaf5-dfd7-4679-9ccd-5c7e93bb0451 img.shogun-image {
  width: 100%;
}



}
#s-97f6b557-0a9b-475c-8a94-682ab8e4622e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97f6b557-0a9b-475c-8a94-682ab8e4622e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-632efb0a-b0dc-4ffa-86af-21b9e47de437 {
  display: none;
}
#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f {
  text-align: left;
}



.shg-c#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4294551f-c2c2-4e0a-81a9-eccf92c6ba5f img.shogun-image {
  width: 100%;
}



}
#s-65cb1815-3313-48c1-83e0-3a9e0812a3fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65cb1815-3313-48c1-83e0-3a9e0812a3fe .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-555216dc-1e20-49d8-ad16-a67110dff9ba {
  display: none;
}
#s-996507e2-3ebb-4916-a922-4e0190becc4a {
  text-align: left;
}



.shg-c#s-996507e2-3ebb-4916-a922-4e0190becc4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-996507e2-3ebb-4916-a922-4e0190becc4a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-996507e2-3ebb-4916-a922-4e0190becc4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-996507e2-3ebb-4916-a922-4e0190becc4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-996507e2-3ebb-4916-a922-4e0190becc4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-996507e2-3ebb-4916-a922-4e0190becc4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-996507e2-3ebb-4916-a922-4e0190becc4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-996507e2-3ebb-4916-a922-4e0190becc4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-996507e2-3ebb-4916-a922-4e0190becc4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-996507e2-3ebb-4916-a922-4e0190becc4a img.shogun-image {
  width: 100%;
}



}
#s-950e480f-3fa0-45a2-a823-65a6a64a841b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-950e480f-3fa0-45a2-a823-65a6a64a841b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-355cdfbb-2761-4d1f-bbaa-4ea81f72b394 {
  display: none;
}
#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 {
  text-align: left;
}



.shg-c#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efa3ce32-5707-4cc7-bc17-c83598d52d64 img.shogun-image {
  width: 100%;
}



}
#s-e9b65236-8ea5-41b9-af74-d4645f8201fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9b65236-8ea5-41b9-af74-d4645f8201fb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-7b008294-3499-4d4c-bcc5-5a35f45a7f6a {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e92a2ae9-1ba5-48db-a9b7-5347196c57fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e92a2ae9-1ba5-48db-a9b7-5347196c57fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e92a2ae9-1ba5-48db-a9b7-5347196c57fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e92a2ae9-1ba5-48db-a9b7-5347196c57fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e42d3d3d-7d37-46be-a67c-e8572a2a4150 {
  display: none;
}
#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 {
  text-align: left;
}



.shg-c#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d65a0ecf-a939-401f-b71c-a238a65a85c7 img.shogun-image {
  width: 100%;
}



}
#s-fc1b59be-22cd-4e3c-b70e-e212c2b1e4d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc1b59be-22cd-4e3c-b70e-e212c2b1e4d4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2b497dfe-915d-4ddb-9080-de5cb858fc8c {
  display: none;
}
#s-3c97900b-4a77-45ca-8288-c83697489719 {
  text-align: left;
}



.shg-c#s-3c97900b-4a77-45ca-8288-c83697489719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c97900b-4a77-45ca-8288-c83697489719 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c97900b-4a77-45ca-8288-c83697489719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c97900b-4a77-45ca-8288-c83697489719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c97900b-4a77-45ca-8288-c83697489719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c97900b-4a77-45ca-8288-c83697489719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c97900b-4a77-45ca-8288-c83697489719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c97900b-4a77-45ca-8288-c83697489719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c97900b-4a77-45ca-8288-c83697489719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c97900b-4a77-45ca-8288-c83697489719 img.shogun-image {
  width: 100%;
}



}
#s-d70a349d-4d9a-40a5-aa13-f66ddbd7fdc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d70a349d-4d9a-40a5-aa13-f66ddbd7fdc1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-26776cb3-1cf4-4972-ba39-06f9bda96be2 {
  display: none;
}
#s-35086781-7b18-4548-9744-76b3891648d8 {
  text-align: left;
}



.shg-c#s-35086781-7b18-4548-9744-76b3891648d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35086781-7b18-4548-9744-76b3891648d8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35086781-7b18-4548-9744-76b3891648d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35086781-7b18-4548-9744-76b3891648d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35086781-7b18-4548-9744-76b3891648d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35086781-7b18-4548-9744-76b3891648d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35086781-7b18-4548-9744-76b3891648d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35086781-7b18-4548-9744-76b3891648d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35086781-7b18-4548-9744-76b3891648d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35086781-7b18-4548-9744-76b3891648d8 img.shogun-image {
  width: 100%;
}



}
#s-c0780b0d-fd68-4caf-a3f8-f7d08f2055b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0780b0d-fd68-4caf-a3f8-f7d08f2055b8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-571e25fd-fe43-4d33-b150-53b8a5287592 {
  display: none;
}
#s-f2905285-0a29-40c9-baf1-9780e389c783 {
  text-align: left;
}



.shg-c#s-f2905285-0a29-40c9-baf1-9780e389c783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2905285-0a29-40c9-baf1-9780e389c783 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f2905285-0a29-40c9-baf1-9780e389c783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2905285-0a29-40c9-baf1-9780e389c783 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2905285-0a29-40c9-baf1-9780e389c783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2905285-0a29-40c9-baf1-9780e389c783 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2905285-0a29-40c9-baf1-9780e389c783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2905285-0a29-40c9-baf1-9780e389c783 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2905285-0a29-40c9-baf1-9780e389c783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2905285-0a29-40c9-baf1-9780e389c783 img.shogun-image {
  width: 100%;
}



}
#s-a83c1a6f-fda6-44a8-b1ed-dc23798d659c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a83c1a6f-fda6-44a8-b1ed-dc23798d659c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-7ef8c05f-c46d-440e-b82f-41573e4eb6e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7ef8c05f-c46d-440e-b82f-41573e4eb6e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7ef8c05f-c46d-440e-b82f-41573e4eb6e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7ef8c05f-c46d-440e-b82f-41573e4eb6e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-af1c4ec4-b74a-45f9-bcc1-0e4c163eb8d7 {
  display: none;
}
#s-ba5d9d32-778a-404c-adfc-b776107ead62 {
  text-align: left;
}



.shg-c#s-ba5d9d32-778a-404c-adfc-b776107ead62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5d9d32-778a-404c-adfc-b776107ead62 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba5d9d32-778a-404c-adfc-b776107ead62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5d9d32-778a-404c-adfc-b776107ead62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba5d9d32-778a-404c-adfc-b776107ead62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5d9d32-778a-404c-adfc-b776107ead62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba5d9d32-778a-404c-adfc-b776107ead62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5d9d32-778a-404c-adfc-b776107ead62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba5d9d32-778a-404c-adfc-b776107ead62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5d9d32-778a-404c-adfc-b776107ead62 img.shogun-image {
  width: 100%;
}



}
#s-df83b279-a5ac-4427-a08e-a2a52f0be6bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df83b279-a5ac-4427-a08e-a2a52f0be6bf .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-753c0a81-0317-4a2d-ad3f-6b3e3e0d15c9 {
  display: none;
}
#s-e868d357-7887-42db-9e93-7ac2051ca657 {
  text-align: left;
}



.shg-c#s-e868d357-7887-42db-9e93-7ac2051ca657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e868d357-7887-42db-9e93-7ac2051ca657 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e868d357-7887-42db-9e93-7ac2051ca657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e868d357-7887-42db-9e93-7ac2051ca657 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e868d357-7887-42db-9e93-7ac2051ca657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e868d357-7887-42db-9e93-7ac2051ca657 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e868d357-7887-42db-9e93-7ac2051ca657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e868d357-7887-42db-9e93-7ac2051ca657 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e868d357-7887-42db-9e93-7ac2051ca657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e868d357-7887-42db-9e93-7ac2051ca657 img.shogun-image {
  width: 100%;
}



}
#s-6b6b451d-35d6-4d16-9ff0-2e590a929f25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b6b451d-35d6-4d16-9ff0-2e590a929f25 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-3cf3e725-9a46-4cca-a3c1-efb0e76fa18a {
  min-height: 50px;
}








#s-3cf3e725-9a46-4cca-a3c1-efb0e76fa18a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cf3e725-9a46-4cca-a3c1-efb0e76fa18a.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-e504de81-4f39-487a-b61c-9140d1de2dc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e504de81-4f39-487a-b61c-9140d1de2dc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e504de81-4f39-487a-b61c-9140d1de2dc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e504de81-4f39-487a-b61c-9140d1de2dc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e504de81-4f39-487a-b61c-9140d1de2dc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e504de81-4f39-487a-b61c-9140d1de2dc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e504de81-4f39-487a-b61c-9140d1de2dc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-727aa958-8c73-4744-9974-4869b9b6e36f {
  padding-left: 10px;
padding-right: 10px;
}

#s-9011d604-d5d9-4a4b-8af8-2ae6b11231ba {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-9011d604-d5d9-4a4b-8af8-2ae6b11231ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9011d604-d5d9-4a4b-8af8-2ae6b11231ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9011d604-d5d9-4a4b-8af8-2ae6b11231ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9011d604-d5d9-4a4b-8af8-2ae6b11231ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-8e424d8d-381a-46e7-953c-613cdc0e68f0 {
  display: none;
}
#s-d371fc93-db6d-4b84-a93a-6459005d4e4c {
  text-align: center;
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c {
  max-width:  100%;
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom,
.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c {
  max-width:  100%;
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom,
.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c {
  max-width:  100%;
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom,
.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c {
  max-width:  100%;
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom,
.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c {
  max-width:  100%;
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom,
.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d371fc93-db6d-4b84-a93a-6459005d4e4c img.shogun-image {
  width: 100%;
}



}
#s-32b2bbe3-0676-434c-9286-38a8b8a4435d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32b2bbe3-0676-434c-9286-38a8b8a4435d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2d33079b-0170-4f6c-9801-a0ebbc4ab41f {
  padding-bottom: 10px;
text-align: center;
}

#s-2d33079b-0170-4f6c-9801-a0ebbc4ab41f .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-2d33079b-0170-4f6c-9801-a0ebbc4ab41f .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 15px;
}

#s-2d33079b-0170-4f6c-9801-a0ebbc4ab41f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-23122a6a-7a77-4756-888e-28cfa579b5b8 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-23122a6a-7a77-4756-888e-28cfa579b5b8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-23122a6a-7a77-4756-888e-28cfa579b5b8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-23122a6a-7a77-4756-888e-28cfa579b5b8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-23122a6a-7a77-4756-888e-28cfa579b5b8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-23122a6a-7a77-4756-888e-28cfa579b5b8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ffe687a4-5863-4d70-9dd8-967287958e19 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-ffe687a4-5863-4d70-9dd8-967287958e19:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ffe687a4-5863-4d70-9dd8-967287958e19:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ffe687a4-5863-4d70-9dd8-967287958e19 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ffe687a4-5863-4d70-9dd8-967287958e19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ffe687a4-5863-4d70-9dd8-967287958e19.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-ffe687a4-5863-4d70-9dd8-967287958e19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-27fc3503-568f-4f1f-9962-700dcc346af5 {
  min-height: 50px;
}








#s-27fc3503-568f-4f1f-9962-700dcc346af5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27fc3503-568f-4f1f-9962-700dcc346af5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-872d3dd2-9e1c-49c7-9daa-61d70131c5d5 {
  display: none;
}
#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 {
  text-align: center;
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 {
  max-width:  100%;
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom,
.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 {
  max-width:  100%;
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom,
.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 {
  max-width:  100%;
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom,
.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 {
  max-width:  100%;
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom,
.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 {
  max-width:  100%;
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom,
.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d784c46b-2715-4de8-8c47-9b5c3b3eae89 img.shogun-image {
  width: 100%;
}



}
#s-c94728ad-bfef-4bbd-8a2d-055d56c6c93c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c94728ad-bfef-4bbd-8a2d-055d56c6c93c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-74bd150c-cfac-459e-95ee-7888dbcf187d {
  padding-bottom: 10px;
text-align: center;
}

#s-74bd150c-cfac-459e-95ee-7888dbcf187d .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-74bd150c-cfac-459e-95ee-7888dbcf187d .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 15px;
}

#s-74bd150c-cfac-459e-95ee-7888dbcf187d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8725734f-e051-4bf5-a908-62fc1fa52088 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-8725734f-e051-4bf5-a908-62fc1fa52088 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8725734f-e051-4bf5-a908-62fc1fa52088 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8725734f-e051-4bf5-a908-62fc1fa52088 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8725734f-e051-4bf5-a908-62fc1fa52088 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8725734f-e051-4bf5-a908-62fc1fa52088 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-bb73fbf3-610a-481c-8e60-56f1d1f03b14 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-bb73fbf3-610a-481c-8e60-56f1d1f03b14:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bb73fbf3-610a-481c-8e60-56f1d1f03b14:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bb73fbf3-610a-481c-8e60-56f1d1f03b14 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb73fbf3-610a-481c-8e60-56f1d1f03b14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb73fbf3-610a-481c-8e60-56f1d1f03b14.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-bb73fbf3-610a-481c-8e60-56f1d1f03b14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bb73fbf3-610a-481c-8e60-56f1d1f03b14.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1ffe74f4-2c2f-4fb7-b632-932f62b2aac7 {
  display: none;
}
#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec {
  text-align: center;
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec {
  max-width:  100%;
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom,
.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec {
  max-width:  100%;
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom,
.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec {
  max-width:  100%;
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom,
.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec {
  max-width:  100%;
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom,
.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec {
  max-width:  100%;
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom,
.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5a4e592-c5d7-49d4-9a1a-0482ee6d1bec img.shogun-image {
  width: 100%;
}



}
#s-f402bdef-469f-4847-9186-9375058f6349 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f402bdef-469f-4847-9186-9375058f6349 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-26fcba43-e7a8-42ff-ac39-f93966dcac28 {
  padding-bottom: 10px;
text-align: center;
}

#s-26fcba43-e7a8-42ff-ac39-f93966dcac28 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-26fcba43-e7a8-42ff-ac39-f93966dcac28 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 15px;
}

#s-26fcba43-e7a8-42ff-ac39-f93966dcac28 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aac2ebaa-2859-4fff-b2df-5dd362636d4c {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-aac2ebaa-2859-4fff-b2df-5dd362636d4c .shg-product-quantity-wrapper {
  display: flex;
}

#s-aac2ebaa-2859-4fff-b2df-5dd362636d4c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-aac2ebaa-2859-4fff-b2df-5dd362636d4c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-aac2ebaa-2859-4fff-b2df-5dd362636d4c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-aac2ebaa-2859-4fff-b2df-5dd362636d4c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-dd0fe4c8-6da2-4525-a37f-21e2ff75c02d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-dd0fe4c8-6da2-4525-a37f-21e2ff75c02d:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dd0fe4c8-6da2-4525-a37f-21e2ff75c02d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd0fe4c8-6da2-4525-a37f-21e2ff75c02d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd0fe4c8-6da2-4525-a37f-21e2ff75c02d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd0fe4c8-6da2-4525-a37f-21e2ff75c02d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-dd0fe4c8-6da2-4525-a37f-21e2ff75c02d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dd0fe4c8-6da2-4525-a37f-21e2ff75c02d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-95ff206e-b331-4d43-ad4b-53abce6e6aa2 {
  display: none;
}
#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 {
  text-align: center;
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 {
  max-width:  100%;
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom,
.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 {
  max-width:  100%;
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom,
.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 {
  max-width:  100%;
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom,
.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 {
  max-width:  100%;
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom,
.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 {
  max-width:  100%;
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom,
.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbef4af6-33e9-4832-bae3-191b4af7fca3 img.shogun-image {
  width: 100%;
}



}
#s-972b8f5f-b064-497d-9777-32ec5b49657f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-972b8f5f-b064-497d-9777-32ec5b49657f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-502ceccd-cd5a-4a8c-b2bb-f62b26e52c85 {
  padding-bottom: 10px;
text-align: center;
}

#s-502ceccd-cd5a-4a8c-b2bb-f62b26e52c85 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-502ceccd-cd5a-4a8c-b2bb-f62b26e52c85 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 15px;
}

#s-502ceccd-cd5a-4a8c-b2bb-f62b26e52c85 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-db28b811-0864-4867-a11d-44b454d36980 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-db28b811-0864-4867-a11d-44b454d36980 .shg-product-quantity-wrapper {
  display: flex;
}

#s-db28b811-0864-4867-a11d-44b454d36980 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-db28b811-0864-4867-a11d-44b454d36980 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-db28b811-0864-4867-a11d-44b454d36980 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-db28b811-0864-4867-a11d-44b454d36980 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e26d0a20-406c-4980-bcb9-584e41891998 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-e26d0a20-406c-4980-bcb9-584e41891998:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e26d0a20-406c-4980-bcb9-584e41891998:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e26d0a20-406c-4980-bcb9-584e41891998 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e26d0a20-406c-4980-bcb9-584e41891998.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e26d0a20-406c-4980-bcb9-584e41891998.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-e26d0a20-406c-4980-bcb9-584e41891998.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e26d0a20-406c-4980-bcb9-584e41891998.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-07164a0c-af58-40ff-9ebb-5f3513dea226 {
  display: none;
}
#s-26c814f2-725e-4756-a2e3-52225976f8c3 {
  text-align: center;
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 {
  max-width:  100%;
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom,
.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 {
  max-width:  100%;
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom,
.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 {
  max-width:  100%;
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom,
.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 {
  max-width:  100%;
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom,
.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 {
  max-width:  100%;
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom,
.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26c814f2-725e-4756-a2e3-52225976f8c3 img.shogun-image {
  width: 100%;
}



}
#s-c6978b6b-1f66-46b5-9b73-0c87bef162e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6978b6b-1f66-46b5-9b73-0c87bef162e0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3464a4ff-db16-4bdf-87d5-31a8720b9d7f {
  padding-bottom: 10px;
text-align: center;
}

#s-3464a4ff-db16-4bdf-87d5-31a8720b9d7f .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-3464a4ff-db16-4bdf-87d5-31a8720b9d7f .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 15px;
}

#s-3464a4ff-db16-4bdf-87d5-31a8720b9d7f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2747b98d-01e5-4c65-96ec-8e104658d3b7 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-2747b98d-01e5-4c65-96ec-8e104658d3b7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2747b98d-01e5-4c65-96ec-8e104658d3b7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2747b98d-01e5-4c65-96ec-8e104658d3b7 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2747b98d-01e5-4c65-96ec-8e104658d3b7 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2747b98d-01e5-4c65-96ec-8e104658d3b7 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9e4ed7a1-2fa6-4b31-be50-8769db9885ad {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-9e4ed7a1-2fa6-4b31-be50-8769db9885ad:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9e4ed7a1-2fa6-4b31-be50-8769db9885ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e4ed7a1-2fa6-4b31-be50-8769db9885ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e4ed7a1-2fa6-4b31-be50-8769db9885ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e4ed7a1-2fa6-4b31-be50-8769db9885ad.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-9e4ed7a1-2fa6-4b31-be50-8769db9885ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9e4ed7a1-2fa6-4b31-be50-8769db9885ad.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4b1f7b8e-7430-4e17-b00c-8fd5fffec896 {
  display: none;
}
#s-4b9cebad-33bb-427a-85cf-50cd75030a79 {
  text-align: center;
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 {
  max-width:  100%;
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom,
.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 {
  max-width:  100%;
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom,
.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 {
  max-width:  100%;
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom,
.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 {
  max-width:  100%;
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom,
.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 {
  max-width:  100%;
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom,
.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9cebad-33bb-427a-85cf-50cd75030a79 img.shogun-image {
  width: 100%;
}



}
#s-dbd3283d-0005-4b33-bb2f-904291744e19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbd3283d-0005-4b33-bb2f-904291744e19 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-56bf75b2-b969-4276-a98e-14b2c8120c46 {
  padding-bottom: 10px;
text-align: center;
}

#s-56bf75b2-b969-4276-a98e-14b2c8120c46 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-56bf75b2-b969-4276-a98e-14b2c8120c46 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 15px;
}

#s-56bf75b2-b969-4276-a98e-14b2c8120c46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8603b720-cd42-4066-b3ec-0abd892940a8 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-8603b720-cd42-4066-b3ec-0abd892940a8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8603b720-cd42-4066-b3ec-0abd892940a8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8603b720-cd42-4066-b3ec-0abd892940a8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8603b720-cd42-4066-b3ec-0abd892940a8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8603b720-cd42-4066-b3ec-0abd892940a8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ffac683a-7396-472d-b272-8415cfa3a7f5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-ffac683a-7396-472d-b272-8415cfa3a7f5:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ffac683a-7396-472d-b272-8415cfa3a7f5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ffac683a-7396-472d-b272-8415cfa3a7f5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ffac683a-7396-472d-b272-8415cfa3a7f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ffac683a-7396-472d-b272-8415cfa3a7f5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-ffac683a-7396-472d-b272-8415cfa3a7f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ffac683a-7396-472d-b272-8415cfa3a7f5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7299d116-22b4-4e58-90b2-7bb3034fed16 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(117, 114, 114, 1);
}

@media (min-width: 0px) {
[id="s-7299d116-22b4-4e58-90b2-7bb3034fed16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7299d116-22b4-4e58-90b2-7bb3034fed16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7299d116-22b4-4e58-90b2-7bb3034fed16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7299d116-22b4-4e58-90b2-7bb3034fed16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7299d116-22b4-4e58-90b2-7bb3034fed16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7299d116-22b4-4e58-90b2-7bb3034fed16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7299d116-22b4-4e58-90b2-7bb3034fed16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2b1b487f-ac75-47e1-abae-d211690cbed2 {
  display: none;
}
#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}



.shg-c#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba3277f1-6f54-48c5-91aa-1bfe096ceaf3 img.shogun-image {
  width: 100%;
}



}
#s-8ca85ad8-da1d-45bc-b8dc-7747298cf935 {
  min-height: 50px;
}








#s-8ca85ad8-da1d-45bc-b8dc-7747298cf935 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ca85ad8-da1d-45bc-b8dc-7747298cf935.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6344eb3-2700-4a78-af27-69645cf343ae {
  display: none;
}
@media (min-width: 0px) {
[id="s-4469680e-bfcc-4891-ab5d-3af78f191dc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4469680e-bfcc-4891-ab5d-3af78f191dc1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4469680e-bfcc-4891-ab5d-3af78f191dc1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4469680e-bfcc-4891-ab5d-3af78f191dc1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4469680e-bfcc-4891-ab5d-3af78f191dc1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4469680e-bfcc-4891-ab5d-3af78f191dc1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4469680e-bfcc-4891-ab5d-3af78f191dc1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-2c49e0cb-d678-4e13-bd73-bd3e9418c008 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c49e0cb-d678-4e13-bd73-bd3e9418c008 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-bb086437-5473-44bf-bfad-fc0186fd4f8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb086437-5473-44bf-bfad-fc0186fd4f8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb086437-5473-44bf-bfad-fc0186fd4f8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb086437-5473-44bf-bfad-fc0186fd4f8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c7ad075f-5903-4273-9b9e-dfe372750143 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c7ad075f-5903-4273-9b9e-dfe372750143 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c7ad075f-5903-4273-9b9e-dfe372750143 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-c7ad075f-5903-4273-9b9e-dfe372750143 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-8e9c643b-0b08-4e8d-a170-58ee7142f9d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e9c643b-0b08-4e8d-a170-58ee7142f9d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e9c643b-0b08-4e8d-a170-58ee7142f9d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e9c643b-0b08-4e8d-a170-58ee7142f9d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-35537f63-abc5-4a4a-bef0-33e52c74f8ae {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-35537f63-abc5-4a4a-bef0-33e52c74f8ae:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35537f63-abc5-4a4a-bef0-33e52c74f8ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35537f63-abc5-4a4a-bef0-33e52c74f8ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35537f63-abc5-4a4a-bef0-33e52c74f8ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35537f63-abc5-4a4a-bef0-33e52c74f8ae.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-35537f63-abc5-4a4a-bef0-33e52c74f8ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-35537f63-abc5-4a4a-bef0-33e52c74f8ae.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ce750a69-37d8-41e4-981a-fd060f9ff8c5 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
}


  #s-ce750a69-37d8-41e4-981a-fd060f9ff8c5 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 242, 249, 1);
  }
  #s-ce750a69-37d8-41e4-981a-fd060f9ff8c5 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(248, 230, 230, 1);
    border: 1px solid rgba(231, 133, 150, 1);
  }
#s-ce750a69-37d8-41e4-981a-fd060f9ff8c5 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(231, 133, 150, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-ce750a69-37d8-41e4-981a-fd060f9ff8c5 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-ce750a69-37d8-41e4-981a-fd060f9ff8c5 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(248, 230, 230, 1);
}

#s-ce750a69-37d8-41e4-981a-fd060f9ff8c5 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(231, 133, 150, 1);
}

#s-078e36cb-6430-4b0e-8112-217d66957f86 {
  margin-left: 10px;
margin-right: 10px;
}

#s-15248107-5b50-4489-b10c-f20afa88448b {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-5174b01e-4415-40d6-8da8-4346b1441e63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5174b01e-4415-40d6-8da8-4346b1441e63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5174b01e-4415-40d6-8da8-4346b1441e63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5174b01e-4415-40d6-8da8-4346b1441e63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4e4d48bd-a298-452b-92fd-242673361e2b {
  display: none;
}
#s-5a327370-04ef-4bec-bd14-4881fd220d3e {
  text-align: left;
}



.shg-c#s-5a327370-04ef-4bec-bd14-4881fd220d3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a327370-04ef-4bec-bd14-4881fd220d3e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5a327370-04ef-4bec-bd14-4881fd220d3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a327370-04ef-4bec-bd14-4881fd220d3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a327370-04ef-4bec-bd14-4881fd220d3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a327370-04ef-4bec-bd14-4881fd220d3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a327370-04ef-4bec-bd14-4881fd220d3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a327370-04ef-4bec-bd14-4881fd220d3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a327370-04ef-4bec-bd14-4881fd220d3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a327370-04ef-4bec-bd14-4881fd220d3e img.shogun-image {
  width: 100%;
}



}
#s-045fb557-47a9-46eb-b4d5-d7ea76f53c86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-045fb557-47a9-46eb-b4d5-d7ea76f53c86 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a1e7c544-f7dd-45a8-828a-040d7add37a7 {
  display: none;
}
#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 {
  text-align: left;
}



.shg-c#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e58c83cf-cac1-47ec-a6f3-0b2c6eed2575 img.shogun-image {
  width: 100%;
}



}
#s-f12f19d7-d671-4ff1-ac31-31cb4ed04a39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f12f19d7-d671-4ff1-ac31-31cb4ed04a39 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-37764469-7b08-41d6-b848-3853e7833191 {
  display: none;
}
#s-badf5399-ae50-476e-8672-e4cefa8801d9 {
  text-align: left;
}



.shg-c#s-badf5399-ae50-476e-8672-e4cefa8801d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-badf5399-ae50-476e-8672-e4cefa8801d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-badf5399-ae50-476e-8672-e4cefa8801d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-badf5399-ae50-476e-8672-e4cefa8801d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-badf5399-ae50-476e-8672-e4cefa8801d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-badf5399-ae50-476e-8672-e4cefa8801d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-badf5399-ae50-476e-8672-e4cefa8801d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-badf5399-ae50-476e-8672-e4cefa8801d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-badf5399-ae50-476e-8672-e4cefa8801d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-badf5399-ae50-476e-8672-e4cefa8801d9 img.shogun-image {
  width: 100%;
}



}
#s-5905cccc-800f-4f50-a3e1-426144fb0d1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5905cccc-800f-4f50-a3e1-426144fb0d1d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5c70243c-496e-4c7b-9214-37a60e6430f0 {
  display: none;
}
#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd {
  text-align: left;
}



.shg-c#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d12c1f1-47ed-4b73-8be1-82358aeeb8fd img.shogun-image {
  width: 100%;
}



}
#s-9691fe1f-2ac0-4625-8433-5c31b3a940fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9691fe1f-2ac0-4625-8433-5c31b3a940fb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a37495d8-978f-466d-95b8-5bb50a660608 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a37495d8-978f-466d-95b8-5bb50a660608 hr {
  border-top: 2px solid rgba(231, 133, 150, 1);
}

@media (min-width: 0px) {
[id="s-6931aa00-1fac-430e-9bec-a02fd3405d26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6931aa00-1fac-430e-9bec-a02fd3405d26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6931aa00-1fac-430e-9bec-a02fd3405d26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6931aa00-1fac-430e-9bec-a02fd3405d26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-97eb0804-355f-4063-8ef6-cb391b475cec {
  display: none;
}
#s-a3481e3f-5aca-4675-b4fd-6b300d188328 {
  text-align: left;
}



.shg-c#s-a3481e3f-5aca-4675-b4fd-6b300d188328 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3481e3f-5aca-4675-b4fd-6b300d188328 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3481e3f-5aca-4675-b4fd-6b300d188328 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3481e3f-5aca-4675-b4fd-6b300d188328 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3481e3f-5aca-4675-b4fd-6b300d188328 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3481e3f-5aca-4675-b4fd-6b300d188328 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3481e3f-5aca-4675-b4fd-6b300d188328 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3481e3f-5aca-4675-b4fd-6b300d188328 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3481e3f-5aca-4675-b4fd-6b300d188328 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3481e3f-5aca-4675-b4fd-6b300d188328 img.shogun-image {
  width: 100%;
}



}
#s-da546ea2-103a-4b0f-bc1b-cc319f0151e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da546ea2-103a-4b0f-bc1b-cc319f0151e0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-41fa52f0-49f6-46ef-beaa-57793b2ad725 {
  display: none;
}
#s-1698001f-1a95-4036-a1b5-48bc2044a32c {
  text-align: left;
}



.shg-c#s-1698001f-1a95-4036-a1b5-48bc2044a32c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1698001f-1a95-4036-a1b5-48bc2044a32c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1698001f-1a95-4036-a1b5-48bc2044a32c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1698001f-1a95-4036-a1b5-48bc2044a32c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1698001f-1a95-4036-a1b5-48bc2044a32c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1698001f-1a95-4036-a1b5-48bc2044a32c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1698001f-1a95-4036-a1b5-48bc2044a32c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1698001f-1a95-4036-a1b5-48bc2044a32c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1698001f-1a95-4036-a1b5-48bc2044a32c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1698001f-1a95-4036-a1b5-48bc2044a32c img.shogun-image {
  width: 100%;
}



}
#s-b6ef4408-7751-4118-8a47-0b21ace18f31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6ef4408-7751-4118-8a47-0b21ace18f31 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-df0ea3d5-0c63-44ba-b40f-d1b04c45729f {
  display: none;
}
#s-e96fef77-b697-4226-b716-d24350805551 {
  text-align: left;
}



.shg-c#s-e96fef77-b697-4226-b716-d24350805551 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e96fef77-b697-4226-b716-d24350805551 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e96fef77-b697-4226-b716-d24350805551 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e96fef77-b697-4226-b716-d24350805551 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e96fef77-b697-4226-b716-d24350805551 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e96fef77-b697-4226-b716-d24350805551 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e96fef77-b697-4226-b716-d24350805551 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e96fef77-b697-4226-b716-d24350805551 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e96fef77-b697-4226-b716-d24350805551 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e96fef77-b697-4226-b716-d24350805551 img.shogun-image {
  width: 100%;
}



}
#s-baa8b176-cb99-43a5-9176-10bc706762fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-baa8b176-cb99-43a5-9176-10bc706762fd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1a66e9a5-a3c2-4569-80a0-9022882900c8 {
  display: none;
}
#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced {
  text-align: left;
}



.shg-c#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ecf5968-e772-4029-b5e6-c3ebe6580ced img.shogun-image {
  width: 100%;
}



}
#s-a7659981-9cfd-4c2a-a3d9-266503f3cd42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7659981-9cfd-4c2a-a3d9-266503f3cd42 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-bf23a648-4f58-4163-a3d5-47d52be1da3a {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9a393e0b-664b-4c2f-8a4c-b582befec3d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9a393e0b-664b-4c2f-8a4c-b582befec3d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9a393e0b-664b-4c2f-8a4c-b582befec3d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9a393e0b-664b-4c2f-8a4c-b582befec3d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4ddc90c6-745e-4c56-ba7b-0fb6b755f04a {
  display: none;
}
#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac {
  text-align: left;
}



.shg-c#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcbcf7f-4908-448d-bfe2-c98dfb4decac img.shogun-image {
  width: 100%;
}



}
#s-66816a5f-b764-4955-b355-bed2b862d6fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66816a5f-b764-4955-b355-bed2b862d6fa .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-349c9d4a-3d70-4b15-b15c-a1dc0aa3990f {
  display: none;
}
#s-af20419b-27f4-4fd9-a9ea-30812e82de68 {
  text-align: left;
}



.shg-c#s-af20419b-27f4-4fd9-a9ea-30812e82de68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af20419b-27f4-4fd9-a9ea-30812e82de68 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-af20419b-27f4-4fd9-a9ea-30812e82de68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af20419b-27f4-4fd9-a9ea-30812e82de68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af20419b-27f4-4fd9-a9ea-30812e82de68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af20419b-27f4-4fd9-a9ea-30812e82de68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af20419b-27f4-4fd9-a9ea-30812e82de68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af20419b-27f4-4fd9-a9ea-30812e82de68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af20419b-27f4-4fd9-a9ea-30812e82de68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af20419b-27f4-4fd9-a9ea-30812e82de68 img.shogun-image {
  width: 100%;
}



}
#s-745919ee-bebd-4255-952a-1b8b95d02514 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-745919ee-bebd-4255-952a-1b8b95d02514 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d0cea759-d589-4dcf-a01e-c97b1f636505 {
  min-height: 50px;
}








#s-d0cea759-d589-4dcf-a01e-c97b1f636505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0cea759-d589-4dcf-a01e-c97b1f636505.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c759ba47-1d34-41df-a4d8-a69cfa271d01 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c759ba47-1d34-41df-a4d8-a69cfa271d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c759ba47-1d34-41df-a4d8-a69cfa271d01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c36171a-3d5f-489d-840c-ceabd4c488f3 {
  padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-6c36171a-3d5f-489d-840c-ceabd4c488f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6c36171a-3d5f-489d-840c-ceabd4c488f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6c36171a-3d5f-489d-840c-ceabd4c488f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c36171a-3d5f-489d-840c-ceabd4c488f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c5019aaa-ab1a-4943-b8a9-0a583fb4544b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(237, 242, 249, 1);
}








#s-c5019aaa-ab1a-4943-b8a9-0a583fb4544b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5019aaa-ab1a-4943-b8a9-0a583fb4544b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395 {
  padding-top: 11%;
padding-left: 40%;
padding-bottom: 11%;
padding-right: 40%;
text-align: center;
}







  img.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image {
    
    
  }


.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shg-align-container {
  text-align: center
}

.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image {
    
    
  }


.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shg-align-container {
  text-align: center
}

.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image {
    
    
  }


.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shg-align-container {
  text-align: center
}

.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image {
    
    
  }


.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shg-align-container {
  text-align: center
}

.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image {
    
    
  }


.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shg-align-container {
  text-align: center
}

.s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9217f6d-ba8e-46e6-88bf-2b710c2fd395.shogun-image {
  box-sizing: border-box;
}


}
#s-b9bfe0a9-a2c6-439a-a2f4-8d574fdb4cec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9bfe0a9-a2c6-439a-a2f4-8d574fdb4cec .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3c914666-6c1f-46dc-995c-298712bb51e1 {
  padding-left: 2%;
padding-right: 2%;
}

#s-dfecd987-1cc2-44bf-8635-b4f4e1c30979 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(237, 242, 249, 1);
}








#s-dfecd987-1cc2-44bf-8635-b4f4e1c30979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfecd987-1cc2-44bf-8635-b4f4e1c30979.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a2f04c8-0475-43d2-a8d6-d5d37fdb98d6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(237, 242, 249, 1);
}








#s-3a2f04c8-0475-43d2-a8d6-d5d37fdb98d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a2f04c8-0475-43d2-a8d6-d5d37fdb98d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9 {
  padding-top: 11%;
padding-left: 40%;
padding-bottom: 11%;
padding-right: 40%;
text-align: center;
}







  img.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image {
    
    
  }


.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shg-align-container {
  text-align: center
}

.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image {
    
    
  }


.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shg-align-container {
  text-align: center
}

.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image {
    
    
  }


.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shg-align-container {
  text-align: center
}

.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image {
    
    
  }


.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shg-align-container {
  text-align: center
}

.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image {
    
    
  }


.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shg-align-container {
  text-align: center
}

.s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee0fc9e0-af98-436e-99b7-d5401c7b53f9.shogun-image {
  box-sizing: border-box;
}


}
#s-37df3376-3062-4db8-8b6e-1cc54d16be71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37df3376-3062-4db8-8b6e-1cc54d16be71 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ecbd67ed-ed29-4bc4-b16b-a3edae6aa194 {
  padding-left: 2%;
padding-right: 2%;
}

#s-e7088373-60dd-4b62-9444-f987562f63d1 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(237, 242, 249, 1);
}








#s-e7088373-60dd-4b62-9444-f987562f63d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7088373-60dd-4b62-9444-f987562f63d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-281d4be8-fb6b-4656-8e05-6f1485fb1191 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(237, 242, 249, 1);
}








#s-281d4be8-fb6b-4656-8e05-6f1485fb1191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-281d4be8-fb6b-4656-8e05-6f1485fb1191.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd {
  padding-top: 8%;
padding-left: 40%;
padding-bottom: 8%;
padding-right: 40%;
text-align: center;
}







  img.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image {
    
    
  }


.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd .shogun-image-content {
  
    align-items: center;
  
}

.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shg-align-container {
  text-align: center
}

.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image {
    
    
  }


.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd .shogun-image-content {
  
    align-items: center;
  
}

.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shg-align-container {
  text-align: center
}

.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image {
    
    
  }


.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd .shogun-image-content {
  
    align-items: center;
  
}

.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shg-align-container {
  text-align: center
}

.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image {
    
    
  }


.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd .shogun-image-content {
  
    align-items: center;
  
}

.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shg-align-container {
  text-align: center
}

.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image {
    
    
  }


.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd .shogun-image-content {
  
    align-items: center;
  
}

.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shg-align-container {
  text-align: center
}

.s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f35ce47-83b7-42f7-8350-9e5b7b26edfd.shogun-image {
  box-sizing: border-box;
}


}
#s-071f0474-b50e-4132-b86c-9a9a22b65891 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-071f0474-b50e-4132-b86c-9a9a22b65891 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0f29f82e-ee15-4dad-85ca-43399416ff3d {
  padding-left: 2%;
padding-right: 2%;
}

#s-2bdd549c-2914-4b9e-b47a-f94ccb8dfac1 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(237, 242, 249, 1);
}








#s-2bdd549c-2914-4b9e-b47a-f94ccb8dfac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bdd549c-2914-4b9e-b47a-f94ccb8dfac1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1b749f8-c159-46f9-9058-c4d6e75ff71b {
  padding-top: 14%;
padding-left: 40%;
padding-bottom: 14%;
padding-right: 40%;
text-align: center;
}







  img.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image {
    
    
  }


.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b .shogun-image-content {
  
    align-items: center;
  
}

.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shg-align-container {
  text-align: center
}

.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image {
    
    
  }


.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b .shogun-image-content {
  
    align-items: center;
  
}

.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shg-align-container {
  text-align: center
}

.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image {
    
    
  }


.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b .shogun-image-content {
  
    align-items: center;
  
}

.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shg-align-container {
  text-align: center
}

.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image {
    
    
  }


.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b .shogun-image-content {
  
    align-items: center;
  
}

.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shg-align-container {
  text-align: center
}

.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image {
    
    
  }


.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b .shogun-image-content {
  
    align-items: center;
  
}

.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shg-align-container {
  text-align: center
}

.s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1b749f8-c159-46f9-9058-c4d6e75ff71b.shogun-image {
  box-sizing: border-box;
}


}
#s-ff1138ea-b4ce-4f3a-9822-2d913bf43230 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
text-align: center;
}

#s-ff1138ea-b4ce-4f3a-9822-2d913bf43230 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ddee1ca5-749f-473a-b498-223b2db03eba {
  padding-left: 2%;
padding-right: 2%;
}

#s-2a77f762-0f52-422a-a5c6-cebf0abafcea {
  min-height: 50px;
}








#s-2a77f762-0f52-422a-a5c6-cebf0abafcea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a77f762-0f52-422a-a5c6-cebf0abafcea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab639847-0b72-40ba-8063-91c58f0b02e4 {
  text-align: center;
}







  img.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image {
    
    
  }


.s-ab639847-0b72-40ba-8063-91c58f0b02e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shg-align-container {
  text-align: center
}

.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image {
    
    
  }


.s-ab639847-0b72-40ba-8063-91c58f0b02e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shg-align-container {
  text-align: center
}

.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image {
    
    
  }


.s-ab639847-0b72-40ba-8063-91c58f0b02e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shg-align-container {
  text-align: center
}

.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image {
    
    
  }


.s-ab639847-0b72-40ba-8063-91c58f0b02e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shg-align-container {
  text-align: center
}

.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image {
    
    
  }


.s-ab639847-0b72-40ba-8063-91c58f0b02e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shg-align-container {
  text-align: center
}

.s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab639847-0b72-40ba-8063-91c58f0b02e4.shogun-image {
  box-sizing: border-box;
}


}
#s-6f7546a3-4761-4bcf-9a13-ee292abbd40b {
  min-height: 50px;
}








#s-6f7546a3-4761-4bcf-9a13-ee292abbd40b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f7546a3-4761-4bcf-9a13-ee292abbd40b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c4bb510-6054-4074-b5ac-518861366790 {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-6c4bb510-6054-4074-b5ac-518861366790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c4bb510-6054-4074-b5ac-518861366790.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-635b9328-2004-4ddd-847b-e3a4b16efcca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-635b9328-2004-4ddd-847b-e3a4b16efcca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-635b9328-2004-4ddd-847b-e3a4b16efcca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-635b9328-2004-4ddd-847b-e3a4b16efcca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-635b9328-2004-4ddd-847b-e3a4b16efcca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-635b9328-2004-4ddd-847b-e3a4b16efcca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-635b9328-2004-4ddd-847b-e3a4b16efcca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-635b9328-2004-4ddd-847b-e3a4b16efcca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-635b9328-2004-4ddd-847b-e3a4b16efcca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-635b9328-2004-4ddd-847b-e3a4b16efcca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c946ae3a-15ab-4d75-9f25-0f25e0701b20 {
  padding-right: 0%;
}

#s-7fe49487-9c22-4154-8e67-fd0c55c320ae {
  padding-left: 0%;
}

#s-a0288383-4525-44a1-8ba5-97c42453750f {
  min-height: 50px;
}








#s-a0288383-4525-44a1-8ba5-97c42453750f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0288383-4525-44a1-8ba5-97c42453750f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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;
  }
}

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

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

#s-967c10f5-ee50-4bb7-8c5d-a291e99c09a7 {
  margin-left: 20px;
margin-right: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-396d6335-11c4-40d8-b214-0d4e8adfc98a {
  display: none;
}
#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5134c4bd-34a2-4dd5-b15f-4da9f9a4a890 img.shogun-image {
  width: 100%;
}



}
#s-ef6a7c18-a172-4460-9da2-6105304cda28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef6a7c18-a172-4460-9da2-6105304cda28 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4071abe5-5bc3-4914-8711-6e01175f276c {
  text-align: center;
}

#s-4071abe5-5bc3-4914-8711-6e01175f276c .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4071abe5-5bc3-4914-8711-6e01175f276c .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-4071abe5-5bc3-4914-8711-6e01175f276c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea276fec-e9f9-4deb-8868-22da59954de0 {
  text-align: left;
}

#s-ea276fec-e9f9-4deb-8868-22da59954de0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ea276fec-e9f9-4deb-8868-22da59954de0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ea276fec-e9f9-4deb-8868-22da59954de0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ea276fec-e9f9-4deb-8868-22da59954de0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ea276fec-e9f9-4deb-8868-22da59954de0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c6956c08-fac4-4d4d-b84a-94caa4b2ba37 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-c6956c08-fac4-4d4d-b84a-94caa4b2ba37:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c6956c08-fac4-4d4d-b84a-94caa4b2ba37:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6956c08-fac4-4d4d-b84a-94caa4b2ba37 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6956c08-fac4-4d4d-b84a-94caa4b2ba37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6956c08-fac4-4d4d-b84a-94caa4b2ba37.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-c6956c08-fac4-4d4d-b84a-94caa4b2ba37.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c6956c08-fac4-4d4d-b84a-94caa4b2ba37.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8efb0d7c-6cf6-4fc5-90df-aec23fd1bb27 {
  display: none;
}
#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15fffb45-5039-4be1-b0f0-bcdb88f50e98 img.shogun-image {
  width: 100%;
}



}
#s-58929f05-fd97-4cf0-9829-056947be8d17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58929f05-fd97-4cf0-9829-056947be8d17 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7630b605-5046-41a7-88a9-da9623f5598e {
  text-align: center;
}

#s-7630b605-5046-41a7-88a9-da9623f5598e .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7630b605-5046-41a7-88a9-da9623f5598e .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-7630b605-5046-41a7-88a9-da9623f5598e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f4a69411-227a-43c6-b8ce-4b7ec66a373a {
  text-align: left;
}

#s-f4a69411-227a-43c6-b8ce-4b7ec66a373a .shg-product-quantity-wrapper {
  display: flex;
}

#s-f4a69411-227a-43c6-b8ce-4b7ec66a373a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f4a69411-227a-43c6-b8ce-4b7ec66a373a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f4a69411-227a-43c6-b8ce-4b7ec66a373a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f4a69411-227a-43c6-b8ce-4b7ec66a373a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-0c92c38c-f0a0-4fae-bd38-fe88194af2fd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-0c92c38c-f0a0-4fae-bd38-fe88194af2fd:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0c92c38c-f0a0-4fae-bd38-fe88194af2fd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c92c38c-f0a0-4fae-bd38-fe88194af2fd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c92c38c-f0a0-4fae-bd38-fe88194af2fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c92c38c-f0a0-4fae-bd38-fe88194af2fd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-0c92c38c-f0a0-4fae-bd38-fe88194af2fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c92c38c-f0a0-4fae-bd38-fe88194af2fd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0f5ecac1-64d9-4b43-9111-38bd059b786e {
  display: none;
}
#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adda9514-d7d7-4cf1-9dc7-b72cf77dd9ff img.shogun-image {
  width: 100%;
}



}
#s-fdda9a5f-ddf8-4978-85a8-d847ce18e332 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdda9a5f-ddf8-4978-85a8-d847ce18e332 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f2738754-e5f5-4213-861e-efac6ffe16c2 {
  text-align: center;
}

#s-f2738754-e5f5-4213-861e-efac6ffe16c2 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f2738754-e5f5-4213-861e-efac6ffe16c2 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-f2738754-e5f5-4213-861e-efac6ffe16c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0b5623ea-8389-48ea-be6b-6120e88e1348 {
  text-align: left;
}

#s-0b5623ea-8389-48ea-be6b-6120e88e1348 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0b5623ea-8389-48ea-be6b-6120e88e1348 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0b5623ea-8389-48ea-be6b-6120e88e1348 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0b5623ea-8389-48ea-be6b-6120e88e1348 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0b5623ea-8389-48ea-be6b-6120e88e1348 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-7fcb4007-05f0-4338-ac73-0ed182956f58 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-7fcb4007-05f0-4338-ac73-0ed182956f58:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7fcb4007-05f0-4338-ac73-0ed182956f58:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7fcb4007-05f0-4338-ac73-0ed182956f58 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7fcb4007-05f0-4338-ac73-0ed182956f58.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7fcb4007-05f0-4338-ac73-0ed182956f58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-7fcb4007-05f0-4338-ac73-0ed182956f58.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7fcb4007-05f0-4338-ac73-0ed182956f58.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-012fe8d4-5f9b-4544-b640-ba584e6c7a99 {
  display: none;
}
#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9215f4fb-e4a2-4852-82ff-2b31314b9fbb img.shogun-image {
  width: 100%;
}



}
#s-622dddf8-cd88-45d0-bf12-fcdebd23b609 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-622dddf8-cd88-45d0-bf12-fcdebd23b609 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6128c06b-bebc-4100-8230-00fc2b2dd2e0 {
  text-align: center;
}

#s-6128c06b-bebc-4100-8230-00fc2b2dd2e0 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6128c06b-bebc-4100-8230-00fc2b2dd2e0 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-6128c06b-bebc-4100-8230-00fc2b2dd2e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-57b02dad-ec81-41ee-9530-8d0f71f6598b {
  text-align: left;
}

#s-57b02dad-ec81-41ee-9530-8d0f71f6598b .shg-product-quantity-wrapper {
  display: flex;
}

#s-57b02dad-ec81-41ee-9530-8d0f71f6598b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-57b02dad-ec81-41ee-9530-8d0f71f6598b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-57b02dad-ec81-41ee-9530-8d0f71f6598b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-57b02dad-ec81-41ee-9530-8d0f71f6598b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-2ad30792-447a-4420-a12b-84e2d8733aa9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-2ad30792-447a-4420-a12b-84e2d8733aa9:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ad30792-447a-4420-a12b-84e2d8733aa9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ad30792-447a-4420-a12b-84e2d8733aa9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ad30792-447a-4420-a12b-84e2d8733aa9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ad30792-447a-4420-a12b-84e2d8733aa9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-2ad30792-447a-4420-a12b-84e2d8733aa9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2ad30792-447a-4420-a12b-84e2d8733aa9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2b025ebf-d3f9-4eca-b636-baf88c8c452c {
  display: none;
}
#s-fc2e6998-454b-4deb-883f-e606ad97d936 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-fc2e6998-454b-4deb-883f-e606ad97d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc2e6998-454b-4deb-883f-e606ad97d936 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fc2e6998-454b-4deb-883f-e606ad97d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc2e6998-454b-4deb-883f-e606ad97d936 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fc2e6998-454b-4deb-883f-e606ad97d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc2e6998-454b-4deb-883f-e606ad97d936 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fc2e6998-454b-4deb-883f-e606ad97d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc2e6998-454b-4deb-883f-e606ad97d936 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fc2e6998-454b-4deb-883f-e606ad97d936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc2e6998-454b-4deb-883f-e606ad97d936 img.shogun-image {
  width: 100%;
}



}
#s-d4e9cd08-8a5d-4df4-8957-78fa42853ae8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4e9cd08-8a5d-4df4-8957-78fa42853ae8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ec0463d9-0531-4178-8aad-e4cbde7c723a {
  text-align: center;
}

#s-ec0463d9-0531-4178-8aad-e4cbde7c723a .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ec0463d9-0531-4178-8aad-e4cbde7c723a .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-ec0463d9-0531-4178-8aad-e4cbde7c723a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4d5c0fc1-9768-4fa1-8dd5-e21494b94bf2 {
  text-align: left;
}

#s-4d5c0fc1-9768-4fa1-8dd5-e21494b94bf2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4d5c0fc1-9768-4fa1-8dd5-e21494b94bf2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4d5c0fc1-9768-4fa1-8dd5-e21494b94bf2 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4d5c0fc1-9768-4fa1-8dd5-e21494b94bf2 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4d5c0fc1-9768-4fa1-8dd5-e21494b94bf2 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-740f9c48-fd36-47a0-99f0-be542109343a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-740f9c48-fd36-47a0-99f0-be542109343a:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-740f9c48-fd36-47a0-99f0-be542109343a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-740f9c48-fd36-47a0-99f0-be542109343a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-740f9c48-fd36-47a0-99f0-be542109343a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-740f9c48-fd36-47a0-99f0-be542109343a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-740f9c48-fd36-47a0-99f0-be542109343a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-740f9c48-fd36-47a0-99f0-be542109343a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2eb8ecae-5e0f-4cf1-ba8c-c05341e4bf58 {
  display: none;
}
#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b78c9c3-f5d7-465a-aee7-79e1cd29c9ce img.shogun-image {
  width: 100%;
}



}
#s-d80b2f6f-7a36-48ca-9a65-dc38f5625f64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d80b2f6f-7a36-48ca-9a65-dc38f5625f64 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-be7fcbaf-c194-4937-b44e-37abade98be9 {
  text-align: center;
}

#s-be7fcbaf-c194-4937-b44e-37abade98be9 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be7fcbaf-c194-4937-b44e-37abade98be9 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-be7fcbaf-c194-4937-b44e-37abade98be9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9e817e9d-58e1-4cfd-b533-60d3e6e03572 {
  text-align: left;
}

#s-9e817e9d-58e1-4cfd-b533-60d3e6e03572 .shg-product-quantity-wrapper {
  display: flex;
}

#s-9e817e9d-58e1-4cfd-b533-60d3e6e03572 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-9e817e9d-58e1-4cfd-b533-60d3e6e03572 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-9e817e9d-58e1-4cfd-b533-60d3e6e03572 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-9e817e9d-58e1-4cfd-b533-60d3e6e03572 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c2274ea2-2abb-494e-9861-5eb3358a38ff {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-c2274ea2-2abb-494e-9861-5eb3358a38ff:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c2274ea2-2abb-494e-9861-5eb3358a38ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c2274ea2-2abb-494e-9861-5eb3358a38ff {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2274ea2-2abb-494e-9861-5eb3358a38ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2274ea2-2abb-494e-9861-5eb3358a38ff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-c2274ea2-2abb-494e-9861-5eb3358a38ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c2274ea2-2abb-494e-9861-5eb3358a38ff.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2ffc693d-abf0-4b52-835d-018d74252ba1 {
  display: none;
}
#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e6e06ad-7150-446c-bf00-60e1642b8f07 img.shogun-image {
  width: 100%;
}



}
#s-e815d4a4-9455-40a8-a273-9ada9821bf14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e815d4a4-9455-40a8-a273-9ada9821bf14 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5548a88d-796a-4fb5-8fc8-be1e16edf205 {
  text-align: center;
}

#s-5548a88d-796a-4fb5-8fc8-be1e16edf205 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5548a88d-796a-4fb5-8fc8-be1e16edf205 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-5548a88d-796a-4fb5-8fc8-be1e16edf205 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cdafb138-5534-4cf5-9478-3ce8c3f0a86a {
  text-align: left;
}

#s-cdafb138-5534-4cf5-9478-3ce8c3f0a86a .shg-product-quantity-wrapper {
  display: flex;
}

#s-cdafb138-5534-4cf5-9478-3ce8c3f0a86a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cdafb138-5534-4cf5-9478-3ce8c3f0a86a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cdafb138-5534-4cf5-9478-3ce8c3f0a86a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cdafb138-5534-4cf5-9478-3ce8c3f0a86a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-00d8320c-51d2-492a-84f0-11bb40bf600a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-00d8320c-51d2-492a-84f0-11bb40bf600a:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-00d8320c-51d2-492a-84f0-11bb40bf600a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00d8320c-51d2-492a-84f0-11bb40bf600a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00d8320c-51d2-492a-84f0-11bb40bf600a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00d8320c-51d2-492a-84f0-11bb40bf600a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-00d8320c-51d2-492a-84f0-11bb40bf600a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-00d8320c-51d2-492a-84f0-11bb40bf600a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-90f66f53-63ad-44a2-8c1a-7d547287db70 {
  display: none;
}
#s-a203b06a-a8f7-4d60-806e-a06d9103708c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-a203b06a-a8f7-4d60-806e-a06d9103708c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a203b06a-a8f7-4d60-806e-a06d9103708c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a203b06a-a8f7-4d60-806e-a06d9103708c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a203b06a-a8f7-4d60-806e-a06d9103708c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a203b06a-a8f7-4d60-806e-a06d9103708c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a203b06a-a8f7-4d60-806e-a06d9103708c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a203b06a-a8f7-4d60-806e-a06d9103708c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a203b06a-a8f7-4d60-806e-a06d9103708c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a203b06a-a8f7-4d60-806e-a06d9103708c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a203b06a-a8f7-4d60-806e-a06d9103708c img.shogun-image {
  width: 100%;
}



}
#s-85bfbf14-0dde-4109-b736-96d6f02a1dd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85bfbf14-0dde-4109-b736-96d6f02a1dd7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-20e0d2dd-0b94-47a9-a335-814003a303b1 {
  text-align: center;
}

#s-20e0d2dd-0b94-47a9-a335-814003a303b1 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-20e0d2dd-0b94-47a9-a335-814003a303b1 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-20e0d2dd-0b94-47a9-a335-814003a303b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-07b719f8-17c2-4213-a962-11d81c22c5ec {
  text-align: left;
}

#s-07b719f8-17c2-4213-a962-11d81c22c5ec .shg-product-quantity-wrapper {
  display: flex;
}

#s-07b719f8-17c2-4213-a962-11d81c22c5ec .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-07b719f8-17c2-4213-a962-11d81c22c5ec .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-07b719f8-17c2-4213-a962-11d81c22c5ec .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-07b719f8-17c2-4213-a962-11d81c22c5ec .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b1cfda10-c78f-4f2e-8d63-b1130ef22a18 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-b1cfda10-c78f-4f2e-8d63-b1130ef22a18:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b1cfda10-c78f-4f2e-8d63-b1130ef22a18:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b1cfda10-c78f-4f2e-8d63-b1130ef22a18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1cfda10-c78f-4f2e-8d63-b1130ef22a18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1cfda10-c78f-4f2e-8d63-b1130ef22a18.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-b1cfda10-c78f-4f2e-8d63-b1130ef22a18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b1cfda10-c78f-4f2e-8d63-b1130ef22a18.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ac2ea3e4-5b99-425f-9020-e6e5c2e554d3 {
  display: none;
}
#s-7535233c-be1f-407f-a34a-6dc69675e1a1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-7535233c-be1f-407f-a34a-6dc69675e1a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7535233c-be1f-407f-a34a-6dc69675e1a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7535233c-be1f-407f-a34a-6dc69675e1a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7535233c-be1f-407f-a34a-6dc69675e1a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7535233c-be1f-407f-a34a-6dc69675e1a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7535233c-be1f-407f-a34a-6dc69675e1a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7535233c-be1f-407f-a34a-6dc69675e1a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7535233c-be1f-407f-a34a-6dc69675e1a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7535233c-be1f-407f-a34a-6dc69675e1a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7535233c-be1f-407f-a34a-6dc69675e1a1 img.shogun-image {
  width: 100%;
}



}
#s-c22b9f80-0cf1-492f-b4b1-b77d2ce542d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c22b9f80-0cf1-492f-b4b1-b77d2ce542d3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c90023be-57f5-4f9b-bf74-4113902a86b4 {
  text-align: center;
}

#s-c90023be-57f5-4f9b-bf74-4113902a86b4 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c90023be-57f5-4f9b-bf74-4113902a86b4 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-c90023be-57f5-4f9b-bf74-4113902a86b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c6668474-2dee-431e-be6c-d881b96b0e7e {
  text-align: left;
}

#s-c6668474-2dee-431e-be6c-d881b96b0e7e .shg-product-quantity-wrapper {
  display: flex;
}

#s-c6668474-2dee-431e-be6c-d881b96b0e7e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c6668474-2dee-431e-be6c-d881b96b0e7e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c6668474-2dee-431e-be6c-d881b96b0e7e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c6668474-2dee-431e-be6c-d881b96b0e7e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-446a3c31-94a1-459f-b23a-21151abc3ccb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-446a3c31-94a1-459f-b23a-21151abc3ccb:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-446a3c31-94a1-459f-b23a-21151abc3ccb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-446a3c31-94a1-459f-b23a-21151abc3ccb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-446a3c31-94a1-459f-b23a-21151abc3ccb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-446a3c31-94a1-459f-b23a-21151abc3ccb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-446a3c31-94a1-459f-b23a-21151abc3ccb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-446a3c31-94a1-459f-b23a-21151abc3ccb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-784c84f1-0593-4eb7-9bc2-f7c82e0352b0 {
  display: none;
}
#s-dd854da7-76ac-4088-b94c-b07c177a61a8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-dd854da7-76ac-4088-b94c-b07c177a61a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd854da7-76ac-4088-b94c-b07c177a61a8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dd854da7-76ac-4088-b94c-b07c177a61a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd854da7-76ac-4088-b94c-b07c177a61a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd854da7-76ac-4088-b94c-b07c177a61a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd854da7-76ac-4088-b94c-b07c177a61a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd854da7-76ac-4088-b94c-b07c177a61a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd854da7-76ac-4088-b94c-b07c177a61a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd854da7-76ac-4088-b94c-b07c177a61a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd854da7-76ac-4088-b94c-b07c177a61a8 img.shogun-image {
  width: 100%;
}



}
#s-0426ac85-5140-4d68-b6f0-9471e74532ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0426ac85-5140-4d68-b6f0-9471e74532ee .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-11f23e1a-da3b-4375-ac79-4d25fe9a8ed3 {
  text-align: center;
}

#s-11f23e1a-da3b-4375-ac79-4d25fe9a8ed3 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-11f23e1a-da3b-4375-ac79-4d25fe9a8ed3 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-11f23e1a-da3b-4375-ac79-4d25fe9a8ed3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f13b03bd-b897-463c-946c-6318c633143e {
  text-align: left;
}

#s-f13b03bd-b897-463c-946c-6318c633143e .shg-product-quantity-wrapper {
  display: flex;
}

#s-f13b03bd-b897-463c-946c-6318c633143e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f13b03bd-b897-463c-946c-6318c633143e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f13b03bd-b897-463c-946c-6318c633143e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f13b03bd-b897-463c-946c-6318c633143e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e34ef633-2f5a-46b7-a993-a0404553f216 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-e34ef633-2f5a-46b7-a993-a0404553f216:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e34ef633-2f5a-46b7-a993-a0404553f216:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e34ef633-2f5a-46b7-a993-a0404553f216 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e34ef633-2f5a-46b7-a993-a0404553f216.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e34ef633-2f5a-46b7-a993-a0404553f216.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-e34ef633-2f5a-46b7-a993-a0404553f216.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e34ef633-2f5a-46b7-a993-a0404553f216.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3a4cee6f-4536-405b-b26a-3462fe5b9492 {
  display: none;
}
#s-f86d37a3-ee33-4b31-a513-6329387a2af1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-f86d37a3-ee33-4b31-a513-6329387a2af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86d37a3-ee33-4b31-a513-6329387a2af1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f86d37a3-ee33-4b31-a513-6329387a2af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86d37a3-ee33-4b31-a513-6329387a2af1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f86d37a3-ee33-4b31-a513-6329387a2af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86d37a3-ee33-4b31-a513-6329387a2af1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f86d37a3-ee33-4b31-a513-6329387a2af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86d37a3-ee33-4b31-a513-6329387a2af1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f86d37a3-ee33-4b31-a513-6329387a2af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86d37a3-ee33-4b31-a513-6329387a2af1 img.shogun-image {
  width: 100%;
}



}
#s-dbaae405-ac21-4b2c-9f73-0c20ec23a1ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbaae405-ac21-4b2c-9f73-0c20ec23a1ea .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-41a1606a-28fc-4e01-9c6c-02e6a4b90ea1 {
  text-align: center;
}

#s-41a1606a-28fc-4e01-9c6c-02e6a4b90ea1 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41a1606a-28fc-4e01-9c6c-02e6a4b90ea1 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-41a1606a-28fc-4e01-9c6c-02e6a4b90ea1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4a9e6b19-a6dd-414a-acd9-ac6d7c56d029 {
  text-align: left;
}

#s-4a9e6b19-a6dd-414a-acd9-ac6d7c56d029 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4a9e6b19-a6dd-414a-acd9-ac6d7c56d029 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4a9e6b19-a6dd-414a-acd9-ac6d7c56d029 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4a9e6b19-a6dd-414a-acd9-ac6d7c56d029 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4a9e6b19-a6dd-414a-acd9-ac6d7c56d029 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9b58e8b7-75f7-4d48-9989-dbff7b94292f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-9b58e8b7-75f7-4d48-9989-dbff7b94292f:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b58e8b7-75f7-4d48-9989-dbff7b94292f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b58e8b7-75f7-4d48-9989-dbff7b94292f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b58e8b7-75f7-4d48-9989-dbff7b94292f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b58e8b7-75f7-4d48-9989-dbff7b94292f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-9b58e8b7-75f7-4d48-9989-dbff7b94292f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9b58e8b7-75f7-4d48-9989-dbff7b94292f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7d36749b-82da-4a3e-8923-4a4297d3eb89 {
  display: none;
}
#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36155b57-3fd4-445e-ae25-2ce05ef97b7e img.shogun-image {
  width: 100%;
}



}
#s-3fed5073-063a-4b5a-b43b-c0ddd7679eb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fed5073-063a-4b5a-b43b-c0ddd7679eb1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ce5294db-c2de-4f61-b5cf-8e2fc91f9c49 {
  text-align: center;
}

#s-ce5294db-c2de-4f61-b5cf-8e2fc91f9c49 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ce5294db-c2de-4f61-b5cf-8e2fc91f9c49 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-ce5294db-c2de-4f61-b5cf-8e2fc91f9c49 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-73e31044-a559-464e-97e6-517181cc619c {
  text-align: left;
}

#s-73e31044-a559-464e-97e6-517181cc619c .shg-product-quantity-wrapper {
  display: flex;
}

#s-73e31044-a559-464e-97e6-517181cc619c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-73e31044-a559-464e-97e6-517181cc619c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-73e31044-a559-464e-97e6-517181cc619c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-73e31044-a559-464e-97e6-517181cc619c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c7ff2f88-abf0-4aeb-afd7-f7d25e3de548 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-c7ff2f88-abf0-4aeb-afd7-f7d25e3de548:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c7ff2f88-abf0-4aeb-afd7-f7d25e3de548:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7ff2f88-abf0-4aeb-afd7-f7d25e3de548 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff2f88-abf0-4aeb-afd7-f7d25e3de548.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff2f88-abf0-4aeb-afd7-f7d25e3de548.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-c7ff2f88-abf0-4aeb-afd7-f7d25e3de548.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c7ff2f88-abf0-4aeb-afd7-f7d25e3de548.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9228e077-1744-4d24-b779-aca1695cadcd {
  display: none;
}
#s-1ee46c68-f837-4d0f-8266-96d838a11911 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-1ee46c68-f837-4d0f-8266-96d838a11911 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee46c68-f837-4d0f-8266-96d838a11911 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1ee46c68-f837-4d0f-8266-96d838a11911 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee46c68-f837-4d0f-8266-96d838a11911 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ee46c68-f837-4d0f-8266-96d838a11911 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee46c68-f837-4d0f-8266-96d838a11911 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ee46c68-f837-4d0f-8266-96d838a11911 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee46c68-f837-4d0f-8266-96d838a11911 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ee46c68-f837-4d0f-8266-96d838a11911 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee46c68-f837-4d0f-8266-96d838a11911 img.shogun-image {
  width: 100%;
}



}
#s-f2c91d2a-29ad-408e-8833-148bc56b61f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2c91d2a-29ad-408e-8833-148bc56b61f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1039a72e-c367-446e-90fd-2f282c1cf580 {
  text-align: center;
}

#s-1039a72e-c367-446e-90fd-2f282c1cf580 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1039a72e-c367-446e-90fd-2f282c1cf580 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-1039a72e-c367-446e-90fd-2f282c1cf580 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a966fe26-3ad2-460e-af7d-46ccaea0a91b {
  text-align: left;
}

#s-a966fe26-3ad2-460e-af7d-46ccaea0a91b .shg-product-quantity-wrapper {
  display: flex;
}

#s-a966fe26-3ad2-460e-af7d-46ccaea0a91b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a966fe26-3ad2-460e-af7d-46ccaea0a91b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a966fe26-3ad2-460e-af7d-46ccaea0a91b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a966fe26-3ad2-460e-af7d-46ccaea0a91b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a1dbd716-8c75-49cb-a0ec-154755e92223 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-a1dbd716-8c75-49cb-a0ec-154755e92223:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1dbd716-8c75-49cb-a0ec-154755e92223:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1dbd716-8c75-49cb-a0ec-154755e92223 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1dbd716-8c75-49cb-a0ec-154755e92223.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1dbd716-8c75-49cb-a0ec-154755e92223.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-a1dbd716-8c75-49cb-a0ec-154755e92223.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a1dbd716-8c75-49cb-a0ec-154755e92223.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-52d20587-d9b9-4bdf-8618-25d0b02c25bf {
  display: none;
}
#s-21a561d6-e601-4310-b49e-19b48ec2cb78 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-21a561d6-e601-4310-b49e-19b48ec2cb78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a561d6-e601-4310-b49e-19b48ec2cb78 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21a561d6-e601-4310-b49e-19b48ec2cb78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a561d6-e601-4310-b49e-19b48ec2cb78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21a561d6-e601-4310-b49e-19b48ec2cb78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a561d6-e601-4310-b49e-19b48ec2cb78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21a561d6-e601-4310-b49e-19b48ec2cb78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a561d6-e601-4310-b49e-19b48ec2cb78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21a561d6-e601-4310-b49e-19b48ec2cb78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21a561d6-e601-4310-b49e-19b48ec2cb78 img.shogun-image {
  width: 100%;
}



}
#s-a5b13052-6b3a-4051-b8d3-0eba3a5062da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5b13052-6b3a-4051-b8d3-0eba3a5062da .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-90dd9d5b-28cf-408a-9a86-eea2ea976b13 {
  text-align: center;
}

#s-90dd9d5b-28cf-408a-9a86-eea2ea976b13 .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-90dd9d5b-28cf-408a-9a86-eea2ea976b13 .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-90dd9d5b-28cf-408a-9a86-eea2ea976b13 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb87f098-4a6e-4bc1-925d-43c29365d328 {
  text-align: left;
}

#s-fb87f098-4a6e-4bc1-925d-43c29365d328 .shg-product-quantity-wrapper {
  display: flex;
}

#s-fb87f098-4a6e-4bc1-925d-43c29365d328 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-fb87f098-4a6e-4bc1-925d-43c29365d328 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-fb87f098-4a6e-4bc1-925d-43c29365d328 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-fb87f098-4a6e-4bc1-925d-43c29365d328 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-958f0a7f-8bd1-46b4-985e-f3e494056315 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-958f0a7f-8bd1-46b4-985e-f3e494056315:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-958f0a7f-8bd1-46b4-985e-f3e494056315:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-958f0a7f-8bd1-46b4-985e-f3e494056315 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-958f0a7f-8bd1-46b4-985e-f3e494056315.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-958f0a7f-8bd1-46b4-985e-f3e494056315.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-958f0a7f-8bd1-46b4-985e-f3e494056315.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-958f0a7f-8bd1-46b4-985e-f3e494056315.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2bafdefb-246c-47c3-af80-dab47647fc1d {
  display: none;
}
#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: left;
}



.shg-c#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-053a1c09-8a64-42e6-959b-0d88c8c8c757 img.shogun-image {
  width: 100%;
}



}
#s-ce043116-e046-4ea5-a481-a5e7b1bd8cf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce043116-e046-4ea5-a481-a5e7b1bd8cf4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0b5246a0-536e-4429-9e7e-d8424e21385d {
  text-align: center;
}

#s-0b5246a0-536e-4429-9e7e-d8424e21385d .shg-product-sold-out {
  display: none;
  color: rgba(149, 147, 147, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0b5246a0-536e-4429-9e7e-d8424e21385d .shg-product-price {
  color: rgba(149, 147, 147, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-0b5246a0-536e-4429-9e7e-d8424e21385d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2af8fb56-ecc3-40f1-821a-7656454e7c9a {
  text-align: left;
}

#s-2af8fb56-ecc3-40f1-821a-7656454e7c9a .shg-product-quantity-wrapper {
  display: flex;
}

#s-2af8fb56-ecc3-40f1-821a-7656454e7c9a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2af8fb56-ecc3-40f1-821a-7656454e7c9a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2af8fb56-ecc3-40f1-821a-7656454e7c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2af8fb56-ecc3-40f1-821a-7656454e7c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-35c4bc0f-7c75-44ca-a63f-95cf3d45a5d8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 25px;
text-align: center;
background-color: rgba(231, 133, 150, 1);
background-image: none;
hover-type: color;
}
#s-35c4bc0f-7c75-44ca-a63f-95cf3d45a5d8:hover {background-color: rgba(253, 170, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35c4bc0f-7c75-44ca-a63f-95cf3d45a5d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35c4bc0f-7c75-44ca-a63f-95cf3d45a5d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35c4bc0f-7c75-44ca-a63f-95cf3d45a5d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35c4bc0f-7c75-44ca-a63f-95cf3d45a5d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  block ;
}

#s-35c4bc0f-7c75-44ca-a63f-95cf3d45a5d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-35c4bc0f-7c75-44ca-a63f-95cf3d45a5d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a8d10074-6e3b-482b-9097-5b36f7a72d5c {
  min-height: 50px;
}








#s-a8d10074-6e3b-482b-9097-5b36f7a72d5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8d10074-6e3b-482b-9097-5b36f7a72d5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0deb72e1-52e2-4daa-837c-aded3a3ad33c {
  text-align: center;
}







  img.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image {
    
    
  }


.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c .shogun-image-content {
  
    align-items: center;
  
}

.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shg-align-container {
  text-align: center
}

.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image {
    
    
  }


.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c .shogun-image-content {
  
    align-items: center;
  
}

.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shg-align-container {
  text-align: center
}

.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image {
    
    
  }


.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c .shogun-image-content {
  
    align-items: center;
  
}

.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shg-align-container {
  text-align: center
}

.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image {
    
    
  }


.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c .shogun-image-content {
  
    align-items: center;
  
}

.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shg-align-container {
  text-align: center
}

.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image {
    
    
  }


.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c .shogun-image-content {
  
    align-items: center;
  
}

.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shg-align-container {
  text-align: center
}

.s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0deb72e1-52e2-4daa-837c-aded3a3ad33c.shogun-image {
  box-sizing: border-box;
}


}
#s-6ae874dd-80dd-47c7-a197-5f859de08723 {
  min-height: 50px;
}








#s-6ae874dd-80dd-47c7-a197-5f859de08723 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ae874dd-80dd-47c7-a197-5f859de08723.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef45a6dc-d1f0-4064-9a04-e7a0de198c52 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ef45a6dc-d1f0-4064-9a04-e7a0de198c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef45a6dc-d1f0-4064-9a04-e7a0de198c52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c88a319f-f2d6-4f18-aadc-44f7551c727b {
  padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-c88a319f-f2d6-4f18-aadc-44f7551c727b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c88a319f-f2d6-4f18-aadc-44f7551c727b.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-09ec450c-5447-4697-a005-0e4212e08782"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09ec450c-5447-4697-a005-0e4212e08782"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-09ec450c-5447-4697-a005-0e4212e08782"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-09ec450c-5447-4697-a005-0e4212e08782"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-09ec450c-5447-4697-a005-0e4212e08782"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-09ec450c-5447-4697-a005-0e4212e08782"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-09ec450c-5447-4697-a005-0e4212e08782"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-cdb75120-ecf7-4813-a8b2-477476d7b252 {
  padding-left: 3%;
padding-right: 0%;
}

#s-54fca2cb-c52a-4701-9602-f061a2dc9eb9 {
  padding-left: 0%;
padding-right: 5%;
}

.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-43562fb2-8b92-4abf-aaa0-03df31fd1765 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
text-align: left;
background-color: rgba(231, 133, 150, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-43562fb2-8b92-4abf-aaa0-03df31fd1765:hover {background-color: rgba(231, 133, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43562fb2-8b92-4abf-aaa0-03df31fd1765:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43562fb2-8b92-4abf-aaa0-03df31fd1765-root {
    text-align: left;
  }


#s-43562fb2-8b92-4abf-aaa0-03df31fd1765.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43562fb2-8b92-4abf-aaa0-03df31fd1765-root {
    text-align: left;
  }


#s-43562fb2-8b92-4abf-aaa0-03df31fd1765.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43562fb2-8b92-4abf-aaa0-03df31fd1765-root {
    text-align: left;
  }


#s-43562fb2-8b92-4abf-aaa0-03df31fd1765.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43562fb2-8b92-4abf-aaa0-03df31fd1765-root {
    text-align: left;
  }


#s-43562fb2-8b92-4abf-aaa0-03df31fd1765.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43562fb2-8b92-4abf-aaa0-03df31fd1765-root {
    text-align: left;
  }


#s-43562fb2-8b92-4abf-aaa0-03df31fd1765.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans Pro;
  display:  inline-block ;
}
}
#s-5819cd82-3715-4077-aa7c-c2087445b00d {
  min-height: 50px;
}








#s-5819cd82-3715-4077-aa7c-c2087445b00d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5819cd82-3715-4077-aa7c-c2087445b00d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d87a076d-b6dd-4d12-8d78-171af6e4feae {
  padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-d87a076d-b6dd-4d12-8d78-171af6e4feae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d87a076d-b6dd-4d12-8d78-171af6e4feae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d87685c0-b63c-402f-8a38-0c5e3121e3e9 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-d87685c0-b63c-402f-8a38-0c5e3121e3e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d87685c0-b63c-402f-8a38-0c5e3121e3e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d87685c0-b63c-402f-8a38-0c5e3121e3e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d87685c0-b63c-402f-8a38-0c5e3121e3e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-605c574a-f50d-40c8-895c-3409b9336cdb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}







  #s-605c574a-f50d-40c8-895c-3409b9336cdb img.shogun-image {
    

    
    
    
  }


#s-605c574a-f50d-40c8-895c-3409b9336cdb .shogun-image-content {
  
    align-items: center;
  
}

#s-b404021c-6699-414c-b0c9-60b90ecc74b9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}







  #s-b404021c-6699-414c-b0c9-60b90ecc74b9 img.shogun-image {
    

    
    
    
  }


#s-b404021c-6699-414c-b0c9-60b90ecc74b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9eba1892-ac4f-45e3-87d6-60e67fff011a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}







  #s-9eba1892-ac4f-45e3-87d6-60e67fff011a img.shogun-image {
    

    
    
    
  }


#s-9eba1892-ac4f-45e3-87d6-60e67fff011a .shogun-image-content {
  
    align-items: center;
  
}

#s-d11bfcb1-8eb8-4ef2-8a21-6ada585942fd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}







  #s-d11bfcb1-8eb8-4ef2-8a21-6ada585942fd img.shogun-image {
    

    
    
    
  }


#s-d11bfcb1-8eb8-4ef2-8a21-6ada585942fd .shogun-image-content {
  
    align-items: center;
  
}

#s-d37ed2f5-1f14-4415-9a26-98ff4b7987e0 {
  min-height: 50px;
}








#s-d37ed2f5-1f14-4415-9a26-98ff4b7987e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d37ed2f5-1f14-4415-9a26-98ff4b7987e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e7475bf-ed07-4fa1-b06d-0fb24ba38e47 {
  min-height: 50px;
}








#s-1e7475bf-ed07-4fa1-b06d-0fb24ba38e47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e7475bf-ed07-4fa1-b06d-0fb24ba38e47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d900298-ea59-41dc-b8b8-f47b0ffcbb88 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
padding-left: 0%;
padding-bottom: 1%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-color: rgba(237, 242, 249, 1);
}








#s-5d900298-ea59-41dc-b8b8-f47b0ffcbb88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d900298-ea59-41dc-b8b8-f47b0ffcbb88.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-1a3a5d1a-2f9c-4ff3-a3c7-ea7d7a54f771"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a3a5d1a-2f9c-4ff3-a3c7-ea7d7a54f771"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a3a5d1a-2f9c-4ff3-a3c7-ea7d7a54f771"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a3a5d1a-2f9c-4ff3-a3c7-ea7d7a54f771"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a3a5d1a-2f9c-4ff3-a3c7-ea7d7a54f771"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a3a5d1a-2f9c-4ff3-a3c7-ea7d7a54f771"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a3a5d1a-2f9c-4ff3-a3c7-ea7d7a54f771"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-7d4c2909-7b8f-466b-bdea-6df160c75544 {
  padding-top: 12px;
padding-left: 30%;
padding-right: 0%;
text-align: center;
}







  img.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image {
    
    
  }


.s-7d4c2909-7b8f-466b-bdea-6df160c75544 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shg-align-container {
  text-align: center
}

.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image {
    
    
  }


.s-7d4c2909-7b8f-466b-bdea-6df160c75544 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shg-align-container {
  text-align: center
}

.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image {
    
    
  }


.s-7d4c2909-7b8f-466b-bdea-6df160c75544 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shg-align-container {
  text-align: center
}

.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image {
    
    
  }


.s-7d4c2909-7b8f-466b-bdea-6df160c75544 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shg-align-container {
  text-align: center
}

.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image {
    
    
  }


.s-7d4c2909-7b8f-466b-bdea-6df160c75544 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shg-align-container {
  text-align: center
}

.s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d4c2909-7b8f-466b-bdea-6df160c75544.shogun-image {
  box-sizing: border-box;
}


}
#s-69c55fcb-60a1-4a41-afc2-9b27ca0997fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69c55fcb-60a1-4a41-afc2-9b27ca0997fc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-df6c8587-96cd-4187-900e-f0c4be9f9fa4 {
  min-height: 50px;
}








#s-df6c8587-96cd-4187-900e-f0c4be9f9fa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df6c8587-96cd-4187-900e-f0c4be9f9fa4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6379dc5-7c91-4468-b018-4dfb0d5d731f {
  min-height: 50px;
}








#s-e6379dc5-7c91-4468-b018-4dfb0d5d731f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6379dc5-7c91-4468-b018-4dfb0d5d731f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}