.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-18cd5059-f6fa-45ba-86e6-731176f6102a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-18cd5059-f6fa-45ba-86e6-731176f6102a {
  display: none;
}
#s-18cd5059-f6fa-45ba-86e6-731176f6102a, #wrap-s-18cd5059-f6fa-45ba-86e6-731176f6102a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18cd5059-f6fa-45ba-86e6-731176f6102a {
  display: none;
}
#s-18cd5059-f6fa-45ba-86e6-731176f6102a, #wrap-s-18cd5059-f6fa-45ba-86e6-731176f6102a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18cd5059-f6fa-45ba-86e6-731176f6102a {
  display: none;
}
#s-18cd5059-f6fa-45ba-86e6-731176f6102a, #wrap-s-18cd5059-f6fa-45ba-86e6-731176f6102a { display: none !important; }}@media (max-width: 767px){#s-18cd5059-f6fa-45ba-86e6-731176f6102a {
  display: none;
}
#s-18cd5059-f6fa-45ba-86e6-731176f6102a, #wrap-s-18cd5059-f6fa-45ba-86e6-731176f6102a { display: none !important; }}







#s-18cd5059-f6fa-45ba-86e6-731176f6102a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18cd5059-f6fa-45ba-86e6-731176f6102a.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-092a368e-6f39-454f-aae1-aa0b373c6a8a {
  background-image: url(https://i.shgcdn.com/dca23d49-465a-47bb-9791-05f7b57cbe57/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
background-color: rgba(44, 44, 44, 1);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-092a368e-6f39-454f-aae1-aa0b373c6a8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-092a368e-6f39-454f-aae1-aa0b373c6a8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-092a368e-6f39-454f-aae1-aa0b373c6a8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-092a368e-6f39-454f-aae1-aa0b373c6a8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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: rgba(0, 103, 127, 1);
  font-family: Poppins;
  font-weight: 700;
}

.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: 300;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
}

.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: rgba(0, 103, 127, 1);
  font-family: Poppins;
  font-weight: 700;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: 300;
}

#s-da7bc890-d5cd-4b3f-a699-4cbf5e13542d {
  padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-ab64da02-4000-4268-85b5-29c278000960 {
  margin-top: 10px;
margin-bottom: 10px;
}

.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: rgba(0, 103, 127, 1);
  font-family: Poppins;
  text-transform: none;
  font-weight: 700;
  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-2452c72b-4176-4d60-969a-3ee48ed12e0f {
  text-align: center;
}

#s-2452c72b-4176-4d60-969a-3ee48ed12e0f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Prata";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}



#s-7125b4e5-90bd-477a-93f9-7182090859ad {
  padding-top: 10px;
padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3aa6645d-a148-4e73-bd41-46bd8028160c {
  margin-bottom: -30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-3aa6645d-a148-4e73-bd41-46bd8028160c .shogun-countdown span, #s-3aa6645d-a148-4e73-bd41-46bd8028160c .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-3b0711af-097c-477b-8fb2-494d9d695f7d {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}

#s-6e6445e2-860b-4483-a2d4-34e2890c829c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6e6445e2-860b-4483-a2d4-34e2890c829c {
  display: none;
}
#s-6e6445e2-860b-4483-a2d4-34e2890c829c, #wrap-s-6e6445e2-860b-4483-a2d4-34e2890c829c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e6445e2-860b-4483-a2d4-34e2890c829c {
  display: none;
}
#s-6e6445e2-860b-4483-a2d4-34e2890c829c, #wrap-s-6e6445e2-860b-4483-a2d4-34e2890c829c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e6445e2-860b-4483-a2d4-34e2890c829c {
  display: none;
}
#s-6e6445e2-860b-4483-a2d4-34e2890c829c, #wrap-s-6e6445e2-860b-4483-a2d4-34e2890c829c { display: none !important; }}@media (max-width: 767px){#s-6e6445e2-860b-4483-a2d4-34e2890c829c {
  display: none;
}
#s-6e6445e2-860b-4483-a2d4-34e2890c829c, #wrap-s-6e6445e2-860b-4483-a2d4-34e2890c829c { display: none !important; }}







#s-6e6445e2-860b-4483-a2d4-34e2890c829c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e6445e2-860b-4483-a2d4-34e2890c829c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c61b46a-284d-4fbd-9ce7-c28355d1dedd {
  background-image: url(https://i.shgcdn.com/dca23d49-465a-47bb-9791-05f7b57cbe57/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
background-color: rgba(44, 44, 44, 1);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-8c61b46a-284d-4fbd-9ce7-c28355d1dedd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c61b46a-284d-4fbd-9ce7-c28355d1dedd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c61b46a-284d-4fbd-9ce7-c28355d1dedd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c61b46a-284d-4fbd-9ce7-c28355d1dedd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-56efd713-6f2f-4f72-9744-c4b4879a8d24 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-786016fb-5ee6-4b53-9e3d-5363a438e999 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-786016fb-5ee6-4b53-9e3d-5363a438e999 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Prata";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}



#s-656e56e7-0565-4a26-b087-7bda79921f03 {
  margin-bottom: -30px;
padding-top: 10px;
padding-bottom: 0px;
}

#s-24f856f0-8f00-4a18-862c-0e38da7fdc98 {
  margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
text-align: left;
}

#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca {
  min-height: 50px;
}
@media (min-width: 1200px){#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca {
  display: unset;
}
#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca, #wrap-s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca {
  display: unset;
}
#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca, #wrap-s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca {
  display: unset;
}
#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca, #wrap-s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca { display: unset !important; }}@media (max-width: 767px){#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca {
  display: unset;
}
#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca, #wrap-s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca { display: unset !important; }}







#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21342b28-c19f-4966-9ce7-e4d3e0f0c2ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-beecb048-8d2e-4e39-b2c2-677e37c6b2bb {
  background-image: url(https://i.shgcdn.com/dca23d49-465a-47bb-9791-05f7b57cbe57/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
background-color: rgba(44, 44, 44, 1);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-beecb048-8d2e-4e39-b2c2-677e37c6b2bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-beecb048-8d2e-4e39-b2c2-677e37c6b2bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-beecb048-8d2e-4e39-b2c2-677e37c6b2bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-beecb048-8d2e-4e39-b2c2-677e37c6b2bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ecb6a241-1b62-473f-b148-b338d0ec096c {
  margin-top: 100px;
text-align: left;
}

#s-6ac49afc-08ad-45f2-b605-c5530cd71b5f {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-0b6564fa-bf75-4e71-b77c-1c894b75dc2d {
  padding-top: 10px;
text-align: center;
}

#s-0b6564fa-bf75-4e71-b77c-1c894b75dc2d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Prata";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}



#s-4ebab506-43d8-4718-a084-8813a99d49f4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c420e6ca-7431-405c-98fd-889ecb22f03f {
  margin-bottom: -30px;
}

#s-a202eaa3-8b19-484c-9522-570cc892107d {
  margin-top: 0px;
margin-bottom: 140px;
text-align: left;
}

#s-f739a284-8daa-42d4-ba20-2c80866adde8 {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}
@media (min-width: 1200px){#s-f739a284-8daa-42d4-ba20-2c80866adde8 {
  display: none;
}
#s-f739a284-8daa-42d4-ba20-2c80866adde8, #wrap-s-f739a284-8daa-42d4-ba20-2c80866adde8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f739a284-8daa-42d4-ba20-2c80866adde8 {
  display: none;
}
#s-f739a284-8daa-42d4-ba20-2c80866adde8, #wrap-s-f739a284-8daa-42d4-ba20-2c80866adde8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f739a284-8daa-42d4-ba20-2c80866adde8 {
  display: none;
}
#s-f739a284-8daa-42d4-ba20-2c80866adde8, #wrap-s-f739a284-8daa-42d4-ba20-2c80866adde8 { display: none !important; }}@media (max-width: 767px){#s-f739a284-8daa-42d4-ba20-2c80866adde8 {
  display: none;
}
#s-f739a284-8daa-42d4-ba20-2c80866adde8, #wrap-s-f739a284-8daa-42d4-ba20-2c80866adde8 { display: none !important; }}
#s-36298ad1-7f03-4205-8366-311542ee3429 {
  padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-36298ad1-7f03-4205-8366-311542ee3429 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36298ad1-7f03-4205-8366-311542ee3429 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36298ad1-7f03-4205-8366-311542ee3429 {
  
}
}@media (max-width: 767px){#s-36298ad1-7f03-4205-8366-311542ee3429 {
  
}
}







#s-36298ad1-7f03-4205-8366-311542ee3429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36298ad1-7f03-4205-8366-311542ee3429.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b029a98-4ec6-41e4-aff2-cdf1f07f2150 {
  margin-top: 0.5%;
margin-left: auto;
margin-bottom: 0.5%;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-0b029a98-4ec6-41e4-aff2-cdf1f07f2150"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0b029a98-4ec6-41e4-aff2-cdf1f07f2150"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b029a98-4ec6-41e4-aff2-cdf1f07f2150"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b029a98-4ec6-41e4-aff2-cdf1f07f2150"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2b80d5f6-a1fc-40e9-800c-827ae5745841 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
}

@media (min-width: 0px) {
[id="s-2b80d5f6-a1fc-40e9-800c-827ae5745841"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b80d5f6-a1fc-40e9-800c-827ae5745841"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b80d5f6-a1fc-40e9-800c-827ae5745841"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b80d5f6-a1fc-40e9-800c-827ae5745841"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b80d5f6-a1fc-40e9-800c-827ae5745841"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b80d5f6-a1fc-40e9-800c-827ae5745841"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b80d5f6-a1fc-40e9-800c-827ae5745841"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image,
  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
    width: 100%;
    height: auto;
  }

  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image {
    
    
  }


.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc .shogun-image-content {
  
    align-items: center;
  
}

.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container {
      position: relative;
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image,
  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
    width: 100%;
    height: auto;
  }

  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image {
    
    
  }


.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc .shogun-image-content {
  
    align-items: center;
  
}

.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container {
      position: relative;
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image,
  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
    width: 100%;
    height: auto;
  }

  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image {
    
    
  }


.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc .shogun-image-content {
  
    align-items: center;
  
}

.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container {
      position: relative;
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image,
  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
    width: 100%;
    height: auto;
  }

  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image {
    
    
  }


.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc .shogun-image-content {
  
    align-items: center;
  
}

.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container {
      position: relative;
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image,
  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
    width: 100%;
    height: auto;
  }

  #s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image {
    
    
  }


.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc .shogun-image-content {
  
    align-items: center;
  
}

.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container {
      position: relative;
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1beff6d-17b8-4c73-bf22-c5eb87ba26fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c5d94c97-6606-4d56-ae20-e6ea5fad8693 {
  padding-top: 3px;
text-align: center;
}

#s-c5d94c97-6606-4d56-ae20-e6ea5fad8693 .shogun-heading-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-c5d94c97-6606-4d56-ae20-e6ea5fad8693 .shogun-heading-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-c5d94c97-6606-4d56-ae20-e6ea5fad8693 .shogun-heading-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1em;
  
  
}


}
#s-a2c1c677-569d-42bf-9269-dc930924b039 {
  margin-left: auto;
margin-right: auto;
max-width: 290px;
}

@media (min-width: 0px) {
[id="s-a2c1c677-569d-42bf-9269-dc930924b039"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2c1c677-569d-42bf-9269-dc930924b039"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2c1c677-569d-42bf-9269-dc930924b039"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2c1c677-569d-42bf-9269-dc930924b039"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2c1c677-569d-42bf-9269-dc930924b039"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2c1c677-569d-42bf-9269-dc930924b039"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2c1c677-569d-42bf-9269-dc930924b039"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image,
  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
    width: 100%;
    height: auto;
  }

  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image {
    
    
  }


.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b .shogun-image-content {
  
    align-items: center;
  
}

.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container {
      position: relative;
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image,
  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
    width: 100%;
    height: auto;
  }

  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image {
    
    
  }


.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b .shogun-image-content {
  
    align-items: center;
  
}

.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container {
      position: relative;
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image,
  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
    width: 100%;
    height: auto;
  }

  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image {
    
    
  }


.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b .shogun-image-content {
  
    align-items: center;
  
}

.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container {
      position: relative;
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image,
  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
    width: 100%;
    height: auto;
  }

  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image {
    
    
  }


.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b .shogun-image-content {
  
    align-items: center;
  
}

.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container {
      position: relative;
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image,
  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
    width: 100%;
    height: auto;
  }

  #s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image {
    
    
  }


