.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-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 550px;
background-position: center center;
}

#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a {
  background-image: url(https://i.shgcdn.com/73c62f0b-6203-4a45-b462-6f12036ea4dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a {
  background-image: url(https://i.shgcdn.com/73c62f0b-6203-4a45-b462-6f12036ea4dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a {
  background-image: url(https://i.shgcdn.com/73c62f0b-6203-4a45-b462-6f12036ea4dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a {
  background-image: url(https://i.shgcdn.com/73c62f0b-6203-4a45-b462-6f12036ea4dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a {
  background-image: url(https://i.shgcdn.com/73c62f0b-6203-4a45-b462-6f12036ea4dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a {
  background-image: url(https://i.shgcdn.com/73c62f0b-6203-4a45-b462-6f12036ea4dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a {
  background-image: url(https://i.shgcdn.com/73c62f0b-6203-4a45-b462-6f12036ea4dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a {
  background-image: url(https://i.shgcdn.com/73c62f0b-6203-4a45-b462-6f12036ea4dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a {
  background-image: url(https://i.shgcdn.com/73c62f0b-6203-4a45-b462-6f12036ea4dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-755bb3b2-8e8b-4b7c-9ae5-f916dbb02b5a.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-f30cfa3f-30f8-4a24-8b2b-506b422872b5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f30cfa3f-30f8-4a24-8b2b-506b422872b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-67a46c36-3a02-4753-bf07-e8b2b3049adf {
  margin-bottom: 20px;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-564b3e60-ff07-4d02-abdd-f399a05758c0 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-564b3e60-ff07-4d02-abdd-f399a05758c0 .shogun-countdown span, #s-564b3e60-ff07-4d02-abdd-f399a05758c0 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
.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-f79c6ba3-ad3a-433f-8eab-772eba2bc525 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(27, 25, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f79c6ba3-ad3a-433f-8eab-772eba2bc525:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(47, 212, 198, 1) !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(47, 212, 198, 1) !important;}#s-f79c6ba3-ad3a-433f-8eab-772eba2bc525:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(47, 212, 198, 1) !important;
background-color: rgba(255, 255, 255, 0.48) !important;
text-decoration: none !important;
color: rgba(47, 212, 198, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f79c6ba3-ad3a-433f-8eab-772eba2bc525-root {
    text-align: center;
  }


#s-f79c6ba3-ad3a-433f-8eab-772eba2bc525.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f79c6ba3-ad3a-433f-8eab-772eba2bc525-root {
    text-align: center;
  }


#s-f79c6ba3-ad3a-433f-8eab-772eba2bc525.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f79c6ba3-ad3a-433f-8eab-772eba2bc525-root {
    text-align: center;
  }


#s-f79c6ba3-ad3a-433f-8eab-772eba2bc525.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f79c6ba3-ad3a-433f-8eab-772eba2bc525-root {
    text-align: center;
  }


#s-f79c6ba3-ad3a-433f-8eab-772eba2bc525.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f79c6ba3-ad3a-433f-8eab-772eba2bc525-root {
    text-align: center;
  }


#s-f79c6ba3-ad3a-433f-8eab-772eba2bc525.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-d445265c-226a-425f-bca5-ab91462baec0 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (max-width: 767px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}
@media (min-width: 0px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6fe50fb3-2406-41d4-b5b9-b81fdee43a11 {
  margin-bottom: 20px;
}

#s-6fe50fb3-2406-41d4-b5b9-b81fdee43a11 .shogun-icon-wrapper {
  text-align: center;
}


#s-6fe50fb3-2406-41d4-b5b9-b81fdee43a11 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (max-width: 767px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}
#s-27eddb5f-ca2e-488f-91a7-8048021260ad {
  margin-bottom: 20px;
}

#s-27eddb5f-ca2e-488f-91a7-8048021260ad .shogun-icon-wrapper {
  text-align: center;
}


#s-27eddb5f-ca2e-488f-91a7-8048021260ad .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (max-width: 767px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}
#s-2a78e799-2548-4693-85ee-0206dffdd923 {
  margin-bottom: 20px;
}

#s-2a78e799-2548-4693-85ee-0206dffdd923 .shogun-icon-wrapper {
  text-align: center;
}


#s-2a78e799-2548-4693-85ee-0206dffdd923 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-07063159-9af0-491c-ab0f-bdf259099949 {
  margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (max-width: 767px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-36427149-448f-4c2d-b49c-030356ac5c65 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 35px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-36427149-448f-4c2d-b49c-030356ac5c65 img.shogun-image,
  #s-36427149-448f-4c2d-b49c-030356ac5c65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36427149-448f-4c2d-b49c-030356ac5c65 {
    width: 100%;
    height: auto;
  }

  #s-36427149-448f-4c2d-b49c-030356ac5c65 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image {
    
    
  }


.s-36427149-448f-4c2d-b49c-030356ac5c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-36427149-448f-4c2d-b49c-030356ac5c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-36427149-448f-4c2d-b49c-030356ac5c65 img.shogun-image,
  #s-36427149-448f-4c2d-b49c-030356ac5c65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36427149-448f-4c2d-b49c-030356ac5c65 {
    width: 100%;
    height: auto;
  }

  #s-36427149-448f-4c2d-b49c-030356ac5c65 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image {
    
    
  }


