.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-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (max-width: 767px){#s-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  min-height: 500px;
}
}
#s-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  background-image: url(https://i.shgcdn.com/d02eb9d9-2170-49ad-a8f8-1f11951f3cec/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  background-image: url(https://i.shgcdn.com/d02eb9d9-2170-49ad-a8f8-1f11951f3cec/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  background-image: url(https://i.shgcdn.com/d02eb9d9-2170-49ad-a8f8-1f11951f3cec/-/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-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  background-image: url(https://i.shgcdn.com/d02eb9d9-2170-49ad-a8f8-1f11951f3cec/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  background-image: url(https://i.shgcdn.com/d02eb9d9-2170-49ad-a8f8-1f11951f3cec/-/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-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  background-image: url(https://i.shgcdn.com/d02eb9d9-2170-49ad-a8f8-1f11951f3cec/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  background-image: url(https://i.shgcdn.com/d02eb9d9-2170-49ad-a8f8-1f11951f3cec/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  background-image: url(https://i.shgcdn.com/d02eb9d9-2170-49ad-a8f8-1f11951f3cec/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-af815601-ae86-41ec-9275-a5a4a57c4ed6 {
  background-image: url(https://i.shgcdn.com/d02eb9d9-2170-49ad-a8f8-1f11951f3cec/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-af815601-ae86-41ec-9275-a5a4a57c4ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af815601-ae86-41ec-9275-a5a4a57c4ed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-062c6abc-cf1f-4341-b96a-c0f6b0b5d7c7 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-062c6abc-cf1f-4341-b96a-c0f6b0b5d7c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-062c6abc-cf1f-4341-b96a-c0f6b0b5d7c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-062c6abc-cf1f-4341-b96a-c0f6b0b5d7c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-062c6abc-cf1f-4341-b96a-c0f6b0b5d7c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-062c6abc-cf1f-4341-b96a-c0f6b0b5d7c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-062c6abc-cf1f-4341-b96a-c0f6b0b5d7c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-062c6abc-cf1f-4341-b96a-c0f6b0b5d7c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e69ad5e9-c545-4b05-9f41-3fab837b2de9 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e69ad5e9-c545-4b05-9f41-3fab837b2de9 {
  display: none;
}
#s-e69ad5e9-c545-4b05-9f41-3fab837b2de9, #wrap-s-e69ad5e9-c545-4b05-9f41-3fab837b2de9 { display: none !important; }}@media (max-width: 767px){#s-e69ad5e9-c545-4b05-9f41-3fab837b2de9 {
  display: none;
}
#s-e69ad5e9-c545-4b05-9f41-3fab837b2de9, #wrap-s-e69ad5e9-c545-4b05-9f41-3fab837b2de9 { display: none !important; }}







#s-e69ad5e9-c545-4b05-9f41-3fab837b2de9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e69ad5e9-c545-4b05-9f41-3fab837b2de9.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-37a9b162-d35e-4dac-aaa8-05cf5d07b5ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37a9b162-d35e-4dac-aaa8-05cf5d07b5ec .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-8ae53bb3-aaea-40e8-92ec-360a5a0ca345 {
  min-height: 50px;
}








#s-8ae53bb3-aaea-40e8-92ec-360a5a0ca345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ae53bb3-aaea-40e8-92ec-360a5a0ca345.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bf8ad25-d097-4dd9-91ba-0416ab4fcaf9 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-7bf8ad25-d097-4dd9-91ba-0416ab4fcaf9 {
  display: none;
}
#s-7bf8ad25-d097-4dd9-91ba-0416ab4fcaf9, #wrap-s-7bf8ad25-d097-4dd9-91ba-0416ab4fcaf9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bf8ad25-d097-4dd9-91ba-0416ab4fcaf9 {
  display: none;
}
#s-7bf8ad25-d097-4dd9-91ba-0416ab4fcaf9, #wrap-s-7bf8ad25-d097-4dd9-91ba-0416ab4fcaf9 { display: none !important; }}
#s-7bf8ad25-d097-4dd9-91ba-0416ab4fcaf9 .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f1d71e6c-9222-4bbe-b852-e76459b190c8 {
  min-height: 50px;
}








#s-f1d71e6c-9222-4bbe-b852-e76459b190c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1d71e6c-9222-4bbe-b852-e76459b190c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 0%;
padding-right: 0%;
min-height: 300px;
background-position: center center;
}

#s-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  background-image: url(https://i.shgcdn.com/17e81745-6c5a-438d-a90b-3f988411710c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  background-image: url(https://i.shgcdn.com/17e81745-6c5a-438d-a90b-3f988411710c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  background-image: url(https://i.shgcdn.com/17e81745-6c5a-438d-a90b-3f988411710c/-/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-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  background-image: url(https://i.shgcdn.com/17e81745-6c5a-438d-a90b-3f988411710c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  background-image: url(https://i.shgcdn.com/17e81745-6c5a-438d-a90b-3f988411710c/-/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-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  background-image: url(https://i.shgcdn.com/17e81745-6c5a-438d-a90b-3f988411710c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  background-image: url(https://i.shgcdn.com/17e81745-6c5a-438d-a90b-3f988411710c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  background-image: url(https://i.shgcdn.com/17e81745-6c5a-438d-a90b-3f988411710c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  background-image: url(https://i.shgcdn.com/17e81745-6c5a-438d-a90b-3f988411710c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-6d58d127-ee1f-476a-b08e-a897cb69e4ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d58d127-ee1f-476a-b08e-a897cb69e4ff {
  cursor: pointer;
}#s-6d58d127-ee1f-476a-b08e-a897cb69e4ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9227776f-9c61-4ac0-9b35-5ab4d548005b {
  padding-left: 20%;
padding-right: 20%;
}

#s-13a48bfb-0e06-465f-9cf1-9ac264a52f45 {
  min-height: 50px;
}








#s-13a48bfb-0e06-465f-9cf1-9ac264a52f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13a48bfb-0e06-465f-9cf1-9ac264a52f45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf9f716c-380a-442d-b3c3-713aac663d3b {
  margin-top: 30px;
margin-bottom: 100px;
padding-bottom: 0px;
min-height: 700px;
}
@media (min-width: 1200px){#s-bf9f716c-380a-442d-b3c3-713aac663d3b {
  min-height: 900px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf9f716c-380a-442d-b3c3-713aac663d3b {
  min-height: 900px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf9f716c-380a-442d-b3c3-713aac663d3b {
  min-height: 500px;
}
}@media (max-width: 767px){#s-bf9f716c-380a-442d-b3c3-713aac663d3b {
  min-height: 400px;
display: none;
}
#s-bf9f716c-380a-442d-b3c3-713aac663d3b, #wrap-s-bf9f716c-380a-442d-b3c3-713aac663d3b { display: none !important; }}







#s-bf9f716c-380a-442d-b3c3-713aac663d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf9f716c-380a-442d-b3c3-713aac663d3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96bd3e24-a497-4f5c-8772-85f485372d25 {
  margin-top: 0px;
margin-bottom: 80px;
padding-bottom: 0px;
min-height: 500px;
}
@media (min-width: 1200px){#s-96bd3e24-a497-4f5c-8772-85f485372d25 {
  display: none;
}
#s-96bd3e24-a497-4f5c-8772-85f485372d25, #wrap-s-96bd3e24-a497-4f5c-8772-85f485372d25 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96bd3e24-a497-4f5c-8772-85f485372d25 {
  display: none;
}
#s-96bd3e24-a497-4f5c-8772-85f485372d25, #wrap-s-96bd3e24-a497-4f5c-8772-85f485372d25 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96bd3e24-a497-4f5c-8772-85f485372d25 {
  display: none;
}
#s-96bd3e24-a497-4f5c-8772-85f485372d25, #wrap-s-96bd3e24-a497-4f5c-8772-85f485372d25 { display: none !important; }}







#s-96bd3e24-a497-4f5c-8772-85f485372d25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96bd3e24-a497-4f5c-8772-85f485372d25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6428300-9a05-4fd8-adf3-bf9f26ba997d {
  padding-top: 10px;
padding-bottom: 50px;
text-align: center;
}
@media (max-width: 767px){#s-e6428300-9a05-4fd8-adf3-bf9f26ba997d {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-e6428300-9a05-4fd8-adf3-bf9f26ba997d .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-2a9ef900-2ece-4f83-a486-22f06f93956c {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
}
@media (max-width: 767px){#s-2a9ef900-2ece-4f83-a486-22f06f93956c {
  padding-left: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-2a9ef900-2ece-4f83-a486-22f06f93956c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a9ef900-2ece-4f83-a486-22f06f93956c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a9ef900-2ece-4f83-a486-22f06f93956c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a9ef900-2ece-4f83-a486-22f06f93956c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  min-height: 600px;
}
}@media (max-width: 767px){#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  background-image: url(https://i.shgcdn.com/a1beebba-5e78-4bfb-8287-2ec813354fd6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  background-image: url(https://i.shgcdn.com/a1beebba-5e78-4bfb-8287-2ec813354fd6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  background-image: url(https://i.shgcdn.com/a1beebba-5e78-4bfb-8287-2ec813354fd6/-/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-5b835c82-c6c4-45e4-8864-98999717f2fa {
  background-image: url(https://i.shgcdn.com/a1beebba-5e78-4bfb-8287-2ec813354fd6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  background-image: url(https://i.shgcdn.com/a1beebba-5e78-4bfb-8287-2ec813354fd6/-/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-5b835c82-c6c4-45e4-8864-98999717f2fa {
  background-image: url(https://i.shgcdn.com/a1beebba-5e78-4bfb-8287-2ec813354fd6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  background-image: url(https://i.shgcdn.com/a1beebba-5e78-4bfb-8287-2ec813354fd6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  background-image: url(https://i.shgcdn.com/a1beebba-5e78-4bfb-8287-2ec813354fd6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  background-image: url(https://i.shgcdn.com/a1beebba-5e78-4bfb-8287-2ec813354fd6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-5b835c82-c6c4-45e4-8864-98999717f2fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b835c82-c6c4-45e4-8864-98999717f2fa {
  cursor: pointer;
}#s-5b835c82-c6c4-45e4-8864-98999717f2fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center top;
}
@media (min-width: 1200px){#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  min-height: 600px;
}
}
#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  background-image: url(https://i.shgcdn.com/a1e999ea-5c9a-442b-934f-3cd030356563/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  background-image: url(https://i.shgcdn.com/a1e999ea-5c9a-442b-934f-3cd030356563/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  background-image: url(https://i.shgcdn.com/a1e999ea-5c9a-442b-934f-3cd030356563/-/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-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  background-image: url(https://i.shgcdn.com/a1e999ea-5c9a-442b-934f-3cd030356563/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  background-image: url(https://i.shgcdn.com/a1e999ea-5c9a-442b-934f-3cd030356563/-/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-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  background-image: url(https://i.shgcdn.com/a1e999ea-5c9a-442b-934f-3cd030356563/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  background-image: url(https://i.shgcdn.com/a1e999ea-5c9a-442b-934f-3cd030356563/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  background-image: url(https://i.shgcdn.com/a1e999ea-5c9a-442b-934f-3cd030356563/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  background-image: url(https://i.shgcdn.com/a1e999ea-5c9a-442b-934f-3cd030356563/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4 {
  cursor: pointer;
}#s-df61de32-81fe-4aaa-a890-3b1d9d6b53f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4149e099-e87d-4e36-a6b4-1a100270da66 {
  padding-top: 10px;