.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b .shogun-image-content {
  
    align-items: center;
  
}

.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container {
      position: relative;
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68ba2f1e-e3cb-4bf9-bb4a-b922b432857b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c21f58e7-2640-4deb-b2be-a8545572aeca {
  margin-right: 0px;
padding-top: 3px;
padding-bottom: 0px;
text-align: center;
}

#s-c21f58e7-2640-4deb-b2be-a8545572aeca .shogun-heading-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-c21f58e7-2640-4deb-b2be-a8545572aeca .shogun-heading-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1em;
  
  
}


}
#s-de50d5d2-659e-4ab7-9ac7-6297fbf34d75 {
  padding-bottom: 40px;
min-height: 50px;
background-color: rgba(243, 248, 252, 0.99);
}








#s-de50d5d2-659e-4ab7-9ac7-6297fbf34d75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de50d5d2-659e-4ab7-9ac7-6297fbf34d75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6479fc9-bc9e-4494-9fcb-be60fa0d8cb5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b6479fc9-bc9e-4494-9fcb-be60fa0d8cb5 {
  padding-top: 11px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-b6479fc9-bc9e-4494-9fcb-be60fa0d8cb5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
}
#s-b6479fc9-bc9e-4494-9fcb-be60fa0d8cb5 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-b6479fc9-bc9e-4494-9fcb-be60fa0d8cb5 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}


}
#s-81e54160-bac9-491a-8215-f623ab5bb57f {
  padding-bottom: 30px;
}
@media (max-width: 767px){#s-81e54160-bac9-491a-8215-f623ab5bb57f {
  margin-top: 3px;
margin-left: 2%;
margin-bottom: 3px;
margin-right: 2%;
}
}
#s-a36dea47-1f7d-4976-8378-14b2cf364d78 {
  padding-top: 0px;
padding-bottom: 30px;
min-height: 50px;
}








#s-a36dea47-1f7d-4976-8378-14b2cf364d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a36dea47-1f7d-4976-8378-14b2cf364d78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12bb7eb7-4168-4931-8eb7-0523ef3ddbdc {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-12bb7eb7-4168-4931-8eb7-0523ef3ddbdc {
  padding-left: 3%;
padding-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-12bb7eb7-4168-4931-8eb7-0523ef3ddbdc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-12bb7eb7-4168-4931-8eb7-0523ef3ddbdc"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-12bb7eb7-4168-4931-8eb7-0523ef3ddbdc"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-12bb7eb7-4168-4931-8eb7-0523ef3ddbdc"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.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-b3339cd0-a323-4c3f-b0f2-f2d33b950087 {
  text-align: left;
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 {
  max-width:  100%;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  max-width: 1001px !important;
  
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 {
  max-width:  100%;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  max-width: 1001px !important;
  
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 {
  max-width:  100%;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  max-width: 1001px !important;
  
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 {
  max-width:  100%;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  max-width: 1001px !important;
  
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 {
  max-width:  100%;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  max-width: 1001px !important;
  
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 .shg-image-zoom,
.shg-c#s-b3339cd0-a323-4c3f-b0f2-f2d33b950087 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-6287603f-082d-4b60-8e70-04422d903d1a {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6287603f-082d-4b60-8e70-04422d903d1a {
  min-height: 60px;
}
}@media (max-width: 767px){#s-6287603f-082d-4b60-8e70-04422d903d1a {
  min-height: 85px;
}
}







#s-6287603f-082d-4b60-8e70-04422d903d1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6287603f-082d-4b60-8e70-04422d903d1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-6287603f-082d-4b60-8e70-04422d903d1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6287603f-082d-4b60-8e70-04422d903d1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-e076734a-cb13-4200-9e55-cf772d01bf7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e076734a-cb13-4200-9e55-cf772d01bf7a {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-e076734a-cb13-4200-9e55-cf772d01bf7a .shogun-heading-component h6 {
  color: rgba(122, 98, 78, 1);
  font-weight:  normal ;
  font-family: "Prata";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



.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: rgba(0, 103, 127, 1);
  font-family: Poppins;
  text-transform: none;
  font-weight: 700;
  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-c310e88d-1449-4d82-8345-9f5b0e5db230 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c310e88d-1449-4d82-8345-9f5b0e5db230 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-c310e88d-1449-4d82-8345-9f5b0e5db230 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-5e0d3f99-eef5-4005-8204-9a85ed9f87db {
  text-align: center;
}

#s-5e0d3f99-eef5-4005-8204-9a85ed9f87db .shg-product-sold-out {
  display: none;
  color: rgba(217, 111, 9, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5e0d3f99-eef5-4005-8204-9a85ed9f87db .shg-product-price {
  color: rgba(217, 111, 9, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-5e0d3f99-eef5-4005-8204-9a85ed9f87db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(79, 79, 79, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

.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: 300;
  font-family: Poppins;
}

.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-bce283ee-767d-416c-b60b-639aa22d8218 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bce283ee-767d-416c-b60b-639aa22d8218:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bce283ee-767d-416c-b60b-639aa22d8218:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bce283ee-767d-416c-b60b-639aa22d8218 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-bce283ee-767d-416c-b60b-639aa22d8218-root {
    text-align: center;
  }


#s-bce283ee-767d-416c-b60b-639aa22d8218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bce283ee-767d-416c-b60b-639aa22d8218-root {
    text-align: center;
  }


#s-bce283ee-767d-416c-b60b-639aa22d8218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bce283ee-767d-416c-b60b-639aa22d8218-root {
    text-align: center;
  }


#s-bce283ee-767d-416c-b60b-639aa22d8218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bce283ee-767d-416c-b60b-639aa22d8218-root {
    text-align: center;
  }


#s-bce283ee-767d-416c-b60b-639aa22d8218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bce283ee-767d-416c-b60b-639aa22d8218-root {
    text-align: center;
  }


#s-bce283ee-767d-416c-b60b-639aa22d8218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-14e18a13-bef1-4c0a-befc-4657af86036f {
  min-height: 50px;
}








#s-14e18a13-bef1-4c0a-befc-4657af86036f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14e18a13-bef1-4c0a-befc-4657af86036f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 602px;
aspect-ratio: 602/944;
text-align: center;
}





  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image,
  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
    width: 100%;
    height: auto;
  }

  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4bf62ff9-35a1-42ad-985c-e9240a98a173 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
      --shg-aspect-ratio: calc(602/944); 
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container {
      position: relative;
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image,
  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
    width: 100%;
    height: auto;
  }

  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4bf62ff9-35a1-42ad-985c-e9240a98a173 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
      --shg-aspect-ratio: calc(602/944); 
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container {
      position: relative;
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image,
  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
    width: 100%;
    height: auto;
  }

  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4bf62ff9-35a1-42ad-985c-e9240a98a173 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
      --shg-aspect-ratio: calc(602/944); 
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container {
      position: relative;
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image,
  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
    width: 100%;
    height: auto;
  }

  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4bf62ff9-35a1-42ad-985c-e9240a98a173 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
      --shg-aspect-ratio: calc(602/944); 
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container {
      position: relative;
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image,
  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
    width: 100%;
    height: auto;
  }

  #s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4bf62ff9-35a1-42ad-985c-e9240a98a173 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173 {
      --shg-aspect-ratio: calc(602/944); 
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container {
      position: relative;
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf62ff9-35a1-42ad-985c-e9240a98a173 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-afee531a-2618-457b-b8fc-8b5d1b51049f {
  text-align: left;
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f {
  max-width:  100%;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  width: 100%;
}



.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f {
  max-width:  100%;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  width: 100%;
}



.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f {
  max-width:  100%;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  width: 100%;
}



.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f {
  max-width:  100%;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  width: 100%;
}



.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f {
  max-width:  100%;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  width: 100%;
}



.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f .shg-image-zoom,
.shg-c#s-afee531a-2618-457b-b8fc-8b5d1b51049f img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-c46a9ab2-7114-4aa9-af87-1c462c36edd1 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c46a9ab2-7114-4aa9-af87-1c462c36edd1 {
  min-height: 60px;
}
}@media (max-width: 767px){#s-c46a9ab2-7114-4aa9-af87-1c462c36edd1 {
  min-height: 85px;
}
}







#s-c46a9ab2-7114-4aa9-af87-1c462c36edd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c46a9ab2-7114-4aa9-af87-1c462c36edd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e234f01d-dc35-4655-9fbc-7810d88fc7fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e234f01d-dc35-4655-9fbc-7810d88fc7fa {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-e234f01d-dc35-4655-9fbc-7810d88fc7fa .shogun-heading-component h6 {
  color: rgba(122, 98, 78, 1);
  font-weight:  normal ;
  font-family: "Prata";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-333ffefe-5ef4-4aa7-b674-e2ec9cacd4e3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-333ffefe-5ef4-4aa7-b674-e2ec9cacd4e3 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-333ffefe-5ef4-4aa7-b674-e2ec9cacd4e3 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-44320403-bb60-4bc9-b977-140392baf8d7 {
  text-align: center;
}

#s-44320403-bb60-4bc9-b977-140392baf8d7 .shg-product-sold-out {
  display: none;
  color: rgba(217, 111, 9, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-44320403-bb60-4bc9-b977-140392baf8d7 .shg-product-price {
  color: rgba(217, 111, 9, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-44320403-bb60-4bc9-b977-140392baf8d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(79, 79, 79, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5871ba23-fed0-4865-af9e-58c09734f1a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5871ba23-fed0-4865-af9e-58c09734f1a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5871ba23-fed0-4865-af9e-58c09734f1a7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5871ba23-fed0-4865-af9e-58c09734f1a7 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-5871ba23-fed0-4865-af9e-58c09734f1a7-root {
    text-align: center;
  }


#s-5871ba23-fed0-4865-af9e-58c09734f1a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5871ba23-fed0-4865-af9e-58c09734f1a7-root {
    text-align: center;
  }


#s-5871ba23-fed0-4865-af9e-58c09734f1a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5871ba23-fed0-4865-af9e-58c09734f1a7-root {
    text-align: center;
  }


#s-5871ba23-fed0-4865-af9e-58c09734f1a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5871ba23-fed0-4865-af9e-58c09734f1a7-root {
    text-align: center;
  }


#s-5871ba23-fed0-4865-af9e-58c09734f1a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5871ba23-fed0-4865-af9e-58c09734f1a7-root {
    text-align: center;
  }


#s-5871ba23-fed0-4865-af9e-58c09734f1a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 {
  text-align: left;
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 {
  max-width:  100%;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  width: 100%;
}



.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 {
  max-width:  100%;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  width: 100%;
}



.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 {
  max-width:  100%;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  width: 100%;
}



.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 {
  max-width:  100%;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  width: 100%;
}



.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 {
  max-width:  100%;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  width: 100%;
}



.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 .shg-image-zoom,
.shg-c#s-02657433-9e49-49b9-81ee-ad1b3c54bf85 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-9b3213c3-9def-41d8-8de0-ed2a54e4475e {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9b3213c3-9def-41d8-8de0-ed2a54e4475e {
  min-height: 60px;
}
}@media (max-width: 767px){#s-9b3213c3-9def-41d8-8de0-ed2a54e4475e {
  min-height: 85px;
}
}