.s-36427149-448f-4c2d-b49c-030356ac5c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-36427149-448f-4c2d-b49c-030356ac5c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image {
  box-sizing: border-box;
}

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



  #s-36427149-448f-4c2d-b49c-030356ac5c65 img.shogun-image,
  #s-36427149-448f-4c2d-b49c-030356ac5c65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36427149-448f-4c2d-b49c-030356ac5c65 {
    width: 100%;
    height: auto;
  }

  #s-36427149-448f-4c2d-b49c-030356ac5c65 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image {
    
    
  }


.s-36427149-448f-4c2d-b49c-030356ac5c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-36427149-448f-4c2d-b49c-030356ac5c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image {
  box-sizing: border-box;
}

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



  #s-36427149-448f-4c2d-b49c-030356ac5c65 img.shogun-image,
  #s-36427149-448f-4c2d-b49c-030356ac5c65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36427149-448f-4c2d-b49c-030356ac5c65 {
    width: 100%;
    height: auto;
  }

  #s-36427149-448f-4c2d-b49c-030356ac5c65 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image {
    
    
  }


.s-36427149-448f-4c2d-b49c-030356ac5c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-36427149-448f-4c2d-b49c-030356ac5c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image {
  box-sizing: border-box;
}

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



  #s-36427149-448f-4c2d-b49c-030356ac5c65 img.shogun-image,
  #s-36427149-448f-4c2d-b49c-030356ac5c65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36427149-448f-4c2d-b49c-030356ac5c65 {
    width: 100%;
    height: auto;
  }

  #s-36427149-448f-4c2d-b49c-030356ac5c65 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image {
    
    
  }


.s-36427149-448f-4c2d-b49c-030356ac5c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-36427149-448f-4c2d-b49c-030356ac5c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36427149-448f-4c2d-b49c-030356ac5c65.shogun-image {
  box-sizing: border-box;
}

}
#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  margin-top: -19px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (max-width: 767px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}
#s-90251b4f-0e0b-4965-be3d-6a4bfd8d16bd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-90251b4f-0e0b-4965-be3d-6a4bfd8d16bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90251b4f-0e0b-4965-be3d-6a4bfd8d16bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90251b4f-0e0b-4965-be3d-6a4bfd8d16bd {
  
}
}@media (max-width: 767px){#s-90251b4f-0e0b-4965-be3d-6a4bfd8d16bd {
  
}
}