padding-bottom: 50px;
text-align: center;
}
@media (max-width: 767px){#s-4149e099-e87d-4e36-a6b4-1a100270da66 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-4149e099-e87d-4e36-a6b4-1a100270da66 .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-c4eaa9f6-fc13-4511-88d7-d7bd548ffed5 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-c4eaa9f6-fc13-4511-88d7-d7bd548ffed5 {
  min-height: 700px;
}
}@media (max-width: 767px){#s-c4eaa9f6-fc13-4511-88d7-d7bd548ffed5 {
  padding-left: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-c4eaa9f6-fc13-4511-88d7-d7bd548ffed5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4eaa9f6-fc13-4511-88d7-d7bd548ffed5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4eaa9f6-fc13-4511-88d7-d7bd548ffed5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4eaa9f6-fc13-4511-88d7-d7bd548ffed5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  min-height: 700px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  min-height: 600px;
}
}@media (max-width: 767px){#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  background-image: url(https://i.shgcdn.com/f1ad13f9-7a8a-4048-a60f-5943a18193c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  background-image: url(https://i.shgcdn.com/f1ad13f9-7a8a-4048-a60f-5943a18193c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  background-image: url(https://i.shgcdn.com/f1ad13f9-7a8a-4048-a60f-5943a18193c7/-/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-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  background-image: url(https://i.shgcdn.com/f1ad13f9-7a8a-4048-a60f-5943a18193c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  background-image: url(https://i.shgcdn.com/f1ad13f9-7a8a-4048-a60f-5943a18193c7/-/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-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  background-image: url(https://i.shgcdn.com/f1ad13f9-7a8a-4048-a60f-5943a18193c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  background-image: url(https://i.shgcdn.com/f1ad13f9-7a8a-4048-a60f-5943a18193c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  background-image: url(https://i.shgcdn.com/f1ad13f9-7a8a-4048-a60f-5943a18193c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  background-image: url(https://i.shgcdn.com/f1ad13f9-7a8a-4048-a60f-5943a18193c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc {
  cursor: pointer;
}#s-8f7ab2ea-fdf6-4c9d-94d0-3f64806b24bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  min-height: 700px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  min-height: 600px;
}
}
#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  background-image: url(https://i.shgcdn.com/d876acb6-5472-49ad-9add-4b10df41bab2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  background-image: url(https://i.shgcdn.com/d876acb6-5472-49ad-9add-4b10df41bab2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  background-image: url(https://i.shgcdn.com/d876acb6-5472-49ad-9add-4b10df41bab2/-/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-7040be7c-1f4e-42e0-92f3-19989af60545 {
  background-image: url(https://i.shgcdn.com/d876acb6-5472-49ad-9add-4b10df41bab2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  background-image: url(https://i.shgcdn.com/d876acb6-5472-49ad-9add-4b10df41bab2/-/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-7040be7c-1f4e-42e0-92f3-19989af60545 {
  background-image: url(https://i.shgcdn.com/d876acb6-5472-49ad-9add-4b10df41bab2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  background-image: url(https://i.shgcdn.com/d876acb6-5472-49ad-9add-4b10df41bab2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  background-image: url(https://i.shgcdn.com/d876acb6-5472-49ad-9add-4b10df41bab2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  background-image: url(https://i.shgcdn.com/d876acb6-5472-49ad-9add-4b10df41bab2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-7040be7c-1f4e-42e0-92f3-19989af60545 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7040be7c-1f4e-42e0-92f3-19989af60545 {
  cursor: pointer;
}#s-7040be7c-1f4e-42e0-92f3-19989af60545.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8285a92c-fa09-4528-a2aa-1083ebcd960e {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-8285a92c-fa09-4528-a2aa-1083ebcd960e {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-8285a92c-fa09-4528-a2aa-1083ebcd960e .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-b9cd6873-2991-4a9a-9a83-3e2ed3a541c2 {
  margin-left: 10%;
margin-bottom: 80px;
margin-right: 10%;
}

#s-8dccbd46-a1d6-49d2-af0b-a7992feb7ef7 {
  min-height: 50px;
}








#s-8dccbd46-a1d6-49d2-af0b-a7992feb7ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dccbd46-a1d6-49d2-af0b-a7992feb7ef7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dda4d2b9-a5f7-4d04-9215-3705c34934cb {
  padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-dda4d2b9-a5f7-4d04-9215-3705c34934cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dda4d2b9-a5f7-4d04-9215-3705c34934cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dda4d2b9-a5f7-4d04-9215-3705c34934cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dda4d2b9-a5f7-4d04-9215-3705c34934cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dda4d2b9-a5f7-4d04-9215-3705c34934cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dda4d2b9-a5f7-4d04-9215-3705c34934cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dda4d2b9-a5f7-4d04-9215-3705c34934cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-3a15df8d-8642-4c65-8741-f6ce7b9c68d4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3a15df8d-8642-4c65-8741-f6ce7b9c68d4 {
  display: none;
}
#s-3a15df8d-8642-4c65-8741-f6ce7b9c68d4, #wrap-s-3a15df8d-8642-4c65-8741-f6ce7b9c68d4 { display: none !important; }}







#s-3a15df8d-8642-4c65-8741-f6ce7b9c68d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a15df8d-8642-4c65-8741-f6ce7b9c68d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aed38d0-8afd-4bdd-8540-76c751c40145 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-8aed38d0-8afd-4bdd-8540-76c751c40145 .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-1652a661-b3b7-4bb2-ac1c-1421bd6a021a {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-1652a661-b3b7-4bb2-ac1c-1421bd6a021a {
  display: none;
}
#s-1652a661-b3b7-4bb2-ac1c-1421bd6a021a, #wrap-s-1652a661-b3b7-4bb2-ac1c-1421bd6a021a { display: none !important; }}
#s-1652a661-b3b7-4bb2-ac1c-1421bd6a021a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1652a661-b3b7-4bb2-ac1c-1421bd6a021a .shg-sld-nav-button.shg-sld-left,
#s-1652a661-b3b7-4bb2-ac1c-1421bd6a021a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-5c088744-5e4b-49e6-adec-88de02c60650"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c088744-5e4b-49e6-adec-88de02c60650"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5c088744-5e4b-49e6-adec-88de02c60650"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c088744-5e4b-49e6-adec-88de02c60650"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-6c979188-04e7-475d-8f6f-d19b888e4498 {
  text-align: left;
}



.shg-c#s-6c979188-04e7-475d-8f6f-d19b888e4498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c979188-04e7-475d-8f6f-d19b888e4498 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6c979188-04e7-475d-8f6f-d19b888e4498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c979188-04e7-475d-8f6f-d19b888e4498 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c979188-04e7-475d-8f6f-d19b888e4498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c979188-04e7-475d-8f6f-d19b888e4498 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c979188-04e7-475d-8f6f-d19b888e4498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c979188-04e7-475d-8f6f-d19b888e4498 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c979188-04e7-475d-8f6f-d19b888e4498 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c979188-04e7-475d-8f6f-d19b888e4498 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-00386566-8f79-4ace-b598-8c5d7eb9bdf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00386566-8f79-4ace-b598-8c5d7eb9bdf9 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-856bb7db-9932-4188-8089-11d4b343a7a1 {
  text-align: center;
}

#s-856bb7db-9932-4188-8089-11d4b343a7a1 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-856bb7db-9932-4188-8089-11d4b343a7a1 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-856bb7db-9932-4188-8089-11d4b343a7a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d {
  text-align: left;
}



.shg-c#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02ecd386-afbd-4e6d-84b2-6ad1f660348d img.shogun-image {
  width: 100%;
}



}
#s-697a76a6-f543-4dbc-8272-72151c45c09e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-697a76a6-f543-4dbc-8272-72151c45c09e .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-eec17d5f-4fca-4e12-9ff3-27b58a79f3b0 {
  text-align: center;
}

#s-eec17d5f-4fca-4e12-9ff3-27b58a79f3b0 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eec17d5f-4fca-4e12-9ff3-27b58a79f3b0 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eec17d5f-4fca-4e12-9ff3-27b58a79f3b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 {
  text-align: left;
}



.shg-c#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9c1fa55-8faf-4246-9bcc-945b89e69281 img.shogun-image {
  width: 100%;
}



}
#s-8edb824c-32c0-471c-9063-dfcd68fcde0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8edb824c-32c0-471c-9063-dfcd68fcde0a .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-689e7758-5b2c-4f4b-bda5-e14c2068dd4c {
  text-align: center;
}

#s-689e7758-5b2c-4f4b-bda5-e14c2068dd4c .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-689e7758-5b2c-4f4b-bda5-e14c2068dd4c .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-689e7758-5b2c-4f4b-bda5-e14c2068dd4c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-fe4bffb0-5289-4746-9963-44597a130c16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe4bffb0-5289-4746-9963-44597a130c16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fe4bffb0-5289-4746-9963-44597a130c16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe4bffb0-5289-4746-9963-44597a130c16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7ed32772-0b40-438e-8a01-6fcac594df2b {
  text-align: left;
}



.shg-c#s-7ed32772-0b40-438e-8a01-6fcac594df2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ed32772-0b40-438e-8a01-6fcac594df2b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ed32772-0b40-438e-8a01-6fcac594df2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ed32772-0b40-438e-8a01-6fcac594df2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ed32772-0b40-438e-8a01-6fcac594df2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ed32772-0b40-438e-8a01-6fcac594df2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ed32772-0b40-438e-8a01-6fcac594df2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ed32772-0b40-438e-8a01-6fcac594df2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ed32772-0b40-438e-8a01-6fcac594df2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ed32772-0b40-438e-8a01-6fcac594df2b img.shogun-image {
  width: 100%;
}



}
#s-093b1d8a-e108-4382-9387-1ed432c3c074 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-093b1d8a-e108-4382-9387-1ed432c3c074 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-98183b4f-1d80-429e-8d8f-3a2071df0a1b {
  text-align: center;
}

#s-98183b4f-1d80-429e-8d8f-3a2071df0a1b .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-98183b4f-1d80-429e-8d8f-3a2071df0a1b .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-98183b4f-1d80-429e-8d8f-3a2071df0a1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-11ea3566-7c9e-4576-a57a-92111a886403 {
  text-align: left;
}



.shg-c#s-11ea3566-7c9e-4576-a57a-92111a886403 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11ea3566-7c9e-4576-a57a-92111a886403 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-11ea3566-7c9e-4576-a57a-92111a886403 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11ea3566-7c9e-4576-a57a-92111a886403 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11ea3566-7c9e-4576-a57a-92111a886403 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11ea3566-7c9e-4576-a57a-92111a886403 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11ea3566-7c9e-4576-a57a-92111a886403 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11ea3566-7c9e-4576-a57a-92111a886403 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11ea3566-7c9e-4576-a57a-92111a886403 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11ea3566-7c9e-4576-a57a-92111a886403 img.shogun-image {
  width: 100%;
}



}
#s-ac526646-a958-44f3-b64f-095d99794bfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac526646-a958-44f3-b64f-095d99794bfb .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-28658918-3af8-4697-8bdf-3b1b23657cc1 {
  text-align: center;
}

#s-28658918-3af8-4697-8bdf-3b1b23657cc1 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-28658918-3af8-4697-8bdf-3b1b23657cc1 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-28658918-3af8-4697-8bdf-3b1b23657cc1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cbddb933-5608-4900-9f05-d98bf74533ce {
  text-align: left;
}



.shg-c#s-cbddb933-5608-4900-9f05-d98bf74533ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbddb933-5608-4900-9f05-d98bf74533ce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cbddb933-5608-4900-9f05-d98bf74533ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbddb933-5608-4900-9f05-d98bf74533ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbddb933-5608-4900-9f05-d98bf74533ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbddb933-5608-4900-9f05-d98bf74533ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbddb933-5608-4900-9f05-d98bf74533ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbddb933-5608-4900-9f05-d98bf74533ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cbddb933-5608-4900-9f05-d98bf74533ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbddb933-5608-4900-9f05-d98bf74533ce img.shogun-image {
  width: 100%;
}



}
#s-05f2bfd9-865e-4496-a54b-88de7745588b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05f2bfd9-865e-4496-a54b-88de7745588b .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8141cd2f-264c-4e4f-b9b1-4e4068b270ea {
  text-align: center;
}