#s-9b3213c3-9def-41d8-8de0-ed2a54e4475e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b3213c3-9def-41d8-8de0-ed2a54e4475e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d73bf5a7-315f-4d9c-be2f-ab485cb1f101 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d73bf5a7-315f-4d9c-be2f-ab485cb1f101 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-d73bf5a7-315f-4d9c-be2f-ab485cb1f101 .shogun-heading-component h6 {
  color: rgba(122, 98, 78, 1);
  font-weight:  normal ;
  font-family: "Prata";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0f1a1726-d600-4d1e-9c50-3a11a1ac88bd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0f1a1726-d600-4d1e-9c50-3a11a1ac88bd .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-0f1a1726-d600-4d1e-9c50-3a11a1ac88bd .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}
}
#s-00eb5424-70e4-4d76-b2f7-0678b042c501 {
  text-align: center;
}

#s-00eb5424-70e4-4d76-b2f7-0678b042c501 .shg-product-sold-out {
  display: none;
  color: rgba(217, 111, 9, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-00eb5424-70e4-4d76-b2f7-0678b042c501 .shg-product-price {
  color: rgba(217, 111, 9, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-00eb5424-70e4-4d76-b2f7-0678b042c501 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(79, 79, 79, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ba069e18-9c7e-4dad-810b-1f216925838a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ba069e18-9c7e-4dad-810b-1f216925838a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba069e18-9c7e-4dad-810b-1f216925838a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ba069e18-9c7e-4dad-810b-1f216925838a {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-ba069e18-9c7e-4dad-810b-1f216925838a-root {
    text-align: center;
  }


#s-ba069e18-9c7e-4dad-810b-1f216925838a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba069e18-9c7e-4dad-810b-1f216925838a-root {
    text-align: center;
  }


#s-ba069e18-9c7e-4dad-810b-1f216925838a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba069e18-9c7e-4dad-810b-1f216925838a-root {
    text-align: center;
  }


#s-ba069e18-9c7e-4dad-810b-1f216925838a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba069e18-9c7e-4dad-810b-1f216925838a-root {
    text-align: center;
  }


#s-ba069e18-9c7e-4dad-810b-1f216925838a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba069e18-9c7e-4dad-810b-1f216925838a-root {
    text-align: center;
  }


#s-ba069e18-9c7e-4dad-810b-1f216925838a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 {
  text-align: left;
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 {
  max-width:  100%;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  max-width: 2001px !important;
  
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  width: 100%;
}



.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 {
  max-width:  100%;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  max-width: 2001px !important;
  
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  width: 100%;
}



.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 {
  max-width:  100%;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  max-width: 2001px !important;
  
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  width: 100%;
}



.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 {
  max-width:  100%;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  max-width: 2001px !important;
  
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  width: 100%;
}



.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 {
  max-width:  100%;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  max-width: 2001px !important;
  
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  width: 100%;
}



.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 .shg-image-zoom,
.shg-c#s-c7dce680-ac01-41b7-ae87-eb9984db3fe1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-adffcc19-662f-4fd0-95a7-207ddee325a2 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-adffcc19-662f-4fd0-95a7-207ddee325a2 {
  min-height: 60px;
}
}@media (max-width: 767px){#s-adffcc19-662f-4fd0-95a7-207ddee325a2 {
  min-height: 85px;
}
}







#s-adffcc19-662f-4fd0-95a7-207ddee325a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adffcc19-662f-4fd0-95a7-207ddee325a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93293416-4e2a-45d4-8405-c95fb6c6d39a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-93293416-4e2a-45d4-8405-c95fb6c6d39a {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-93293416-4e2a-45d4-8405-c95fb6c6d39a .shogun-heading-component h6 {
  color: rgba(122, 98, 78, 1);
  font-weight:  normal ;
  font-family: "Prata";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6be28e93-206c-4423-85fe-a5c3afa26f27 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6be28e93-206c-4423-85fe-a5c3afa26f27 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-32b73774-db0c-43b4-85b6-ac91adf2fff0 {
  text-align: center;
}

#s-32b73774-db0c-43b4-85b6-ac91adf2fff0 .shg-product-sold-out {
  display: none;
  color: rgba(217, 111, 9, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-32b73774-db0c-43b4-85b6-ac91adf2fff0 .shg-product-price {
  color: rgba(217, 111, 9, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-32b73774-db0c-43b4-85b6-ac91adf2fff0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(79, 79, 79, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f156ebf6-fb96-44f8-a879-f09eb304c9b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f156ebf6-fb96-44f8-a879-f09eb304c9b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f156ebf6-fb96-44f8-a879-f09eb304c9b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f156ebf6-fb96-44f8-a879-f09eb304c9b0 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-f156ebf6-fb96-44f8-a879-f09eb304c9b0-root {
    text-align: center;
  }


#s-f156ebf6-fb96-44f8-a879-f09eb304c9b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f156ebf6-fb96-44f8-a879-f09eb304c9b0-root {
    text-align: center;
  }


#s-f156ebf6-fb96-44f8-a879-f09eb304c9b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f156ebf6-fb96-44f8-a879-f09eb304c9b0-root {
    text-align: center;
  }


#s-f156ebf6-fb96-44f8-a879-f09eb304c9b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f156ebf6-fb96-44f8-a879-f09eb304c9b0-root {
    text-align: center;
  }


#s-f156ebf6-fb96-44f8-a879-f09eb304c9b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f156ebf6-fb96-44f8-a879-f09eb304c9b0-root {
    text-align: center;
  }


#s-f156ebf6-fb96-44f8-a879-f09eb304c9b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74 {
  display: none;
}
#s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74, #wrap-s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74 {
  display: none;
}
#s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74, #wrap-s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74 {
  display: none;
}
#s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74, #wrap-s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74 { display: none !important; }}@media (max-width: 767px){#s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74 {
  display: none;
}
#s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74, #wrap-s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74 { display: none !important; }}
#s-1f8f8dc8-67d0-49c5-bfd7-68f0fbc44b74 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f {
  min-height: 50px;
background-color: rgba(253, 253, 253, 0);
}
@media (min-width: 1200px){#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f {
  display: none;
}
#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f, #wrap-s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f {
  display: none;
}
#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f, #wrap-s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f {
  display: none;
}
#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f, #wrap-s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f { display: none !important; }}@media (max-width: 767px){#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f, #wrap-s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f { display: none !important; }}







#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f57f1ba-e6f6-4e66-b3a1-5250ff82793f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b02b53d5-1eac-4b49-bb28-f727cb8d5059 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1199px;
}

#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 {
  text-align: left;
}



.shg-c#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0399417-ebbd-4e6f-a190-76c73a8d7db7 img.shogun-image {
  width: 100%;
}



}
#s-e0159df3-19b5-4df7-9992-e33d1ae4284a {
  min-height: 80px;
}








#s-e0159df3-19b5-4df7-9992-e33d1ae4284a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0159df3-19b5-4df7-9992-e33d1ae4284a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-13996fc4-5a75-4174-ac6e-19a28828e5b4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-13996fc4-5a75-4174-ac6e-19a28828e5b4 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-13996fc4-5a75-4174-ac6e-19a28828e5b4 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-d2805d62-708f-4a48-8fef-28ace1116591 {
  text-align: center;
}

#s-d2805d62-708f-4a48-8fef-28ace1116591 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d2805d62-708f-4a48-8fef-28ace1116591 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-d2805d62-708f-4a48-8fef-28ace1116591 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-795d26f3-3a1c-46f0-9072-e83a3622d449 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-795d26f3-3a1c-46f0-9072-e83a3622d449:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-795d26f3-3a1c-46f0-9072-e83a3622d449:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-795d26f3-3a1c-46f0-9072-e83a3622d449 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-795d26f3-3a1c-46f0-9072-e83a3622d449-root {
    text-align: center;
  }


#s-795d26f3-3a1c-46f0-9072-e83a3622d449.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-795d26f3-3a1c-46f0-9072-e83a3622d449-root {
    text-align: center;
  }


#s-795d26f3-3a1c-46f0-9072-e83a3622d449.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-795d26f3-3a1c-46f0-9072-e83a3622d449-root {
    text-align: center;
  }


#s-795d26f3-3a1c-46f0-9072-e83a3622d449.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-795d26f3-3a1c-46f0-9072-e83a3622d449-root {
    text-align: center;
  }


#s-795d26f3-3a1c-46f0-9072-e83a3622d449.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-795d26f3-3a1c-46f0-9072-e83a3622d449-root {
    text-align: center;
  }


#s-795d26f3-3a1c-46f0-9072-e83a3622d449.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-65948291-91dd-4844-8011-699ff1677b4f {
  text-align: left;
}



.shg-c#s-65948291-91dd-4844-8011-699ff1677b4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65948291-91dd-4844-8011-699ff1677b4f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-65948291-91dd-4844-8011-699ff1677b4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65948291-91dd-4844-8011-699ff1677b4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65948291-91dd-4844-8011-699ff1677b4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65948291-91dd-4844-8011-699ff1677b4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65948291-91dd-4844-8011-699ff1677b4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65948291-91dd-4844-8011-699ff1677b4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65948291-91dd-4844-8011-699ff1677b4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65948291-91dd-4844-8011-699ff1677b4f img.shogun-image {
  width: 100%;
}



}
#s-3f294423-b215-4cf9-8f3c-ad9f0834253d {
  min-height: 80px;
}








#s-3f294423-b215-4cf9-8f3c-ad9f0834253d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f294423-b215-4cf9-8f3c-ad9f0834253d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4392993b-ff10-4e3c-b4ea-045e80036b0b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-4392993b-ff10-4e3c-b4ea-045e80036b0b .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-4392993b-ff10-4e3c-b4ea-045e80036b0b .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-9c2247c9-6558-4e58-8ea4-42a692486f80 {
  text-align: center;
}

#s-9c2247c9-6558-4e58-8ea4-42a692486f80 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9c2247c9-6558-4e58-8ea4-42a692486f80 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-9c2247c9-6558-4e58-8ea4-42a692486f80 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f-root {
    text-align: center;
  }


#s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f-root {
    text-align: center;
  }


#s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f-root {
    text-align: center;
  }


#s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f-root {
    text-align: center;
  }


#s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f-root {
    text-align: center;
  }


#s-0176494e-afd4-4cf2-bd7b-a08a4ca6169f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 {
  text-align: left;
}



.shg-c#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf43efca-14e1-4d0d-a32a-c09a02fd2131 img.shogun-image {
  width: 100%;
}



}
#s-c4a00cd4-3c3f-4679-921d-73adb2c6e520 {
  min-height: 80px;
}








#s-c4a00cd4-3c3f-4679-921d-73adb2c6e520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4a00cd4-3c3f-4679-921d-73adb2c6e520.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3b3e8bba-5ab5-42c4-ae68-64ecc0d8804b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-3b3e8bba-5ab5-42c4-ae68-64ecc0d8804b .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-3b3e8bba-5ab5-42c4-ae68-64ecc0d8804b .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-fe884b0d-814c-4d2b-b383-cad8b5a066c3 {
  text-align: center;
}

#s-fe884b0d-814c-4d2b-b383-cad8b5a066c3 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-fe884b0d-814c-4d2b-b383-cad8b5a066c3 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-fe884b0d-814c-4d2b-b383-cad8b5a066c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e-root {
    text-align: center;
  }


#s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e-root {
    text-align: center;
  }


#s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e-root {
    text-align: center;
  }


#s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e-root {
    text-align: center;
  }


#s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e-root {
    text-align: center;
  }


#s-b74f89c5-ec59-4d30-b22e-b3a763e2eb9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-600e3c0b-853c-458a-8229-c17398335634 {
  text-align: left;
}