#s-90251b4f-0e0b-4965-be3d-6a4bfd8d16bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90251b4f-0e0b-4965-be3d-6a4bfd8d16bd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2f192b59-72bb-455c-83ec-944094c71ec8 {
  border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-2f192b59-72bb-455c-83ec-944094c71ec8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f192b59-72bb-455c-83ec-944094c71ec8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f192b59-72bb-455c-83ec-944094c71ec8 {
  
}
}@media (max-width: 767px){#s-2f192b59-72bb-455c-83ec-944094c71ec8 {
  
}
}
#s-2f192b59-72bb-455c-83ec-944094c71ec8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-5cbbd06f-17d3-43f5-8d4a-aefd396ea092 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-5cbbd06f-17d3-43f5-8d4a-aefd396ea092 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5cbbd06f-17d3-43f5-8d4a-aefd396ea092 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5cbbd06f-17d3-43f5-8d4a-aefd396ea092 {
  
}
}@media (max-width: 767px){#s-5cbbd06f-17d3-43f5-8d4a-aefd396ea092 {
  
}
}
@media (min-width: 0px) {
[id="s-5cbbd06f-17d3-43f5-8d4a-aefd396ea092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cbbd06f-17d3-43f5-8d4a-aefd396ea092"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-5cbbd06f-17d3-43f5-8d4a-aefd396ea092"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-5cbbd06f-17d3-43f5-8d4a-aefd396ea092"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-7df234dc-606b-4570-b4a9-b15fb37398b6 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-7df234dc-606b-4570-b4a9-b15fb37398b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7df234dc-606b-4570-b4a9-b15fb37398b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7df234dc-606b-4570-b4a9-b15fb37398b6 {
  
}
}@media (max-width: 767px){#s-7df234dc-606b-4570-b4a9-b15fb37398b6 {
  
}
}
.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-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 {
  
}
}@media (max-width: 767px){#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 {
  
}
}


.shg-c#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2606bd47-0f57-4c73-ba94-2ac7cdf10dc0 img.shogun-image {
  width: 100%;
}



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

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

#s-9afd8246-1981-4e28-b039-10549359ec86 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9afd8246-1981-4e28-b039-10549359ec86 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-ba2f5ccb-d2a6-4973-ad1a-ac166c4d86ba {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-ba2f5ccb-d2a6-4973-ad1a-ac166c4d86ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba2f5ccb-d2a6-4973-ad1a-ac166c4d86ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba2f5ccb-d2a6-4973-ad1a-ac166c4d86ba {
  
}
}@media (max-width: 767px){#s-ba2f5ccb-d2a6-4973-ad1a-ac166c4d86ba {
  
}
}
#s-ba2f5ccb-d2a6-4973-ad1a-ac166c4d86ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ba2f5ccb-d2a6-4973-ad1a-ac166c4d86ba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-ba2f5ccb-d2a6-4973-ad1a-ac166c4d86ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-88e1f2b1-44e7-4223-8942-f0379d6e20a0 {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-88e1f2b1-44e7-4223-8942-f0379d6e20a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88e1f2b1-44e7-4223-8942-f0379d6e20a0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-88e1f2b1-44e7-4223-8942-f0379d6e20a0-atc-btn-wrapper {
    text-align: left;
  }


#s-88e1f2b1-44e7-4223-8942-f0379d6e20a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88e1f2b1-44e7-4223-8942-f0379d6e20a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88e1f2b1-44e7-4223-8942-f0379d6e20a0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-88e1f2b1-44e7-4223-8942-f0379d6e20a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d0ab4a4b-1b22-47f8-9ebe-ecbccbceeec5 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-d0ab4a4b-1b22-47f8-9ebe-ecbccbceeec5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0ab4a4b-1b22-47f8-9ebe-ecbccbceeec5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0ab4a4b-1b22-47f8-9ebe-ecbccbceeec5 {
  
}
}@media (max-width: 767px){#s-d0ab4a4b-1b22-47f8-9ebe-ecbccbceeec5 {
  
}
}
#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
padding-top: 24px;
padding-bottom: 24px;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a {
  
}
}@media (max-width: 767px){#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a {
  
}
}


.shg-c#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46e4415c-aa7b-44a8-ac66-e53537c1e29a img.shogun-image {
  width: 100%;
}



}
#s-14d8856b-b58d-4bc0-9e02-c72b75919d31 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14d8856b-b58d-4bc0-9e02-c72b75919d31 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-5ef6797d-d7b5-4a55-8d27-27f7dea80f4e {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-5ef6797d-d7b5-4a55-8d27-27f7dea80f4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ef6797d-d7b5-4a55-8d27-27f7dea80f4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ef6797d-d7b5-4a55-8d27-27f7dea80f4e {
  
}
}@media (max-width: 767px){#s-5ef6797d-d7b5-4a55-8d27-27f7dea80f4e {
  
}
}
#s-5ef6797d-d7b5-4a55-8d27-27f7dea80f4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5ef6797d-d7b5-4a55-8d27-27f7dea80f4e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-5ef6797d-d7b5-4a55-8d27-27f7dea80f4e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-109b6f90-592a-43b0-a940-d3b481685fdc {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-109b6f90-592a-43b0-a940-d3b481685fdc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-109b6f90-592a-43b0-a940-d3b481685fdc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-109b6f90-592a-43b0-a940-d3b481685fdc-atc-btn-wrapper {
    text-align: left;
  }