#s-8141cd2f-264c-4e4f-b9b1-4e4068b270ea .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8141cd2f-264c-4e4f-b9b1-4e4068b270ea .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8141cd2f-264c-4e4f-b9b1-4e4068b270ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}

#s-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  background-image: url(https://i.shgcdn.com/793180e0-d8cc-42d2-9e6f-ba6f883e802c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  background-image: url(https://i.shgcdn.com/793180e0-d8cc-42d2-9e6f-ba6f883e802c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  background-image: url(https://i.shgcdn.com/793180e0-d8cc-42d2-9e6f-ba6f883e802c/-/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-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  background-image: url(https://i.shgcdn.com/793180e0-d8cc-42d2-9e6f-ba6f883e802c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  background-image: url(https://i.shgcdn.com/793180e0-d8cc-42d2-9e6f-ba6f883e802c/-/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-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  background-image: url(https://i.shgcdn.com/793180e0-d8cc-42d2-9e6f-ba6f883e802c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  background-image: url(https://i.shgcdn.com/793180e0-d8cc-42d2-9e6f-ba6f883e802c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  background-image: url(https://i.shgcdn.com/793180e0-d8cc-42d2-9e6f-ba6f883e802c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  background-image: url(https://i.shgcdn.com/793180e0-d8cc-42d2-9e6f-ba6f883e802c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-00059601-30ba-45f1-8679-0dc7c6a9c067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00059601-30ba-45f1-8679-0dc7c6a9c067 {
  cursor: pointer;
}#s-00059601-30ba-45f1-8679-0dc7c6a9c067.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-b0591233-d33c-45ab-a3dd-c028330adabc {
  display: none;
}
#s-b0591233-d33c-45ab-a3dd-c028330adabc, #wrap-s-b0591233-d33c-45ab-a3dd-c028330adabc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0591233-d33c-45ab-a3dd-c028330adabc {
  display: none;
}
#s-b0591233-d33c-45ab-a3dd-c028330adabc, #wrap-s-b0591233-d33c-45ab-a3dd-c028330adabc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0591233-d33c-45ab-a3dd-c028330adabc {
  display: none;
}
#s-b0591233-d33c-45ab-a3dd-c028330adabc, #wrap-s-b0591233-d33c-45ab-a3dd-c028330adabc { display: none !important; }}
#s-96ed3931-12b0-4b75-8ccb-b0d9367853d5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-96ed3931-12b0-4b75-8ccb-b0d9367853d5 {
  display: none;
}
#s-96ed3931-12b0-4b75-8ccb-b0d9367853d5, #wrap-s-96ed3931-12b0-4b75-8ccb-b0d9367853d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96ed3931-12b0-4b75-8ccb-b0d9367853d5 {
  display: none;
}
#s-96ed3931-12b0-4b75-8ccb-b0d9367853d5, #wrap-s-96ed3931-12b0-4b75-8ccb-b0d9367853d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96ed3931-12b0-4b75-8ccb-b0d9367853d5 {
  display: none;
}
#s-96ed3931-12b0-4b75-8ccb-b0d9367853d5, #wrap-s-96ed3931-12b0-4b75-8ccb-b0d9367853d5 { display: none !important; }}
#s-96ed3931-12b0-4b75-8ccb-b0d9367853d5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-96ed3931-12b0-4b75-8ccb-b0d9367853d5 .shg-sld-nav-button.shg-sld-left,
#s-96ed3931-12b0-4b75-8ccb-b0d9367853d5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 {
  text-align: left;
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 {
  max-width:  100%;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  width: 100%;
}



.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 {
  max-width:  100%;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  width: 100%;
}



.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 {
  max-width:  100%;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  width: 100%;
}



.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 {
  max-width:  100%;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  width: 100%;
}



.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 {
  max-width:  100%;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  width: 100%;
}



.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 .shg-image-zoom,
.shg-c#s-748faa01-db69-4ca2-b28b-ac0a185b4f51 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-29621fe0-e895-4a57-88bc-9f9e77a750e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29621fe0-e895-4a57-88bc-9f9e77a750e6 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c89f08ed-6e47-46ae-9331-651845beba5e {
  text-align: center;
}

#s-c89f08ed-6e47-46ae-9331-651845beba5e .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c89f08ed-6e47-46ae-9331-651845beba5e .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c89f08ed-6e47-46ae-9331-651845beba5e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f {
  text-align: left;
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f {
  max-width:  100%;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  width: 100%;
}



.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f {
  max-width:  100%;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  width: 100%;
}



.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f {
  max-width:  100%;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  width: 100%;
}



.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f {
  max-width:  100%;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  width: 100%;
}



.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f {
  max-width:  100%;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  width: 100%;
}



.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f .shg-image-zoom,
.shg-c#s-bb757cdc-0df2-47d9-ad6a-20593e5c6b9f img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-b3119c22-41c0-4089-be87-7898f7d33866 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3119c22-41c0-4089-be87-7898f7d33866 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c51fc408-3a26-420b-a5f4-443ab963b4ce {
  text-align: center;
}

#s-c51fc408-3a26-420b-a5f4-443ab963b4ce .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c51fc408-3a26-420b-a5f4-443ab963b4ce .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c51fc408-3a26-420b-a5f4-443ab963b4ce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-39008649-61f9-474c-9855-4ed37941e28b {
  text-align: left;
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b {
  max-width:  100%;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  width: 100%;
}



.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b {
  max-width:  100%;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  width: 100%;
}



.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b {
  max-width:  100%;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  width: 100%;
}



.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b {
  max-width:  100%;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  width: 100%;
}



.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b {
  max-width:  100%;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  width: 100%;
}



.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b .shg-image-zoom,
.shg-c#s-39008649-61f9-474c-9855-4ed37941e28b img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-846c805b-4b89-4588-8bae-a83cbe479271 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-846c805b-4b89-4588-8bae-a83cbe479271 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0c276c59-8a80-4b51-bbed-c7f7fb704a6c {
  text-align: center;
}

#s-0c276c59-8a80-4b51-bbed-c7f7fb704a6c .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0c276c59-8a80-4b51-bbed-c7f7fb704a6c .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c276c59-8a80-4b51-bbed-c7f7fb704a6c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9ccda6e4-687f-4190-a82d-58d193c85fee {
  text-align: left;
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee {
  max-width:  100%;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  width: 100%;
}



.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee {
  max-width:  100%;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  width: 100%;
}



.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee {
  max-width:  100%;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  width: 100%;
}



.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee {
  max-width:  100%;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  width: 100%;
}



.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee {
  max-width:  100%;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  width: 100%;
}



.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee .shg-image-zoom,
.shg-c#s-9ccda6e4-687f-4190-a82d-58d193c85fee img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-019dfa06-f34c-4636-8247-bda72bcd750c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-019dfa06-f34c-4636-8247-bda72bcd750c .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f7897b11-a51e-4223-8beb-e4a470468189 {
  text-align: center;
}

#s-f7897b11-a51e-4223-8beb-e4a470468189 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f7897b11-a51e-4223-8beb-e4a470468189 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f7897b11-a51e-4223-8beb-e4a470468189 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 {
  text-align: left;
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 {
  max-width:  100%;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  width: 100%;
}



.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 {
  max-width:  100%;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  width: 100%;
}



.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 {
  max-width:  100%;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  width: 100%;
}



.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 {
  max-width:  100%;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  width: 100%;
}



.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 {
  max-width:  100%;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  width: 100%;
}



.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 .shg-image-zoom,
.shg-c#s-5cbbdd28-d34b-4a38-a91e-7ad491712601 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-bbb5ad46-9474-4da7-8ea5-8a82ac9e240d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbb5ad46-9474-4da7-8ea5-8a82ac9e240d .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-602f23c2-d3dd-4bca-84b4-448fb241440a {
  text-align: center;
}

#s-602f23c2-d3dd-4bca-84b4-448fb241440a .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-602f23c2-d3dd-4bca-84b4-448fb241440a .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-602f23c2-d3dd-4bca-84b4-448fb241440a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1872c1f-9fce-4f00-82c7-428c66af9910 {
  text-align: left;
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 {
  max-width:  100%;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  width: 100%;
}



.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 {
  max-width:  100%;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  width: 100%;
}



.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 {
  max-width:  100%;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  width: 100%;
}



.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 {
  max-width:  100%;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  width: 100%;
}



.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 {
  max-width:  100%;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  width: 100%;
}



.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 .shg-image-zoom,
.shg-c#s-a1872c1f-9fce-4f00-82c7-428c66af9910 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-6765148d-f492-4732-82cf-fe4df04e7e32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6765148d-f492-4732-82cf-fe4df04e7e32 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-77e0f58a-0c93-4ffa-b72f-5bac618a2fb5 {
  text-align: center;
}

#s-77e0f58a-0c93-4ffa-b72f-5bac618a2fb5 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-77e0f58a-0c93-4ffa-b72f-5bac618a2fb5 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-77e0f58a-0c93-4ffa-b72f-5bac618a2fb5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5bfa099b-369c-4559-83a0-1e8fc22238f7 {
  margin-top: 100px;
margin-bottom: 100px;
padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-5bfa099b-369c-4559-83a0-1e8fc22238f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bfa099b-369c-4559-83a0-1e8fc22238f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bfa099b-369c-4559-83a0-1e8fc22238f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bfa099b-369c-4559-83a0-1e8fc22238f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bfa099b-369c-4559-83a0-1e8fc22238f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bfa099b-369c-4559-83a0-1e8fc22238f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bfa099b-369c-4559-83a0-1e8fc22238f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}

#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  background-image: url(https://i.shgcdn.com/7b9ebcc8-a9f9-4781-91e5-04a99bdbfc39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  background-image: url(https://i.shgcdn.com/7b9ebcc8-a9f9-4781-91e5-04a99bdbfc39/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  background-image: url(https://i.shgcdn.com/7b9ebcc8-a9f9-4781-91e5-04a99bdbfc39/-/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-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  background-image: url(https://i.shgcdn.com/7b9ebcc8-a9f9-4781-91e5-04a99bdbfc39/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  background-image: url(https://i.shgcdn.com/7b9ebcc8-a9f9-4781-91e5-04a99bdbfc39/-/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-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  background-image: url(https://i.shgcdn.com/7b9ebcc8-a9f9-4781-91e5-04a99bdbfc39/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  background-image: url(https://i.shgcdn.com/7b9ebcc8-a9f9-4781-91e5-04a99bdbfc39/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  background-image: url(https://i.shgcdn.com/7b9ebcc8-a9f9-4781-91e5-04a99bdbfc39/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  background-image: url(https://i.shgcdn.com/7b9ebcc8-a9f9-4781-91e5-04a99bdbfc39/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c {
  cursor: pointer;
}#s-ffc8aa8c-b0e8-4d42-8c9f-27a8408e228c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-bee29de8-624d-44a2-8a19-6f4c5d976067 {
  display: none;
}
#s-bee29de8-624d-44a2-8a19-6f4c5d976067, #wrap-s-bee29de8-624d-44a2-8a19-6f4c5d976067 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bee29de8-624d-44a2-8a19-6f4c5d976067 {
  display: none;
}
#s-bee29de8-624d-44a2-8a19-6f4c5d976067, #wrap-s-bee29de8-624d-44a2-8a19-6f4c5d976067 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bee29de8-624d-44a2-8a19-6f4c5d976067 {
  display: none;
}
#s-bee29de8-624d-44a2-8a19-6f4c5d976067, #wrap-s-bee29de8-624d-44a2-8a19-6f4c5d976067 { display: none !important; }}
#s-0871f252-e14a-45aa-b272-8f677332eea9 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0871f252-e14a-45aa-b272-8f677332eea9 {
  display: none;
}
#s-0871f252-e14a-45aa-b272-8f677332eea9, #wrap-s-0871f252-e14a-45aa-b272-8f677332eea9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0871f252-e14a-45aa-b272-8f677332eea9 {
  display: none;
}
#s-0871f252-e14a-45aa-b272-8f677332eea9, #wrap-s-0871f252-e14a-45aa-b272-8f677332eea9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0871f252-e14a-45aa-b272-8f677332eea9 {
  display: none;
}
#s-0871f252-e14a-45aa-b272-8f677332eea9, #wrap-s-0871f252-e14a-45aa-b272-8f677332eea9 { display: none !important; }}
#s-0871f252-e14a-45aa-b272-8f677332eea9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0871f252-e14a-45aa-b272-8f677332eea9 .shg-sld-nav-button.shg-sld-left,
#s-0871f252-e14a-45aa-b272-8f677332eea9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0477206b-9509-4f8d-b306-5fdac138a082 {
  text-align: left;
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 {
  max-width:  100%;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  width: 100%;
}