.shg-c#s-600e3c0b-853c-458a-8229-c17398335634 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-600e3c0b-853c-458a-8229-c17398335634 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-600e3c0b-853c-458a-8229-c17398335634 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-600e3c0b-853c-458a-8229-c17398335634 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-600e3c0b-853c-458a-8229-c17398335634 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-600e3c0b-853c-458a-8229-c17398335634 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-600e3c0b-853c-458a-8229-c17398335634 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-600e3c0b-853c-458a-8229-c17398335634 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-600e3c0b-853c-458a-8229-c17398335634 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-600e3c0b-853c-458a-8229-c17398335634 img.shogun-image {
  width: 100%;
}



}
#s-b3f2d8df-e190-4fc7-b19c-93e9c9b6ef33 {
  min-height: 80px;
}








#s-b3f2d8df-e190-4fc7-b19c-93e9c9b6ef33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3f2d8df-e190-4fc7-b19c-93e9c9b6ef33.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6548b244-7a43-4667-8b5c-4c22b26ed6e1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-6548b244-7a43-4667-8b5c-4c22b26ed6e1 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-6548b244-7a43-4667-8b5c-4c22b26ed6e1 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-245a9dd6-ca74-4789-a8f9-3d1db89b9326 {
  text-align: center;
}

#s-245a9dd6-ca74-4789-a8f9-3d1db89b9326 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-245a9dd6-ca74-4789-a8f9-3d1db89b9326 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-245a9dd6-ca74-4789-a8f9-3d1db89b9326 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-921b0736-2347-4a10-8e96-de665648c7bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-921b0736-2347-4a10-8e96-de665648c7bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-921b0736-2347-4a10-8e96-de665648c7bf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-921b0736-2347-4a10-8e96-de665648c7bf {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-921b0736-2347-4a10-8e96-de665648c7bf-root {
    text-align: center;
  }


#s-921b0736-2347-4a10-8e96-de665648c7bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-921b0736-2347-4a10-8e96-de665648c7bf-root {
    text-align: center;
  }


#s-921b0736-2347-4a10-8e96-de665648c7bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-921b0736-2347-4a10-8e96-de665648c7bf-root {
    text-align: center;
  }


#s-921b0736-2347-4a10-8e96-de665648c7bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-921b0736-2347-4a10-8e96-de665648c7bf-root {
    text-align: center;
  }


#s-921b0736-2347-4a10-8e96-de665648c7bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-921b0736-2347-4a10-8e96-de665648c7bf-root {
    text-align: center;
  }


#s-921b0736-2347-4a10-8e96-de665648c7bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b {
  text-align: left;
}



.shg-c#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d2613a5-c752-406a-910b-79fe2e7ccd5b img.shogun-image {
  width: 100%;
}



}
#s-38f079a8-16a0-4d1e-beff-86b03164f043 {
  min-height: 80px;
}








#s-38f079a8-16a0-4d1e-beff-86b03164f043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38f079a8-16a0-4d1e-beff-86b03164f043.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-416bdd9c-6d0a-46aa-9e69-cc2be6c6114b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-416bdd9c-6d0a-46aa-9e69-cc2be6c6114b .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-416bdd9c-6d0a-46aa-9e69-cc2be6c6114b .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-e702bbc7-da05-490a-b0c2-201513f3c287 {
  text-align: center;
}

#s-e702bbc7-da05-490a-b0c2-201513f3c287 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e702bbc7-da05-490a-b0c2-201513f3c287 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-e702bbc7-da05-490a-b0c2-201513f3c287 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-eea4a1ee-ce3a-4c16-9396-0353571a356d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-eea4a1ee-ce3a-4c16-9396-0353571a356d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eea4a1ee-ce3a-4c16-9396-0353571a356d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-eea4a1ee-ce3a-4c16-9396-0353571a356d {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-eea4a1ee-ce3a-4c16-9396-0353571a356d-root {
    text-align: center;
  }


#s-eea4a1ee-ce3a-4c16-9396-0353571a356d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eea4a1ee-ce3a-4c16-9396-0353571a356d-root {
    text-align: center;
  }


#s-eea4a1ee-ce3a-4c16-9396-0353571a356d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eea4a1ee-ce3a-4c16-9396-0353571a356d-root {
    text-align: center;
  }


#s-eea4a1ee-ce3a-4c16-9396-0353571a356d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eea4a1ee-ce3a-4c16-9396-0353571a356d-root {
    text-align: center;
  }


#s-eea4a1ee-ce3a-4c16-9396-0353571a356d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eea4a1ee-ce3a-4c16-9396-0353571a356d-root {
    text-align: center;
  }


#s-eea4a1ee-ce3a-4c16-9396-0353571a356d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 {
  text-align: left;
}



.shg-c#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c1a2aee-1486-4f2e-9c91-13981f323d44 img.shogun-image {
  width: 100%;
}



}
#s-730ded11-2809-4c76-8f5d-06d2e6f2e9e3 {
  min-height: 80px;
}








#s-730ded11-2809-4c76-8f5d-06d2e6f2e9e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-730ded11-2809-4c76-8f5d-06d2e6f2e9e3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-474083d3-709f-4aa8-a34f-373db7bad8c4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-474083d3-709f-4aa8-a34f-373db7bad8c4 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-474083d3-709f-4aa8-a34f-373db7bad8c4 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-64a7eae9-ce8f-4c2c-a63c-72a816d7005d {
  text-align: center;
}

#s-64a7eae9-ce8f-4c2c-a63c-72a816d7005d .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-64a7eae9-ce8f-4c2c-a63c-72a816d7005d .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-64a7eae9-ce8f-4c2c-a63c-72a816d7005d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b83f9264-7d91-4503-bb56-31f744fe8f19 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b83f9264-7d91-4503-bb56-31f744fe8f19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b83f9264-7d91-4503-bb56-31f744fe8f19:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b83f9264-7d91-4503-bb56-31f744fe8f19 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-b83f9264-7d91-4503-bb56-31f744fe8f19-root {
    text-align: center;
  }


#s-b83f9264-7d91-4503-bb56-31f744fe8f19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b83f9264-7d91-4503-bb56-31f744fe8f19-root {
    text-align: center;
  }


#s-b83f9264-7d91-4503-bb56-31f744fe8f19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b83f9264-7d91-4503-bb56-31f744fe8f19-root {
    text-align: center;
  }


#s-b83f9264-7d91-4503-bb56-31f744fe8f19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b83f9264-7d91-4503-bb56-31f744fe8f19-root {
    text-align: center;
  }


#s-b83f9264-7d91-4503-bb56-31f744fe8f19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b83f9264-7d91-4503-bb56-31f744fe8f19-root {
    text-align: center;
  }


#s-b83f9264-7d91-4503-bb56-31f744fe8f19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6e252101-c223-4cf6-815e-a3ec08ab5744 {
  text-align: left;
}



.shg-c#s-6e252101-c223-4cf6-815e-a3ec08ab5744 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e252101-c223-4cf6-815e-a3ec08ab5744 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e252101-c223-4cf6-815e-a3ec08ab5744 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e252101-c223-4cf6-815e-a3ec08ab5744 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e252101-c223-4cf6-815e-a3ec08ab5744 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e252101-c223-4cf6-815e-a3ec08ab5744 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e252101-c223-4cf6-815e-a3ec08ab5744 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e252101-c223-4cf6-815e-a3ec08ab5744 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e252101-c223-4cf6-815e-a3ec08ab5744 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e252101-c223-4cf6-815e-a3ec08ab5744 img.shogun-image {
  width: 100%;
}



}
#s-13e49452-9fe0-4e77-8109-f5415823f819 {
  min-height: 80px;
}








#s-13e49452-9fe0-4e77-8109-f5415823f819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13e49452-9fe0-4e77-8109-f5415823f819.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-06f39517-7ea1-4153-86d1-2e78a1827cdf {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-06f39517-7ea1-4153-86d1-2e78a1827cdf .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-06f39517-7ea1-4153-86d1-2e78a1827cdf .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-09b478ed-17c3-4dcd-af38-95325a5f9091 {
  text-align: center;
}

#s-09b478ed-17c3-4dcd-af38-95325a5f9091 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-09b478ed-17c3-4dcd-af38-95325a5f9091 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-09b478ed-17c3-4dcd-af38-95325a5f9091 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9fd5a044-f6a9-48de-9806-c762289d59ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9fd5a044-f6a9-48de-9806-c762289d59ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9fd5a044-f6a9-48de-9806-c762289d59ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9fd5a044-f6a9-48de-9806-c762289d59ad {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-9fd5a044-f6a9-48de-9806-c762289d59ad-root {
    text-align: center;
  }


#s-9fd5a044-f6a9-48de-9806-c762289d59ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9fd5a044-f6a9-48de-9806-c762289d59ad-root {
    text-align: center;
  }


#s-9fd5a044-f6a9-48de-9806-c762289d59ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fd5a044-f6a9-48de-9806-c762289d59ad-root {
    text-align: center;
  }


#s-9fd5a044-f6a9-48de-9806-c762289d59ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9fd5a044-f6a9-48de-9806-c762289d59ad-root {
    text-align: center;
  }


#s-9fd5a044-f6a9-48de-9806-c762289d59ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9fd5a044-f6a9-48de-9806-c762289d59ad-root {
    text-align: center;
  }


#s-9fd5a044-f6a9-48de-9806-c762289d59ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e308c08c-d67d-42b9-a00a-e3653aaa044c {
  text-align: left;
}



.shg-c#s-e308c08c-d67d-42b9-a00a-e3653aaa044c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e308c08c-d67d-42b9-a00a-e3653aaa044c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e308c08c-d67d-42b9-a00a-e3653aaa044c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e308c08c-d67d-42b9-a00a-e3653aaa044c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e308c08c-d67d-42b9-a00a-e3653aaa044c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e308c08c-d67d-42b9-a00a-e3653aaa044c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e308c08c-d67d-42b9-a00a-e3653aaa044c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e308c08c-d67d-42b9-a00a-e3653aaa044c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e308c08c-d67d-42b9-a00a-e3653aaa044c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e308c08c-d67d-42b9-a00a-e3653aaa044c img.shogun-image {
  width: 100%;
}



}
#s-5ca8dce8-6553-4a50-8e43-e6ff3804741d {
  min-height: 80px;
}








#s-5ca8dce8-6553-4a50-8e43-e6ff3804741d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ca8dce8-6553-4a50-8e43-e6ff3804741d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-327b29e0-202b-4054-8aa2-44df82dd0359 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-327b29e0-202b-4054-8aa2-44df82dd0359 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-327b29e0-202b-4054-8aa2-44df82dd0359 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-2e741a69-d3da-49d9-b4f4-ebfc3e21fb7d {
  text-align: center;
}

#s-2e741a69-d3da-49d9-b4f4-ebfc3e21fb7d .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2e741a69-d3da-49d9-b4f4-ebfc3e21fb7d .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-2e741a69-d3da-49d9-b4f4-ebfc3e21fb7d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f893e722-f35c-4181-bcfc-74d14f67a27d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f893e722-f35c-4181-bcfc-74d14f67a27d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f893e722-f35c-4181-bcfc-74d14f67a27d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f893e722-f35c-4181-bcfc-74d14f67a27d {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-f893e722-f35c-4181-bcfc-74d14f67a27d-root {
    text-align: center;
  }


#s-f893e722-f35c-4181-bcfc-74d14f67a27d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f893e722-f35c-4181-bcfc-74d14f67a27d-root {
    text-align: center;
  }


#s-f893e722-f35c-4181-bcfc-74d14f67a27d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f893e722-f35c-4181-bcfc-74d14f67a27d-root {
    text-align: center;
  }


#s-f893e722-f35c-4181-bcfc-74d14f67a27d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f893e722-f35c-4181-bcfc-74d14f67a27d-root {
    text-align: center;
  }


#s-f893e722-f35c-4181-bcfc-74d14f67a27d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f893e722-f35c-4181-bcfc-74d14f67a27d-root {
    text-align: center;
  }


#s-f893e722-f35c-4181-bcfc-74d14f67a27d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf {
  text-align: left;
}



.shg-c#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fe7fb4d-be43-46c2-8780-dbe8da809fdf img.shogun-image {
  width: 100%;
}



}
#s-e385ded6-35b3-4a96-805e-0fec876e1a74 {
  min-height: 80px;
}