#s-109b6f90-592a-43b0-a940-d3b481685fdc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-109b6f90-592a-43b0-a940-d3b481685fdc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-109b6f90-592a-43b0-a940-d3b481685fdc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-109b6f90-592a-43b0-a940-d3b481685fdc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b6a141ce-4d73-4d11-a2e0-d0ab42934f03 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-b6a141ce-4d73-4d11-a2e0-d0ab42934f03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6a141ce-4d73-4d11-a2e0-d0ab42934f03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6a141ce-4d73-4d11-a2e0-d0ab42934f03 {
  
}
}@media (max-width: 767px){#s-b6a141ce-4d73-4d11-a2e0-d0ab42934f03 {
  
}
}
#s-e864552a-91d4-4875-b6ca-3f51da8228ba {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
padding-top: 81px;
padding-bottom: 81px;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e864552a-91d4-4875-b6ca-3f51da8228ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e864552a-91d4-4875-b6ca-3f51da8228ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e864552a-91d4-4875-b6ca-3f51da8228ba {
  
}
}@media (max-width: 767px){#s-e864552a-91d4-4875-b6ca-3f51da8228ba {
  
}
}


.shg-c#s-e864552a-91d4-4875-b6ca-3f51da8228ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e864552a-91d4-4875-b6ca-3f51da8228ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e864552a-91d4-4875-b6ca-3f51da8228ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e864552a-91d4-4875-b6ca-3f51da8228ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e864552a-91d4-4875-b6ca-3f51da8228ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e864552a-91d4-4875-b6ca-3f51da8228ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e864552a-91d4-4875-b6ca-3f51da8228ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e864552a-91d4-4875-b6ca-3f51da8228ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e864552a-91d4-4875-b6ca-3f51da8228ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e864552a-91d4-4875-b6ca-3f51da8228ba img.shogun-image {
  width: 100%;
}



}
#s-abac3ade-d54a-485b-a949-36902bc7df29 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-abac3ade-d54a-485b-a949-36902bc7df29 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-74745193-fe28-4241-a615-c8d5a8bdb06d {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-74745193-fe28-4241-a615-c8d5a8bdb06d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74745193-fe28-4241-a615-c8d5a8bdb06d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74745193-fe28-4241-a615-c8d5a8bdb06d {
  
}
}@media (max-width: 767px){#s-74745193-fe28-4241-a615-c8d5a8bdb06d {
  
}
}
#s-74745193-fe28-4241-a615-c8d5a8bdb06d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-74745193-fe28-4241-a615-c8d5a8bdb06d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-74745193-fe28-4241-a615-c8d5a8bdb06d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e01173e-d6e8-4715-afb2-56ea973f4530 {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-5e01173e-d6e8-4715-afb2-56ea973f4530:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e01173e-d6e8-4715-afb2-56ea973f4530:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e01173e-d6e8-4715-afb2-56ea973f4530-atc-btn-wrapper {
    text-align: left;
  }


#s-5e01173e-d6e8-4715-afb2-56ea973f4530 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e01173e-d6e8-4715-afb2-56ea973f4530.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e01173e-d6e8-4715-afb2-56ea973f4530.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-5e01173e-d6e8-4715-afb2-56ea973f4530.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



.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-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}@media (max-width: 767px){#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a {
  
}
}

  #s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.21);
  }
#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-30edcfdf-f26b-4627-93f2-7fbb80f10c5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

#s-b274513e-3b3d-4c55-a9e0-2966fa562ca3 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b274513e-3b3d-4c55-a9e0-2966fa562ca3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b274513e-3b3d-4c55-a9e0-2966fa562ca3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b274513e-3b3d-4c55-a9e0-2966fa562ca3 {
  
}
}@media (max-width: 767px){#s-b274513e-3b3d-4c55-a9e0-2966fa562ca3 {
  
}
}
@media (min-width: 0px) {
[id="s-b274513e-3b3d-4c55-a9e0-2966fa562ca3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b274513e-3b3d-4c55-a9e0-2966fa562ca3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b274513e-3b3d-4c55-a9e0-2966fa562ca3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b274513e-3b3d-4c55-a9e0-2966fa562ca3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-5f4a65fb-1286-48c0-b444-6ab6dc9b91f7 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-5f4a65fb-1286-48c0-b444-6ab6dc9b91f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f4a65fb-1286-48c0-b444-6ab6dc9b91f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f4a65fb-1286-48c0-b444-6ab6dc9b91f7 {
  
}
}@media (max-width: 767px){#s-5f4a65fb-1286-48c0-b444-6ab6dc9b91f7 {
  
}
}
#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd {
  
}
}@media (max-width: 767px){#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd {
  
}
}