.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 {
  max-width:  100%;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  width: 100%;
}



.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 {
  max-width:  100%;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  width: 100%;
}



.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 {
  max-width:  100%;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  width: 100%;
}



.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 {
  max-width:  100%;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  width: 100%;
}



.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 .shg-image-zoom,
.shg-c#s-0477206b-9509-4f8d-b306-5fdac138a082 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-88de270d-03f7-4eba-9c3c-b9bc5621d5e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88de270d-03f7-4eba-9c3c-b9bc5621d5e4 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e45b1974-6a66-4d63-acda-4b25fcb5ef1c {
  text-align: center;
}

#s-e45b1974-6a66-4d63-acda-4b25fcb5ef1c .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e45b1974-6a66-4d63-acda-4b25fcb5ef1c .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e45b1974-6a66-4d63-acda-4b25fcb5ef1c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-67b57987-5a70-49fc-92f0-eec78d41cb6e {
  text-align: left;
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e {
  max-width:  100%;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  width: 100%;
}



.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e {
  max-width:  100%;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  width: 100%;
}



.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e {
  max-width:  100%;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  width: 100%;
}



.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e {
  max-width:  100%;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  width: 100%;
}



.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e {
  max-width:  100%;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  width: 100%;
}



.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e .shg-image-zoom,
.shg-c#s-67b57987-5a70-49fc-92f0-eec78d41cb6e img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-c113eea9-f2da-4f38-9357-61c3d72da544 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c113eea9-f2da-4f38-9357-61c3d72da544 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7885a4f1-f1d0-4fad-9357-ea7a95104881 {
  text-align: center;
}

#s-7885a4f1-f1d0-4fad-9357-ea7a95104881 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7885a4f1-f1d0-4fad-9357-ea7a95104881 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7885a4f1-f1d0-4fad-9357-ea7a95104881 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-66f2669f-d252-4682-803d-e47bef226044 {
  text-align: left;
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 {
  max-width:  100%;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  width: 100%;
}



.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 {
  max-width:  100%;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  width: 100%;
}



.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 {
  max-width:  100%;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  width: 100%;
}



.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 {
  max-width:  100%;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  width: 100%;
}



.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 {
  max-width:  100%;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  width: 100%;
}



.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 .shg-image-zoom,
.shg-c#s-66f2669f-d252-4682-803d-e47bef226044 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-be6d1b7b-2b63-43ee-8b6c-3035d5850a93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be6d1b7b-2b63-43ee-8b6c-3035d5850a93 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b8fea86f-fc36-4d8f-b051-bb30fd64ba27 {
  text-align: center;
}

#s-b8fea86f-fc36-4d8f-b051-bb30fd64ba27 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b8fea86f-fc36-4d8f-b051-bb30fd64ba27 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b8fea86f-fc36-4d8f-b051-bb30fd64ba27 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1376648b-3e04-47dd-ac5e-edafe7b61487 {
  text-align: left;
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 {
  max-width:  100%;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  width: 100%;
}



.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 {
  max-width:  100%;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  width: 100%;
}



.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 {
  max-width:  100%;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  width: 100%;
}



.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 {
  max-width:  100%;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  width: 100%;
}



.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 {
  max-width:  100%;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  width: 100%;
}



.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 .shg-image-zoom,
.shg-c#s-1376648b-3e04-47dd-ac5e-edafe7b61487 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-77e020aa-8edd-474b-891c-e7a56f9c54b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77e020aa-8edd-474b-891c-e7a56f9c54b9 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-88d4a481-c71e-46f5-91a3-09d728256308 {
  text-align: center;
}

#s-88d4a481-c71e-46f5-91a3-09d728256308 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-88d4a481-c71e-46f5-91a3-09d728256308 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-88d4a481-c71e-46f5-91a3-09d728256308 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d {
  text-align: left;
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d {
  max-width:  100%;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  width: 100%;
}



.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d {
  max-width:  100%;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  width: 100%;
}



.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d {
  max-width:  100%;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  width: 100%;
}



.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d {
  max-width:  100%;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  width: 100%;
}



.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d {
  max-width:  100%;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  width: 100%;
}



.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d .shg-image-zoom,
.shg-c#s-69d4f8be-bbb8-425b-b40d-c60566ce7a8d img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-b9866bc4-1dd5-43e2-8fce-3a8be10fadca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9866bc4-1dd5-43e2-8fce-3a8be10fadca .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-071b7442-0c0e-4a15-818e-f0328f6ba7f7 {
  text-align: center;
}

#s-071b7442-0c0e-4a15-818e-f0328f6ba7f7 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-071b7442-0c0e-4a15-818e-f0328f6ba7f7 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-071b7442-0c0e-4a15-818e-f0328f6ba7f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 {
  text-align: left;
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 {
  max-width:  100%;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  width: 100%;
}



.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 {
  max-width:  100%;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  width: 100%;
}



.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 {
  max-width:  100%;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  width: 100%;
}



.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 {
  max-width:  100%;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  width: 100%;
}



.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 {
  max-width:  100%;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  width: 100%;
}



.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 .shg-image-zoom,
.shg-c#s-34ba9aed-fd82-427f-90ce-8dc3580748e9 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-7aa32252-3d87-40f9-b2fe-fa9801a7569e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7aa32252-3d87-40f9-b2fe-fa9801a7569e .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-11011385-3ed6-46dd-899c-aacd266c3389 {
  text-align: center;
}

#s-11011385-3ed6-46dd-899c-aacd266c3389 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-11011385-3ed6-46dd-899c-aacd266c3389 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-11011385-3ed6-46dd-899c-aacd266c3389 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c763f355-fb48-46f4-a350-96f5bfa6952f {
  min-height: 50px;
}
@media (max-width: 767px){#s-c763f355-fb48-46f4-a350-96f5bfa6952f {
  display: none;
}
#s-c763f355-fb48-46f4-a350-96f5bfa6952f, #wrap-s-c763f355-fb48-46f4-a350-96f5bfa6952f { display: none !important; }}







#s-c763f355-fb48-46f4-a350-96f5bfa6952f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c763f355-fb48-46f4-a350-96f5bfa6952f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b0b5e67-f21d-4a98-8718-4e1fef7e560d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-9b0b5e67-f21d-4a98-8718-4e1fef7e560d .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-8142520c-5c3a-46a5-90f7-6c3c1dcabf06 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-8142520c-5c3a-46a5-90f7-6c3c1dcabf06 {
  display: none;
}
#s-8142520c-5c3a-46a5-90f7-6c3c1dcabf06, #wrap-s-8142520c-5c3a-46a5-90f7-6c3c1dcabf06 { display: none !important; }}
#s-8142520c-5c3a-46a5-90f7-6c3c1dcabf06 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8142520c-5c3a-46a5-90f7-6c3c1dcabf06 .shg-sld-nav-button.shg-sld-left,
#s-8142520c-5c3a-46a5-90f7-6c3c1dcabf06 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-90d52146-f3ff-4ad8-b798-00ddb5c67472"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90d52146-f3ff-4ad8-b798-00ddb5c67472"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-90d52146-f3ff-4ad8-b798-00ddb5c67472"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-90d52146-f3ff-4ad8-b798-00ddb5c67472"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d {
  text-align: left;
}



.shg-c#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc04b30-fb6b-42d0-830a-9fcef350a11d img.shogun-image {
  width: 100%;
}



}
#s-cb07905a-46f2-4fde-9aac-295df5b0d502 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb07905a-46f2-4fde-9aac-295df5b0d502 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bc589ab6-dfd9-47ef-8a78-33bf4c24db57 {
  text-align: center;
}

#s-bc589ab6-dfd9-47ef-8a78-33bf4c24db57 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bc589ab6-dfd9-47ef-8a78-33bf4c24db57 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bc589ab6-dfd9-47ef-8a78-33bf4c24db57 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 {
  text-align: left;
}



.shg-c#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce6f21f7-a155-4dee-a8bb-0b6fbcdf7e38 img.shogun-image {
  width: 100%;
}



}
#s-75086d6c-20a9-4b9a-8dac-f3d61876cc89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75086d6c-20a9-4b9a-8dac-f3d61876cc89 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f6b56f0b-38e0-4587-8ef5-9296efd66f6c {
  text-align: center;
}

#s-f6b56f0b-38e0-4587-8ef5-9296efd66f6c .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f6b56f0b-38e0-4587-8ef5-9296efd66f6c .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f6b56f0b-38e0-4587-8ef5-9296efd66f6c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 {
  text-align: left;
}



.shg-c#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe219307-cfc8-49ef-99de-e96e3dc4a699 img.shogun-image {
  width: 100%;
}



}
#s-4ffac753-ac13-4d6e-bc34-599d53f2accb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ffac753-ac13-4d6e-bc34-599d53f2accb .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-61a77e1a-5542-4743-82f1-e9a76dc4ec0f {
  text-align: center;
}

#s-61a77e1a-5542-4743-82f1-e9a76dc4ec0f .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-61a77e1a-5542-4743-82f1-e9a76dc4ec0f .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-61a77e1a-5542-4743-82f1-e9a76dc4ec0f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-adb3680b-a8b8-4dde-afb0-556dc892a78f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adb3680b-a8b8-4dde-afb0-556dc892a78f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-adb3680b-a8b8-4dde-afb0-556dc892a78f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-adb3680b-a8b8-4dde-afb0-556dc892a78f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db {
  text-align: left;
}



.shg-c#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-335b8f48-dfe0-4e3e-8795-62710bfeb5db img.shogun-image {
  width: 100%;
}



}
#s-d2390cb1-0de0-4fe2-bb86-a187264a9e72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2390cb1-0de0-4fe2-bb86-a187264a9e72 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2d9650e9-6910-4224-8618-7a443ffcae7c {
  text-align: center;
}

#s-2d9650e9-6910-4224-8618-7a443ffcae7c .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2d9650e9-6910-4224-8618-7a443ffcae7c .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d9650e9-6910-4224-8618-7a443ffcae7c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-62767465-e04f-4299-8bc0-d918196b43ed {
  text-align: left;
}



.shg-c#s-62767465-e04f-4299-8bc0-d918196b43ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62767465-e04f-4299-8bc0-d918196b43ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-62767465-e04f-4299-8bc0-d918196b43ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62767465-e04f-4299-8bc0-d918196b43ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62767465-e04f-4299-8bc0-d918196b43ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62767465-e04f-4299-8bc0-d918196b43ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62767465-e04f-4299-8bc0-d918196b43ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62767465-e04f-4299-8bc0-d918196b43ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62767465-e04f-4299-8bc0-d918196b43ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62767465-e04f-4299-8bc0-d918196b43ed img.shogun-image {
  width: 100%;
}



}
#s-4aaf9b7a-ee7c-471a-919e-14a89715ba33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4aaf9b7a-ee7c-471a-919e-14a89715ba33 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9fdaa365-baa0-4c2b-b52b-6ac2dddf6a26 {
  text-align: center;
}

