.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-f0733217-bfac-4b7f-baf4-2d03d5265948 {
  min-height: 50px;
}








#s-f0733217-bfac-4b7f-baf4-2d03d5265948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0733217-bfac-4b7f-baf4-2d03d5265948.shg-box.shg-c {
  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: #000;
  text-transform: none;
  font-weight: normal;
  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-9f3d1cb0-65dc-4dd9-8508-7922f14b4151 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(12, 37, 103, 1);
}

#s-9f3d1cb0-65dc-4dd9-8508-7922f14b4151 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 56px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1b2cd0d3-20a3-4930-9b54-483c0495a194 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 {
  text-align: left;
}


.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 {
  max-width: 100%;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 .shg-image-zoom,
.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 {
  max-width: 100%;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 .shg-image-zoom,
.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 {
  max-width: 100%;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 .shg-image-zoom,
.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 {
  max-width: 100%;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 .shg-image-zoom,
.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 {
  max-width: 100%;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 .shg-image-zoom,
.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca7884d2-f842-40c0-92e6-f0bcc8c6cea0 .shg-image-zoom {
  
    margin-left: 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: #000;
  text-transform: none;
  font-weight: normal;
  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-4ea24188-a10c-48f7-b926-6191fb57e2cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ea24188-a10c-48f7-b926-6191fb57e2cc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-da723a2a-f59a-4e36-91e7-5d4a27a1f7b9 {
  text-align: center;
}

#s-da723a2a-f59a-4e36-91e7-5d4a27a1f7b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-da723a2a-f59a-4e36-91e7-5d4a27a1f7b9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-da723a2a-f59a-4e36-91e7-5d4a27a1f7b9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0b42bab1-d85f-446d-8bd5-d0eb18bff185 {
  display: none;
}
#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 {
  text-align: left;
}


.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 {
  max-width: 100%;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 .shg-image-zoom,
.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 {
  max-width: 100%;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 .shg-image-zoom,
.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 {
  max-width: 100%;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 .shg-image-zoom,
.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 {
  max-width: 100%;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 .shg-image-zoom,
.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 {
  max-width: 100%;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 .shg-image-zoom,
.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ae2ca62-1be7-42ed-923f-1be0be5c8a16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-422da113-9577-4451-9ca4-92fd2557115d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-422da113-9577-4451-9ca4-92fd2557115d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-467ed958-029e-4b60-9387-1e2f0ebaf024 {
  text-align: center;
}

#s-467ed958-029e-4b60-9387-1e2f0ebaf024 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-467ed958-029e-4b60-9387-1e2f0ebaf024 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-467ed958-029e-4b60-9387-1e2f0ebaf024 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5609616f-c955-4062-a90b-847bac4d65d4 {
  display: none;
}
#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 {
  text-align: left;
}


.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 {
  max-width: 100%;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 .shg-image-zoom,
.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 {
  max-width: 100%;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 .shg-image-zoom,
.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 {
  max-width: 100%;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 .shg-image-zoom,
.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 {
  max-width: 100%;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 .shg-image-zoom,
.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 {
  max-width: 100%;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 .shg-image-zoom,
.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a7ff356-a405-4bfa-8783-c09768a9a1b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-022e87cd-ad66-413a-9e19-238518220084 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-022e87cd-ad66-413a-9e19-238518220084 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ed423134-822a-4011-86ff-82ec6bb28293 {
  text-align: center;
}

#s-ed423134-822a-4011-86ff-82ec6bb28293 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-ed423134-822a-4011-86ff-82ec6bb28293 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-ed423134-822a-4011-86ff-82ec6bb28293 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e41bd6ff-38ea-4971-8fd9-a63e18bcf944 {
  display: none;
}
#s-e3091289-5982-40c0-b818-25b39202e2bf {
  text-align: left;
}


.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf {
  max-width: 100%;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf .shg-image-zoom,
.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf {
  max-width: 100%;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf .shg-image-zoom,
.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf {
  max-width: 100%;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf .shg-image-zoom,
.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf {
  max-width: 100%;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf .shg-image-zoom,
.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf {
  max-width: 100%;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf .shg-image-zoom,
.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3091289-5982-40c0-b818-25b39202e2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-df9844eb-fe68-403c-b6af-0896f382ca4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df9844eb-fe68-403c-b6af-0896f382ca4f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d90d7912-66a6-4499-87f8-328e18e8603e {
  text-align: center;
}

#s-d90d7912-66a6-4499-87f8-328e18e8603e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-d90d7912-66a6-4499-87f8-328e18e8603e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-d90d7912-66a6-4499-87f8-328e18e8603e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2e15bbf6-f2be-439f-87c9-f717f78b8dd3 {
  display: none;
}
#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 {
  text-align: left;
}


.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 {
  max-width: 100%;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 .shg-image-zoom,
.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 {
  max-width: 100%;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 .shg-image-zoom,
.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 {
  max-width: 100%;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 .shg-image-zoom,
.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 {
  max-width: 100%;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 .shg-image-zoom,
.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 {
  max-width: 100%;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 .shg-image-zoom,
.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bdc98d29-a5c8-4712-a7dd-4981a6d24001 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b69e932b-83cf-49dd-9d43-9372f5392954 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b69e932b-83cf-49dd-9d43-9372f5392954 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-05a926b5-59bf-45e9-98b6-050285554f0d {
  text-align: center;
}

#s-05a926b5-59bf-45e9-98b6-050285554f0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-05a926b5-59bf-45e9-98b6-050285554f0d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-05a926b5-59bf-45e9-98b6-050285554f0d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0845ebe5-5b55-40a4-bbad-d3e40385d188 {
  display: none;
}
#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 {
  text-align: left;
}


.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 {
  max-width: 100%;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 .shg-image-zoom,
.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 {
  max-width: 100%;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 .shg-image-zoom,
.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 {
  max-width: 100%;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 .shg-image-zoom,
.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 {
  max-width: 100%;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 .shg-image-zoom,
.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 {
  max-width: 100%;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 .shg-image-zoom,
.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e683a8c6-6ddf-4db5-84aa-1eef1b7dbb74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a48b5ebc-e4ea-455d-9501-5c7b29e7c593 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a48b5ebc-e4ea-455d-9501-5c7b29e7c593 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4d4b1c5b-73e6-49e2-822f-6bbc24f7d11e {
  text-align: center;
}

#s-4d4b1c5b-73e6-49e2-822f-6bbc24f7d11e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
}

#s-4d4b1c5b-73e6-49e2-822f-6bbc24f7d11e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-4d4b1c5b-73e6-49e2-822f-6bbc24f7d11e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