.shg-c#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab886c71-a39f-4c14-96ea-0453b2b8d3bd img.shogun-image {
  width: 100%;
}



}
#s-d294d633-8bc8-4aba-9309-1cb4cfadd4bb {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d294d633-8bc8-4aba-9309-1cb4cfadd4bb .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-755c7bf3-b64e-4953-a6c9-6be681bd350f {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-755c7bf3-b64e-4953-a6c9-6be681bd350f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-755c7bf3-b64e-4953-a6c9-6be681bd350f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-755c7bf3-b64e-4953-a6c9-6be681bd350f {
  
}
}@media (max-width: 767px){#s-755c7bf3-b64e-4953-a6c9-6be681bd350f {
  
}
}
#s-755c7bf3-b64e-4953-a6c9-6be681bd350f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-755c7bf3-b64e-4953-a6c9-6be681bd350f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-755c7bf3-b64e-4953-a6c9-6be681bd350f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-471ef493-0528-45dc-9f4f-90a51a8ac0b9 {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 12px;
padding-bottom: 10px;
padding-right: 12px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-471ef493-0528-45dc-9f4f-90a51a8ac0b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-471ef493-0528-45dc-9f4f-90a51a8ac0b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-471ef493-0528-45dc-9f4f-90a51a8ac0b9-atc-btn-wrapper {
    text-align: left;
  }


#s-471ef493-0528-45dc-9f4f-90a51a8ac0b9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-471ef493-0528-45dc-9f4f-90a51a8ac0b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-471ef493-0528-45dc-9f4f-90a51a8ac0b9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-471ef493-0528-45dc-9f4f-90a51a8ac0b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-db5226ef-7af4-43b7-8a3a-c44f0d45c591 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-db5226ef-7af4-43b7-8a3a-c44f0d45c591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db5226ef-7af4-43b7-8a3a-c44f0d45c591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db5226ef-7af4-43b7-8a3a-c44f0d45c591 {
  
}
}@media (max-width: 767px){#s-db5226ef-7af4-43b7-8a3a-c44f0d45c591 {
  
}
}
#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f {
  
}
}@media (max-width: 767px){#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f {
  
}
}


.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdbc9ef4-0f31-40d0-adc2-23be0be8df5f img.shogun-image {
  width: 100%;
}



}
#s-7e30c083-b652-42a6-8c72-253fc96da94d {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e30c083-b652-42a6-8c72-253fc96da94d .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 {
  
}
}@media (max-width: 767px){#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 {
  
}
}
#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-289ddabf-2989-4e6f-8f55-5a452a76ffc6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d82e44a1-c455-438f-959e-72b9cd574230 {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 12px;
padding-bottom: 10px;
padding-right: 12px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-d82e44a1-c455-438f-959e-72b9cd574230:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d82e44a1-c455-438f-959e-72b9cd574230:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d82e44a1-c455-438f-959e-72b9cd574230-atc-btn-wrapper {
    text-align: left;
  }


#s-d82e44a1-c455-438f-959e-72b9cd574230 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d82e44a1-c455-438f-959e-72b9cd574230.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d82e44a1-c455-438f-959e-72b9cd574230.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-d82e44a1-c455-438f-959e-72b9cd574230.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2ce4f288-98f8-4bc2-809a-1c445703fa76 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-2ce4f288-98f8-4bc2-809a-1c445703fa76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ce4f288-98f8-4bc2-809a-1c445703fa76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ce4f288-98f8-4bc2-809a-1c445703fa76 {
  
}
}@media (max-width: 767px){#s-2ce4f288-98f8-4bc2-809a-1c445703fa76 {
  
}
}
#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 {
  
}
}@media (max-width: 767px){#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 {
  
}
}