#s-9fdaa365-baa0-4c2b-b52b-6ac2dddf6a26 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9fdaa365-baa0-4c2b-b52b-6ac2dddf6a26 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9fdaa365-baa0-4c2b-b52b-6ac2dddf6a26 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b95b65be-b811-4b0c-9f93-17eece9ed74c {
  text-align: left;
}



.shg-c#s-b95b65be-b811-4b0c-9f93-17eece9ed74c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b95b65be-b811-4b0c-9f93-17eece9ed74c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b95b65be-b811-4b0c-9f93-17eece9ed74c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b95b65be-b811-4b0c-9f93-17eece9ed74c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b95b65be-b811-4b0c-9f93-17eece9ed74c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b95b65be-b811-4b0c-9f93-17eece9ed74c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b95b65be-b811-4b0c-9f93-17eece9ed74c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b95b65be-b811-4b0c-9f93-17eece9ed74c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b95b65be-b811-4b0c-9f93-17eece9ed74c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b95b65be-b811-4b0c-9f93-17eece9ed74c img.shogun-image {
  width: 100%;
}



}
#s-53c7cf3b-e3da-4fbb-a64f-5d2ba25573f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53c7cf3b-e3da-4fbb-a64f-5d2ba25573f4 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b6fe8bf4-0a3f-4398-9e7d-3f44742146de {
  text-align: center;
}

#s-b6fe8bf4-0a3f-4398-9e7d-3f44742146de .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b6fe8bf4-0a3f-4398-9e7d-3f44742146de .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b6fe8bf4-0a3f-4398-9e7d-3f44742146de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-2fd7829b-75e7-4873-9c5d-176dfd024a88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fd7829b-75e7-4873-9c5d-176dfd024a88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd7829b-75e7-4873-9c5d-176dfd024a88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fd7829b-75e7-4873-9c5d-176dfd024a88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd7829b-75e7-4873-9c5d-176dfd024a88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fd7829b-75e7-4873-9c5d-176dfd024a88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd7829b-75e7-4873-9c5d-176dfd024a88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-45cf1bf9-653d-4bd1-a0da-ebbd631ddd0b {
  min-height: 50px;
}
@media (max-width: 767px){#s-45cf1bf9-653d-4bd1-a0da-ebbd631ddd0b {
  display: none;
}
#s-45cf1bf9-653d-4bd1-a0da-ebbd631ddd0b, #wrap-s-45cf1bf9-653d-4bd1-a0da-ebbd631ddd0b { display: none !important; }}







#s-45cf1bf9-653d-4bd1-a0da-ebbd631ddd0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45cf1bf9-653d-4bd1-a0da-ebbd631ddd0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dade35f0-711f-49f8-a062-090f45653a87 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-dade35f0-711f-49f8-a062-090f45653a87 .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-fb62ca99-2c81-467e-bb8f-50220e34e8e6 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-fb62ca99-2c81-467e-bb8f-50220e34e8e6 {
  display: none;
}
#s-fb62ca99-2c81-467e-bb8f-50220e34e8e6, #wrap-s-fb62ca99-2c81-467e-bb8f-50220e34e8e6 { display: none !important; }}
#s-fb62ca99-2c81-467e-bb8f-50220e34e8e6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fb62ca99-2c81-467e-bb8f-50220e34e8e6 .shg-sld-nav-button.shg-sld-left,
#s-fb62ca99-2c81-467e-bb8f-50220e34e8e6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-d71c6d67-b025-4757-bb5b-a212d29894a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d71c6d67-b025-4757-bb5b-a212d29894a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d71c6d67-b025-4757-bb5b-a212d29894a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d71c6d67-b025-4757-bb5b-a212d29894a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ecd2d457-82d6-4a2b-8073-47998dc8488f {
  text-align: left;
}



.shg-c#s-ecd2d457-82d6-4a2b-8073-47998dc8488f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd2d457-82d6-4a2b-8073-47998dc8488f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ecd2d457-82d6-4a2b-8073-47998dc8488f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd2d457-82d6-4a2b-8073-47998dc8488f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ecd2d457-82d6-4a2b-8073-47998dc8488f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd2d457-82d6-4a2b-8073-47998dc8488f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ecd2d457-82d6-4a2b-8073-47998dc8488f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd2d457-82d6-4a2b-8073-47998dc8488f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ecd2d457-82d6-4a2b-8073-47998dc8488f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecd2d457-82d6-4a2b-8073-47998dc8488f img.shogun-image {
  width: 100%;
}



}
#s-6dd8a7ff-281e-493a-bd9a-639fb5a7661a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6dd8a7ff-281e-493a-bd9a-639fb5a7661a .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-91877096-d1ca-494e-bdb2-28bee166e29d {
  text-align: center;
}

#s-91877096-d1ca-494e-bdb2-28bee166e29d .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-91877096-d1ca-494e-bdb2-28bee166e29d .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-91877096-d1ca-494e-bdb2-28bee166e29d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 {
  text-align: left;
}



.shg-c#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31ee4d1-7f3f-439b-aec9-5277e3caa4d6 img.shogun-image {
  width: 100%;
}



}
#s-b7b254f8-d6ed-4b9a-bdab-efd0c202fcd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7b254f8-d6ed-4b9a-bdab-efd0c202fcd4 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cffa87f5-6b8e-4081-93d4-c65dc24391d9 {
  text-align: center;
}

#s-cffa87f5-6b8e-4081-93d4-c65dc24391d9 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cffa87f5-6b8e-4081-93d4-c65dc24391d9 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cffa87f5-6b8e-4081-93d4-c65dc24391d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e {
  text-align: left;
}



.shg-c#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43ce8d70-3d7a-4062-9dd0-c9e33bfec52e img.shogun-image {
  width: 100%;
}



}
#s-e96ab7ed-c0d3-41a5-a726-b7e77b3d28a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e96ab7ed-c0d3-41a5-a726-b7e77b3d28a2 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0376b7a4-1ada-459a-90c8-df3e073cbd95 {
  text-align: center;
}

#s-0376b7a4-1ada-459a-90c8-df3e073cbd95 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0376b7a4-1ada-459a-90c8-df3e073cbd95 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0376b7a4-1ada-459a-90c8-df3e073cbd95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-0eadc8e7-2d9e-4978-8650-6659ed134654"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0eadc8e7-2d9e-4978-8650-6659ed134654"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0eadc8e7-2d9e-4978-8650-6659ed134654"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0eadc8e7-2d9e-4978-8650-6659ed134654"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 {
  text-align: left;
}



.shg-c#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b80d9b9-06f0-4b38-b88d-4acf30a4af50 img.shogun-image {
  width: 100%;
}



}
#s-8ac3afc9-b73b-4b0a-ae05-bc0f39d84607 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ac3afc9-b73b-4b0a-ae05-bc0f39d84607 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-16cf437d-6059-4ef3-8f78-f89a94b8133e {
  text-align: center;
}

#s-16cf437d-6059-4ef3-8f78-f89a94b8133e .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-16cf437d-6059-4ef3-8f78-f89a94b8133e .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-16cf437d-6059-4ef3-8f78-f89a94b8133e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 {
  text-align: left;
}



.shg-c#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c3178e6-97ba-4a5b-9a32-659666f2d695 img.shogun-image {
  width: 100%;
}



}
#s-580d9b8d-c336-4eee-a4b3-b44407536730 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-580d9b8d-c336-4eee-a4b3-b44407536730 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-045dac54-81c2-4568-945b-14e27325feb6 {
  text-align: center;
}

#s-045dac54-81c2-4568-945b-14e27325feb6 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-045dac54-81c2-4568-945b-14e27325feb6 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-045dac54-81c2-4568-945b-14e27325feb6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 {
  text-align: left;
}



.shg-c#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8245c1c2-690c-4afa-b2bb-41a851cb1b12 img.shogun-image {
  width: 100%;
}



}
#s-cdda75f4-feb5-4a94-ac0d-08ed238d449c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdda75f4-feb5-4a94-ac0d-08ed238d449c .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-765a60ae-b982-4588-8d5d-938016b326ba {
  text-align: center;
}

#s-765a60ae-b982-4588-8d5d-938016b326ba .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-765a60ae-b982-4588-8d5d-938016b326ba .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-765a60ae-b982-4588-8d5d-938016b326ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-765e8e3d-82ae-4449-b99e-f72f8f0a1174 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-765e8e3d-82ae-4449-b99e-f72f8f0a1174 {
  display: none;
}
#s-765e8e3d-82ae-4449-b99e-f72f8f0a1174, #wrap-s-765e8e3d-82ae-4449-b99e-f72f8f0a1174 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-765e8e3d-82ae-4449-b99e-f72f8f0a1174 {
  display: none;
}
#s-765e8e3d-82ae-4449-b99e-f72f8f0a1174, #wrap-s-765e8e3d-82ae-4449-b99e-f72f8f0a1174 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-765e8e3d-82ae-4449-b99e-f72f8f0a1174 {
  display: none;
}
#s-765e8e3d-82ae-4449-b99e-f72f8f0a1174, #wrap-s-765e8e3d-82ae-4449-b99e-f72f8f0a1174 { display: none !important; }}@media (max-width: 767px){#s-765e8e3d-82ae-4449-b99e-f72f8f0a1174 {
  display: none;
}
#s-765e8e3d-82ae-4449-b99e-f72f8f0a1174, #wrap-s-765e8e3d-82ae-4449-b99e-f72f8f0a1174 { display: none !important; }}
#s-765e8e3d-82ae-4449-b99e-f72f8f0a1174 .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 1%;
margin-right: 1%;
min-height: 500px;
background-position: center center;
}

#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  background-image: url(https://i.shgcdn.com/d48ca6a1-64fb-4dd1-b606-99fb5deaca50/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  background-image: url(https://i.shgcdn.com/d48ca6a1-64fb-4dd1-b606-99fb5deaca50/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  background-image: url(https://i.shgcdn.com/d48ca6a1-64fb-4dd1-b606-99fb5deaca50/-/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-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  background-image: url(https://i.shgcdn.com/d48ca6a1-64fb-4dd1-b606-99fb5deaca50/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  background-image: url(https://i.shgcdn.com/d48ca6a1-64fb-4dd1-b606-99fb5deaca50/-/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-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  background-image: url(https://i.shgcdn.com/d48ca6a1-64fb-4dd1-b606-99fb5deaca50/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  background-image: url(https://i.shgcdn.com/d48ca6a1-64fb-4dd1-b606-99fb5deaca50/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  background-image: url(https://i.shgcdn.com/d48ca6a1-64fb-4dd1-b606-99fb5deaca50/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  background-image: url(https://i.shgcdn.com/d48ca6a1-64fb-4dd1-b606-99fb5deaca50/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1 {
  cursor: pointer;
}#s-be92b7c6-d77b-4ed3-baa8-1de35032dbc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e9a8a38e-2fc3-479c-afda-c9e60e698094 {
  display: none;
}
#s-e9a8a38e-2fc3-479c-afda-c9e60e698094, #wrap-s-e9a8a38e-2fc3-479c-afda-c9e60e698094 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9a8a38e-2fc3-479c-afda-c9e60e698094 {
  display: none;
}
#s-e9a8a38e-2fc3-479c-afda-c9e60e698094, #wrap-s-e9a8a38e-2fc3-479c-afda-c9e60e698094 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9a8a38e-2fc3-479c-afda-c9e60e698094 {
  display: none;
}
#s-e9a8a38e-2fc3-479c-afda-c9e60e698094, #wrap-s-e9a8a38e-2fc3-479c-afda-c9e60e698094 { display: none !important; }}
#s-531b5996-3681-4bf3-bd43-e3e60f62776f {
  min-height: 50px;
}