#s-e385ded6-35b3-4a96-805e-0fec876e1a74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e385ded6-35b3-4a96-805e-0fec876e1a74.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14007fbc-8582-4536-8256-faf4da3b48f1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-14007fbc-8582-4536-8256-faf4da3b48f1 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-14007fbc-8582-4536-8256-faf4da3b48f1 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-77bf3cde-4bf3-4054-b1b1-d3291a7821fd {
  text-align: center;
}

#s-77bf3cde-4bf3-4054-b1b1-d3291a7821fd .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-77bf3cde-4bf3-4054-b1b1-d3291a7821fd .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-77bf3cde-4bf3-4054-b1b1-d3291a7821fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f-root {
    text-align: center;
  }


#s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f-root {
    text-align: center;
  }


#s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f-root {
    text-align: center;
  }


#s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f-root {
    text-align: center;
  }


#s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f-root {
    text-align: center;
  }


#s-e999f6bf-fe7f-4cce-b804-100c86a9ff8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-777681db-3dae-4127-8856-ea346ef41ca4 {
  text-align: left;
}



.shg-c#s-777681db-3dae-4127-8856-ea346ef41ca4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777681db-3dae-4127-8856-ea346ef41ca4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-777681db-3dae-4127-8856-ea346ef41ca4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777681db-3dae-4127-8856-ea346ef41ca4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-777681db-3dae-4127-8856-ea346ef41ca4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777681db-3dae-4127-8856-ea346ef41ca4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-777681db-3dae-4127-8856-ea346ef41ca4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777681db-3dae-4127-8856-ea346ef41ca4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-777681db-3dae-4127-8856-ea346ef41ca4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777681db-3dae-4127-8856-ea346ef41ca4 img.shogun-image {
  width: 100%;
}



}
#s-dd335b8d-5844-49a8-bf29-0b08cc3a94ab {
  min-height: 80px;
}








#s-dd335b8d-5844-49a8-bf29-0b08cc3a94ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd335b8d-5844-49a8-bf29-0b08cc3a94ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d9b7ed95-6e1a-4a63-bb49-c5328fb9586e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-d9b7ed95-6e1a-4a63-bb49-c5328fb9586e .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-d9b7ed95-6e1a-4a63-bb49-c5328fb9586e .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-1b5380b3-e572-4125-899e-7a6563cbd4b8 {
  text-align: center;
}

#s-1b5380b3-e572-4125-899e-7a6563cbd4b8 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-1b5380b3-e572-4125-899e-7a6563cbd4b8 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-1b5380b3-e572-4125-899e-7a6563cbd4b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ba1dac31-6571-4d4c-8147-5bfd39c84265 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ba1dac31-6571-4d4c-8147-5bfd39c84265:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba1dac31-6571-4d4c-8147-5bfd39c84265:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ba1dac31-6571-4d4c-8147-5bfd39c84265 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-ba1dac31-6571-4d4c-8147-5bfd39c84265-root {
    text-align: center;
  }


#s-ba1dac31-6571-4d4c-8147-5bfd39c84265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba1dac31-6571-4d4c-8147-5bfd39c84265-root {
    text-align: center;
  }


#s-ba1dac31-6571-4d4c-8147-5bfd39c84265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba1dac31-6571-4d4c-8147-5bfd39c84265-root {
    text-align: center;
  }


#s-ba1dac31-6571-4d4c-8147-5bfd39c84265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba1dac31-6571-4d4c-8147-5bfd39c84265-root {
    text-align: center;
  }


#s-ba1dac31-6571-4d4c-8147-5bfd39c84265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba1dac31-6571-4d4c-8147-5bfd39c84265-root {
    text-align: center;
  }


#s-ba1dac31-6571-4d4c-8147-5bfd39c84265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-106438e5-e3e2-46e2-ba57-250d05e2310b {
  text-align: left;
}



.shg-c#s-106438e5-e3e2-46e2-ba57-250d05e2310b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-106438e5-e3e2-46e2-ba57-250d05e2310b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-106438e5-e3e2-46e2-ba57-250d05e2310b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-106438e5-e3e2-46e2-ba57-250d05e2310b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-106438e5-e3e2-46e2-ba57-250d05e2310b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-106438e5-e3e2-46e2-ba57-250d05e2310b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-106438e5-e3e2-46e2-ba57-250d05e2310b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-106438e5-e3e2-46e2-ba57-250d05e2310b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-106438e5-e3e2-46e2-ba57-250d05e2310b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-106438e5-e3e2-46e2-ba57-250d05e2310b img.shogun-image {
  width: 100%;
}



}
#s-953b850f-7acf-40e7-8ac5-e53109264e62 {
  min-height: 80px;
}








#s-953b850f-7acf-40e7-8ac5-e53109264e62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-953b850f-7acf-40e7-8ac5-e53109264e62.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d6597ba2-6334-4e0a-9a09-86049b3a7e82 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-d6597ba2-6334-4e0a-9a09-86049b3a7e82 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-d6597ba2-6334-4e0a-9a09-86049b3a7e82 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-9d286da4-22da-4e23-8d83-d14a23014699 {
  text-align: center;
}

#s-9d286da4-22da-4e23-8d83-d14a23014699 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9d286da4-22da-4e23-8d83-d14a23014699 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-9d286da4-22da-4e23-8d83-d14a23014699 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc-root {
    text-align: center;
  }


#s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc-root {
    text-align: center;
  }


#s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc-root {
    text-align: center;
  }


#s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc-root {
    text-align: center;
  }


#s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc-root {
    text-align: center;
  }


#s-c59b33d6-8f13-4ccd-bf17-579bd39f8ddc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 {
  text-align: left;
}



.shg-c#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f0cd4ac-1cc8-42b8-bfd1-8b0d679fdc12 img.shogun-image {
  width: 100%;
}



}
#s-94e0462a-4458-47cf-84f1-2cbaf83db6f1 {
  min-height: 80px;
}








#s-94e0462a-4458-47cf-84f1-2cbaf83db6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94e0462a-4458-47cf-84f1-2cbaf83db6f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fc19d8e2-b269-4506-a312-470cee772628 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-fc19d8e2-b269-4506-a312-470cee772628 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-fc19d8e2-b269-4506-a312-470cee772628 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-26505078-7c62-4f61-88f1-d8b343925b48 {
  text-align: center;
}

#s-26505078-7c62-4f61-88f1-d8b343925b48 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-26505078-7c62-4f61-88f1-d8b343925b48 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-26505078-7c62-4f61-88f1-d8b343925b48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5-root {
    text-align: center;
  }


#s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5-root {
    text-align: center;
  }


#s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5-root {
    text-align: center;
  }


#s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5-root {
    text-align: center;
  }


#s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5-root {
    text-align: center;
  }


#s-cfc92b9b-a527-48ee-a6c8-2f7c49b7cea5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-95dcc088-0419-4578-bb77-e752c731fd80 {
  text-align: left;
}



.shg-c#s-95dcc088-0419-4578-bb77-e752c731fd80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95dcc088-0419-4578-bb77-e752c731fd80 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-95dcc088-0419-4578-bb77-e752c731fd80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95dcc088-0419-4578-bb77-e752c731fd80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95dcc088-0419-4578-bb77-e752c731fd80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95dcc088-0419-4578-bb77-e752c731fd80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95dcc088-0419-4578-bb77-e752c731fd80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95dcc088-0419-4578-bb77-e752c731fd80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95dcc088-0419-4578-bb77-e752c731fd80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95dcc088-0419-4578-bb77-e752c731fd80 img.shogun-image {
  width: 100%;
}



}
#s-46f8c5e1-d0df-4cdb-9a75-796b67440be1 {
  min-height: 80px;
}








#s-46f8c5e1-d0df-4cdb-9a75-796b67440be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46f8c5e1-d0df-4cdb-9a75-796b67440be1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d71d0748-d3e7-47cd-b2d8-44fb51259e70 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-d71d0748-d3e7-47cd-b2d8-44fb51259e70 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-d71d0748-d3e7-47cd-b2d8-44fb51259e70 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-19588ffd-7e1b-429d-8721-d9871fb4e164 {
  text-align: center;
}

#s-19588ffd-7e1b-429d-8721-d9871fb4e164 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-19588ffd-7e1b-429d-8721-d9871fb4e164 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-19588ffd-7e1b-429d-8721-d9871fb4e164 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76-root {
    text-align: center;
  }


#s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76-root {
    text-align: center;
  }


#s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76-root {
    text-align: center;
  }


#s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76-root {
    text-align: center;
  }


#s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76-root {
    text-align: center;
  }


#s-9d9af1eb-dbdd-4ac9-b5aa-181b061e4b76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 {
  text-align: left;
}



.shg-c#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d4c3c4-b8d9-4d77-954e-bdb9e4ca2902 img.shogun-image {
  width: 100%;
}



}
#s-b452fd95-ab0b-4234-9d66-0241bcc0ba3d {
  min-height: 80px;
}








#s-b452fd95-ab0b-4234-9d66-0241bcc0ba3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b452fd95-ab0b-4234-9d66-0241bcc0ba3d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5f32f508-9baa-4a85-a775-16245e7ea729 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-5f32f508-9baa-4a85-a775-16245e7ea729 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-5f32f508-9baa-4a85-a775-16245e7ea729 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-22cf166b-fe4f-4ace-af0c-376f700e9b74 {
  text-align: center;
}

#s-22cf166b-fe4f-4ace-af0c-376f700e9b74 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-22cf166b-fe4f-4ace-af0c-376f700e9b74 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-22cf166b-fe4f-4ace-af0c-376f700e9b74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77-root {
    text-align: center;
  }


#s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77-root {
    text-align: center;
  }


#s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77-root {
    text-align: center;
  }


#s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77-root {
    text-align: center;
  }


#s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77-root {
    text-align: center;
  }


#s-402f4f3e-a53d-4aae-b254-3b8b9e5fad77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0c19697d-5cea-41f9-a218-50c487bcf716 {
  text-align: left;
}



.shg-c#s-0c19697d-5cea-41f9-a218-50c487bcf716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c19697d-5cea-41f9-a218-50c487bcf716 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0c19697d-5cea-41f9-a218-50c487bcf716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c19697d-5cea-41f9-a218-50c487bcf716 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c19697d-5cea-41f9-a218-50c487bcf716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c19697d-5cea-41f9-a218-50c487bcf716 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c19697d-5cea-41f9-a218-50c487bcf716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c19697d-5cea-41f9-a218-50c487bcf716 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c19697d-5cea-41f9-a218-50c487bcf716 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c19697d-5cea-41f9-a218-50c487bcf716 img.shogun-image {
  width: 100%;
}



}
#s-7b91c71c-3c53-4ba3-b735-99e19ad4c0e2 {
  min-height: 80px;
}








#s-7b91c71c-3c53-4ba3-b735-99e19ad4c0e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b91c71c-3c53-4ba3-b735-99e19ad4c0e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2162219a-15a8-4bbf-acc1-57a7e5ee1077 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-2162219a-15a8-4bbf-acc1-57a7e5ee1077 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-2162219a-15a8-4bbf-acc1-57a7e5ee1077 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-91f38a3b-b009-4fc2-83b5-cb88c0b283ee {
  text-align: center;
}

#s-91f38a3b-b009-4fc2-83b5-cb88c0b283ee .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-91f38a3b-b009-4fc2-83b5-cb88c0b283ee .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-91f38a3b-b009-4fc2-83b5-cb88c0b283ee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1608ea31-0f97-46f7-802a-5eb521377dfa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1608ea31-0f97-46f7-802a-5eb521377dfa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1608ea31-0f97-46f7-802a-5eb521377dfa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1608ea31-0f97-46f7-802a-5eb521377dfa {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-1608ea31-0f97-46f7-802a-5eb521377dfa-root {
    text-align: center;
  }