.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1a960f2-6a8d-46a3-bd80-c6d742e9b926 img.shogun-image {
  width: 100%;
}



}
#s-7634cab4-ab2a-4c1f-87b2-7fa9424401d5 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7634cab4-ab2a-4c1f-87b2-7fa9424401d5 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a {
  
}
}@media (max-width: 767px){#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a {
  
}
}
#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-7bdea034-055a-4b06-8c81-d8a6a8c6a66a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-533e205f-4276-4188-beab-cb10cfdcc03e {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 12px;
padding-bottom: 10px;
padding-right: 12px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-533e205f-4276-4188-beab-cb10cfdcc03e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-533e205f-4276-4188-beab-cb10cfdcc03e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-533e205f-4276-4188-beab-cb10cfdcc03e-atc-btn-wrapper {
    text-align: left;
  }


#s-533e205f-4276-4188-beab-cb10cfdcc03e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-533e205f-4276-4188-beab-cb10cfdcc03e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-533e205f-4276-4188-beab-cb10cfdcc03e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-533e205f-4276-4188-beab-cb10cfdcc03e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1cc83306-e171-4422-a8c9-f345efaf4c71 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1cc83306-e171-4422-a8c9-f345efaf4c71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cc83306-e171-4422-a8c9-f345efaf4c71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cc83306-e171-4422-a8c9-f345efaf4c71 {
  
}
}@media (max-width: 767px){#s-1cc83306-e171-4422-a8c9-f345efaf4c71 {
  
}
}
@media (min-width: 0px) {
[id="s-1cc83306-e171-4422-a8c9-f345efaf4c71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cc83306-e171-4422-a8c9-f345efaf4c71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-1cc83306-e171-4422-a8c9-f345efaf4c71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-1cc83306-e171-4422-a8c9-f345efaf4c71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-9f6fe753-7e14-4237-bd93-e6c0c3a47e2d {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-9f6fe753-7e14-4237-bd93-e6c0c3a47e2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f6fe753-7e14-4237-bd93-e6c0c3a47e2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f6fe753-7e14-4237-bd93-e6c0c3a47e2d {
  
}
}@media (max-width: 767px){#s-9f6fe753-7e14-4237-bd93-e6c0c3a47e2d {
  
}
}
#s-de8050d3-4712-4e3d-84b6-24ced88780dc {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-de8050d3-4712-4e3d-84b6-24ced88780dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de8050d3-4712-4e3d-84b6-24ced88780dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de8050d3-4712-4e3d-84b6-24ced88780dc {
  
}
}@media (max-width: 767px){#s-de8050d3-4712-4e3d-84b6-24ced88780dc {
  
}
}


.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de8050d3-4712-4e3d-84b6-24ced88780dc img.shogun-image {
  width: 100%;
}



}
#s-31f927f7-4e4a-4d52-9768-891032f67d9e {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31f927f7-4e4a-4d52-9768-891032f67d9e .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-ebd4a207-f623-4e86-b40d-9733ce300d92 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-ebd4a207-f623-4e86-b40d-9733ce300d92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebd4a207-f623-4e86-b40d-9733ce300d92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebd4a207-f623-4e86-b40d-9733ce300d92 {
  
}
}@media (max-width: 767px){#s-ebd4a207-f623-4e86-b40d-9733ce300d92 {
  
}
}
#s-ebd4a207-f623-4e86-b40d-9733ce300d92 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ebd4a207-f623-4e86-b40d-9733ce300d92 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-ebd4a207-f623-4e86-b40d-9733ce300d92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7dbda643-0e90-44d3-afd7-08cf56c12e35 {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-7dbda643-0e90-44d3-afd7-08cf56c12e35:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7dbda643-0e90-44d3-afd7-08cf56c12e35:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7dbda643-0e90-44d3-afd7-08cf56c12e35-atc-btn-wrapper {
    text-align: left;
  }


#s-7dbda643-0e90-44d3-afd7-08cf56c12e35 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7dbda643-0e90-44d3-afd7-08cf56c12e35.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7dbda643-0e90-44d3-afd7-08cf56c12e35.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-7dbda643-0e90-44d3-afd7-08cf56c12e35.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c586bc67-f0a1-403e-b433-446a2b55637b {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-c586bc67-f0a1-403e-b433-446a2b55637b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c586bc67-f0a1-403e-b433-446a2b55637b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c586bc67-f0a1-403e-b433-446a2b55637b {
  
}
}@media (max-width: 767px){#s-c586bc67-f0a1-403e-b433-446a2b55637b {
  
}
}
#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 {
  
}
}@media (max-width: 767px){#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 {
  
}
}