#s-531b5996-3681-4bf3-bd43-e3e60f62776f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-531b5996-3681-4bf3-bd43-e3e60f62776f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a {
  display: none;
}
#s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a, #wrap-s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a {
  display: none;
}
#s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a, #wrap-s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a {
  display: none;
}
#s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a, #wrap-s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a { display: none !important; }}
#s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a .shg-sld-nav-button.shg-sld-left,
#s-39e3ef51-19be-40f4-b1dc-f5b9355ba97a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8f766893-bb39-4784-8ae5-006bf22c27a0 {
  text-align: left;
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 {
  max-width:  100%;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 {
  max-width:  100%;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 {
  max-width:  100%;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 {
  max-width:  100%;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 {
  max-width:  100%;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 .shg-image-zoom,
.shg-c#s-8f766893-bb39-4784-8ae5-006bf22c27a0 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-4b695dfa-789b-4559-afb6-d0a46fd7eda4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b695dfa-789b-4559-afb6-d0a46fd7eda4 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a10557ad-644c-40f1-a2af-3bc5f9b49fb0 {
  text-align: center;
}

#s-a10557ad-644c-40f1-a2af-3bc5f9b49fb0 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a10557ad-644c-40f1-a2af-3bc5f9b49fb0 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a10557ad-644c-40f1-a2af-3bc5f9b49fb0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-adaf2998-fa49-4314-a530-b69598d026e1 {
  text-align: left;
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 {
  max-width:  100%;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 {
  max-width:  100%;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 {
  max-width:  100%;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 {
  max-width:  100%;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 {
  max-width:  100%;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  width: 100%;
}



.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 .shg-image-zoom,
.shg-c#s-adaf2998-fa49-4314-a530-b69598d026e1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-32ade37e-928b-402b-bff6-9e977e1f176c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32ade37e-928b-402b-bff6-9e977e1f176c .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bd3cd619-ade6-42dc-9146-86efa9cb3f2c {
  text-align: center;
}

#s-bd3cd619-ade6-42dc-9146-86efa9cb3f2c .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bd3cd619-ade6-42dc-9146-86efa9cb3f2c .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bd3cd619-ade6-42dc-9146-86efa9cb3f2c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c {
  text-align: left;
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c {
  max-width:  100%;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  width: 100%;
}



.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c {
  max-width:  100%;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  width: 100%;
}



.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c {
  max-width:  100%;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  width: 100%;
}



.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c {
  max-width:  100%;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  width: 100%;
}



.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c {
  max-width:  100%;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  width: 100%;
}



.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c .shg-image-zoom,
.shg-c#s-6a4099a7-f72e-4fff-b327-c3631c1a5b3c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-315c08c5-3857-4026-948c-756e158b173d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-315c08c5-3857-4026-948c-756e158b173d .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c78258ff-ae68-4c52-be01-52cc1571ac73 {
  text-align: center;
}

#s-c78258ff-ae68-4c52-be01-52cc1571ac73 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c78258ff-ae68-4c52-be01-52cc1571ac73 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c78258ff-ae68-4c52-be01-52cc1571ac73 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 {
  text-align: left;
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 {
  max-width:  100%;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  width: 100%;
}



.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 {
  max-width:  100%;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  width: 100%;
}



.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 {
  max-width:  100%;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  width: 100%;
}



.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 {
  max-width:  100%;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  width: 100%;
}



.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 {
  max-width:  100%;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  width: 100%;
}



.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 .shg-image-zoom,
.shg-c#s-1e25040d-fa73-42a7-8c56-d04a17e1cd35 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-25fa662d-9b83-41d2-b2d9-6523895618d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25fa662d-9b83-41d2-b2d9-6523895618d0 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c74f4e52-8ff7-4102-9a54-385da112bc77 {
  text-align: center;
}

#s-c74f4e52-8ff7-4102-9a54-385da112bc77 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c74f4e52-8ff7-4102-9a54-385da112bc77 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c74f4e52-8ff7-4102-9a54-385da112bc77 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a21777b6-c450-4459-bde3-758eaaf43508 {
  text-align: left;
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 {
  max-width:  100%;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  width: 100%;
}



.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 {
  max-width:  100%;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  width: 100%;
}



.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 {
  max-width:  100%;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  width: 100%;
}



.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 {
  max-width:  100%;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  width: 100%;
}



.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 {
  max-width:  100%;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  width: 100%;
}



.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 .shg-image-zoom,
.shg-c#s-a21777b6-c450-4459-bde3-758eaaf43508 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-068d97b1-5330-4e4f-bc22-e5ebb4b77b43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-068d97b1-5330-4e4f-bc22-e5ebb4b77b43 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d14fcfa0-baf9-4916-8acc-ecf3969d66d4 {
  text-align: center;
}

#s-d14fcfa0-baf9-4916-8acc-ecf3969d66d4 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d14fcfa0-baf9-4916-8acc-ecf3969d66d4 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d14fcfa0-baf9-4916-8acc-ecf3969d66d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 {
  text-align: left;
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 {
  max-width:  100%;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  width: 100%;
}



.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 {
  max-width:  100%;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  width: 100%;
}



.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 {
  max-width:  100%;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  width: 100%;
}



.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 {
  max-width:  100%;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  width: 100%;
}



.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 {
  max-width:  100%;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  width: 100%;
}



.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 .shg-image-zoom,
.shg-c#s-d61161cc-5481-4369-bf8a-ef0a20f3a0b1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-291622d4-39a8-4884-98e9-2e47f9eebf73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-291622d4-39a8-4884-98e9-2e47f9eebf73 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c638085a-354a-4b88-8604-5cd0eccfb77c {
  text-align: center;
}

#s-c638085a-354a-4b88-8604-5cd0eccfb77c .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c638085a-354a-4b88-8604-5cd0eccfb77c .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c638085a-354a-4b88-8604-5cd0eccfb77c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a7fdaade-82b9-453e-ab6d-4f2d7cda5818 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 500px;
}
@media (min-width: 1200px){#s-a7fdaade-82b9-453e-ab6d-4f2d7cda5818 {
  min-height: 700px;
}
}@media (max-width: 767px){#s-a7fdaade-82b9-453e-ab6d-4f2d7cda5818 {
  padding-top: 0px;
padding-left: 1%;
padding-bottom: 100px;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-a7fdaade-82b9-453e-ab6d-4f2d7cda5818"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7fdaade-82b9-453e-ab6d-4f2d7cda5818"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7fdaade-82b9-453e-ab6d-4f2d7cda5818"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7fdaade-82b9-453e-ab6d-4f2d7cda5818"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a7fdaade-82b9-453e-ab6d-4f2d7cda5818"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e1d59776-4648-451f-baa1-fda71301b93f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-e1d59776-4648-451f-baa1-fda71301b93f {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1d59776-4648-451f-baa1-fda71301b93f {
  min-height: 500px;
}
}@media (max-width: 767px){#s-e1d59776-4648-451f-baa1-fda71301b93f {
  min-height: 500px;
}
}
#s-e1d59776-4648-451f-baa1-fda71301b93f {
  background-image: url(https://i.shgcdn.com/5cf01766-6d04-4be9-8225-612c7cfbacf2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e1d59776-4648-451f-baa1-fda71301b93f {
  background-image: url(https://i.shgcdn.com/5cf01766-6d04-4be9-8225-612c7cfbacf2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e1d59776-4648-451f-baa1-fda71301b93f {
  background-image: url(https://i.shgcdn.com/5cf01766-6d04-4be9-8225-612c7cfbacf2/-/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-e1d59776-4648-451f-baa1-fda71301b93f {
  background-image: url(https://i.shgcdn.com/5cf01766-6d04-4be9-8225-612c7cfbacf2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e1d59776-4648-451f-baa1-fda71301b93f {
  background-image: url(https://i.shgcdn.com/5cf01766-6d04-4be9-8225-612c7cfbacf2/-/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-e1d59776-4648-451f-baa1-fda71301b93f {
  background-image: url(https://i.shgcdn.com/5cf01766-6d04-4be9-8225-612c7cfbacf2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e1d59776-4648-451f-baa1-fda71301b93f {
  background-image: url(https://i.shgcdn.com/5cf01766-6d04-4be9-8225-612c7cfbacf2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e1d59776-4648-451f-baa1-fda71301b93f {
  background-image: url(https://i.shgcdn.com/5cf01766-6d04-4be9-8225-612c7cfbacf2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e1d59776-4648-451f-baa1-fda71301b93f {
  background-image: url(https://i.shgcdn.com/5cf01766-6d04-4be9-8225-612c7cfbacf2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-e1d59776-4648-451f-baa1-fda71301b93f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1d59776-4648-451f-baa1-fda71301b93f {
  cursor: pointer;
}#s-e1d59776-4648-451f-baa1-fda71301b93f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-941b69d7-5f1f-485e-9b91-9d39da8c54d9 {
  min-height: 50px;
}








#s-941b69d7-5f1f-485e-9b91-9d39da8c54d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-941b69d7-5f1f-485e-9b91-9d39da8c54d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78b79051-614e-4676-8154-a6acba7a4ffb {
  padding-top: 10px;
padding-bottom: 50px;
text-align: center;
}

#s-78b79051-614e-4676-8154-a6acba7a4ffb .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e8353c84-3d4e-4927-8eb4-d83c6f4a5756 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-e8353c84-3d4e-4927-8eb4-d83c6f4a5756 {
  margin-left: 5%;
margin-right: 5%;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-1fe0c3ba-8c95-488c-a509-26f2306df1fa {
  margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(168, 136, 83, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1fe0c3ba-8c95-488c-a509-26f2306df1fa: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(57, 104, 103, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(57, 104, 103, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1fe0c3ba-8c95-488c-a509-26f2306df1fa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1fe0c3ba-8c95-488c-a509-26f2306df1fa-root {
    text-align: center;
  }


#s-1fe0c3ba-8c95-488c-a509-26f2306df1fa.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fe0c3ba-8c95-488c-a509-26f2306df1fa-root {
    text-align: center;
  }


#s-1fe0c3ba-8c95-488c-a509-26f2306df1fa.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fe0c3ba-8c95-488c-a509-26f2306df1fa-root {
    text-align: center;
  }


#s-1fe0c3ba-8c95-488c-a509-26f2306df1fa.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fe0c3ba-8c95-488c-a509-26f2306df1fa-root {
    text-align: center;
  }


#s-1fe0c3ba-8c95-488c-a509-26f2306df1fa.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fe0c3ba-8c95-488c-a509-26f2306df1fa-root {
    text-align: center;
  }


#s-1fe0c3ba-8c95-488c-a509-26f2306df1fa.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-3764dddb-4e11-4701-a002-6d2b8ad08325 {
  padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
}
@media (max-width: 767px){#s-3764dddb-4e11-4701-a002-6d2b8ad08325 {
  padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-3764dddb-4e11-4701-a002-6d2b8ad08325"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3764dddb-4e11-4701-a002-6d2b8ad08325"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3764dddb-4e11-4701-a002-6d2b8ad08325"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3764dddb-4e11-4701-a002-6d2b8ad08325"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6b2ea628-95cc-497c-a074-f5b949a94173 {
  min-height: 50px;
}








#s-6b2ea628-95cc-497c-a074-f5b949a94173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b2ea628-95cc-497c-a074-f5b949a94173.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-667a2df0-1467-4e2f-816b-cef305bdac30 {
  margin-bottom: 50px;
padding-left: 10%;
padding-right: 10%;
}

#s-33580f6f-47d9-4960-b463-544ea61759be {
  padding-left: 10%;
padding-right: 10%;
}

#s-da413e61-ba5b-4384-98b5-cacc9f36c160 {
  margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(168, 136, 83, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-da413e61-ba5b-4384-98b5-cacc9f36c160: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(57, 104, 103, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(57, 104, 103, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-da413e61-ba5b-4384-98b5-cacc9f36c160:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-da413e61-ba5b-4384-98b5-cacc9f36c160-root {
    text-align: center;
  }


#s-da413e61-ba5b-4384-98b5-cacc9f36c160.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da413e61-ba5b-4384-98b5-cacc9f36c160-root {
    text-align: center;
  }


#s-da413e61-ba5b-4384-98b5-cacc9f36c160.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da413e61-ba5b-4384-98b5-cacc9f36c160-root {
    text-align: center;
  }


#s-da413e61-ba5b-4384-98b5-cacc9f36c160.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da413e61-ba5b-4384-98b5-cacc9f36c160-root {
    text-align: center;
  }


#s-da413e61-ba5b-4384-98b5-cacc9f36c160.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da413e61-ba5b-4384-98b5-cacc9f36c160-root {
    text-align: center;
  }


#s-da413e61-ba5b-4384-98b5-cacc9f36c160.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-f5d7f1c3-4007-4035-95ad-cdfb2f862117 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}

#s-f5d7f1c3-4007-4035-95ad-cdfb2f862117 {
  background-image: url(https://i.shgcdn.com/02aa7fa8-d538-4097-8b0c-108a14bc2272/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f5d7f1c3-4007-4035-95ad-cdfb2f862117 {
  background-image: url(https://i.shgcdn.com/02aa7fa8-d538-4097-8b0c-108a14bc2272/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5d7f1c3-4007-4035-95ad-cdfb2f862117 {
  background-image: url(https://i.shgcdn.com/02aa7fa8-d538-4097-8b0c-108a14bc2272/-/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-f5d7f1c3-4007-4035-95ad-cdfb2f862117 {
  background-image: url(https://i.shgcdn.com/02aa7fa8-d538-4097-8b0c-108a14bc2272/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5d7f1c3-4007-4035-95ad-cdfb2f862117 {
  background-image: url(https://i.shgcdn.com/02aa7fa8-d538-4097-8b0c-108a14bc2272/-/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-f5d7f1c3-4007-4035-95ad-cdfb2f862117 {
  background-image: url(https://i.shgcdn.com/02aa7fa8-d538-4097-8b0c-108a14bc2272/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5d7f1c3-4007-4035-95ad-cdfb2f862117 {
  background-image: url(https://i.shgcdn.com/02aa7fa8-d538-4097-8b0c-108a14bc2272/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f5d7f1c3-4007-4035-95ad-cdfb2f862117 {
  background-image: url(https://i.shgcdn.com/02aa7fa8-d538-4097-8b0c-108a14bc2272/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5d7f1c3-4007-4035-95ad-cdfb2f862117 {
  background-image: url(https://i.shgcdn.com/02aa7fa8-d538-4097-8b0c-108a14bc2272/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-f5d7f1c3-4007-4035-95ad-cdfb2f862117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5d7f1c3-4007-4035-95ad-cdfb2f862117.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2c79945-375f-4e29-95bb-53cdb6a1122a {
  padding-top: 10px;
padding-bottom: 50px;
text-align: center;
}
@media (max-width: 767px){#s-c2c79945-375f-4e29-95bb-53cdb6a1122a {
  padding-top: 100px;
padding-bottom: 0px;
}
}
#s-c2c79945-375f-4e29-95bb-53cdb6a1122a .shogun-heading-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1d474164-fc3b-4019-bf56-7011d849e7a6 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d474164-fc3b-4019-bf56-7011d849e7a6 {
  display: unset;
}
#s-1d474164-fc3b-4019-bf56-7011d849e7a6, #wrap-s-1d474164-fc3b-4019-bf56-7011d849e7a6 { display: unset !important; }}@media (max-width: 767px){#s-1d474164-fc3b-4019-bf56-7011d849e7a6 {
  display: none;
}
#s-1d474164-fc3b-4019-bf56-7011d849e7a6, #wrap-s-1d474164-fc3b-4019-bf56-7011d849e7a6 { display: none !important; }}
#s-1d474164-fc3b-4019-bf56-7011d849e7a6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1d474164-fc3b-4019-bf56-7011d849e7a6 .shg-sld-nav-button.shg-sld-left,
#s-1d474164-fc3b-4019-bf56-7011d849e7a6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-e3ea599a-1895-4929-9b9b-909300948ee0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3ea599a-1895-4929-9b9b-909300948ee0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e3ea599a-1895-4929-9b9b-909300948ee0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e3ea599a-1895-4929-9b9b-909300948ee0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6a70d339-ca7b-4899-8080-26e40773d71c {
  text-align: left;
}



.shg-c#s-6a70d339-ca7b-4899-8080-26e40773d71c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a70d339-ca7b-4899-8080-26e40773d71c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a70d339-ca7b-4899-8080-26e40773d71c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a70d339-ca7b-4899-8080-26e40773d71c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a70d339-ca7b-4899-8080-26e40773d71c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a70d339-ca7b-4899-8080-26e40773d71c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a70d339-ca7b-4899-8080-26e40773d71c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a70d339-ca7b-4899-8080-26e40773d71c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a70d339-ca7b-4899-8080-26e40773d71c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a70d339-ca7b-4899-8080-26e40773d71c img.shogun-image {
  width: 100%;
}



}
#s-bf1def24-5bcb-438c-929d-23e9f578033e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf1def24-5bcb-438c-929d-23e9f578033e .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-086fb50e-665a-4845-9503-3122cdec5381 {
  text-align: center;
}

#s-086fb50e-665a-4845-9503-3122cdec5381 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-086fb50e-665a-4845-9503-3122cdec5381 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-086fb50e-665a-4845-9503-3122cdec5381 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 {
  text-align: left;
}



.shg-c#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e200e679-0eaa-4ce9-9cd9-fbb78e0bc937 img.shogun-image {
  width: 100%;
}



}
#s-5a1613ce-31b4-4096-8935-3cda34f994ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a1613ce-31b4-4096-8935-3cda34f994ee .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f647859f-4c29-430e-95c7-42200bb4b04a {
  text-align: center;
}