#s-1608ea31-0f97-46f7-802a-5eb521377dfa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1608ea31-0f97-46f7-802a-5eb521377dfa-root {
    text-align: center;
  }


#s-1608ea31-0f97-46f7-802a-5eb521377dfa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1608ea31-0f97-46f7-802a-5eb521377dfa-root {
    text-align: center;
  }


#s-1608ea31-0f97-46f7-802a-5eb521377dfa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1608ea31-0f97-46f7-802a-5eb521377dfa-root {
    text-align: center;
  }


#s-1608ea31-0f97-46f7-802a-5eb521377dfa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1608ea31-0f97-46f7-802a-5eb521377dfa-root {
    text-align: center;
  }


#s-1608ea31-0f97-46f7-802a-5eb521377dfa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e {
  text-align: left;
}



.shg-c#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0601031d-e0c7-4b7b-bf57-6ec73caed37e img.shogun-image {
  width: 100%;
}



}
#s-87c969db-e3df-4478-96c6-b8907744c1ce {
  min-height: 80px;
}








#s-87c969db-e3df-4478-96c6-b8907744c1ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c969db-e3df-4478-96c6-b8907744c1ce.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-781a57d8-8b00-44b2-aced-10607f7591e0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-781a57d8-8b00-44b2-aced-10607f7591e0 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-781a57d8-8b00-44b2-aced-10607f7591e0 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-a762595a-83f3-4782-b3a1-51717ef36c81 {
  text-align: center;
}

#s-a762595a-83f3-4782-b3a1-51717ef36c81 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a762595a-83f3-4782-b3a1-51717ef36c81 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-a762595a-83f3-4782-b3a1-51717ef36c81 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1fb885ba-7390-4094-9b78-70033a54c0d0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1fb885ba-7390-4094-9b78-70033a54c0d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fb885ba-7390-4094-9b78-70033a54c0d0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1fb885ba-7390-4094-9b78-70033a54c0d0 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-1fb885ba-7390-4094-9b78-70033a54c0d0-root {
    text-align: center;
  }


#s-1fb885ba-7390-4094-9b78-70033a54c0d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fb885ba-7390-4094-9b78-70033a54c0d0-root {
    text-align: center;
  }


#s-1fb885ba-7390-4094-9b78-70033a54c0d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fb885ba-7390-4094-9b78-70033a54c0d0-root {
    text-align: center;
  }


#s-1fb885ba-7390-4094-9b78-70033a54c0d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fb885ba-7390-4094-9b78-70033a54c0d0-root {
    text-align: center;
  }


#s-1fb885ba-7390-4094-9b78-70033a54c0d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fb885ba-7390-4094-9b78-70033a54c0d0-root {
    text-align: center;
  }


#s-1fb885ba-7390-4094-9b78-70033a54c0d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-51d99abf-f307-4569-81db-03cd95c6e1f4 {
  text-align: left;
}



.shg-c#s-51d99abf-f307-4569-81db-03cd95c6e1f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51d99abf-f307-4569-81db-03cd95c6e1f4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-51d99abf-f307-4569-81db-03cd95c6e1f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51d99abf-f307-4569-81db-03cd95c6e1f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51d99abf-f307-4569-81db-03cd95c6e1f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51d99abf-f307-4569-81db-03cd95c6e1f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51d99abf-f307-4569-81db-03cd95c6e1f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51d99abf-f307-4569-81db-03cd95c6e1f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51d99abf-f307-4569-81db-03cd95c6e1f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51d99abf-f307-4569-81db-03cd95c6e1f4 img.shogun-image {
  width: 100%;
}



}
#s-793af784-840c-42ef-9d88-a1970bd02f95 {
  min-height: 80px;
}








#s-793af784-840c-42ef-9d88-a1970bd02f95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-793af784-840c-42ef-9d88-a1970bd02f95.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-881e79e0-dd79-43ac-8481-edac6752ce8b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-881e79e0-dd79-43ac-8481-edac6752ce8b .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-881e79e0-dd79-43ac-8481-edac6752ce8b .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-b2b27929-be1d-4a8d-9c72-3963038dcc36 {
  text-align: center;
}

#s-b2b27929-be1d-4a8d-9c72-3963038dcc36 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b2b27929-be1d-4a8d-9c72-3963038dcc36 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-b2b27929-be1d-4a8d-9c72-3963038dcc36 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e794ff30-0589-4a35-9076-a55053f20e65 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e794ff30-0589-4a35-9076-a55053f20e65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e794ff30-0589-4a35-9076-a55053f20e65:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e794ff30-0589-4a35-9076-a55053f20e65 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-e794ff30-0589-4a35-9076-a55053f20e65-root {
    text-align: center;
  }


#s-e794ff30-0589-4a35-9076-a55053f20e65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e794ff30-0589-4a35-9076-a55053f20e65-root {
    text-align: center;
  }


#s-e794ff30-0589-4a35-9076-a55053f20e65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e794ff30-0589-4a35-9076-a55053f20e65-root {
    text-align: center;
  }


#s-e794ff30-0589-4a35-9076-a55053f20e65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e794ff30-0589-4a35-9076-a55053f20e65-root {
    text-align: center;
  }


#s-e794ff30-0589-4a35-9076-a55053f20e65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e794ff30-0589-4a35-9076-a55053f20e65-root {
    text-align: center;
  }


#s-e794ff30-0589-4a35-9076-a55053f20e65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-86945ccc-e25c-46bd-98dc-62e795717d01 {
  text-align: left;
}



.shg-c#s-86945ccc-e25c-46bd-98dc-62e795717d01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86945ccc-e25c-46bd-98dc-62e795717d01 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-86945ccc-e25c-46bd-98dc-62e795717d01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86945ccc-e25c-46bd-98dc-62e795717d01 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86945ccc-e25c-46bd-98dc-62e795717d01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86945ccc-e25c-46bd-98dc-62e795717d01 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86945ccc-e25c-46bd-98dc-62e795717d01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86945ccc-e25c-46bd-98dc-62e795717d01 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86945ccc-e25c-46bd-98dc-62e795717d01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86945ccc-e25c-46bd-98dc-62e795717d01 img.shogun-image {
  width: 100%;
}



}
#s-347082df-6b92-42bd-b421-fe1cf897316d {
  min-height: 80px;
}








#s-347082df-6b92-42bd-b421-fe1cf897316d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-347082df-6b92-42bd-b421-fe1cf897316d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f19cd563-189c-423d-a80e-d20c6ce1964d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-f19cd563-189c-423d-a80e-d20c6ce1964d .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-f19cd563-189c-423d-a80e-d20c6ce1964d .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-5e6aebfc-c4c2-4ae7-bc6e-eb402e00a04a {
  text-align: center;
}

#s-5e6aebfc-c4c2-4ae7-bc6e-eb402e00a04a .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5e6aebfc-c4c2-4ae7-bc6e-eb402e00a04a .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-5e6aebfc-c4c2-4ae7-bc6e-eb402e00a04a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f5e1063b-f004-4c9c-8754-79802805b092 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f5e1063b-f004-4c9c-8754-79802805b092:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5e1063b-f004-4c9c-8754-79802805b092:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f5e1063b-f004-4c9c-8754-79802805b092 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-f5e1063b-f004-4c9c-8754-79802805b092-root {
    text-align: center;
  }


#s-f5e1063b-f004-4c9c-8754-79802805b092.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5e1063b-f004-4c9c-8754-79802805b092-root {
    text-align: center;
  }


#s-f5e1063b-f004-4c9c-8754-79802805b092.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5e1063b-f004-4c9c-8754-79802805b092-root {
    text-align: center;
  }


#s-f5e1063b-f004-4c9c-8754-79802805b092.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5e1063b-f004-4c9c-8754-79802805b092-root {
    text-align: center;
  }


#s-f5e1063b-f004-4c9c-8754-79802805b092.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5e1063b-f004-4c9c-8754-79802805b092-root {
    text-align: center;
  }


#s-f5e1063b-f004-4c9c-8754-79802805b092.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c {
  text-align: left;
}



.shg-c#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12c94ed8-9cf8-48a9-9731-e67d0ea28e2c img.shogun-image {
  width: 100%;
}



}
#s-6e05aaf2-b95b-403a-8bd0-fd0437066781 {
  min-height: 80px;
}








#s-6e05aaf2-b95b-403a-8bd0-fd0437066781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e05aaf2-b95b-403a-8bd0-fd0437066781.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b0b400c8-4078-4d05-ae2c-32c9803ff4a9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-b0b400c8-4078-4d05-ae2c-32c9803ff4a9 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-b0b400c8-4078-4d05-ae2c-32c9803ff4a9 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-2c2c6132-220d-4e46-9c53-ee1a62db0f9e {
  text-align: center;
}

#s-2c2c6132-220d-4e46-9c53-ee1a62db0f9e .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2c2c6132-220d-4e46-9c53-ee1a62db0f9e .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-2c2c6132-220d-4e46-9c53-ee1a62db0f9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a5d0a070-61b9-4389-9341-2a89cf79c8e5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a5d0a070-61b9-4389-9341-2a89cf79c8e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5d0a070-61b9-4389-9341-2a89cf79c8e5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a5d0a070-61b9-4389-9341-2a89cf79c8e5 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-a5d0a070-61b9-4389-9341-2a89cf79c8e5-root {
    text-align: center;
  }


#s-a5d0a070-61b9-4389-9341-2a89cf79c8e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5d0a070-61b9-4389-9341-2a89cf79c8e5-root {
    text-align: center;
  }


#s-a5d0a070-61b9-4389-9341-2a89cf79c8e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5d0a070-61b9-4389-9341-2a89cf79c8e5-root {
    text-align: center;
  }


#s-a5d0a070-61b9-4389-9341-2a89cf79c8e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5d0a070-61b9-4389-9341-2a89cf79c8e5-root {
    text-align: center;
  }


#s-a5d0a070-61b9-4389-9341-2a89cf79c8e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5d0a070-61b9-4389-9341-2a89cf79c8e5-root {
    text-align: center;
  }


#s-a5d0a070-61b9-4389-9341-2a89cf79c8e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5440544e-b74c-4b81-91cd-b6c00851eb60 {
  text-align: left;
}



.shg-c#s-5440544e-b74c-4b81-91cd-b6c00851eb60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5440544e-b74c-4b81-91cd-b6c00851eb60 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5440544e-b74c-4b81-91cd-b6c00851eb60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5440544e-b74c-4b81-91cd-b6c00851eb60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5440544e-b74c-4b81-91cd-b6c00851eb60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5440544e-b74c-4b81-91cd-b6c00851eb60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5440544e-b74c-4b81-91cd-b6c00851eb60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5440544e-b74c-4b81-91cd-b6c00851eb60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5440544e-b74c-4b81-91cd-b6c00851eb60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5440544e-b74c-4b81-91cd-b6c00851eb60 img.shogun-image {
  width: 100%;
}



}
#s-b5e61a12-1805-4f7e-a17e-c2f29de5a602 {
  min-height: 80px;
}








#s-b5e61a12-1805-4f7e-a17e-c2f29de5a602 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5e61a12-1805-4f7e-a17e-c2f29de5a602.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4de626d5-6671-4f80-bafd-6401315d3f6c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-4de626d5-6671-4f80-bafd-6401315d3f6c .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-4de626d5-6671-4f80-bafd-6401315d3f6c .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-bf259f7e-c3b9-4fad-a385-3474e7ab604d {
  text-align: center;
}

#s-bf259f7e-c3b9-4fad-a385-3474e7ab604d .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bf259f7e-c3b9-4fad-a385-3474e7ab604d .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-bf259f7e-c3b9-4fad-a385-3474e7ab604d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e96c87aa-94c3-4849-9153-535b52c81ab9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e96c87aa-94c3-4849-9153-535b52c81ab9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e96c87aa-94c3-4849-9153-535b52c81ab9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e96c87aa-94c3-4849-9153-535b52c81ab9 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-e96c87aa-94c3-4849-9153-535b52c81ab9-root {
    text-align: center;
  }