.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51c48cce-1f6b-4772-b5fc-336bf32c5937 img.shogun-image {
  width: 100%;
}



}
#s-50065392-1fb6-49fc-98fb-924f7eccb676 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50065392-1fb6-49fc-98fb-924f7eccb676 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b {
  
}
}@media (max-width: 767px){#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b {
  
}
}
#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-1eeafa8f-9d8d-46df-bb7a-060bccc62d4b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e82ede48-17b2-4776-bfa7-17dd9401f02c {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-e82ede48-17b2-4776-bfa7-17dd9401f02c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e82ede48-17b2-4776-bfa7-17dd9401f02c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e82ede48-17b2-4776-bfa7-17dd9401f02c-atc-btn-wrapper {
    text-align: left;
  }


#s-e82ede48-17b2-4776-bfa7-17dd9401f02c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e82ede48-17b2-4776-bfa7-17dd9401f02c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e82ede48-17b2-4776-bfa7-17dd9401f02c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-e82ede48-17b2-4776-bfa7-17dd9401f02c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-49bfecb9-0f06-4ff3-baf2-ecbe93b7dcc6 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-49bfecb9-0f06-4ff3-baf2-ecbe93b7dcc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49bfecb9-0f06-4ff3-baf2-ecbe93b7dcc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49bfecb9-0f06-4ff3-baf2-ecbe93b7dcc6 {
  
}
}@media (max-width: 767px){#s-49bfecb9-0f06-4ff3-baf2-ecbe93b7dcc6 {
  
}
}
#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
margin-top: 0px;
padding-top: 4px;
padding-bottom: 4px;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 {
  
}
}@media (max-width: 767px){#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 {
  
}
}


.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdc5c2db-ecaa-4b75-aa6f-07ca2404d7f2 img.shogun-image {
  width: 100%;
}



}
#s-669ae404-2429-42b6-a82f-19356febca68 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-669ae404-2429-42b6-a82f-19356febca68 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f {
  
}
}@media (max-width: 767px){#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f {
  
}
}
#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-afb5c924-c6e2-4240-b1ec-d4d323252f8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e7626bf9-09a3-4785-a918-9ee23a840c42 {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-e7626bf9-09a3-4785-a918-9ee23a840c42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7626bf9-09a3-4785-a918-9ee23a840c42:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7626bf9-09a3-4785-a918-9ee23a840c42-atc-btn-wrapper {
    text-align: left;
  }


#s-e7626bf9-09a3-4785-a918-9ee23a840c42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7626bf9-09a3-4785-a918-9ee23a840c42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7626bf9-09a3-4785-a918-9ee23a840c42.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-e7626bf9-09a3-4785-a918-9ee23a840c42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}@media (max-width: 767px){#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  
}
}
@media (min-width: 0px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}@media (max-width: 767px){#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  
}
}
#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
margin-top: 0px;
padding-top: 8px;
padding-bottom: 8px;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}@media (max-width: 767px){#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 {
  
}
}


.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12fcb3b6-ee86-4f50-843b-36bbd9b47af6 img.shogun-image {
  width: 100%;
}



}
#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f1964c6-f6c6-4761-9548-2b1121b95976 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  
}
}@media (max-width: 767px){#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  
}
}
#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-88dfd87d-0575-4e10-9e9e-5f87513c99e2 {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-88dfd87d-0575-4e10-9e9e-5f87513c99e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88dfd87d-0575-4e10-9e9e-5f87513c99e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-88dfd87d-0575-4e10-9e9e-5f87513c99e2-atc-btn-wrapper {
    text-align: left;
  }