#s-f647859f-4c29-430e-95c7-42200bb4b04a .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f647859f-4c29-430e-95c7-42200bb4b04a .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f647859f-4c29-430e-95c7-42200bb4b04a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-50242819-64ef-4a0c-acdd-86f83cd79f05 {
  text-align: left;
}



.shg-c#s-50242819-64ef-4a0c-acdd-86f83cd79f05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50242819-64ef-4a0c-acdd-86f83cd79f05 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-50242819-64ef-4a0c-acdd-86f83cd79f05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50242819-64ef-4a0c-acdd-86f83cd79f05 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50242819-64ef-4a0c-acdd-86f83cd79f05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50242819-64ef-4a0c-acdd-86f83cd79f05 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50242819-64ef-4a0c-acdd-86f83cd79f05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50242819-64ef-4a0c-acdd-86f83cd79f05 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-50242819-64ef-4a0c-acdd-86f83cd79f05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50242819-64ef-4a0c-acdd-86f83cd79f05 img.shogun-image {
  width: 100%;
}



}
#s-89a02382-642e-4957-ba19-189d2a321b9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89a02382-642e-4957-ba19-189d2a321b9a .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-247251fc-a30e-4983-b36f-576af3e8e11a {
  text-align: center;
}

#s-247251fc-a30e-4983-b36f-576af3e8e11a .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-247251fc-a30e-4983-b36f-576af3e8e11a .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-247251fc-a30e-4983-b36f-576af3e8e11a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 {
  text-align: left;
}



.shg-c#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89a7a97d-1ddb-45b2-bf82-37fe5c735ea6 img.shogun-image {
  width: 100%;
}



}
#s-2e43c257-dc85-4954-89de-14499157f467 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e43c257-dc85-4954-89de-14499157f467 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-095e3573-da51-41be-9b91-bd78a69807d6 {
  text-align: center;
}

#s-095e3573-da51-41be-9b91-bd78a69807d6 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-095e3573-da51-41be-9b91-bd78a69807d6 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-095e3573-da51-41be-9b91-bd78a69807d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-406604f4-8cca-4dae-93b5-93f001151b1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-406604f4-8cca-4dae-93b5-93f001151b1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-406604f4-8cca-4dae-93b5-93f001151b1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-406604f4-8cca-4dae-93b5-93f001151b1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 {
  text-align: left;
}



.shg-c#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a6b287b-9ec1-40fd-8538-115ad6e64831 img.shogun-image {
  width: 100%;
}



}
#s-ea8f6427-887c-4a4d-8d9c-4b18be5b2cd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea8f6427-887c-4a4d-8d9c-4b18be5b2cd8 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cbea41bb-b6e1-4a11-9803-d0d8c89dfcb6 {
  text-align: center;
}

#s-cbea41bb-b6e1-4a11-9803-d0d8c89dfcb6 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cbea41bb-b6e1-4a11-9803-d0d8c89dfcb6 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cbea41bb-b6e1-4a11-9803-d0d8c89dfcb6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a5464ca2-244d-471c-a9c4-b7c15523b65e {
  text-align: left;
}



.shg-c#s-a5464ca2-244d-471c-a9c4-b7c15523b65e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5464ca2-244d-471c-a9c4-b7c15523b65e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5464ca2-244d-471c-a9c4-b7c15523b65e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5464ca2-244d-471c-a9c4-b7c15523b65e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5464ca2-244d-471c-a9c4-b7c15523b65e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5464ca2-244d-471c-a9c4-b7c15523b65e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5464ca2-244d-471c-a9c4-b7c15523b65e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5464ca2-244d-471c-a9c4-b7c15523b65e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5464ca2-244d-471c-a9c4-b7c15523b65e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5464ca2-244d-471c-a9c4-b7c15523b65e img.shogun-image {
  width: 100%;
}



}
#s-5fdbe422-2103-4b79-80d3-9cdd7958eaaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fdbe422-2103-4b79-80d3-9cdd7958eaaf .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-eb317647-eeb1-4c15-be77-95d6adf95de9 {
  text-align: center;
}

#s-eb317647-eeb1-4c15-be77-95d6adf95de9 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eb317647-eeb1-4c15-be77-95d6adf95de9 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eb317647-eeb1-4c15-be77-95d6adf95de9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae {
  text-align: left;
}



.shg-c#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03605c2f-2cf8-44ee-8dc9-159ec24eaaae img.shogun-image {
  width: 100%;
}



}
#s-d3abc4c3-8302-4d3d-b6bb-1f24c10e6bde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3abc4c3-8302-4d3d-b6bb-1f24c10e6bde .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c619e30c-99e1-40ed-902d-0c78f3655041 {
  text-align: center;
}

#s-c619e30c-99e1-40ed-902d-0c78f3655041 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c619e30c-99e1-40ed-902d-0c78f3655041 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c619e30c-99e1-40ed-902d-0c78f3655041 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e {
  text-align: left;
}



.shg-c#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93dc1b2f-fa6f-41b3-a5db-6096c078c39e img.shogun-image {
  width: 100%;
}



}
#s-c9894900-60a6-4441-bfcb-f238d37fe9db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9894900-60a6-4441-bfcb-f238d37fe9db .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-84b5a36e-9626-4ea0-8c34-3670deeead1a {
  text-align: center;
}