#s-e96c87aa-94c3-4849-9153-535b52c81ab9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e96c87aa-94c3-4849-9153-535b52c81ab9-root {
    text-align: center;
  }


#s-e96c87aa-94c3-4849-9153-535b52c81ab9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e96c87aa-94c3-4849-9153-535b52c81ab9-root {
    text-align: center;
  }


#s-e96c87aa-94c3-4849-9153-535b52c81ab9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e96c87aa-94c3-4849-9153-535b52c81ab9-root {
    text-align: center;
  }


#s-e96c87aa-94c3-4849-9153-535b52c81ab9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e96c87aa-94c3-4849-9153-535b52c81ab9-root {
    text-align: center;
  }


#s-e96c87aa-94c3-4849-9153-535b52c81ab9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 {
  text-align: left;
}



.shg-c#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb9c5d41-609d-4881-8dc3-1393831b41a9 img.shogun-image {
  width: 100%;
}



}
#s-d04ab07b-57d1-4556-91a6-f061fea78be2 {
  min-height: 80px;
}








#s-d04ab07b-57d1-4556-91a6-f061fea78be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d04ab07b-57d1-4556-91a6-f061fea78be2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4fd5cbd4-c8c9-46cb-970e-17ecda68d348 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-4fd5cbd4-c8c9-46cb-970e-17ecda68d348 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-4fd5cbd4-c8c9-46cb-970e-17ecda68d348 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-3fb35d29-c423-49cf-8de0-daa4d9b3c099 {
  text-align: center;
}

#s-3fb35d29-c423-49cf-8de0-daa4d9b3c099 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3fb35d29-c423-49cf-8de0-daa4d9b3c099 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-3fb35d29-c423-49cf-8de0-daa4d9b3c099 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-87cde34f-9871-4841-8358-79003e34ff5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-87cde34f-9871-4841-8358-79003e34ff5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87cde34f-9871-4841-8358-79003e34ff5b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-87cde34f-9871-4841-8358-79003e34ff5b {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-87cde34f-9871-4841-8358-79003e34ff5b-root {
    text-align: center;
  }


#s-87cde34f-9871-4841-8358-79003e34ff5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87cde34f-9871-4841-8358-79003e34ff5b-root {
    text-align: center;
  }


#s-87cde34f-9871-4841-8358-79003e34ff5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87cde34f-9871-4841-8358-79003e34ff5b-root {
    text-align: center;
  }


#s-87cde34f-9871-4841-8358-79003e34ff5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87cde34f-9871-4841-8358-79003e34ff5b-root {
    text-align: center;
  }


#s-87cde34f-9871-4841-8358-79003e34ff5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87cde34f-9871-4841-8358-79003e34ff5b-root {
    text-align: center;
  }


#s-87cde34f-9871-4841-8358-79003e34ff5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ebe10801-602a-488a-8f59-1da6dae097ca {
  text-align: left;
}



.shg-c#s-ebe10801-602a-488a-8f59-1da6dae097ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe10801-602a-488a-8f59-1da6dae097ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ebe10801-602a-488a-8f59-1da6dae097ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe10801-602a-488a-8f59-1da6dae097ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ebe10801-602a-488a-8f59-1da6dae097ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe10801-602a-488a-8f59-1da6dae097ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ebe10801-602a-488a-8f59-1da6dae097ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe10801-602a-488a-8f59-1da6dae097ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ebe10801-602a-488a-8f59-1da6dae097ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe10801-602a-488a-8f59-1da6dae097ca img.shogun-image {
  width: 100%;
}



}
#s-f57bd52c-99b4-41a1-8911-caf9618ac757 {
  min-height: 80px;
}








#s-f57bd52c-99b4-41a1-8911-caf9618ac757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f57bd52c-99b4-41a1-8911-caf9618ac757.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88ea370a-6d53-4ad8-8bc9-5f5ef6ec2a2d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-88ea370a-6d53-4ad8-8bc9-5f5ef6ec2a2d .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-88ea370a-6d53-4ad8-8bc9-5f5ef6ec2a2d .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-4768d21c-e934-4b67-bc1e-1fda411ad4b6 {
  text-align: center;
}

#s-4768d21c-e934-4b67-bc1e-1fda411ad4b6 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4768d21c-e934-4b67-bc1e-1fda411ad4b6 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-4768d21c-e934-4b67-bc1e-1fda411ad4b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-60a1f3e9-acdb-474e-a040-becf3da2f0cb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-60a1f3e9-acdb-474e-a040-becf3da2f0cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60a1f3e9-acdb-474e-a040-becf3da2f0cb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-60a1f3e9-acdb-474e-a040-becf3da2f0cb {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-60a1f3e9-acdb-474e-a040-becf3da2f0cb-root {
    text-align: center;
  }


#s-60a1f3e9-acdb-474e-a040-becf3da2f0cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60a1f3e9-acdb-474e-a040-becf3da2f0cb-root {
    text-align: center;
  }


#s-60a1f3e9-acdb-474e-a040-becf3da2f0cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60a1f3e9-acdb-474e-a040-becf3da2f0cb-root {
    text-align: center;
  }


#s-60a1f3e9-acdb-474e-a040-becf3da2f0cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60a1f3e9-acdb-474e-a040-becf3da2f0cb-root {
    text-align: center;
  }


#s-60a1f3e9-acdb-474e-a040-becf3da2f0cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60a1f3e9-acdb-474e-a040-becf3da2f0cb-root {
    text-align: center;
  }


#s-60a1f3e9-acdb-474e-a040-becf3da2f0cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b {
  text-align: left;
}



.shg-c#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-670abeea-34b1-4d75-bb78-6b7e632c5c0b img.shogun-image {
  width: 100%;
}



}
#s-fb0bc341-a4f0-4cf2-9f6f-74fff59fca76 {
  min-height: 80px;
}








#s-fb0bc341-a4f0-4cf2-9f6f-74fff59fca76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb0bc341-a4f0-4cf2-9f6f-74fff59fca76.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-433ead73-1c15-4f97-8a76-edb6f213db0a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-433ead73-1c15-4f97-8a76-edb6f213db0a .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-433ead73-1c15-4f97-8a76-edb6f213db0a .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-973b181a-bdca-48f2-a23d-e4305a9ea86c {
  text-align: center;
}

#s-973b181a-bdca-48f2-a23d-e4305a9ea86c .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-973b181a-bdca-48f2-a23d-e4305a9ea86c .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-973b181a-bdca-48f2-a23d-e4305a9ea86c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d93a8fc2-8b22-4240-b1e9-87ef2111174a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d93a8fc2-8b22-4240-b1e9-87ef2111174a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d93a8fc2-8b22-4240-b1e9-87ef2111174a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d93a8fc2-8b22-4240-b1e9-87ef2111174a {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-d93a8fc2-8b22-4240-b1e9-87ef2111174a-root {
    text-align: center;
  }


#s-d93a8fc2-8b22-4240-b1e9-87ef2111174a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d93a8fc2-8b22-4240-b1e9-87ef2111174a-root {
    text-align: center;
  }


#s-d93a8fc2-8b22-4240-b1e9-87ef2111174a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d93a8fc2-8b22-4240-b1e9-87ef2111174a-root {
    text-align: center;
  }


#s-d93a8fc2-8b22-4240-b1e9-87ef2111174a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d93a8fc2-8b22-4240-b1e9-87ef2111174a-root {
    text-align: center;
  }


#s-d93a8fc2-8b22-4240-b1e9-87ef2111174a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d93a8fc2-8b22-4240-b1e9-87ef2111174a-root {
    text-align: center;
  }


#s-d93a8fc2-8b22-4240-b1e9-87ef2111174a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 {
  text-align: left;
}



.shg-c#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7bb71c6a-7ef7-4657-9387-02e8b7b279a8 img.shogun-image {
  width: 100%;
}



}
#s-0146628c-c29c-4ce3-8734-ad48e2d35465 {
  min-height: 80px;
}








#s-0146628c-c29c-4ce3-8734-ad48e2d35465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0146628c-c29c-4ce3-8734-ad48e2d35465.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-21a23676-e49f-4247-b813-196d8c42c8f2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-21a23676-e49f-4247-b813-196d8c42c8f2 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-21a23676-e49f-4247-b813-196d8c42c8f2 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-39f3894d-f47a-4b1e-a242-0736998752e7 {
  text-align: center;
}

#s-39f3894d-f47a-4b1e-a242-0736998752e7 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-39f3894d-f47a-4b1e-a242-0736998752e7 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-39f3894d-f47a-4b1e-a242-0736998752e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6ff974c5-6e70-46de-8d64-74c31a95d700 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6ff974c5-6e70-46de-8d64-74c31a95d700:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ff974c5-6e70-46de-8d64-74c31a95d700:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6ff974c5-6e70-46de-8d64-74c31a95d700 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-6ff974c5-6e70-46de-8d64-74c31a95d700-root {
    text-align: center;
  }


#s-6ff974c5-6e70-46de-8d64-74c31a95d700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ff974c5-6e70-46de-8d64-74c31a95d700-root {
    text-align: center;
  }


#s-6ff974c5-6e70-46de-8d64-74c31a95d700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ff974c5-6e70-46de-8d64-74c31a95d700-root {
    text-align: center;
  }


#s-6ff974c5-6e70-46de-8d64-74c31a95d700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ff974c5-6e70-46de-8d64-74c31a95d700-root {
    text-align: center;
  }


#s-6ff974c5-6e70-46de-8d64-74c31a95d700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ff974c5-6e70-46de-8d64-74c31a95d700-root {
    text-align: center;
  }


#s-6ff974c5-6e70-46de-8d64-74c31a95d700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-23677dd5-37be-47c7-8936-9df66c5a6377 {
  text-align: left;
}



.shg-c#s-23677dd5-37be-47c7-8936-9df66c5a6377 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23677dd5-37be-47c7-8936-9df66c5a6377 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-23677dd5-37be-47c7-8936-9df66c5a6377 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23677dd5-37be-47c7-8936-9df66c5a6377 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23677dd5-37be-47c7-8936-9df66c5a6377 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23677dd5-37be-47c7-8936-9df66c5a6377 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23677dd5-37be-47c7-8936-9df66c5a6377 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23677dd5-37be-47c7-8936-9df66c5a6377 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23677dd5-37be-47c7-8936-9df66c5a6377 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23677dd5-37be-47c7-8936-9df66c5a6377 img.shogun-image {
  width: 100%;
}



}
#s-81973198-734f-4f26-b9ec-e5d2fef6aebe {
  min-height: 80px;
}








#s-81973198-734f-4f26-b9ec-e5d2fef6aebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81973198-734f-4f26-b9ec-e5d2fef6aebe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d5340ab6-63fa-4518-ab76-3491fb5c4036 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-d5340ab6-63fa-4518-ab76-3491fb5c4036 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-d5340ab6-63fa-4518-ab76-3491fb5c4036 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-b06b18c7-b996-43f0-8edb-1cde935be5d9 {
  text-align: center;
}

#s-b06b18c7-b996-43f0-8edb-1cde935be5d9 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b06b18c7-b996-43f0-8edb-1cde935be5d9 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-b06b18c7-b996-43f0-8edb-1cde935be5d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d29a3d9c-5470-4bbb-b6b2-d8f270452239 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d29a3d9c-5470-4bbb-b6b2-d8f270452239:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d29a3d9c-5470-4bbb-b6b2-d8f270452239:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d29a3d9c-5470-4bbb-b6b2-d8f270452239 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-d29a3d9c-5470-4bbb-b6b2-d8f270452239-root {
    text-align: center;
  }


#s-d29a3d9c-5470-4bbb-b6b2-d8f270452239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d29a3d9c-5470-4bbb-b6b2-d8f270452239-root {
    text-align: center;
  }


#s-d29a3d9c-5470-4bbb-b6b2-d8f270452239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d29a3d9c-5470-4bbb-b6b2-d8f270452239-root {
    text-align: center;
  }