#s-88dfd87d-0575-4e10-9e9e-5f87513c99e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88dfd87d-0575-4e10-9e9e-5f87513c99e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88dfd87d-0575-4e10-9e9e-5f87513c99e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-88dfd87d-0575-4e10-9e9e-5f87513c99e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c7145270-9c98-4578-bfbe-0c5bed3107b1 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-c7145270-9c98-4578-bfbe-0c5bed3107b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7145270-9c98-4578-bfbe-0c5bed3107b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7145270-9c98-4578-bfbe-0c5bed3107b1 {
  
}
}@media (max-width: 767px){#s-c7145270-9c98-4578-bfbe-0c5bed3107b1 {
  
}
}
#s-68045a8c-391b-4103-a291-c3b4d3e75f3b {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
padding-top: 9px;
padding-bottom: 9px;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-68045a8c-391b-4103-a291-c3b4d3e75f3b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68045a8c-391b-4103-a291-c3b4d3e75f3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68045a8c-391b-4103-a291-c3b4d3e75f3b {
  
}
}@media (max-width: 767px){#s-68045a8c-391b-4103-a291-c3b4d3e75f3b {
  
}
}


.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68045a8c-391b-4103-a291-c3b4d3e75f3b img.shogun-image {
  width: 100%;
}



}
#s-8ca9378d-4622-4f95-9b32-700f81e58411 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ca9378d-4622-4f95-9b32-700f81e58411 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-280f125a-dc6a-4534-9254-c554c6c4ab96 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-280f125a-dc6a-4534-9254-c554c6c4ab96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-280f125a-dc6a-4534-9254-c554c6c4ab96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-280f125a-dc6a-4534-9254-c554c6c4ab96 {
  
}
}@media (max-width: 767px){#s-280f125a-dc6a-4534-9254-c554c6c4ab96 {
  
}
}
#s-280f125a-dc6a-4534-9254-c554c6c4ab96 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-280f125a-dc6a-4534-9254-c554c6c4ab96 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-280f125a-dc6a-4534-9254-c554c6c4ab96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-df1dfbe8-b781-4bfb-a751-d96dcecf9fbb {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-df1dfbe8-b781-4bfb-a751-d96dcecf9fbb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df1dfbe8-b781-4bfb-a751-d96dcecf9fbb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df1dfbe8-b781-4bfb-a751-d96dcecf9fbb-atc-btn-wrapper {
    text-align: left;
  }


#s-df1dfbe8-b781-4bfb-a751-d96dcecf9fbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df1dfbe8-b781-4bfb-a751-d96dcecf9fbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df1dfbe8-b781-4bfb-a751-d96dcecf9fbb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-df1dfbe8-b781-4bfb-a751-d96dcecf9fbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eaf5a7c4-344c-4423-bb88-966d9beecb93 {
  margin-bottom: 30px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-eaf5a7c4-344c-4423-bb88-966d9beecb93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eaf5a7c4-344c-4423-bb88-966d9beecb93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eaf5a7c4-344c-4423-bb88-966d9beecb93 {
  
}
}@media (max-width: 767px){#s-eaf5a7c4-344c-4423-bb88-966d9beecb93 {
  
}
}
#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
padding-top: 9px;
padding-bottom: 9px;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 {
  
}
}@media (max-width: 767px){#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 {
  
}
}


.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdf698f4-4564-4d7c-a6ff-6f92f64e4c81 img.shogun-image {
  width: 100%;
}



}
#s-923900b6-ce4a-4200-801d-2c0db8a39ef5 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-923900b6-ce4a-4200-801d-2c0db8a39ef5 .shg-product-title-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

#s-40d72495-ba29-4418-8e69-b230a0311bf1 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-40d72495-ba29-4418-8e69-b230a0311bf1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40d72495-ba29-4418-8e69-b230a0311bf1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40d72495-ba29-4418-8e69-b230a0311bf1 {
  
}
}@media (max-width: 767px){#s-40d72495-ba29-4418-8e69-b230a0311bf1 {
  
}
}
#s-40d72495-ba29-4418-8e69-b230a0311bf1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-40d72495-ba29-4418-8e69-b230a0311bf1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: ;
}

#s-40d72495-ba29-4418-8e69-b230a0311bf1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(240, 7, 7, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9a0e3cfe-6421-4e64-99e6-2fcaa364391d {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-9a0e3cfe-6421-4e64-99e6-2fcaa364391d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a0e3cfe-6421-4e64-99e6-2fcaa364391d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a0e3cfe-6421-4e64-99e6-2fcaa364391d-atc-btn-wrapper {
    text-align: left;
  }


#s-9a0e3cfe-6421-4e64-99e6-2fcaa364391d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a0e3cfe-6421-4e64-99e6-2fcaa364391d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a0e3cfe-6421-4e64-99e6-2fcaa364391d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-9a0e3cfe-6421-4e64-99e6-2fcaa364391d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