#s-84b5a36e-9626-4ea0-8c34-3670deeead1a .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84b5a36e-9626-4ea0-8c34-3670deeead1a .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-84b5a36e-9626-4ea0-8c34-3670deeead1a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-38ab3508-b88c-464a-9e35-09cbbbeddcc7 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-38ab3508-b88c-464a-9e35-09cbbbeddcc7 {
  display: none;
}
#s-38ab3508-b88c-464a-9e35-09cbbbeddcc7, #wrap-s-38ab3508-b88c-464a-9e35-09cbbbeddcc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38ab3508-b88c-464a-9e35-09cbbbeddcc7 {
  display: none;
}
#s-38ab3508-b88c-464a-9e35-09cbbbeddcc7, #wrap-s-38ab3508-b88c-464a-9e35-09cbbbeddcc7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38ab3508-b88c-464a-9e35-09cbbbeddcc7 {
  display: none;
}
#s-38ab3508-b88c-464a-9e35-09cbbbeddcc7, #wrap-s-38ab3508-b88c-464a-9e35-09cbbbeddcc7 { display: none !important; }}
#s-38ab3508-b88c-464a-9e35-09cbbbeddcc7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-38ab3508-b88c-464a-9e35-09cbbbeddcc7 .shg-sld-nav-button.shg-sld-left,
#s-38ab3508-b88c-464a-9e35-09cbbbeddcc7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 {
  text-align: left;
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 {
  max-width:  100%;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 {
  max-width:  100%;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 {
  max-width:  100%;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 {
  max-width:  100%;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 {
  max-width:  100%;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 .shg-image-zoom,
.shg-c#s-2c8f6566-6cac-4e55-8be2-68703c4ddc29 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-298cc4de-5985-4053-afab-14388bb6ab1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-298cc4de-5985-4053-afab-14388bb6ab1c .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-33365382-da44-4dd2-94b1-d725ada525e3 {
  text-align: center;
}

#s-33365382-da44-4dd2-94b1-d725ada525e3 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-33365382-da44-4dd2-94b1-d725ada525e3 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-33365382-da44-4dd2-94b1-d725ada525e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4e367d2f-e84b-4d3b-85ff-7529074f410a {
  text-align: left;
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a {
  max-width:  100%;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  width: 100%;
}



.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a {
  max-width:  100%;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  width: 100%;
}



.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a {
  max-width:  100%;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  width: 100%;
}



.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a {
  max-width:  100%;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  width: 100%;
}



.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a {
  max-width:  100%;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  width: 100%;
}



.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a .shg-image-zoom,
.shg-c#s-4e367d2f-e84b-4d3b-85ff-7529074f410a img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-b5f9e096-1170-4e4e-98f8-4b2dccb25908 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5f9e096-1170-4e4e-98f8-4b2dccb25908 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-eb30806f-ba4c-48b9-92c4-882f8aab4a29 {
  text-align: center;
}

#s-eb30806f-ba4c-48b9-92c4-882f8aab4a29 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eb30806f-ba4c-48b9-92c4-882f8aab4a29 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eb30806f-ba4c-48b9-92c4-882f8aab4a29 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ff61caff-02bf-486c-85f9-eba03fd53979 {
  text-align: left;
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 {
  max-width:  100%;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  width: 100%;
}



.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 {
  max-width:  100%;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  width: 100%;
}



.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 {
  max-width:  100%;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  width: 100%;
}



.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 {
  max-width:  100%;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  width: 100%;
}



.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 {
  max-width:  100%;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  width: 100%;
}



.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 .shg-image-zoom,
.shg-c#s-ff61caff-02bf-486c-85f9-eba03fd53979 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-91cb96ad-2633-4081-8fd2-7eaadb7656d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91cb96ad-2633-4081-8fd2-7eaadb7656d4 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-901524c1-5935-4a42-9b69-60421b2575fa {
  text-align: center;
}

#s-901524c1-5935-4a42-9b69-60421b2575fa .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-901524c1-5935-4a42-9b69-60421b2575fa .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-901524c1-5935-4a42-9b69-60421b2575fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-66f66a13-35fd-4679-ba25-31514796368c {
  text-align: left;
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c {
  max-width:  100%;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  width: 100%;
}



.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c {
  max-width:  100%;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  width: 100%;
}



.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c {
  max-width:  100%;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  width: 100%;
}



.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c {
  max-width:  100%;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  width: 100%;
}



.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c {
  max-width:  100%;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  width: 100%;
}



.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c .shg-image-zoom,
.shg-c#s-66f66a13-35fd-4679-ba25-31514796368c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-ec34a14b-09f0-4c9b-b6c6-babfc144f600 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec34a14b-09f0-4c9b-b6c6-babfc144f600 .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-068b6c9d-5617-46dc-b33e-48b5ad7bf16d {
  text-align: center;
}

#s-068b6c9d-5617-46dc-b33e-48b5ad7bf16d .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-068b6c9d-5617-46dc-b33e-48b5ad7bf16d .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-068b6c9d-5617-46dc-b33e-48b5ad7bf16d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bd629143-f2bd-4d44-8499-3a693d8063c1 {
  text-align: left;
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 {
  max-width:  100%;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  width: 100%;
}



.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 {
  max-width:  100%;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  width: 100%;
}



.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 {
  max-width:  100%;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  width: 100%;
}



.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 {
  max-width:  100%;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  width: 100%;
}



.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 {
  max-width:  100%;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  width: 100%;
}



.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 .shg-image-zoom,
.shg-c#s-bd629143-f2bd-4d44-8499-3a693d8063c1 img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-fe6629ad-c47e-4542-97f4-79b4fe264f6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe6629ad-c47e-4542-97f4-79b4fe264f6a .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8abd3103-7edc-4e9f-a189-0be8d48802b2 {
  text-align: center;
}

#s-8abd3103-7edc-4e9f-a189-0be8d48802b2 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8abd3103-7edc-4e9f-a189-0be8d48802b2 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8abd3103-7edc-4e9f-a189-0be8d48802b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e7d154ef-672d-48c0-9898-ff953add032c {
  text-align: left;
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c {
  max-width:  100%;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  width: 100%;
}



.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  aspect-ratio: 1080/1350;
}

@media (min-width: 1200px){
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c {
  max-width:  100%;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  width: 100%;
}



.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c {
  max-width:  100%;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  width: 100%;
}



.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c {
  max-width:  100%;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  width: 100%;
}



.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}@media (max-width: 767px){
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c {
  max-width:  100%;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  width: 100%;
}



.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c .shg-image-zoom,
.shg-c#s-e7d154ef-672d-48c0-9898-ff953add032c img.shogun-image {
  aspect-ratio: 1080/1350;
}

}
#s-72c7ffc7-9de1-4938-babe-dc4ab720776b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72c7ffc7-9de1-4938-babe-dc4ab720776b .shg-product-title-component h1 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8578f10a-8be5-4a60-b0d7-45434872748f {
  text-align: center;
}

#s-8578f10a-8be5-4a60-b0d7-45434872748f .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8578f10a-8be5-4a60-b0d7-45434872748f .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8578f10a-8be5-4a60-b0d7-45434872748f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(168, 136, 83, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca: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(168, 136, 83, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(168, 136, 83, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca-root {
    text-align: center;
  }


#s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca-root {
    text-align: center;
  }


#s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca-root {
    text-align: center;
  }


#s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca-root {
    text-align: center;
  }


#s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca-root {
    text-align: center;
  }


#s-bda71d22-8989-4a6f-9a8d-ccd6ee33faca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-9fd1a6b8-8838-41d2-b563-4bc4e5dbf90a {
  margin-left: 1%;
margin-right: 1%;
padding-top: 80px;
padding-bottom: 80px;
}
@media (min-width: 1200px){#s-9fd1a6b8-8838-41d2-b563-4bc4e5dbf90a {
  padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-9fd1a6b8-8838-41d2-b563-4bc4e5dbf90a {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-9fd1a6b8-8838-41d2-b563-4bc4e5dbf90a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fd1a6b8-8838-41d2-b563-4bc4e5dbf90a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9fd1a6b8-8838-41d2-b563-4bc4e5dbf90a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fd1a6b8-8838-41d2-b563-4bc4e5dbf90a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9e263982-4ece-48b8-863c-84530a56661f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-9e263982-4ece-48b8-863c-84530a56661f {
  background-image: url(https://i.shgcdn.com/5f1e6cff-e48a-4562-9b51-6f706ee37830/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9e263982-4ece-48b8-863c-84530a56661f {
  background-image: url(https://i.shgcdn.com/5f1e6cff-e48a-4562-9b51-6f706ee37830/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9e263982-4ece-48b8-863c-84530a56661f {
  background-image: url(https://i.shgcdn.com/5f1e6cff-e48a-4562-9b51-6f706ee37830/-/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-9e263982-4ece-48b8-863c-84530a56661f {
  background-image: url(https://i.shgcdn.com/5f1e6cff-e48a-4562-9b51-6f706ee37830/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9e263982-4ece-48b8-863c-84530a56661f {
  background-image: url(https://i.shgcdn.com/5f1e6cff-e48a-4562-9b51-6f706ee37830/-/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-9e263982-4ece-48b8-863c-84530a56661f {
  background-image: url(https://i.shgcdn.com/5f1e6cff-e48a-4562-9b51-6f706ee37830/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9e263982-4ece-48b8-863c-84530a56661f {
  background-image: url(https://i.shgcdn.com/5f1e6cff-e48a-4562-9b51-6f706ee37830/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9e263982-4ece-48b8-863c-84530a56661f {
  background-image: url(https://i.shgcdn.com/5f1e6cff-e48a-4562-9b51-6f706ee37830/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9e263982-4ece-48b8-863c-84530a56661f {
  background-image: url(https://i.shgcdn.com/5f1e6cff-e48a-4562-9b51-6f706ee37830/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-9e263982-4ece-48b8-863c-84530a56661f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e263982-4ece-48b8-863c-84530a56661f {
  cursor: pointer;
}#s-9e263982-4ece-48b8-863c-84530a56661f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  background-image: url(https://i.shgcdn.com/6180eb9f-a4d3-404b-9b5f-dbc9636f39a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  background-image: url(https://i.shgcdn.com/6180eb9f-a4d3-404b-9b5f-dbc9636f39a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  background-image: url(https://i.shgcdn.com/6180eb9f-a4d3-404b-9b5f-dbc9636f39a2/-/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-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  background-image: url(https://i.shgcdn.com/6180eb9f-a4d3-404b-9b5f-dbc9636f39a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  background-image: url(https://i.shgcdn.com/6180eb9f-a4d3-404b-9b5f-dbc9636f39a2/-/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-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  background-image: url(https://i.shgcdn.com/6180eb9f-a4d3-404b-9b5f-dbc9636f39a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  background-image: url(https://i.shgcdn.com/6180eb9f-a4d3-404b-9b5f-dbc9636f39a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  background-image: url(https://i.shgcdn.com/6180eb9f-a4d3-404b-9b5f-dbc9636f39a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-83e669b1-10b9-4593-8c1d-f293bd1a981d {
  background-image: url(https://i.shgcdn.com/6180eb9f-a4d3-404b-9b5f-dbc9636f39a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-83e669b1-10b9-4593-8c1d-f293bd1a981d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e669b1-10b9-4593-8c1d-f293bd1a981d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  min-height: 600px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  min-height: 500px;
}
}
#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  background-image: url(https://i.shgcdn.com/334a3186-6f43-4a40-8c6c-e003ee812e6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  background-image: url(https://i.shgcdn.com/334a3186-6f43-4a40-8c6c-e003ee812e6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  background-image: url(https://i.shgcdn.com/334a3186-6f43-4a40-8c6c-e003ee812e6f/-/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-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  background-image: url(https://i.shgcdn.com/334a3186-6f43-4a40-8c6c-e003ee812e6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  background-image: url(https://i.shgcdn.com/334a3186-6f43-4a40-8c6c-e003ee812e6f/-/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-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  background-image: url(https://i.shgcdn.com/334a3186-6f43-4a40-8c6c-e003ee812e6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  background-image: url(https://i.shgcdn.com/334a3186-6f43-4a40-8c6c-e003ee812e6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  background-image: url(https://i.shgcdn.com/334a3186-6f43-4a40-8c6c-e003ee812e6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  background-image: url(https://i.shgcdn.com/334a3186-6f43-4a40-8c6c-e003ee812e6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-39b64c00-2e61-47be-82ac-78e59fbaa819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39b64c00-2e61-47be-82ac-78e59fbaa819 {
  cursor: pointer;
}#s-39b64c00-2e61-47be-82ac-78e59fbaa819.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}