#s-d29a3d9c-5470-4bbb-b6b2-d8f270452239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d29a3d9c-5470-4bbb-b6b2-d8f270452239-root {
    text-align: center;
  }


#s-d29a3d9c-5470-4bbb-b6b2-d8f270452239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d29a3d9c-5470-4bbb-b6b2-d8f270452239-root {
    text-align: center;
  }


#s-d29a3d9c-5470-4bbb-b6b2-d8f270452239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 {
  text-align: left;
}



.shg-c#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bfaa2ab-d1f0-415b-b607-338f23006de5 img.shogun-image {
  width: 100%;
}



}
#s-4e1d00b4-16a9-48ed-a532-fdc2453bbb6f {
  min-height: 80px;
}








#s-4e1d00b4-16a9-48ed-a532-fdc2453bbb6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e1d00b4-16a9-48ed-a532-fdc2453bbb6f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5fea7187-3857-44b9-8337-18c45a6e2f57 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-5fea7187-3857-44b9-8337-18c45a6e2f57 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-5fea7187-3857-44b9-8337-18c45a6e2f57 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-2d3f0acf-f30b-40fd-9998-7dfe604065f0 {
  text-align: center;
}

#s-2d3f0acf-f30b-40fd-9998-7dfe604065f0 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2d3f0acf-f30b-40fd-9998-7dfe604065f0 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-2d3f0acf-f30b-40fd-9998-7dfe604065f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a4f256ab-8aba-4769-ab48-7608431b8fe7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a4f256ab-8aba-4769-ab48-7608431b8fe7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4f256ab-8aba-4769-ab48-7608431b8fe7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a4f256ab-8aba-4769-ab48-7608431b8fe7 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-a4f256ab-8aba-4769-ab48-7608431b8fe7-root {
    text-align: center;
  }


#s-a4f256ab-8aba-4769-ab48-7608431b8fe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4f256ab-8aba-4769-ab48-7608431b8fe7-root {
    text-align: center;
  }


#s-a4f256ab-8aba-4769-ab48-7608431b8fe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4f256ab-8aba-4769-ab48-7608431b8fe7-root {
    text-align: center;
  }


#s-a4f256ab-8aba-4769-ab48-7608431b8fe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4f256ab-8aba-4769-ab48-7608431b8fe7-root {
    text-align: center;
  }


#s-a4f256ab-8aba-4769-ab48-7608431b8fe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4f256ab-8aba-4769-ab48-7608431b8fe7-root {
    text-align: center;
  }


#s-a4f256ab-8aba-4769-ab48-7608431b8fe7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4a45da8b-36f3-4359-b666-9e8911ca5040 {
  text-align: left;
}



.shg-c#s-4a45da8b-36f3-4359-b666-9e8911ca5040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a45da8b-36f3-4359-b666-9e8911ca5040 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a45da8b-36f3-4359-b666-9e8911ca5040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a45da8b-36f3-4359-b666-9e8911ca5040 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a45da8b-36f3-4359-b666-9e8911ca5040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a45da8b-36f3-4359-b666-9e8911ca5040 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a45da8b-36f3-4359-b666-9e8911ca5040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a45da8b-36f3-4359-b666-9e8911ca5040 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a45da8b-36f3-4359-b666-9e8911ca5040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a45da8b-36f3-4359-b666-9e8911ca5040 img.shogun-image {
  width: 100%;
}



}
#s-cf0fa3b9-8547-4c56-ae8e-bef9ecd314c5 {
  min-height: 80px;
}








#s-cf0fa3b9-8547-4c56-ae8e-bef9ecd314c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf0fa3b9-8547-4c56-ae8e-bef9ecd314c5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88222339-25e9-454f-8616-809a170d901c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-88222339-25e9-454f-8616-809a170d901c .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-88222339-25e9-454f-8616-809a170d901c .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-176a1a60-262b-4012-aeb8-eaf25506a51e {
  text-align: center;
}

#s-176a1a60-262b-4012-aeb8-eaf25506a51e .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-176a1a60-262b-4012-aeb8-eaf25506a51e .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-176a1a60-262b-4012-aeb8-eaf25506a51e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-40d02ad9-1106-4486-ab9e-d7a58d7e249d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-40d02ad9-1106-4486-ab9e-d7a58d7e249d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40d02ad9-1106-4486-ab9e-d7a58d7e249d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-40d02ad9-1106-4486-ab9e-d7a58d7e249d {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-40d02ad9-1106-4486-ab9e-d7a58d7e249d-root {
    text-align: center;
  }


#s-40d02ad9-1106-4486-ab9e-d7a58d7e249d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40d02ad9-1106-4486-ab9e-d7a58d7e249d-root {
    text-align: center;
  }


#s-40d02ad9-1106-4486-ab9e-d7a58d7e249d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40d02ad9-1106-4486-ab9e-d7a58d7e249d-root {
    text-align: center;
  }


#s-40d02ad9-1106-4486-ab9e-d7a58d7e249d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40d02ad9-1106-4486-ab9e-d7a58d7e249d-root {
    text-align: center;
  }


#s-40d02ad9-1106-4486-ab9e-d7a58d7e249d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40d02ad9-1106-4486-ab9e-d7a58d7e249d-root {
    text-align: center;
  }


#s-40d02ad9-1106-4486-ab9e-d7a58d7e249d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ef698606-c022-4742-b6d8-24668aaef3c2 {
  text-align: left;
}



.shg-c#s-ef698606-c022-4742-b6d8-24668aaef3c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef698606-c022-4742-b6d8-24668aaef3c2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef698606-c022-4742-b6d8-24668aaef3c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef698606-c022-4742-b6d8-24668aaef3c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef698606-c022-4742-b6d8-24668aaef3c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef698606-c022-4742-b6d8-24668aaef3c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef698606-c022-4742-b6d8-24668aaef3c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef698606-c022-4742-b6d8-24668aaef3c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef698606-c022-4742-b6d8-24668aaef3c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef698606-c022-4742-b6d8-24668aaef3c2 img.shogun-image {
  width: 100%;
}



}
#s-74737407-d4b7-4bf9-9098-8cd54f1b39a4 {
  min-height: 80px;
}








#s-74737407-d4b7-4bf9-9098-8cd54f1b39a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74737407-d4b7-4bf9-9098-8cd54f1b39a4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-06b6998d-c0ea-4057-a8e0-0d816b882b86 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-06b6998d-c0ea-4057-a8e0-0d816b882b86 .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-06b6998d-c0ea-4057-a8e0-0d816b882b86 .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-df888642-32d6-4e38-ac57-8912c7416963 {
  text-align: center;
}

#s-df888642-32d6-4e38-ac57-8912c7416963 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-df888642-32d6-4e38-ac57-8912c7416963 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-df888642-32d6-4e38-ac57-8912c7416963 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1c974760-7fb1-45c1-a786-c34ad52ad79f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1c974760-7fb1-45c1-a786-c34ad52ad79f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c974760-7fb1-45c1-a786-c34ad52ad79f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1c974760-7fb1-45c1-a786-c34ad52ad79f {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-1c974760-7fb1-45c1-a786-c34ad52ad79f-root {
    text-align: center;
  }


#s-1c974760-7fb1-45c1-a786-c34ad52ad79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c974760-7fb1-45c1-a786-c34ad52ad79f-root {
    text-align: center;
  }


#s-1c974760-7fb1-45c1-a786-c34ad52ad79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c974760-7fb1-45c1-a786-c34ad52ad79f-root {
    text-align: center;
  }


#s-1c974760-7fb1-45c1-a786-c34ad52ad79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c974760-7fb1-45c1-a786-c34ad52ad79f-root {
    text-align: center;
  }


#s-1c974760-7fb1-45c1-a786-c34ad52ad79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c974760-7fb1-45c1-a786-c34ad52ad79f-root {
    text-align: center;
  }


#s-1c974760-7fb1-45c1-a786-c34ad52ad79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad {
  text-align: left;
}



.shg-c#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3de1173e-d84a-49d8-b955-0ba8e2a736ad img.shogun-image {
  width: 100%;
}



}
#s-c16a07ac-ec49-4c31-9142-c78e815722ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c16a07ac-ec49-4c31-9142-c78e815722ec .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7252af3d-b469-4c1e-992a-807cfcad6421 {
  text-align: center;
}

#s-7252af3d-b469-4c1e-992a-807cfcad6421 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7252af3d-b469-4c1e-992a-807cfcad6421 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7252af3d-b469-4c1e-992a-807cfcad6421 .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;
}

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

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

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

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

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

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

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

#s-e33926ab-63e4-4e54-b897-14924932ec52 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e33926ab-63e4-4e54-b897-14924932ec52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e33926ab-63e4-4e54-b897-14924932ec52:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e33926ab-63e4-4e54-b897-14924932ec52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e33926ab-63e4-4e54-b897-14924932ec52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e33926ab-63e4-4e54-b897-14924932ec52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e33926ab-63e4-4e54-b897-14924932ec52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-78597759-d88d-43bc-8b97-564b4a6694af {
  text-align: left;
}



.shg-c#s-78597759-d88d-43bc-8b97-564b4a6694af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78597759-d88d-43bc-8b97-564b4a6694af img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78597759-d88d-43bc-8b97-564b4a6694af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78597759-d88d-43bc-8b97-564b4a6694af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78597759-d88d-43bc-8b97-564b4a6694af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78597759-d88d-43bc-8b97-564b4a6694af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78597759-d88d-43bc-8b97-564b4a6694af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78597759-d88d-43bc-8b97-564b4a6694af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78597759-d88d-43bc-8b97-564b4a6694af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78597759-d88d-43bc-8b97-564b4a6694af img.shogun-image {
  width: 100%;
}



}
#s-75cfd08a-73b7-4459-9cb0-2928fbd1c691 {
  min-height: 80px;
}








#s-75cfd08a-73b7-4459-9cb0-2928fbd1c691 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75cfd08a-73b7-4459-9cb0-2928fbd1c691.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-62e86e91-fc89-4cac-94d9-43b0225dd8bb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 55px;
text-align: center;
}

#s-62e86e91-fc89-4cac-94d9-43b0225dd8bb .shg-product-title-component h5 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-62e86e91-fc89-4cac-94d9-43b0225dd8bb .shg-product-title-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}
}
#s-8eae8d58-9b94-4055-9452-253cf60bb559 {
  text-align: center;
}

#s-8eae8d58-9b94-4055-9452-253cf60bb559 .shg-product-sold-out {
  display: none;
  color: rgba(6, 87, 190, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8eae8d58-9b94-4055-9452-253cf60bb559 .shg-product-price {
  color: rgba(6, 87, 190, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-8eae8d58-9b94-4055-9452-253cf60bb559 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-164f25a6-7233-4c16-8f90-504886c9aa37 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-164f25a6-7233-4c16-8f90-504886c9aa37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-164f25a6-7233-4c16-8f90-504886c9aa37:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-164f25a6-7233-4c16-8f90-504886c9aa37 {
  background-image: none;
background-color: rgba(7, 7, 7, 1);
hover-type: color;
}
}

  #s-164f25a6-7233-4c16-8f90-504886c9aa37-root {
    text-align: center;
  }


#s-164f25a6-7233-4c16-8f90-504886c9aa37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-164f25a6-7233-4c16-8f90-504886c9aa37-root {
    text-align: center;
  }


#s-164f25a6-7233-4c16-8f90-504886c9aa37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-164f25a6-7233-4c16-8f90-504886c9aa37-root {
    text-align: center;
  }


#s-164f25a6-7233-4c16-8f90-504886c9aa37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-164f25a6-7233-4c16-8f90-504886c9aa37-root {
    text-align: center;
  }


#s-164f25a6-7233-4c16-8f90-504886c9aa37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-164f25a6-7233-4c16-8f90-504886c9aa37-root {
    text-align: center;
  }


#s-164f25a6-7233-4c16-8f90-504886c9aa37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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}
