.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-6a46eb73-60f2-42a8-8c74-ee6fab8fe871 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}

#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871 {
  background-image: url(https://i.shgcdn.com/174f8c4a-9e14-4dc4-a125-110477fe868c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a46eb73-60f2-42a8-8c74-ee6fab8fe871.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-c2f8457f-c596-4b28-bd7c-2b410b2b68b4 {
  margin-left: 0px;
margin-right: 0px;
}
#s-c2f8457f-c596-4b28-bd7c-2b410b2b68b4 {
  margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 1199px){#s-c2f8457f-c596-4b28-bd7c-2b410b2b68b4 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 991px){#s-c2f8457f-c596-4b28-bd7c-2b410b2b68b4 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-c2f8457f-c596-4b28-bd7c-2b410b2b68b4 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-c2f8457f-c596-4b28-bd7c-2b410b2b68b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2f8457f-c596-4b28-bd7c-2b410b2b68b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2f8457f-c596-4b28-bd7c-2b410b2b68b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2f8457f-c596-4b28-bd7c-2b410b2b68b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c2f8457f-c596-4b28-bd7c-2b410b2b68b4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-931e43d4-d1ea-490b-aaee-86f7247b326d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0);
background-attachment: fixed;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 25px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}
#s-931e43d4-d1ea-490b-aaee-86f7247b326d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0);
background-attachment: fixed;
margin-top: 0em;
margin-left: 10em;
margin-bottom: 0px;
margin-right: 5em;
padding-top: 1em;
padding-bottom: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1199px){#s-931e43d4-d1ea-490b-aaee-86f7247b326d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0);
background-attachment: fixed;
margin-top: 0em;
margin-left: 10em;
margin-bottom: 0px;
margin-right: 5em;
padding-top: 1em;
padding-bottom: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 991px){#s-931e43d4-d1ea-490b-aaee-86f7247b326d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0);
background-attachment: fixed;
margin-top: 0em;
margin-left: 10em;
margin-bottom: 0px;
margin-right: 5em;
padding-top: 1em;
padding-bottom: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-931e43d4-d1ea-490b-aaee-86f7247b326d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0);
background-attachment: fixed;
margin-top: 0em;
margin-left: 10em;
margin-bottom: 0px;
margin-right: 5em;
padding-top: 1em;
padding-bottom: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}
}







#s-931e43d4-d1ea-490b-aaee-86f7247b326d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-931e43d4-d1ea-490b-aaee-86f7247b326d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-931e43d4-d1ea-490b-aaee-86f7247b326d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-931e43d4-d1ea-490b-aaee-86f7247b326d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-931e43d4-d1ea-490b-aaee-86f7247b326d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-931e43d4-d1ea-490b-aaee-86f7247b326d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-931e43d4-d1ea-490b-aaee-86f7247b326d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-931e43d4-d1ea-490b-aaee-86f7247b326d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-931e43d4-d1ea-490b-aaee-86f7247b326d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-931e43d4-d1ea-490b-aaee-86f7247b326d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-80a01c3c-2b80-4fba-9271-987c4ea9ce71 {
  padding-top: 4em;
padding-bottom: 0em;
text-align: left;
}
#s-80a01c3c-2b80-4fba-9271-987c4ea9ce71 {
  padding-top: 4em;
padding-bottom: 0em;
text-align: left;
}
@media (max-width: 1199px){#s-80a01c3c-2b80-4fba-9271-987c4ea9ce71 {
  padding-top: 4em;
padding-bottom: 0em;
text-align: left;
}
}@media (max-width: 991px){#s-80a01c3c-2b80-4fba-9271-987c4ea9ce71 {
  padding-top: 4em;
padding-bottom: 0em;
text-align: left;
}
}@media (max-width: 767px){#s-80a01c3c-2b80-4fba-9271-987c4ea9ce71 {
  padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}
}
#s-80a01c3c-2b80-4fba-9271-987c4ea9ce71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}


#s-80a01c3c-2b80-4fba-9271-987c4ea9ce71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}


@media (max-width: 1199px){#s-80a01c3c-2b80-4fba-9271-987c4ea9ce71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}


}@media (max-width: 991px){#s-80a01c3c-2b80-4fba-9271-987c4ea9ce71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-80a01c3c-2b80-4fba-9271-987c4ea9ce71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-90bbb095-97e3-4fc2-8691-68a71969de4d {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
#s-90bbb095-97e3-4fc2-8691-68a71969de4d {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-90bbb095-97e3-4fc2-8691-68a71969de4d {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-90bbb095-97e3-4fc2-8691-68a71969de4d {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-90bbb095-97e3-4fc2-8691-68a71969de4d {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-attachment: scroll;
}
#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-attachment: scroll;
}
@media (max-width: 1199px){#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-attachment: scroll;
}
}@media (max-width: 991px){#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-attachment: scroll;
}
}@media (max-width: 767px){#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-attachment: scroll;
}
}







#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.4;
}#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 {
  cursor: pointer;
}#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.4;
}#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 {
  cursor: pointer;
}#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.4;
}#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 {
  cursor: pointer;
}#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.4;
}#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 {
  cursor: pointer;
}#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.4;
}#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9 {
  cursor: pointer;
}#s-ba92bda1-8c0c-49bb-a7b7-e7412ef7b7e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 {
  text-align: center;
}
#s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 {
  text-align: center;
}
@media (max-width: 1199px){#s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 {
  text-align: center;
}
}@media (max-width: 991px){#s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 {
  text-align: center;
}
}@media (max-width: 767px){#s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 {
  text-align: center;
}
}






  #s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 img.shogun-image {
    

    
    
    
  }


#s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 .shogun-image-content {
  
    align-items: flex-end;
  
}






  #s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 img.shogun-image {
    

    
    
    
  }


#s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 .shogun-image-content {
  
    align-items: flex-end;
  
}
@media (max-width: 1199px){





  #s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 img.shogun-image {
    

    
    
    
  }


#s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 .shogun-image-content {
  
    align-items: flex-end;
  
}
}@media (max-width: 991px){





  #s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 img.shogun-image {
    

    
    
    
  }


#s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 .shogun-image-content {
  
    align-items: flex-end;
  
}
}@media (max-width: 767px){





  #s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 img.shogun-image {
    

    
    
    
  }


#s-5560e8a8-ef54-4df5-ab72-c49a63b502b4 .shogun-image-content {
  
    align-items: flex-end;
  
}
}
#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f {
  padding-top: 1em;
padding-left: 5em;
padding-bottom: 1em;
padding-right: 5em;
background-color: rgba(243, 244, 245, 1);
}
#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f {
  padding-left: 8em;
padding-right: 8em;
}
@media (max-width: 1199px){#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f {
  
}
}@media (max-width: 991px){#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f {
  padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f {
  padding-left: 1em;
padding-right: 1em;
}
}







#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}







#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px){






#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 991px){






#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e5f2fa-457f-4c8b-9c8e-2bf33b5afe8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-4007bb29-c054-4252-9e30-3a949cc47cfb {
  margin-top: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
#s-4007bb29-c054-4252-9e30-3a949cc47cfb {
  margin-top: 1em;
margin-left: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 1199px){#s-4007bb29-c054-4252-9e30-3a949cc47cfb {
  margin-top: 1em;
margin-left: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 991px){#s-4007bb29-c054-4252-9e30-3a949cc47cfb {
  margin-top: 1em;
margin-left: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-4007bb29-c054-4252-9e30-3a949cc47cfb {
  margin-top: 1em;
margin-left: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-4007bb29-c054-4252-9e30-3a949cc47cfb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 1.8em;
  
  
  text-align: left;
}


#s-4007bb29-c054-4252-9e30-3a949cc47cfb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 1.8em;
  
  
  text-align: left;
}


@media (max-width: 1199px){#s-4007bb29-c054-4252-9e30-3a949cc47cfb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 1.8em;
  
  
  text-align: left;
}


}@media (max-width: 991px){#s-4007bb29-c054-4252-9e30-3a949cc47cfb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 1.8em;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-4007bb29-c054-4252-9e30-3a949cc47cfb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 1.8em;
  
  
  text-align: left;
}


}
#s-51ab3886-cb31-4719-b528-b8ca106467dc {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-51ab3886-cb31-4719-b528-b8ca106467dc {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-51ab3886-cb31-4719-b528-b8ca106467dc {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-51ab3886-cb31-4719-b528-b8ca106467dc {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-51ab3886-cb31-4719-b528-b8ca106467dc {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-51ab3886-cb31-4719-b528-b8ca106467dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51ab3886-cb31-4719-b528-b8ca106467dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51ab3886-cb31-4719-b528-b8ca106467dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51ab3886-cb31-4719-b528-b8ca106467dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7547a281-fed4-4440-acee-6f4a220250d8 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-7547a281-fed4-4440-acee-6f4a220250d8 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-7547a281-fed4-4440-acee-6f4a220250d8 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-7547a281-fed4-4440-acee-6f4a220250d8 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-7547a281-fed4-4440-acee-6f4a220250d8 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
.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-f6e7cb48-6542-4420-ac0c-83cd609f36cb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb img.shogun-image {
  width: 100%;
}





.shg-c#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6e7cb48-6542-4420-ac0c-83cd609f36cb img.shogun-image {
  width: 100%;
}



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

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

#s-ebb81f14-3de8-4df3-aabf-b94562ab3cc0 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-ebb81f14-3de8-4df3-aabf-b94562ab3cc0 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-ebb81f14-3de8-4df3-aabf-b94562ab3cc0 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-ebb81f14-3de8-4df3-aabf-b94562ab3cc0 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-ebb81f14-3de8-4df3-aabf-b94562ab3cc0 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-ebb81f14-3de8-4df3-aabf-b94562ab3cc0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-ebb81f14-3de8-4df3-aabf-b94562ab3cc0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-ebb81f14-3de8-4df3-aabf-b94562ab3cc0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-ebb81f14-3de8-4df3-aabf-b94562ab3cc0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-ebb81f14-3de8-4df3-aabf-b94562ab3cc0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 {
  text-align: center;
}
#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 {
  text-align: center;
}
@media (max-width: 1199px){#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 {
  text-align: center;
}
}@media (max-width: 991px){#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 {
  text-align: center;
}
}@media (max-width: 767px){#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 {
  text-align: center;
}
}
#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4fdd72a-79f6-46a7-a6db-b2ed0f9b0307 .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-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-334da49f-6fb3-4763-9b27-569a3434a609 {
  margin-top: 1em;
margin-bottom: 2em;
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-334da49f-6fb3-4763-9b27-569a3434a609:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-334da49f-6fb3-4763-9b27-569a3434a609:active {background-color: #000000 !important;
text-decoration: none !important;}#s-334da49f-6fb3-4763-9b27-569a3434a609 {
  margin-top: 1em;
margin-bottom: 2em;
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-334da49f-6fb3-4763-9b27-569a3434a609:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-334da49f-6fb3-4763-9b27-569a3434a609:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-334da49f-6fb3-4763-9b27-569a3434a609 {
  margin-top: 1em;
margin-bottom: 2em;
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-334da49f-6fb3-4763-9b27-569a3434a609:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-334da49f-6fb3-4763-9b27-569a3434a609:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-334da49f-6fb3-4763-9b27-569a3434a609 {
  margin-top: 1em;
margin-bottom: 2em;
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-334da49f-6fb3-4763-9b27-569a3434a609:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-334da49f-6fb3-4763-9b27-569a3434a609:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-334da49f-6fb3-4763-9b27-569a3434a609 {
  margin-top: 1em;
margin-bottom: 2em;
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-334da49f-6fb3-4763-9b27-569a3434a609:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-334da49f-6fb3-4763-9b27-569a3434a609:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-334da49f-6fb3-4763-9b27-569a3434a609-root {
    text-align: center;
  }


#s-334da49f-6fb3-4763-9b27-569a3434a609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-334da49f-6fb3-4763-9b27-569a3434a609-root {
    text-align: center;
  }


#s-334da49f-6fb3-4763-9b27-569a3434a609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-334da49f-6fb3-4763-9b27-569a3434a609-root {
    text-align: center;
  }


#s-334da49f-6fb3-4763-9b27-569a3434a609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-334da49f-6fb3-4763-9b27-569a3434a609-root {
    text-align: center;
  }


#s-334da49f-6fb3-4763-9b27-569a3434a609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-334da49f-6fb3-4763-9b27-569a3434a609-root {
    text-align: center;
  }


#s-334da49f-6fb3-4763-9b27-569a3434a609.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7ba488d5-bd6c-40b2-93bd-586f33613a24 {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-7ba488d5-bd6c-40b2-93bd-586f33613a24 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-7ba488d5-bd6c-40b2-93bd-586f33613a24 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-7ba488d5-bd6c-40b2-93bd-586f33613a24 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-7ba488d5-bd6c-40b2-93bd-586f33613a24 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-7ba488d5-bd6c-40b2-93bd-586f33613a24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ba488d5-bd6c-40b2-93bd-586f33613a24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ba488d5-bd6c-40b2-93bd-586f33613a24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ba488d5-bd6c-40b2-93bd-586f33613a24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c50bebdb-35f9-46c9-800b-a332db060ded {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-c50bebdb-35f9-46c9-800b-a332db060ded {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-c50bebdb-35f9-46c9-800b-a332db060ded {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-c50bebdb-35f9-46c9-800b-a332db060ded {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-c50bebdb-35f9-46c9-800b-a332db060ded {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-311c2db1-9e81-464e-b82f-d6ad599409e0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-311c2db1-9e81-464e-b82f-d6ad599409e0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-311c2db1-9e81-464e-b82f-d6ad599409e0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-311c2db1-9e81-464e-b82f-d6ad599409e0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-311c2db1-9e81-464e-b82f-d6ad599409e0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-311c2db1-9e81-464e-b82f-d6ad599409e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-311c2db1-9e81-464e-b82f-d6ad599409e0 img.shogun-image {
  width: 100%;
}





.shg-c#s-311c2db1-9e81-464e-b82f-d6ad599409e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-311c2db1-9e81-464e-b82f-d6ad599409e0 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-311c2db1-9e81-464e-b82f-d6ad599409e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-311c2db1-9e81-464e-b82f-d6ad599409e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-311c2db1-9e81-464e-b82f-d6ad599409e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-311c2db1-9e81-464e-b82f-d6ad599409e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-311c2db1-9e81-464e-b82f-d6ad599409e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-311c2db1-9e81-464e-b82f-d6ad599409e0 img.shogun-image {
  width: 100%;
}



}
#s-5fe462d4-cebd-471b-8055-6e8589c4f567 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-5fe462d4-cebd-471b-8055-6e8589c4f567 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-5fe462d4-cebd-471b-8055-6e8589c4f567 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-5fe462d4-cebd-471b-8055-6e8589c4f567 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-5fe462d4-cebd-471b-8055-6e8589c4f567 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-5fe462d4-cebd-471b-8055-6e8589c4f567 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-5fe462d4-cebd-471b-8055-6e8589c4f567 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-5fe462d4-cebd-471b-8055-6e8589c4f567 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-5fe462d4-cebd-471b-8055-6e8589c4f567 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-5fe462d4-cebd-471b-8055-6e8589c4f567 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 {
  text-align: center;
}
#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 {
  text-align: center;
}
@media (max-width: 1199px){#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 {
  text-align: center;
}
}@media (max-width: 991px){#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 {
  text-align: center;
}
}@media (max-width: 767px){#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 {
  text-align: center;
}
}
#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-91c8a6dd-5c5e-4357-b70a-bb0a9fe62c79 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-dacd4e77-1240-4794-b3d5-d7aa43122409 {
  margin-top: 1em;
margin-bottom: 2em;
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-dacd4e77-1240-4794-b3d5-d7aa43122409:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dacd4e77-1240-4794-b3d5-d7aa43122409:active {background-color: #000000 !important;
text-decoration: none !important;}#s-dacd4e77-1240-4794-b3d5-d7aa43122409 {
  margin-top: 1em;
margin-bottom: 2em;
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-dacd4e77-1240-4794-b3d5-d7aa43122409:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dacd4e77-1240-4794-b3d5-d7aa43122409:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-dacd4e77-1240-4794-b3d5-d7aa43122409 {
  margin-top: 1em;
margin-bottom: 2em;
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-dacd4e77-1240-4794-b3d5-d7aa43122409:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dacd4e77-1240-4794-b3d5-d7aa43122409:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-dacd4e77-1240-4794-b3d5-d7aa43122409 {
  margin-top: 1em;
margin-bottom: 2em;
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-dacd4e77-1240-4794-b3d5-d7aa43122409:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dacd4e77-1240-4794-b3d5-d7aa43122409:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-dacd4e77-1240-4794-b3d5-d7aa43122409 {
  margin-top: 1em;
margin-bottom: 2em;
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-dacd4e77-1240-4794-b3d5-d7aa43122409:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dacd4e77-1240-4794-b3d5-d7aa43122409:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-dacd4e77-1240-4794-b3d5-d7aa43122409-root {
    text-align: center;
  }


#s-dacd4e77-1240-4794-b3d5-d7aa43122409.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-dacd4e77-1240-4794-b3d5-d7aa43122409-root {
    text-align: center;
  }


#s-dacd4e77-1240-4794-b3d5-d7aa43122409.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-dacd4e77-1240-4794-b3d5-d7aa43122409-root {
    text-align: center;
  }


#s-dacd4e77-1240-4794-b3d5-d7aa43122409.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-dacd4e77-1240-4794-b3d5-d7aa43122409-root {
    text-align: center;
  }


#s-dacd4e77-1240-4794-b3d5-d7aa43122409.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dacd4e77-1240-4794-b3d5-d7aa43122409-root {
    text-align: center;
  }


#s-dacd4e77-1240-4794-b3d5-d7aa43122409.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ab976baa-452f-4de5-9444-8e7a7d68b72a {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-ab976baa-452f-4de5-9444-8e7a7d68b72a {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-ab976baa-452f-4de5-9444-8e7a7d68b72a {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-ab976baa-452f-4de5-9444-8e7a7d68b72a {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-ab976baa-452f-4de5-9444-8e7a7d68b72a {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-d94f89cf-8656-40dd-b2d1-59ef280b820b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-d94f89cf-8656-40dd-b2d1-59ef280b820b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-d94f89cf-8656-40dd-b2d1-59ef280b820b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-d94f89cf-8656-40dd-b2d1-59ef280b820b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-d94f89cf-8656-40dd-b2d1-59ef280b820b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-d94f89cf-8656-40dd-b2d1-59ef280b820b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d94f89cf-8656-40dd-b2d1-59ef280b820b img.shogun-image {
  width: 100%;
}





.shg-c#s-d94f89cf-8656-40dd-b2d1-59ef280b820b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d94f89cf-8656-40dd-b2d1-59ef280b820b img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-d94f89cf-8656-40dd-b2d1-59ef280b820b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d94f89cf-8656-40dd-b2d1-59ef280b820b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d94f89cf-8656-40dd-b2d1-59ef280b820b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d94f89cf-8656-40dd-b2d1-59ef280b820b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d94f89cf-8656-40dd-b2d1-59ef280b820b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d94f89cf-8656-40dd-b2d1-59ef280b820b img.shogun-image {
  width: 100%;
}



}
#s-c8eceb54-9b60-4f16-9602-b5c5234f2e3b {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-c8eceb54-9b60-4f16-9602-b5c5234f2e3b {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-c8eceb54-9b60-4f16-9602-b5c5234f2e3b {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-c8eceb54-9b60-4f16-9602-b5c5234f2e3b {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-c8eceb54-9b60-4f16-9602-b5c5234f2e3b {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-c8eceb54-9b60-4f16-9602-b5c5234f2e3b .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-c8eceb54-9b60-4f16-9602-b5c5234f2e3b .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-c8eceb54-9b60-4f16-9602-b5c5234f2e3b .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-c8eceb54-9b60-4f16-9602-b5c5234f2e3b .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-c8eceb54-9b60-4f16-9602-b5c5234f2e3b .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc {
  text-align: center;
}
#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc {
  text-align: center;
}
@media (max-width: 1199px){#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc {
  text-align: center;
}
}@media (max-width: 991px){#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc {
  text-align: center;
}
}@media (max-width: 767px){#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc {
  text-align: center;
}
}
#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a8cc2d7-1bfa-4486-b1a3-6e1a0a37d1cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-c459bfd3-e445-416d-a504-6fe5d347e9d6 {
  margin-top: 1em;
margin-bottom: 2em;
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-c459bfd3-e445-416d-a504-6fe5d347e9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c459bfd3-e445-416d-a504-6fe5d347e9d6:active {background-color: #000000 !important;
text-decoration: none !important;}#s-c459bfd3-e445-416d-a504-6fe5d347e9d6 {
  margin-top: 1em;
margin-bottom: 2em;
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-c459bfd3-e445-416d-a504-6fe5d347e9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c459bfd3-e445-416d-a504-6fe5d347e9d6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-c459bfd3-e445-416d-a504-6fe5d347e9d6 {
  margin-top: 1em;
margin-bottom: 2em;
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-c459bfd3-e445-416d-a504-6fe5d347e9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c459bfd3-e445-416d-a504-6fe5d347e9d6:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-c459bfd3-e445-416d-a504-6fe5d347e9d6 {
  margin-top: 1em;
margin-bottom: 2em;
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-c459bfd3-e445-416d-a504-6fe5d347e9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c459bfd3-e445-416d-a504-6fe5d347e9d6:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-c459bfd3-e445-416d-a504-6fe5d347e9d6 {
  margin-top: 1em;
margin-bottom: 2em;
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-c459bfd3-e445-416d-a504-6fe5d347e9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c459bfd3-e445-416d-a504-6fe5d347e9d6:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-c459bfd3-e445-416d-a504-6fe5d347e9d6-root {
    text-align: center;
  }


#s-c459bfd3-e445-416d-a504-6fe5d347e9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-c459bfd3-e445-416d-a504-6fe5d347e9d6-root {
    text-align: center;
  }


#s-c459bfd3-e445-416d-a504-6fe5d347e9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-c459bfd3-e445-416d-a504-6fe5d347e9d6-root {
    text-align: center;
  }


#s-c459bfd3-e445-416d-a504-6fe5d347e9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-c459bfd3-e445-416d-a504-6fe5d347e9d6-root {
    text-align: center;
  }


#s-c459bfd3-e445-416d-a504-6fe5d347e9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c459bfd3-e445-416d-a504-6fe5d347e9d6-root {
    text-align: center;
  }


#s-c459bfd3-e445-416d-a504-6fe5d347e9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ff1a423a-2d89-48d5-99ef-e9958533ca25 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-ff1a423a-2d89-48d5-99ef-e9958533ca25 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-ff1a423a-2d89-48d5-99ef-e9958533ca25 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-ff1a423a-2d89-48d5-99ef-e9958533ca25 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-ff1a423a-2d89-48d5-99ef-e9958533ca25 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-14666e3e-927a-4533-9590-f39c109ef71b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-14666e3e-927a-4533-9590-f39c109ef71b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-14666e3e-927a-4533-9590-f39c109ef71b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-14666e3e-927a-4533-9590-f39c109ef71b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-14666e3e-927a-4533-9590-f39c109ef71b {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-14666e3e-927a-4533-9590-f39c109ef71b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14666e3e-927a-4533-9590-f39c109ef71b img.shogun-image {
  width: 100%;
}





.shg-c#s-14666e3e-927a-4533-9590-f39c109ef71b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14666e3e-927a-4533-9590-f39c109ef71b img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-14666e3e-927a-4533-9590-f39c109ef71b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14666e3e-927a-4533-9590-f39c109ef71b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-14666e3e-927a-4533-9590-f39c109ef71b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14666e3e-927a-4533-9590-f39c109ef71b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-14666e3e-927a-4533-9590-f39c109ef71b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14666e3e-927a-4533-9590-f39c109ef71b img.shogun-image {
  width: 100%;
}



}
#s-dc61ccac-23e6-4ded-be1f-ce03b3202497 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-dc61ccac-23e6-4ded-be1f-ce03b3202497 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-dc61ccac-23e6-4ded-be1f-ce03b3202497 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-dc61ccac-23e6-4ded-be1f-ce03b3202497 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-dc61ccac-23e6-4ded-be1f-ce03b3202497 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-dc61ccac-23e6-4ded-be1f-ce03b3202497 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-dc61ccac-23e6-4ded-be1f-ce03b3202497 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-dc61ccac-23e6-4ded-be1f-ce03b3202497 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-dc61ccac-23e6-4ded-be1f-ce03b3202497 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-dc61ccac-23e6-4ded-be1f-ce03b3202497 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-7b715aac-8521-462d-8f0e-a9c348c35a51 {
  text-align: center;
}
#s-7b715aac-8521-462d-8f0e-a9c348c35a51 {
  text-align: center;
}
@media (max-width: 1199px){#s-7b715aac-8521-462d-8f0e-a9c348c35a51 {
  text-align: center;
}
}@media (max-width: 991px){#s-7b715aac-8521-462d-8f0e-a9c348c35a51 {
  text-align: center;
}
}@media (max-width: 767px){#s-7b715aac-8521-462d-8f0e-a9c348c35a51 {
  text-align: center;
}
}
#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-7b715aac-8521-462d-8f0e-a9c348c35a51 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-234767ba-d86f-4eac-866d-635ae8ba83fa {
  margin-top: 1em;
margin-bottom: 2em;
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-234767ba-d86f-4eac-866d-635ae8ba83fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-234767ba-d86f-4eac-866d-635ae8ba83fa:active {background-color: #000000 !important;
text-decoration: none !important;}#s-234767ba-d86f-4eac-866d-635ae8ba83fa {
  margin-top: 1em;
margin-bottom: 2em;
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-234767ba-d86f-4eac-866d-635ae8ba83fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-234767ba-d86f-4eac-866d-635ae8ba83fa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-234767ba-d86f-4eac-866d-635ae8ba83fa {
  margin-top: 1em;
margin-bottom: 2em;
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-234767ba-d86f-4eac-866d-635ae8ba83fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-234767ba-d86f-4eac-866d-635ae8ba83fa:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-234767ba-d86f-4eac-866d-635ae8ba83fa {
  margin-top: 1em;
margin-bottom: 2em;
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-234767ba-d86f-4eac-866d-635ae8ba83fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-234767ba-d86f-4eac-866d-635ae8ba83fa:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-234767ba-d86f-4eac-866d-635ae8ba83fa {
  margin-top: 1em;
margin-bottom: 2em;
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-234767ba-d86f-4eac-866d-635ae8ba83fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-234767ba-d86f-4eac-866d-635ae8ba83fa:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-234767ba-d86f-4eac-866d-635ae8ba83fa-root {
    text-align: center;
  }


#s-234767ba-d86f-4eac-866d-635ae8ba83fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-234767ba-d86f-4eac-866d-635ae8ba83fa-root {
    text-align: center;
  }


#s-234767ba-d86f-4eac-866d-635ae8ba83fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-234767ba-d86f-4eac-866d-635ae8ba83fa-root {
    text-align: center;
  }


#s-234767ba-d86f-4eac-866d-635ae8ba83fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-234767ba-d86f-4eac-866d-635ae8ba83fa-root {
    text-align: center;
  }


#s-234767ba-d86f-4eac-866d-635ae8ba83fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-234767ba-d86f-4eac-866d-635ae8ba83fa-root {
    text-align: center;
  }


#s-234767ba-d86f-4eac-866d-635ae8ba83fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-98592b20-4b91-4777-9795-20b860012d24 {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-98592b20-4b91-4777-9795-20b860012d24 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-98592b20-4b91-4777-9795-20b860012d24 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-98592b20-4b91-4777-9795-20b860012d24 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-98592b20-4b91-4777-9795-20b860012d24 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-98592b20-4b91-4777-9795-20b860012d24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98592b20-4b91-4777-9795-20b860012d24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98592b20-4b91-4777-9795-20b860012d24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98592b20-4b91-4777-9795-20b860012d24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-25be66fa-c3ad-447a-b43d-e70186482c98 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-25be66fa-c3ad-447a-b43d-e70186482c98 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-25be66fa-c3ad-447a-b43d-e70186482c98 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-25be66fa-c3ad-447a-b43d-e70186482c98 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-25be66fa-c3ad-447a-b43d-e70186482c98 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf img.shogun-image {
  width: 100%;
}





.shg-c#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7a2e336-5dc3-4a36-8299-8a7de2633ebf img.shogun-image {
  width: 100%;
}



}
#s-5f7077e8-c39b-469c-80b3-4ba4b90d5670 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-5f7077e8-c39b-469c-80b3-4ba4b90d5670 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-5f7077e8-c39b-469c-80b3-4ba4b90d5670 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-5f7077e8-c39b-469c-80b3-4ba4b90d5670 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-5f7077e8-c39b-469c-80b3-4ba4b90d5670 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-5f7077e8-c39b-469c-80b3-4ba4b90d5670 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-5f7077e8-c39b-469c-80b3-4ba4b90d5670 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-5f7077e8-c39b-469c-80b3-4ba4b90d5670 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-5f7077e8-c39b-469c-80b3-4ba4b90d5670 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-5f7077e8-c39b-469c-80b3-4ba4b90d5670 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-776cbeba-2eae-4923-b953-88ebae7fd3ad {
  text-align: center;
}
#s-776cbeba-2eae-4923-b953-88ebae7fd3ad {
  text-align: center;
}
@media (max-width: 1199px){#s-776cbeba-2eae-4923-b953-88ebae7fd3ad {
  text-align: center;
}
}@media (max-width: 991px){#s-776cbeba-2eae-4923-b953-88ebae7fd3ad {
  text-align: center;
}
}@media (max-width: 767px){#s-776cbeba-2eae-4923-b953-88ebae7fd3ad {
  text-align: center;
}
}
#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-776cbeba-2eae-4923-b953-88ebae7fd3ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-4ec87d99-62be-4d2f-bf7d-888515867cad {
  margin-top: 1em;
margin-bottom: 2em;
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-4ec87d99-62be-4d2f-bf7d-888515867cad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ec87d99-62be-4d2f-bf7d-888515867cad:active {background-color: #000000 !important;
text-decoration: none !important;}#s-4ec87d99-62be-4d2f-bf7d-888515867cad {
  margin-top: 1em;
margin-bottom: 2em;
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-4ec87d99-62be-4d2f-bf7d-888515867cad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ec87d99-62be-4d2f-bf7d-888515867cad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-4ec87d99-62be-4d2f-bf7d-888515867cad {
  margin-top: 1em;
margin-bottom: 2em;
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-4ec87d99-62be-4d2f-bf7d-888515867cad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ec87d99-62be-4d2f-bf7d-888515867cad:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-4ec87d99-62be-4d2f-bf7d-888515867cad {
  margin-top: 1em;
margin-bottom: 2em;
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-4ec87d99-62be-4d2f-bf7d-888515867cad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ec87d99-62be-4d2f-bf7d-888515867cad:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-4ec87d99-62be-4d2f-bf7d-888515867cad {
  margin-top: 1em;
margin-bottom: 2em;
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-4ec87d99-62be-4d2f-bf7d-888515867cad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ec87d99-62be-4d2f-bf7d-888515867cad:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-4ec87d99-62be-4d2f-bf7d-888515867cad-root {
    text-align: center;
  }


#s-4ec87d99-62be-4d2f-bf7d-888515867cad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-4ec87d99-62be-4d2f-bf7d-888515867cad-root {
    text-align: center;
  }


#s-4ec87d99-62be-4d2f-bf7d-888515867cad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-4ec87d99-62be-4d2f-bf7d-888515867cad-root {
    text-align: center;
  }


#s-4ec87d99-62be-4d2f-bf7d-888515867cad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-4ec87d99-62be-4d2f-bf7d-888515867cad-root {
    text-align: center;
  }


#s-4ec87d99-62be-4d2f-bf7d-888515867cad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4ec87d99-62be-4d2f-bf7d-888515867cad-root {
    text-align: center;
  }


#s-4ec87d99-62be-4d2f-bf7d-888515867cad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-91943914-5cb0-468c-9d4d-0e169e2aee43 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-91943914-5cb0-468c-9d4d-0e169e2aee43 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-91943914-5cb0-468c-9d4d-0e169e2aee43 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-91943914-5cb0-468c-9d4d-0e169e2aee43 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-91943914-5cb0-468c-9d4d-0e169e2aee43 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-27914c49-406e-4f50-8f68-a1e80f7298ea {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-27914c49-406e-4f50-8f68-a1e80f7298ea {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-27914c49-406e-4f50-8f68-a1e80f7298ea {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-27914c49-406e-4f50-8f68-a1e80f7298ea {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-27914c49-406e-4f50-8f68-a1e80f7298ea {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-27914c49-406e-4f50-8f68-a1e80f7298ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27914c49-406e-4f50-8f68-a1e80f7298ea img.shogun-image {
  width: 100%;
}





.shg-c#s-27914c49-406e-4f50-8f68-a1e80f7298ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27914c49-406e-4f50-8f68-a1e80f7298ea img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-27914c49-406e-4f50-8f68-a1e80f7298ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27914c49-406e-4f50-8f68-a1e80f7298ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27914c49-406e-4f50-8f68-a1e80f7298ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27914c49-406e-4f50-8f68-a1e80f7298ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27914c49-406e-4f50-8f68-a1e80f7298ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27914c49-406e-4f50-8f68-a1e80f7298ea img.shogun-image {
  width: 100%;
}



}
#s-0c4c94cd-84b4-45d7-8850-7c00a312e212 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-0c4c94cd-84b4-45d7-8850-7c00a312e212 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-0c4c94cd-84b4-45d7-8850-7c00a312e212 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-0c4c94cd-84b4-45d7-8850-7c00a312e212 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-0c4c94cd-84b4-45d7-8850-7c00a312e212 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-0c4c94cd-84b4-45d7-8850-7c00a312e212 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-0c4c94cd-84b4-45d7-8850-7c00a312e212 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-0c4c94cd-84b4-45d7-8850-7c00a312e212 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-0c4c94cd-84b4-45d7-8850-7c00a312e212 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-0c4c94cd-84b4-45d7-8850-7c00a312e212 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 {
  text-align: center;
}
#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 {
  text-align: center;
}
@media (max-width: 1199px){#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 {
  text-align: center;
}
}@media (max-width: 991px){#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 {
  text-align: center;
}
}@media (max-width: 767px){#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 {
  text-align: center;
}
}
#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5dbe2ee3-ec11-4848-97b4-7597ad14b826 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088 {
  margin-top: 1em;
margin-bottom: 2em;
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-46a17cff-8343-4c1f-99d1-0f2fa3c06088:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088:active {background-color: #000000 !important;
text-decoration: none !important;}#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088 {
  margin-top: 1em;
margin-bottom: 2em;
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-46a17cff-8343-4c1f-99d1-0f2fa3c06088:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088 {
  margin-top: 1em;
margin-bottom: 2em;
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-46a17cff-8343-4c1f-99d1-0f2fa3c06088:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088 {
  margin-top: 1em;
margin-bottom: 2em;
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-46a17cff-8343-4c1f-99d1-0f2fa3c06088:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088 {
  margin-top: 1em;
margin-bottom: 2em;
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-46a17cff-8343-4c1f-99d1-0f2fa3c06088:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-46a17cff-8343-4c1f-99d1-0f2fa3c06088-root {
    text-align: center;
  }


#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-46a17cff-8343-4c1f-99d1-0f2fa3c06088-root {
    text-align: center;
  }


#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-46a17cff-8343-4c1f-99d1-0f2fa3c06088-root {
    text-align: center;
  }


#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-46a17cff-8343-4c1f-99d1-0f2fa3c06088-root {
    text-align: center;
  }


#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46a17cff-8343-4c1f-99d1-0f2fa3c06088-root {
    text-align: center;
  }


#s-46a17cff-8343-4c1f-99d1-0f2fa3c06088.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f4f8dd02-e790-4867-b8d5-dbe317dcda14 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-f4f8dd02-e790-4867-b8d5-dbe317dcda14 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-f4f8dd02-e790-4867-b8d5-dbe317dcda14 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-f4f8dd02-e790-4867-b8d5-dbe317dcda14 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-f4f8dd02-e790-4867-b8d5-dbe317dcda14 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-a73fa870-17d0-408f-afeb-2618b3196185 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-a73fa870-17d0-408f-afeb-2618b3196185 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-a73fa870-17d0-408f-afeb-2618b3196185 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-a73fa870-17d0-408f-afeb-2618b3196185 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-a73fa870-17d0-408f-afeb-2618b3196185 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-a73fa870-17d0-408f-afeb-2618b3196185 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a73fa870-17d0-408f-afeb-2618b3196185 img.shogun-image {
  width: 100%;
}





.shg-c#s-a73fa870-17d0-408f-afeb-2618b3196185 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a73fa870-17d0-408f-afeb-2618b3196185 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-a73fa870-17d0-408f-afeb-2618b3196185 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a73fa870-17d0-408f-afeb-2618b3196185 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a73fa870-17d0-408f-afeb-2618b3196185 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a73fa870-17d0-408f-afeb-2618b3196185 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a73fa870-17d0-408f-afeb-2618b3196185 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a73fa870-17d0-408f-afeb-2618b3196185 img.shogun-image {
  width: 100%;
}



}
#s-95413025-f463-453a-b3ad-45a5f331d97a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-95413025-f463-453a-b3ad-45a5f331d97a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-95413025-f463-453a-b3ad-45a5f331d97a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-95413025-f463-453a-b3ad-45a5f331d97a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-95413025-f463-453a-b3ad-45a5f331d97a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-95413025-f463-453a-b3ad-45a5f331d97a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-95413025-f463-453a-b3ad-45a5f331d97a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-95413025-f463-453a-b3ad-45a5f331d97a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-95413025-f463-453a-b3ad-45a5f331d97a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-95413025-f463-453a-b3ad-45a5f331d97a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 {
  text-align: center;
}
#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 {
  text-align: center;
}
@media (max-width: 1199px){#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 {
  text-align: center;
}
}@media (max-width: 991px){#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 {
  text-align: center;
}
}@media (max-width: 767px){#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 {
  text-align: center;
}
}
#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cfcc41a-f8cc-4256-8fa5-7ccbe6b1d660 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-103ee5d9-668e-4272-9284-fdf34da35fc0 {
  margin-top: 1em;
margin-bottom: 2em;
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-103ee5d9-668e-4272-9284-fdf34da35fc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-103ee5d9-668e-4272-9284-fdf34da35fc0:active {background-color: #000000 !important;
text-decoration: none !important;}#s-103ee5d9-668e-4272-9284-fdf34da35fc0 {
  margin-top: 1em;
margin-bottom: 2em;
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-103ee5d9-668e-4272-9284-fdf34da35fc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-103ee5d9-668e-4272-9284-fdf34da35fc0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-103ee5d9-668e-4272-9284-fdf34da35fc0 {
  margin-top: 1em;
margin-bottom: 2em;
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-103ee5d9-668e-4272-9284-fdf34da35fc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-103ee5d9-668e-4272-9284-fdf34da35fc0:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-103ee5d9-668e-4272-9284-fdf34da35fc0 {
  margin-top: 1em;
margin-bottom: 2em;
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-103ee5d9-668e-4272-9284-fdf34da35fc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-103ee5d9-668e-4272-9284-fdf34da35fc0:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-103ee5d9-668e-4272-9284-fdf34da35fc0 {
  margin-top: 1em;
margin-bottom: 2em;
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-103ee5d9-668e-4272-9284-fdf34da35fc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-103ee5d9-668e-4272-9284-fdf34da35fc0:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-103ee5d9-668e-4272-9284-fdf34da35fc0-root {
    text-align: center;
  }


#s-103ee5d9-668e-4272-9284-fdf34da35fc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-103ee5d9-668e-4272-9284-fdf34da35fc0-root {
    text-align: center;
  }


#s-103ee5d9-668e-4272-9284-fdf34da35fc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-103ee5d9-668e-4272-9284-fdf34da35fc0-root {
    text-align: center;
  }


#s-103ee5d9-668e-4272-9284-fdf34da35fc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-103ee5d9-668e-4272-9284-fdf34da35fc0-root {
    text-align: center;
  }


#s-103ee5d9-668e-4272-9284-fdf34da35fc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-103ee5d9-668e-4272-9284-fdf34da35fc0-root {
    text-align: center;
  }


#s-103ee5d9-668e-4272-9284-fdf34da35fc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d73db242-7024-46ed-8a54-2a1805055cc0 {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-d73db242-7024-46ed-8a54-2a1805055cc0 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-d73db242-7024-46ed-8a54-2a1805055cc0 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-d73db242-7024-46ed-8a54-2a1805055cc0 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-d73db242-7024-46ed-8a54-2a1805055cc0 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-d73db242-7024-46ed-8a54-2a1805055cc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d73db242-7024-46ed-8a54-2a1805055cc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d73db242-7024-46ed-8a54-2a1805055cc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d73db242-7024-46ed-8a54-2a1805055cc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ce019d2a-9c12-4d0d-baf8-b18e6eab4c32 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-ce019d2a-9c12-4d0d-baf8-b18e6eab4c32 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-ce019d2a-9c12-4d0d-baf8-b18e6eab4c32 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-ce019d2a-9c12-4d0d-baf8-b18e6eab4c32 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-ce019d2a-9c12-4d0d-baf8-b18e6eab4c32 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-6e6b0bf1-0952-4548-ae35-163a744e538c {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-6e6b0bf1-0952-4548-ae35-163a744e538c {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-6e6b0bf1-0952-4548-ae35-163a744e538c {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-6e6b0bf1-0952-4548-ae35-163a744e538c {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-6e6b0bf1-0952-4548-ae35-163a744e538c {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-6e6b0bf1-0952-4548-ae35-163a744e538c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e6b0bf1-0952-4548-ae35-163a744e538c img.shogun-image {
  width: 100%;
}





.shg-c#s-6e6b0bf1-0952-4548-ae35-163a744e538c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e6b0bf1-0952-4548-ae35-163a744e538c img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-6e6b0bf1-0952-4548-ae35-163a744e538c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e6b0bf1-0952-4548-ae35-163a744e538c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e6b0bf1-0952-4548-ae35-163a744e538c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e6b0bf1-0952-4548-ae35-163a744e538c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e6b0bf1-0952-4548-ae35-163a744e538c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e6b0bf1-0952-4548-ae35-163a744e538c img.shogun-image {
  width: 100%;
}



}
#s-4ac6398c-9ef6-4540-a4e6-61e4e63a03a4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-4ac6398c-9ef6-4540-a4e6-61e4e63a03a4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-4ac6398c-9ef6-4540-a4e6-61e4e63a03a4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-4ac6398c-9ef6-4540-a4e6-61e4e63a03a4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-4ac6398c-9ef6-4540-a4e6-61e4e63a03a4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-4ac6398c-9ef6-4540-a4e6-61e4e63a03a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-4ac6398c-9ef6-4540-a4e6-61e4e63a03a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-4ac6398c-9ef6-4540-a4e6-61e4e63a03a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-4ac6398c-9ef6-4540-a4e6-61e4e63a03a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-4ac6398c-9ef6-4540-a4e6-61e4e63a03a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 {
  text-align: center;
}
#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 {
  text-align: center;
}
@media (max-width: 1199px){#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 {
  text-align: center;
}
}@media (max-width: 991px){#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 {
  text-align: center;
}
}@media (max-width: 767px){#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 {
  text-align: center;
}
}
#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-032b64d1-940c-42d1-aefa-4e1b739e9e86 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-e33d0ca2-670f-4869-b29d-5372ec7efa36 {
  margin-top: 1em;
margin-bottom: 2em;
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-e33d0ca2-670f-4869-b29d-5372ec7efa36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e33d0ca2-670f-4869-b29d-5372ec7efa36:active {background-color: #000000 !important;
text-decoration: none !important;}#s-e33d0ca2-670f-4869-b29d-5372ec7efa36 {
  margin-top: 1em;
margin-bottom: 2em;
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-e33d0ca2-670f-4869-b29d-5372ec7efa36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e33d0ca2-670f-4869-b29d-5372ec7efa36:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-e33d0ca2-670f-4869-b29d-5372ec7efa36 {
  margin-top: 1em;
margin-bottom: 2em;
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-e33d0ca2-670f-4869-b29d-5372ec7efa36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e33d0ca2-670f-4869-b29d-5372ec7efa36:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-e33d0ca2-670f-4869-b29d-5372ec7efa36 {
  margin-top: 1em;
margin-bottom: 2em;
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-e33d0ca2-670f-4869-b29d-5372ec7efa36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e33d0ca2-670f-4869-b29d-5372ec7efa36:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-e33d0ca2-670f-4869-b29d-5372ec7efa36 {
  margin-top: 1em;
margin-bottom: 2em;
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-e33d0ca2-670f-4869-b29d-5372ec7efa36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e33d0ca2-670f-4869-b29d-5372ec7efa36:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-e33d0ca2-670f-4869-b29d-5372ec7efa36-root {
    text-align: center;
  }


#s-e33d0ca2-670f-4869-b29d-5372ec7efa36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-e33d0ca2-670f-4869-b29d-5372ec7efa36-root {
    text-align: center;
  }


#s-e33d0ca2-670f-4869-b29d-5372ec7efa36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-e33d0ca2-670f-4869-b29d-5372ec7efa36-root {
    text-align: center;
  }


#s-e33d0ca2-670f-4869-b29d-5372ec7efa36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-e33d0ca2-670f-4869-b29d-5372ec7efa36-root {
    text-align: center;
  }


#s-e33d0ca2-670f-4869-b29d-5372ec7efa36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e33d0ca2-670f-4869-b29d-5372ec7efa36-root {
    text-align: center;
  }


#s-e33d0ca2-670f-4869-b29d-5372ec7efa36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-23ff44de-fcfe-40b4-b299-1a5328432385 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-23ff44de-fcfe-40b4-b299-1a5328432385 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-23ff44de-fcfe-40b4-b299-1a5328432385 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-23ff44de-fcfe-40b4-b299-1a5328432385 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-23ff44de-fcfe-40b4-b299-1a5328432385 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-0354b473-779e-439a-abd2-f9c613a6f939 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-0354b473-779e-439a-abd2-f9c613a6f939 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-0354b473-779e-439a-abd2-f9c613a6f939 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-0354b473-779e-439a-abd2-f9c613a6f939 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-0354b473-779e-439a-abd2-f9c613a6f939 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-0354b473-779e-439a-abd2-f9c613a6f939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0354b473-779e-439a-abd2-f9c613a6f939 img.shogun-image {
  width: 100%;
}





.shg-c#s-0354b473-779e-439a-abd2-f9c613a6f939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0354b473-779e-439a-abd2-f9c613a6f939 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-0354b473-779e-439a-abd2-f9c613a6f939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0354b473-779e-439a-abd2-f9c613a6f939 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0354b473-779e-439a-abd2-f9c613a6f939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0354b473-779e-439a-abd2-f9c613a6f939 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0354b473-779e-439a-abd2-f9c613a6f939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0354b473-779e-439a-abd2-f9c613a6f939 img.shogun-image {
  width: 100%;
}



}
#s-f8f07fed-ba89-424f-9977-2f20257cc654 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-f8f07fed-ba89-424f-9977-2f20257cc654 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-f8f07fed-ba89-424f-9977-2f20257cc654 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-f8f07fed-ba89-424f-9977-2f20257cc654 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-f8f07fed-ba89-424f-9977-2f20257cc654 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-f8f07fed-ba89-424f-9977-2f20257cc654 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-f8f07fed-ba89-424f-9977-2f20257cc654 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-f8f07fed-ba89-424f-9977-2f20257cc654 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-f8f07fed-ba89-424f-9977-2f20257cc654 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-f8f07fed-ba89-424f-9977-2f20257cc654 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a {
  text-align: center;
}
#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a {
  text-align: center;
}
@media (max-width: 1199px){#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a {
  text-align: center;
}
}@media (max-width: 991px){#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a {
  text-align: center;
}
}@media (max-width: 767px){#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a {
  text-align: center;
}
}
#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a43a6c7-d75f-466b-9d63-c30cd62a958a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-6ffde625-0e20-4c65-a6f8-a04df67192a1 {
  margin-top: 1em;
margin-bottom: 2em;
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-6ffde625-0e20-4c65-a6f8-a04df67192a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ffde625-0e20-4c65-a6f8-a04df67192a1:active {background-color: #000000 !important;
text-decoration: none !important;}#s-6ffde625-0e20-4c65-a6f8-a04df67192a1 {
  margin-top: 1em;
margin-bottom: 2em;
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-6ffde625-0e20-4c65-a6f8-a04df67192a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ffde625-0e20-4c65-a6f8-a04df67192a1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-6ffde625-0e20-4c65-a6f8-a04df67192a1 {
  margin-top: 1em;
margin-bottom: 2em;
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-6ffde625-0e20-4c65-a6f8-a04df67192a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ffde625-0e20-4c65-a6f8-a04df67192a1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-6ffde625-0e20-4c65-a6f8-a04df67192a1 {
  margin-top: 1em;
margin-bottom: 2em;
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-6ffde625-0e20-4c65-a6f8-a04df67192a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ffde625-0e20-4c65-a6f8-a04df67192a1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-6ffde625-0e20-4c65-a6f8-a04df67192a1 {
  margin-top: 1em;
margin-bottom: 2em;
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-6ffde625-0e20-4c65-a6f8-a04df67192a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ffde625-0e20-4c65-a6f8-a04df67192a1:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-6ffde625-0e20-4c65-a6f8-a04df67192a1-root {
    text-align: center;
  }


#s-6ffde625-0e20-4c65-a6f8-a04df67192a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-6ffde625-0e20-4c65-a6f8-a04df67192a1-root {
    text-align: center;
  }


#s-6ffde625-0e20-4c65-a6f8-a04df67192a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-6ffde625-0e20-4c65-a6f8-a04df67192a1-root {
    text-align: center;
  }


#s-6ffde625-0e20-4c65-a6f8-a04df67192a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-6ffde625-0e20-4c65-a6f8-a04df67192a1-root {
    text-align: center;
  }


#s-6ffde625-0e20-4c65-a6f8-a04df67192a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ffde625-0e20-4c65-a6f8-a04df67192a1-root {
    text-align: center;
  }


#s-6ffde625-0e20-4c65-a6f8-a04df67192a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-84209aed-82b9-4487-8938-8b863287ab6b {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-84209aed-82b9-4487-8938-8b863287ab6b {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-84209aed-82b9-4487-8938-8b863287ab6b {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-84209aed-82b9-4487-8938-8b863287ab6b {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-84209aed-82b9-4487-8938-8b863287ab6b {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 img.shogun-image {
  width: 100%;
}





.shg-c#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee8ca97d-78a7-48ba-a6ee-d93704da80b7 img.shogun-image {
  width: 100%;
}



}
#s-5b43208d-ae2e-4bc1-983a-1b6f9c4c971a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-5b43208d-ae2e-4bc1-983a-1b6f9c4c971a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-5b43208d-ae2e-4bc1-983a-1b6f9c4c971a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-5b43208d-ae2e-4bc1-983a-1b6f9c4c971a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-5b43208d-ae2e-4bc1-983a-1b6f9c4c971a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-5b43208d-ae2e-4bc1-983a-1b6f9c4c971a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-5b43208d-ae2e-4bc1-983a-1b6f9c4c971a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-5b43208d-ae2e-4bc1-983a-1b6f9c4c971a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-5b43208d-ae2e-4bc1-983a-1b6f9c4c971a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-5b43208d-ae2e-4bc1-983a-1b6f9c4c971a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-a7ac8756-063e-4e11-acc6-b935a619b74c {
  text-align: center;
}
#s-a7ac8756-063e-4e11-acc6-b935a619b74c {
  text-align: center;
}
@media (max-width: 1199px){#s-a7ac8756-063e-4e11-acc6-b935a619b74c {
  text-align: center;
}
}@media (max-width: 991px){#s-a7ac8756-063e-4e11-acc6-b935a619b74c {
  text-align: center;
}
}@media (max-width: 767px){#s-a7ac8756-063e-4e11-acc6-b935a619b74c {
  text-align: center;
}
}
#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a7ac8756-063e-4e11-acc6-b935a619b74c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87 {
  margin-top: 1em;
margin-bottom: 2em;
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-1fe0ffe0-a264-46be-87a7-ef8598acdc87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87:active {background-color: #000000 !important;
text-decoration: none !important;}#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87 {
  margin-top: 1em;
margin-bottom: 2em;
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-1fe0ffe0-a264-46be-87a7-ef8598acdc87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87 {
  margin-top: 1em;
margin-bottom: 2em;
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-1fe0ffe0-a264-46be-87a7-ef8598acdc87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87 {
  margin-top: 1em;
margin-bottom: 2em;
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-1fe0ffe0-a264-46be-87a7-ef8598acdc87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87 {
  margin-top: 1em;
margin-bottom: 2em;
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-1fe0ffe0-a264-46be-87a7-ef8598acdc87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-1fe0ffe0-a264-46be-87a7-ef8598acdc87-root {
    text-align: center;
  }


#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-1fe0ffe0-a264-46be-87a7-ef8598acdc87-root {
    text-align: center;
  }


#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-1fe0ffe0-a264-46be-87a7-ef8598acdc87-root {
    text-align: center;
  }


#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-1fe0ffe0-a264-46be-87a7-ef8598acdc87-root {
    text-align: center;
  }


#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fe0ffe0-a264-46be-87a7-ef8598acdc87-root {
    text-align: center;
  }


#s-1fe0ffe0-a264-46be-87a7-ef8598acdc87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d17c4767-8949-40cf-b907-b89ef4a8f4db {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-d17c4767-8949-40cf-b907-b89ef4a8f4db {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-d17c4767-8949-40cf-b907-b89ef4a8f4db {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-d17c4767-8949-40cf-b907-b89ef4a8f4db {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-d17c4767-8949-40cf-b907-b89ef4a8f4db {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-d17c4767-8949-40cf-b907-b89ef4a8f4db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d17c4767-8949-40cf-b907-b89ef4a8f4db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d17c4767-8949-40cf-b907-b89ef4a8f4db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d17c4767-8949-40cf-b907-b89ef4a8f4db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-dad8008e-cb82-4885-826d-4781544c8ba1 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-dad8008e-cb82-4885-826d-4781544c8ba1 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-dad8008e-cb82-4885-826d-4781544c8ba1 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-dad8008e-cb82-4885-826d-4781544c8ba1 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-dad8008e-cb82-4885-826d-4781544c8ba1 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-92ab62fe-0c7f-4975-b651-85641ae103ca {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-92ab62fe-0c7f-4975-b651-85641ae103ca {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-92ab62fe-0c7f-4975-b651-85641ae103ca {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-92ab62fe-0c7f-4975-b651-85641ae103ca {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-92ab62fe-0c7f-4975-b651-85641ae103ca {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-92ab62fe-0c7f-4975-b651-85641ae103ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92ab62fe-0c7f-4975-b651-85641ae103ca img.shogun-image {
  width: 100%;
}





.shg-c#s-92ab62fe-0c7f-4975-b651-85641ae103ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92ab62fe-0c7f-4975-b651-85641ae103ca img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-92ab62fe-0c7f-4975-b651-85641ae103ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92ab62fe-0c7f-4975-b651-85641ae103ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92ab62fe-0c7f-4975-b651-85641ae103ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92ab62fe-0c7f-4975-b651-85641ae103ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92ab62fe-0c7f-4975-b651-85641ae103ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92ab62fe-0c7f-4975-b651-85641ae103ca img.shogun-image {
  width: 100%;
}



}
#s-509ae663-0605-4399-bbe8-e6d97e4ea06a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-509ae663-0605-4399-bbe8-e6d97e4ea06a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-509ae663-0605-4399-bbe8-e6d97e4ea06a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-509ae663-0605-4399-bbe8-e6d97e4ea06a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-509ae663-0605-4399-bbe8-e6d97e4ea06a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-509ae663-0605-4399-bbe8-e6d97e4ea06a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-509ae663-0605-4399-bbe8-e6d97e4ea06a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-509ae663-0605-4399-bbe8-e6d97e4ea06a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-509ae663-0605-4399-bbe8-e6d97e4ea06a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-509ae663-0605-4399-bbe8-e6d97e4ea06a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 {
  text-align: center;
}
#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 {
  text-align: center;
}
@media (max-width: 1199px){#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 {
  text-align: center;
}
}@media (max-width: 991px){#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 {
  text-align: center;
}
}@media (max-width: 767px){#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 {
  text-align: center;
}
}
#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-bbdc4bf1-87ee-45e0-b55c-aa0a8ffb0c50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202 {
  margin-top: 1em;
margin-bottom: 2em;
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-2b40caee-8f3d-4796-92cf-6d5d3cd15202:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202:active {background-color: #000000 !important;
text-decoration: none !important;}#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202 {
  margin-top: 1em;
margin-bottom: 2em;
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-2b40caee-8f3d-4796-92cf-6d5d3cd15202:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202 {
  margin-top: 1em;
margin-bottom: 2em;
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-2b40caee-8f3d-4796-92cf-6d5d3cd15202:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202 {
  margin-top: 1em;
margin-bottom: 2em;
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-2b40caee-8f3d-4796-92cf-6d5d3cd15202:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202 {
  margin-top: 1em;
margin-bottom: 2em;
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-2b40caee-8f3d-4796-92cf-6d5d3cd15202:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-2b40caee-8f3d-4796-92cf-6d5d3cd15202-root {
    text-align: center;
  }


#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-2b40caee-8f3d-4796-92cf-6d5d3cd15202-root {
    text-align: center;
  }


#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-2b40caee-8f3d-4796-92cf-6d5d3cd15202-root {
    text-align: center;
  }


#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-2b40caee-8f3d-4796-92cf-6d5d3cd15202-root {
    text-align: center;
  }


#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b40caee-8f3d-4796-92cf-6d5d3cd15202-root {
    text-align: center;
  }


#s-2b40caee-8f3d-4796-92cf-6d5d3cd15202.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc1c0d21-b8f2-44b1-b00e-7d516d07f2c9 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-cc1c0d21-b8f2-44b1-b00e-7d516d07f2c9 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-cc1c0d21-b8f2-44b1-b00e-7d516d07f2c9 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-cc1c0d21-b8f2-44b1-b00e-7d516d07f2c9 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-cc1c0d21-b8f2-44b1-b00e-7d516d07f2c9 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 img.shogun-image {
  width: 100%;
}





.shg-c#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6abf7977-f4b6-4af9-9688-36d21f4212f6 img.shogun-image {
  width: 100%;
}



}
#s-555f0d28-4609-4d8e-b05d-964d0d07af6a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-555f0d28-4609-4d8e-b05d-964d0d07af6a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-555f0d28-4609-4d8e-b05d-964d0d07af6a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-555f0d28-4609-4d8e-b05d-964d0d07af6a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-555f0d28-4609-4d8e-b05d-964d0d07af6a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-555f0d28-4609-4d8e-b05d-964d0d07af6a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-555f0d28-4609-4d8e-b05d-964d0d07af6a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-555f0d28-4609-4d8e-b05d-964d0d07af6a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-555f0d28-4609-4d8e-b05d-964d0d07af6a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-555f0d28-4609-4d8e-b05d-964d0d07af6a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-28926e34-ca2e-44c5-ad13-a9d9406030fe {
  text-align: center;
}
#s-28926e34-ca2e-44c5-ad13-a9d9406030fe {
  text-align: center;
}
@media (max-width: 1199px){#s-28926e34-ca2e-44c5-ad13-a9d9406030fe {
  text-align: center;
}
}@media (max-width: 991px){#s-28926e34-ca2e-44c5-ad13-a9d9406030fe {
  text-align: center;
}
}@media (max-width: 767px){#s-28926e34-ca2e-44c5-ad13-a9d9406030fe {
  text-align: center;
}
}
#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-28926e34-ca2e-44c5-ad13-a9d9406030fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46 {
  margin-top: 1em;
margin-bottom: 2em;
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-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46:active {background-color: #000000 !important;
text-decoration: none !important;}#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46 {
  margin-top: 1em;
margin-bottom: 2em;
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-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46 {
  margin-top: 1em;
margin-bottom: 2em;
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-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46 {
  margin-top: 1em;
margin-bottom: 2em;
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-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46 {
  margin-top: 1em;
margin-bottom: 2em;
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-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46-root {
    text-align: center;
  }


#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46-root {
    text-align: center;
  }


#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46-root {
    text-align: center;
  }


#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46-root {
    text-align: center;
  }


#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46-root {
    text-align: center;
  }


#s-3b1f1c8e-a6a7-47e5-ad2f-6cdb32782e46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d614233d-e0e5-4a9a-803f-2c86f72a1244 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-d614233d-e0e5-4a9a-803f-2c86f72a1244 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-d614233d-e0e5-4a9a-803f-2c86f72a1244 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-d614233d-e0e5-4a9a-803f-2c86f72a1244 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-d614233d-e0e5-4a9a-803f-2c86f72a1244 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-79d59123-033e-4bdf-9f76-904d4b081b6e {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-79d59123-033e-4bdf-9f76-904d4b081b6e {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-79d59123-033e-4bdf-9f76-904d4b081b6e {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-79d59123-033e-4bdf-9f76-904d4b081b6e {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-79d59123-033e-4bdf-9f76-904d4b081b6e {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-79d59123-033e-4bdf-9f76-904d4b081b6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d59123-033e-4bdf-9f76-904d4b081b6e img.shogun-image {
  width: 100%;
}





.shg-c#s-79d59123-033e-4bdf-9f76-904d4b081b6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d59123-033e-4bdf-9f76-904d4b081b6e img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-79d59123-033e-4bdf-9f76-904d4b081b6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d59123-033e-4bdf-9f76-904d4b081b6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d59123-033e-4bdf-9f76-904d4b081b6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d59123-033e-4bdf-9f76-904d4b081b6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d59123-033e-4bdf-9f76-904d4b081b6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d59123-033e-4bdf-9f76-904d4b081b6e img.shogun-image {
  width: 100%;
}



}
#s-e41cd90a-f682-4b12-acce-614af6368915 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-e41cd90a-f682-4b12-acce-614af6368915 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-e41cd90a-f682-4b12-acce-614af6368915 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-e41cd90a-f682-4b12-acce-614af6368915 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-e41cd90a-f682-4b12-acce-614af6368915 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-e41cd90a-f682-4b12-acce-614af6368915 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-e41cd90a-f682-4b12-acce-614af6368915 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-e41cd90a-f682-4b12-acce-614af6368915 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-e41cd90a-f682-4b12-acce-614af6368915 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-e41cd90a-f682-4b12-acce-614af6368915 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 {
  text-align: center;
}
#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 {
  text-align: center;
}
@media (max-width: 1199px){#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 {
  text-align: center;
}
}@media (max-width: 991px){#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 {
  text-align: center;
}
}@media (max-width: 767px){#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 {
  text-align: center;
}
}
#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0e667ae-37e0-43fc-9553-60b0b13e3149 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-adacaa50-4a05-433a-8ddd-925bb2e23e90 {
  margin-top: 1em;
margin-bottom: 2em;
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-adacaa50-4a05-433a-8ddd-925bb2e23e90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adacaa50-4a05-433a-8ddd-925bb2e23e90:active {background-color: #000000 !important;
text-decoration: none !important;}#s-adacaa50-4a05-433a-8ddd-925bb2e23e90 {
  margin-top: 1em;
margin-bottom: 2em;
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-adacaa50-4a05-433a-8ddd-925bb2e23e90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adacaa50-4a05-433a-8ddd-925bb2e23e90:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-adacaa50-4a05-433a-8ddd-925bb2e23e90 {
  margin-top: 1em;
margin-bottom: 2em;
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-adacaa50-4a05-433a-8ddd-925bb2e23e90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adacaa50-4a05-433a-8ddd-925bb2e23e90:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-adacaa50-4a05-433a-8ddd-925bb2e23e90 {
  margin-top: 1em;
margin-bottom: 2em;
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-adacaa50-4a05-433a-8ddd-925bb2e23e90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adacaa50-4a05-433a-8ddd-925bb2e23e90:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-adacaa50-4a05-433a-8ddd-925bb2e23e90 {
  margin-top: 1em;
margin-bottom: 2em;
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-adacaa50-4a05-433a-8ddd-925bb2e23e90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adacaa50-4a05-433a-8ddd-925bb2e23e90:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-adacaa50-4a05-433a-8ddd-925bb2e23e90-root {
    text-align: center;
  }


#s-adacaa50-4a05-433a-8ddd-925bb2e23e90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-adacaa50-4a05-433a-8ddd-925bb2e23e90-root {
    text-align: center;
  }


#s-adacaa50-4a05-433a-8ddd-925bb2e23e90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-adacaa50-4a05-433a-8ddd-925bb2e23e90-root {
    text-align: center;
  }


#s-adacaa50-4a05-433a-8ddd-925bb2e23e90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-adacaa50-4a05-433a-8ddd-925bb2e23e90-root {
    text-align: center;
  }


#s-adacaa50-4a05-433a-8ddd-925bb2e23e90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-adacaa50-4a05-433a-8ddd-925bb2e23e90-root {
    text-align: center;
  }


#s-adacaa50-4a05-433a-8ddd-925bb2e23e90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d4b7307c-64c8-445f-9a25-babbed931e36 {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-d4b7307c-64c8-445f-9a25-babbed931e36 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-d4b7307c-64c8-445f-9a25-babbed931e36 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-d4b7307c-64c8-445f-9a25-babbed931e36 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-d4b7307c-64c8-445f-9a25-babbed931e36 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-d4b7307c-64c8-445f-9a25-babbed931e36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4b7307c-64c8-445f-9a25-babbed931e36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4b7307c-64c8-445f-9a25-babbed931e36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4b7307c-64c8-445f-9a25-babbed931e36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0868b3f3-f347-451e-9354-2898d0052245 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-0868b3f3-f347-451e-9354-2898d0052245 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-0868b3f3-f347-451e-9354-2898d0052245 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-0868b3f3-f347-451e-9354-2898d0052245 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-0868b3f3-f347-451e-9354-2898d0052245 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 img.shogun-image {
  width: 100%;
}





.shg-c#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c78da08-2ada-4b24-89d1-4f97d8460c56 img.shogun-image {
  width: 100%;
}



}
#s-495cb3ff-4c05-46f2-a221-760a936de153 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-495cb3ff-4c05-46f2-a221-760a936de153 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-495cb3ff-4c05-46f2-a221-760a936de153 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-495cb3ff-4c05-46f2-a221-760a936de153 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-495cb3ff-4c05-46f2-a221-760a936de153 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-495cb3ff-4c05-46f2-a221-760a936de153 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-495cb3ff-4c05-46f2-a221-760a936de153 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-495cb3ff-4c05-46f2-a221-760a936de153 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-495cb3ff-4c05-46f2-a221-760a936de153 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-495cb3ff-4c05-46f2-a221-760a936de153 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-dfda734a-ef57-4d05-8f00-4006bf764d25 {
  text-align: center;
}
#s-dfda734a-ef57-4d05-8f00-4006bf764d25 {
  text-align: center;
}
@media (max-width: 1199px){#s-dfda734a-ef57-4d05-8f00-4006bf764d25 {
  text-align: center;
}
}@media (max-width: 991px){#s-dfda734a-ef57-4d05-8f00-4006bf764d25 {
  text-align: center;
}
}@media (max-width: 767px){#s-dfda734a-ef57-4d05-8f00-4006bf764d25 {
  text-align: center;
}
}
#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-dfda734a-ef57-4d05-8f00-4006bf764d25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-84dee24d-f7a9-4de2-a2c2-592156317c83 {
  margin-top: 1em;
margin-bottom: 2em;
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-84dee24d-f7a9-4de2-a2c2-592156317c83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84dee24d-f7a9-4de2-a2c2-592156317c83:active {background-color: #000000 !important;
text-decoration: none !important;}#s-84dee24d-f7a9-4de2-a2c2-592156317c83 {
  margin-top: 1em;
margin-bottom: 2em;
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-84dee24d-f7a9-4de2-a2c2-592156317c83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84dee24d-f7a9-4de2-a2c2-592156317c83:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-84dee24d-f7a9-4de2-a2c2-592156317c83 {
  margin-top: 1em;
margin-bottom: 2em;
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-84dee24d-f7a9-4de2-a2c2-592156317c83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84dee24d-f7a9-4de2-a2c2-592156317c83:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-84dee24d-f7a9-4de2-a2c2-592156317c83 {
  margin-top: 1em;
margin-bottom: 2em;
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-84dee24d-f7a9-4de2-a2c2-592156317c83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84dee24d-f7a9-4de2-a2c2-592156317c83:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-84dee24d-f7a9-4de2-a2c2-592156317c83 {
  margin-top: 1em;
margin-bottom: 2em;
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-84dee24d-f7a9-4de2-a2c2-592156317c83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84dee24d-f7a9-4de2-a2c2-592156317c83:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-84dee24d-f7a9-4de2-a2c2-592156317c83-root {
    text-align: center;
  }


#s-84dee24d-f7a9-4de2-a2c2-592156317c83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-84dee24d-f7a9-4de2-a2c2-592156317c83-root {
    text-align: center;
  }


#s-84dee24d-f7a9-4de2-a2c2-592156317c83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-84dee24d-f7a9-4de2-a2c2-592156317c83-root {
    text-align: center;
  }


#s-84dee24d-f7a9-4de2-a2c2-592156317c83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-84dee24d-f7a9-4de2-a2c2-592156317c83-root {
    text-align: center;
  }


#s-84dee24d-f7a9-4de2-a2c2-592156317c83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84dee24d-f7a9-4de2-a2c2-592156317c83-root {
    text-align: center;
  }


#s-84dee24d-f7a9-4de2-a2c2-592156317c83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4212f254-3408-4e52-b3e8-036d41557515 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-4212f254-3408-4e52-b3e8-036d41557515 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-4212f254-3408-4e52-b3e8-036d41557515 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-4212f254-3408-4e52-b3e8-036d41557515 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-4212f254-3408-4e52-b3e8-036d41557515 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 img.shogun-image {
  width: 100%;
}





.shg-c#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddd40447-d6f6-4ff1-921b-83b4a3caa4a5 img.shogun-image {
  width: 100%;
}



}
#s-d2453702-5db2-4ef0-8586-49fe3524e831 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-d2453702-5db2-4ef0-8586-49fe3524e831 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-d2453702-5db2-4ef0-8586-49fe3524e831 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-d2453702-5db2-4ef0-8586-49fe3524e831 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-d2453702-5db2-4ef0-8586-49fe3524e831 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-d2453702-5db2-4ef0-8586-49fe3524e831 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-d2453702-5db2-4ef0-8586-49fe3524e831 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-d2453702-5db2-4ef0-8586-49fe3524e831 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-d2453702-5db2-4ef0-8586-49fe3524e831 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-d2453702-5db2-4ef0-8586-49fe3524e831 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f {
  text-align: center;
}
#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f {
  text-align: center;
}
@media (max-width: 1199px){#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f {
  text-align: center;
}
}@media (max-width: 991px){#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f {
  text-align: center;
}
}@media (max-width: 767px){#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f {
  text-align: center;
}
}
#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d996d7f8-11ca-4c17-945e-1d8f36cffa8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e {
  margin-top: 1em;
margin-bottom: 2em;
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-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e:active {background-color: #000000 !important;
text-decoration: none !important;}#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e {
  margin-top: 1em;
margin-bottom: 2em;
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-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e {
  margin-top: 1em;
margin-bottom: 2em;
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-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e {
  margin-top: 1em;
margin-bottom: 2em;
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-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e {
  margin-top: 1em;
margin-bottom: 2em;
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-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e-root {
    text-align: center;
  }


#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e-root {
    text-align: center;
  }


#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e-root {
    text-align: center;
  }


#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e-root {
    text-align: center;
  }


#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e-root {
    text-align: center;
  }


#s-fe35a87f-5b1c-4503-83d0-8ee1c6b5ec3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4f842439-af3a-4aaa-b5b6-365e6eae0901 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-4f842439-af3a-4aaa-b5b6-365e6eae0901 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-4f842439-af3a-4aaa-b5b6-365e6eae0901 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-4f842439-af3a-4aaa-b5b6-365e6eae0901 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-4f842439-af3a-4aaa-b5b6-365e6eae0901 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 img.shogun-image {
  width: 100%;
}





.shg-c#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96de4ce-2a3e-421b-99b5-23c136d0a625 img.shogun-image {
  width: 100%;
}



}
#s-e9dced40-3c04-43c8-9580-7cae4a602c45 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-e9dced40-3c04-43c8-9580-7cae4a602c45 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-e9dced40-3c04-43c8-9580-7cae4a602c45 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-e9dced40-3c04-43c8-9580-7cae4a602c45 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-e9dced40-3c04-43c8-9580-7cae4a602c45 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-e9dced40-3c04-43c8-9580-7cae4a602c45 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-e9dced40-3c04-43c8-9580-7cae4a602c45 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-e9dced40-3c04-43c8-9580-7cae4a602c45 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-e9dced40-3c04-43c8-9580-7cae4a602c45 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-e9dced40-3c04-43c8-9580-7cae4a602c45 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-8c929856-80e1-46c5-bc77-5712daff3639 {
  text-align: center;
}
#s-8c929856-80e1-46c5-bc77-5712daff3639 {
  text-align: center;
}
@media (max-width: 1199px){#s-8c929856-80e1-46c5-bc77-5712daff3639 {
  text-align: center;
}
}@media (max-width: 991px){#s-8c929856-80e1-46c5-bc77-5712daff3639 {
  text-align: center;
}
}@media (max-width: 767px){#s-8c929856-80e1-46c5-bc77-5712daff3639 {
  text-align: center;
}
}
#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c929856-80e1-46c5-bc77-5712daff3639 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-73c97c4b-bebf-4114-a871-2b1a15d017c1 {
  margin-top: 1em;
margin-bottom: 2em;
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-73c97c4b-bebf-4114-a871-2b1a15d017c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73c97c4b-bebf-4114-a871-2b1a15d017c1:active {background-color: #000000 !important;
text-decoration: none !important;}#s-73c97c4b-bebf-4114-a871-2b1a15d017c1 {
  margin-top: 1em;
margin-bottom: 2em;
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-73c97c4b-bebf-4114-a871-2b1a15d017c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73c97c4b-bebf-4114-a871-2b1a15d017c1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-73c97c4b-bebf-4114-a871-2b1a15d017c1 {
  margin-top: 1em;
margin-bottom: 2em;
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-73c97c4b-bebf-4114-a871-2b1a15d017c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73c97c4b-bebf-4114-a871-2b1a15d017c1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-73c97c4b-bebf-4114-a871-2b1a15d017c1 {
  margin-top: 1em;
margin-bottom: 2em;
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-73c97c4b-bebf-4114-a871-2b1a15d017c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73c97c4b-bebf-4114-a871-2b1a15d017c1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-73c97c4b-bebf-4114-a871-2b1a15d017c1 {
  margin-top: 1em;
margin-bottom: 2em;
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-73c97c4b-bebf-4114-a871-2b1a15d017c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73c97c4b-bebf-4114-a871-2b1a15d017c1:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-73c97c4b-bebf-4114-a871-2b1a15d017c1-root {
    text-align: center;
  }


#s-73c97c4b-bebf-4114-a871-2b1a15d017c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-73c97c4b-bebf-4114-a871-2b1a15d017c1-root {
    text-align: center;
  }


#s-73c97c4b-bebf-4114-a871-2b1a15d017c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-73c97c4b-bebf-4114-a871-2b1a15d017c1-root {
    text-align: center;
  }


#s-73c97c4b-bebf-4114-a871-2b1a15d017c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-73c97c4b-bebf-4114-a871-2b1a15d017c1-root {
    text-align: center;
  }


#s-73c97c4b-bebf-4114-a871-2b1a15d017c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73c97c4b-bebf-4114-a871-2b1a15d017c1-root {
    text-align: center;
  }


#s-73c97c4b-bebf-4114-a871-2b1a15d017c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8debd13f-3e0e-4129-9716-43ac0fddbb0b {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-8debd13f-3e0e-4129-9716-43ac0fddbb0b {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-8debd13f-3e0e-4129-9716-43ac0fddbb0b {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-8debd13f-3e0e-4129-9716-43ac0fddbb0b {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-8debd13f-3e0e-4129-9716-43ac0fddbb0b {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-8debd13f-3e0e-4129-9716-43ac0fddbb0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8debd13f-3e0e-4129-9716-43ac0fddbb0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8debd13f-3e0e-4129-9716-43ac0fddbb0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8debd13f-3e0e-4129-9716-43ac0fddbb0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b3449441-864e-4220-9b42-14b8baeeb7f0 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-b3449441-864e-4220-9b42-14b8baeeb7f0 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-b3449441-864e-4220-9b42-14b8baeeb7f0 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-b3449441-864e-4220-9b42-14b8baeeb7f0 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-b3449441-864e-4220-9b42-14b8baeeb7f0 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 img.shogun-image {
  width: 100%;
}





.shg-c#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a62b3cd-48c3-4f3d-ab4f-e65234026750 img.shogun-image {
  width: 100%;
}



}
#s-486a80e0-1688-4612-b802-ff892e74220d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-486a80e0-1688-4612-b802-ff892e74220d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-486a80e0-1688-4612-b802-ff892e74220d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-486a80e0-1688-4612-b802-ff892e74220d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-486a80e0-1688-4612-b802-ff892e74220d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-486a80e0-1688-4612-b802-ff892e74220d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-486a80e0-1688-4612-b802-ff892e74220d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-486a80e0-1688-4612-b802-ff892e74220d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-486a80e0-1688-4612-b802-ff892e74220d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-486a80e0-1688-4612-b802-ff892e74220d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 {
  text-align: center;
}
#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 {
  text-align: center;
}
@media (max-width: 1199px){#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 {
  text-align: center;
}
}@media (max-width: 991px){#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 {
  text-align: center;
}
}@media (max-width: 767px){#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 {
  text-align: center;
}
}
#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-cf1f3e90-5cb0-41c0-bcbd-48ff982efb40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5 {
  margin-top: 1em;
margin-bottom: 2em;
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-ef8cb764-64a7-412c-a8ca-cb903bab98c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5:active {background-color: #000000 !important;
text-decoration: none !important;}#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5 {
  margin-top: 1em;
margin-bottom: 2em;
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-ef8cb764-64a7-412c-a8ca-cb903bab98c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5 {
  margin-top: 1em;
margin-bottom: 2em;
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-ef8cb764-64a7-412c-a8ca-cb903bab98c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5 {
  margin-top: 1em;
margin-bottom: 2em;
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-ef8cb764-64a7-412c-a8ca-cb903bab98c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5 {
  margin-top: 1em;
margin-bottom: 2em;
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-ef8cb764-64a7-412c-a8ca-cb903bab98c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-ef8cb764-64a7-412c-a8ca-cb903bab98c5-root {
    text-align: center;
  }


#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-ef8cb764-64a7-412c-a8ca-cb903bab98c5-root {
    text-align: center;
  }


#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-ef8cb764-64a7-412c-a8ca-cb903bab98c5-root {
    text-align: center;
  }


#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-ef8cb764-64a7-412c-a8ca-cb903bab98c5-root {
    text-align: center;
  }


#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef8cb764-64a7-412c-a8ca-cb903bab98c5-root {
    text-align: center;
  }


#s-ef8cb764-64a7-412c-a8ca-cb903bab98c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e927b6a1-73a3-42fb-b7cf-d98afa8ca383 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-e927b6a1-73a3-42fb-b7cf-d98afa8ca383 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-e927b6a1-73a3-42fb-b7cf-d98afa8ca383 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-e927b6a1-73a3-42fb-b7cf-d98afa8ca383 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-e927b6a1-73a3-42fb-b7cf-d98afa8ca383 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 img.shogun-image {
  width: 100%;
}





.shg-c#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce739764-ba35-46ca-91f7-3d554c61f7b5 img.shogun-image {
  width: 100%;
}



}
#s-24fdd359-b1cb-409e-9e6a-c0be1db33637 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-24fdd359-b1cb-409e-9e6a-c0be1db33637 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-24fdd359-b1cb-409e-9e6a-c0be1db33637 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-24fdd359-b1cb-409e-9e6a-c0be1db33637 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-24fdd359-b1cb-409e-9e6a-c0be1db33637 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-24fdd359-b1cb-409e-9e6a-c0be1db33637 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-24fdd359-b1cb-409e-9e6a-c0be1db33637 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-24fdd359-b1cb-409e-9e6a-c0be1db33637 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-24fdd359-b1cb-409e-9e6a-c0be1db33637 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-24fdd359-b1cb-409e-9e6a-c0be1db33637 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-7220810e-f578-4e84-bd31-3c4047891af4 {
  text-align: center;
}
#s-7220810e-f578-4e84-bd31-3c4047891af4 {
  text-align: center;
}
@media (max-width: 1199px){#s-7220810e-f578-4e84-bd31-3c4047891af4 {
  text-align: center;
}
}@media (max-width: 991px){#s-7220810e-f578-4e84-bd31-3c4047891af4 {
  text-align: center;
}
}@media (max-width: 767px){#s-7220810e-f578-4e84-bd31-3c4047891af4 {
  text-align: center;
}
}
#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-7220810e-f578-4e84-bd31-3c4047891af4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-cb346983-e72e-473f-a257-ae87b7868fb0 {
  margin-top: 1em;
margin-bottom: 2em;
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-cb346983-e72e-473f-a257-ae87b7868fb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb346983-e72e-473f-a257-ae87b7868fb0:active {background-color: #000000 !important;
text-decoration: none !important;}#s-cb346983-e72e-473f-a257-ae87b7868fb0 {
  margin-top: 1em;
margin-bottom: 2em;
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-cb346983-e72e-473f-a257-ae87b7868fb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb346983-e72e-473f-a257-ae87b7868fb0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-cb346983-e72e-473f-a257-ae87b7868fb0 {
  margin-top: 1em;
margin-bottom: 2em;
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-cb346983-e72e-473f-a257-ae87b7868fb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb346983-e72e-473f-a257-ae87b7868fb0:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-cb346983-e72e-473f-a257-ae87b7868fb0 {
  margin-top: 1em;
margin-bottom: 2em;
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-cb346983-e72e-473f-a257-ae87b7868fb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb346983-e72e-473f-a257-ae87b7868fb0:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-cb346983-e72e-473f-a257-ae87b7868fb0 {
  margin-top: 1em;
margin-bottom: 2em;
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-cb346983-e72e-473f-a257-ae87b7868fb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb346983-e72e-473f-a257-ae87b7868fb0:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-cb346983-e72e-473f-a257-ae87b7868fb0-root {
    text-align: center;
  }


#s-cb346983-e72e-473f-a257-ae87b7868fb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-cb346983-e72e-473f-a257-ae87b7868fb0-root {
    text-align: center;
  }


#s-cb346983-e72e-473f-a257-ae87b7868fb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-cb346983-e72e-473f-a257-ae87b7868fb0-root {
    text-align: center;
  }


#s-cb346983-e72e-473f-a257-ae87b7868fb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-cb346983-e72e-473f-a257-ae87b7868fb0-root {
    text-align: center;
  }


#s-cb346983-e72e-473f-a257-ae87b7868fb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb346983-e72e-473f-a257-ae87b7868fb0-root {
    text-align: center;
  }


#s-cb346983-e72e-473f-a257-ae87b7868fb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a94f5223-7da0-4844-8f4b-c1d8bf3edfe4 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-a94f5223-7da0-4844-8f4b-c1d8bf3edfe4 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-a94f5223-7da0-4844-8f4b-c1d8bf3edfe4 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-a94f5223-7da0-4844-8f4b-c1d8bf3edfe4 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-a94f5223-7da0-4844-8f4b-c1d8bf3edfe4 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-69bd5611-3495-4b7a-8d78-033b3348c3da {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-69bd5611-3495-4b7a-8d78-033b3348c3da {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-69bd5611-3495-4b7a-8d78-033b3348c3da {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-69bd5611-3495-4b7a-8d78-033b3348c3da {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-69bd5611-3495-4b7a-8d78-033b3348c3da {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-69bd5611-3495-4b7a-8d78-033b3348c3da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69bd5611-3495-4b7a-8d78-033b3348c3da img.shogun-image {
  width: 100%;
}





.shg-c#s-69bd5611-3495-4b7a-8d78-033b3348c3da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69bd5611-3495-4b7a-8d78-033b3348c3da img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-69bd5611-3495-4b7a-8d78-033b3348c3da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69bd5611-3495-4b7a-8d78-033b3348c3da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69bd5611-3495-4b7a-8d78-033b3348c3da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69bd5611-3495-4b7a-8d78-033b3348c3da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69bd5611-3495-4b7a-8d78-033b3348c3da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69bd5611-3495-4b7a-8d78-033b3348c3da img.shogun-image {
  width: 100%;
}



}
#s-f4d615eb-d4a6-42e4-978d-0580cb8c5a4a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-f4d615eb-d4a6-42e4-978d-0580cb8c5a4a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-f4d615eb-d4a6-42e4-978d-0580cb8c5a4a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-f4d615eb-d4a6-42e4-978d-0580cb8c5a4a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-f4d615eb-d4a6-42e4-978d-0580cb8c5a4a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-f4d615eb-d4a6-42e4-978d-0580cb8c5a4a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-f4d615eb-d4a6-42e4-978d-0580cb8c5a4a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-f4d615eb-d4a6-42e4-978d-0580cb8c5a4a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-f4d615eb-d4a6-42e4-978d-0580cb8c5a4a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-f4d615eb-d4a6-42e4-978d-0580cb8c5a4a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 {
  text-align: center;
}
#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 {
  text-align: center;
}
@media (max-width: 1199px){#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 {
  text-align: center;
}
}@media (max-width: 991px){#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 {
  text-align: center;
}
}@media (max-width: 767px){#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 {
  text-align: center;
}
}
#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5c375662-3e50-4e71-b5fc-bafedd3c4896 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9 {
  margin-top: 1em;
margin-bottom: 2em;
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-00ed83d8-7e2a-4894-90a8-14f8a99724e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9:active {background-color: #000000 !important;
text-decoration: none !important;}#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9 {
  margin-top: 1em;
margin-bottom: 2em;
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-00ed83d8-7e2a-4894-90a8-14f8a99724e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9 {
  margin-top: 1em;
margin-bottom: 2em;
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-00ed83d8-7e2a-4894-90a8-14f8a99724e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9 {
  margin-top: 1em;
margin-bottom: 2em;
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-00ed83d8-7e2a-4894-90a8-14f8a99724e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9 {
  margin-top: 1em;
margin-bottom: 2em;
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-00ed83d8-7e2a-4894-90a8-14f8a99724e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-00ed83d8-7e2a-4894-90a8-14f8a99724e9-root {
    text-align: center;
  }


#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-00ed83d8-7e2a-4894-90a8-14f8a99724e9-root {
    text-align: center;
  }


#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-00ed83d8-7e2a-4894-90a8-14f8a99724e9-root {
    text-align: center;
  }


#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-00ed83d8-7e2a-4894-90a8-14f8a99724e9-root {
    text-align: center;
  }


#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00ed83d8-7e2a-4894-90a8-14f8a99724e9-root {
    text-align: center;
  }


#s-00ed83d8-7e2a-4894-90a8-14f8a99724e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0bd949c5-6db4-4e30-85f2-8ba7104bcef2 {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-0bd949c5-6db4-4e30-85f2-8ba7104bcef2 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-0bd949c5-6db4-4e30-85f2-8ba7104bcef2 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-0bd949c5-6db4-4e30-85f2-8ba7104bcef2 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-0bd949c5-6db4-4e30-85f2-8ba7104bcef2 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-0bd949c5-6db4-4e30-85f2-8ba7104bcef2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bd949c5-6db4-4e30-85f2-8ba7104bcef2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0bd949c5-6db4-4e30-85f2-8ba7104bcef2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bd949c5-6db4-4e30-85f2-8ba7104bcef2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a723348d-90c8-490a-9fc7-ab938cec8bfe {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-a723348d-90c8-490a-9fc7-ab938cec8bfe {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-a723348d-90c8-490a-9fc7-ab938cec8bfe {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-a723348d-90c8-490a-9fc7-ab938cec8bfe {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-a723348d-90c8-490a-9fc7-ab938cec8bfe {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-b76dd3c0-405e-48bc-9e01-502403830bcb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-b76dd3c0-405e-48bc-9e01-502403830bcb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-b76dd3c0-405e-48bc-9e01-502403830bcb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-b76dd3c0-405e-48bc-9e01-502403830bcb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-b76dd3c0-405e-48bc-9e01-502403830bcb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-b76dd3c0-405e-48bc-9e01-502403830bcb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76dd3c0-405e-48bc-9e01-502403830bcb img.shogun-image {
  width: 100%;
}





.shg-c#s-b76dd3c0-405e-48bc-9e01-502403830bcb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76dd3c0-405e-48bc-9e01-502403830bcb img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-b76dd3c0-405e-48bc-9e01-502403830bcb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76dd3c0-405e-48bc-9e01-502403830bcb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b76dd3c0-405e-48bc-9e01-502403830bcb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76dd3c0-405e-48bc-9e01-502403830bcb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b76dd3c0-405e-48bc-9e01-502403830bcb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76dd3c0-405e-48bc-9e01-502403830bcb img.shogun-image {
  width: 100%;
}



}
#s-f381393d-676d-4fb6-a45d-a819c7060276 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-f381393d-676d-4fb6-a45d-a819c7060276 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-f381393d-676d-4fb6-a45d-a819c7060276 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-f381393d-676d-4fb6-a45d-a819c7060276 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-f381393d-676d-4fb6-a45d-a819c7060276 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-f381393d-676d-4fb6-a45d-a819c7060276 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-f381393d-676d-4fb6-a45d-a819c7060276 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-f381393d-676d-4fb6-a45d-a819c7060276 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-f381393d-676d-4fb6-a45d-a819c7060276 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-f381393d-676d-4fb6-a45d-a819c7060276 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 {
  text-align: center;
}
#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 {
  text-align: center;
}
@media (max-width: 1199px){#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 {
  text-align: center;
}
}@media (max-width: 991px){#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 {
  text-align: center;
}
}@media (max-width: 767px){#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 {
  text-align: center;
}
}
#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-505f9eec-a8b7-4a19-9414-4ed016c7f5b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-08e22168-9761-4323-aa7c-8c16b498bfab {
  margin-top: 1em;
margin-bottom: 2em;
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-08e22168-9761-4323-aa7c-8c16b498bfab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08e22168-9761-4323-aa7c-8c16b498bfab:active {background-color: #000000 !important;
text-decoration: none !important;}#s-08e22168-9761-4323-aa7c-8c16b498bfab {
  margin-top: 1em;
margin-bottom: 2em;
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-08e22168-9761-4323-aa7c-8c16b498bfab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08e22168-9761-4323-aa7c-8c16b498bfab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-08e22168-9761-4323-aa7c-8c16b498bfab {
  margin-top: 1em;
margin-bottom: 2em;
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-08e22168-9761-4323-aa7c-8c16b498bfab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08e22168-9761-4323-aa7c-8c16b498bfab:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-08e22168-9761-4323-aa7c-8c16b498bfab {
  margin-top: 1em;
margin-bottom: 2em;
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-08e22168-9761-4323-aa7c-8c16b498bfab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08e22168-9761-4323-aa7c-8c16b498bfab:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-08e22168-9761-4323-aa7c-8c16b498bfab {
  margin-top: 1em;
margin-bottom: 2em;
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-08e22168-9761-4323-aa7c-8c16b498bfab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08e22168-9761-4323-aa7c-8c16b498bfab:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-08e22168-9761-4323-aa7c-8c16b498bfab-root {
    text-align: center;
  }


#s-08e22168-9761-4323-aa7c-8c16b498bfab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-08e22168-9761-4323-aa7c-8c16b498bfab-root {
    text-align: center;
  }


#s-08e22168-9761-4323-aa7c-8c16b498bfab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-08e22168-9761-4323-aa7c-8c16b498bfab-root {
    text-align: center;
  }


#s-08e22168-9761-4323-aa7c-8c16b498bfab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-08e22168-9761-4323-aa7c-8c16b498bfab-root {
    text-align: center;
  }


#s-08e22168-9761-4323-aa7c-8c16b498bfab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08e22168-9761-4323-aa7c-8c16b498bfab-root {
    text-align: center;
  }


#s-08e22168-9761-4323-aa7c-8c16b498bfab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-51cb70e5-d167-444a-a989-52dc11740af5 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-51cb70e5-d167-444a-a989-52dc11740af5 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-51cb70e5-d167-444a-a989-52dc11740af5 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-51cb70e5-d167-444a-a989-52dc11740af5 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-51cb70e5-d167-444a-a989-52dc11740af5 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-26564cb5-79e2-49d4-aeda-1ed979a95016 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-26564cb5-79e2-49d4-aeda-1ed979a95016 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-26564cb5-79e2-49d4-aeda-1ed979a95016 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-26564cb5-79e2-49d4-aeda-1ed979a95016 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-26564cb5-79e2-49d4-aeda-1ed979a95016 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-26564cb5-79e2-49d4-aeda-1ed979a95016 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26564cb5-79e2-49d4-aeda-1ed979a95016 img.shogun-image {
  width: 100%;
}





.shg-c#s-26564cb5-79e2-49d4-aeda-1ed979a95016 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26564cb5-79e2-49d4-aeda-1ed979a95016 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-26564cb5-79e2-49d4-aeda-1ed979a95016 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26564cb5-79e2-49d4-aeda-1ed979a95016 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26564cb5-79e2-49d4-aeda-1ed979a95016 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26564cb5-79e2-49d4-aeda-1ed979a95016 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26564cb5-79e2-49d4-aeda-1ed979a95016 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26564cb5-79e2-49d4-aeda-1ed979a95016 img.shogun-image {
  width: 100%;
}



}
#s-9ea23d02-811d-4dfd-870d-d673c6d52ecf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-9ea23d02-811d-4dfd-870d-d673c6d52ecf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-9ea23d02-811d-4dfd-870d-d673c6d52ecf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-9ea23d02-811d-4dfd-870d-d673c6d52ecf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-9ea23d02-811d-4dfd-870d-d673c6d52ecf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-9ea23d02-811d-4dfd-870d-d673c6d52ecf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-9ea23d02-811d-4dfd-870d-d673c6d52ecf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-9ea23d02-811d-4dfd-870d-d673c6d52ecf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-9ea23d02-811d-4dfd-870d-d673c6d52ecf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-9ea23d02-811d-4dfd-870d-d673c6d52ecf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-986690b1-8e41-4687-82ef-092fb0cc9814 {
  text-align: center;
}
#s-986690b1-8e41-4687-82ef-092fb0cc9814 {
  text-align: center;
}
@media (max-width: 1199px){#s-986690b1-8e41-4687-82ef-092fb0cc9814 {
  text-align: center;
}
}@media (max-width: 991px){#s-986690b1-8e41-4687-82ef-092fb0cc9814 {
  text-align: center;
}
}@media (max-width: 767px){#s-986690b1-8e41-4687-82ef-092fb0cc9814 {
  text-align: center;
}
}
#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-986690b1-8e41-4687-82ef-092fb0cc9814 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-a4814e15-85ac-4c8b-9dca-a56d124edbea {
  margin-top: 1em;
margin-bottom: 2em;
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-a4814e15-85ac-4c8b-9dca-a56d124edbea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4814e15-85ac-4c8b-9dca-a56d124edbea:active {background-color: #000000 !important;
text-decoration: none !important;}#s-a4814e15-85ac-4c8b-9dca-a56d124edbea {
  margin-top: 1em;
margin-bottom: 2em;
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-a4814e15-85ac-4c8b-9dca-a56d124edbea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4814e15-85ac-4c8b-9dca-a56d124edbea:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-a4814e15-85ac-4c8b-9dca-a56d124edbea {
  margin-top: 1em;
margin-bottom: 2em;
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-a4814e15-85ac-4c8b-9dca-a56d124edbea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4814e15-85ac-4c8b-9dca-a56d124edbea:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-a4814e15-85ac-4c8b-9dca-a56d124edbea {
  margin-top: 1em;
margin-bottom: 2em;
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-a4814e15-85ac-4c8b-9dca-a56d124edbea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4814e15-85ac-4c8b-9dca-a56d124edbea:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-a4814e15-85ac-4c8b-9dca-a56d124edbea {
  margin-top: 1em;
margin-bottom: 2em;
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-a4814e15-85ac-4c8b-9dca-a56d124edbea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4814e15-85ac-4c8b-9dca-a56d124edbea:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-a4814e15-85ac-4c8b-9dca-a56d124edbea-root {
    text-align: center;
  }


#s-a4814e15-85ac-4c8b-9dca-a56d124edbea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-a4814e15-85ac-4c8b-9dca-a56d124edbea-root {
    text-align: center;
  }


#s-a4814e15-85ac-4c8b-9dca-a56d124edbea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-a4814e15-85ac-4c8b-9dca-a56d124edbea-root {
    text-align: center;
  }


#s-a4814e15-85ac-4c8b-9dca-a56d124edbea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-a4814e15-85ac-4c8b-9dca-a56d124edbea-root {
    text-align: center;
  }


#s-a4814e15-85ac-4c8b-9dca-a56d124edbea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4814e15-85ac-4c8b-9dca-a56d124edbea-root {
    text-align: center;
  }


#s-a4814e15-85ac-4c8b-9dca-a56d124edbea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-048d07e6-3ad1-44a8-bfbe-c68b340cdb9d {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-048d07e6-3ad1-44a8-bfbe-c68b340cdb9d {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-048d07e6-3ad1-44a8-bfbe-c68b340cdb9d {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-048d07e6-3ad1-44a8-bfbe-c68b340cdb9d {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-048d07e6-3ad1-44a8-bfbe-c68b340cdb9d {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca img.shogun-image {
  width: 100%;
}





.shg-c#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8f4b93-4d81-4e26-8cda-9c5fb3d95dca img.shogun-image {
  width: 100%;
}



}
#s-5a39bda6-0668-43ae-9628-fdd6f7712da4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-5a39bda6-0668-43ae-9628-fdd6f7712da4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-5a39bda6-0668-43ae-9628-fdd6f7712da4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-5a39bda6-0668-43ae-9628-fdd6f7712da4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-5a39bda6-0668-43ae-9628-fdd6f7712da4 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-5a39bda6-0668-43ae-9628-fdd6f7712da4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-5a39bda6-0668-43ae-9628-fdd6f7712da4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-5a39bda6-0668-43ae-9628-fdd6f7712da4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-5a39bda6-0668-43ae-9628-fdd6f7712da4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-5a39bda6-0668-43ae-9628-fdd6f7712da4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-1428a138-34f6-4c99-acc6-89573409fce7 {
  text-align: center;
}
#s-1428a138-34f6-4c99-acc6-89573409fce7 {
  text-align: center;
}
@media (max-width: 1199px){#s-1428a138-34f6-4c99-acc6-89573409fce7 {
  text-align: center;
}
}@media (max-width: 991px){#s-1428a138-34f6-4c99-acc6-89573409fce7 {
  text-align: center;
}
}@media (max-width: 767px){#s-1428a138-34f6-4c99-acc6-89573409fce7 {
  text-align: center;
}
}
#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-1428a138-34f6-4c99-acc6-89573409fce7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f {
  margin-top: 1em;
margin-bottom: 2em;
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-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f:active {background-color: #000000 !important;
text-decoration: none !important;}#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f {
  margin-top: 1em;
margin-bottom: 2em;
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-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f {
  margin-top: 1em;
margin-bottom: 2em;
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-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f {
  margin-top: 1em;
margin-bottom: 2em;
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-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f {
  margin-top: 1em;
margin-bottom: 2em;
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-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f-root {
    text-align: center;
  }


#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f-root {
    text-align: center;
  }


#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f-root {
    text-align: center;
  }


#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f-root {
    text-align: center;
  }


#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f-root {
    text-align: center;
  }


#s-99f0702d-3137-44a2-bc7e-7fd1b3f0bd8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f2338131-0fb6-4bba-a2da-9c0d3f2de1db {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-f2338131-0fb6-4bba-a2da-9c0d3f2de1db {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-f2338131-0fb6-4bba-a2da-9c0d3f2de1db {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-f2338131-0fb6-4bba-a2da-9c0d3f2de1db {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-f2338131-0fb6-4bba-a2da-9c0d3f2de1db {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-f2338131-0fb6-4bba-a2da-9c0d3f2de1db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2338131-0fb6-4bba-a2da-9c0d3f2de1db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2338131-0fb6-4bba-a2da-9c0d3f2de1db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2338131-0fb6-4bba-a2da-9c0d3f2de1db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-28de32af-4851-428d-839f-d074daed8dfb {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-28de32af-4851-428d-839f-d074daed8dfb {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-28de32af-4851-428d-839f-d074daed8dfb {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-28de32af-4851-428d-839f-d074daed8dfb {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-28de32af-4851-428d-839f-d074daed8dfb {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-c46c5493-79ec-48b3-828f-73f336fd5202 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-c46c5493-79ec-48b3-828f-73f336fd5202 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-c46c5493-79ec-48b3-828f-73f336fd5202 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-c46c5493-79ec-48b3-828f-73f336fd5202 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-c46c5493-79ec-48b3-828f-73f336fd5202 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-c46c5493-79ec-48b3-828f-73f336fd5202 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c46c5493-79ec-48b3-828f-73f336fd5202 img.shogun-image {
  width: 100%;
}





.shg-c#s-c46c5493-79ec-48b3-828f-73f336fd5202 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c46c5493-79ec-48b3-828f-73f336fd5202 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-c46c5493-79ec-48b3-828f-73f336fd5202 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c46c5493-79ec-48b3-828f-73f336fd5202 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c46c5493-79ec-48b3-828f-73f336fd5202 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c46c5493-79ec-48b3-828f-73f336fd5202 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c46c5493-79ec-48b3-828f-73f336fd5202 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c46c5493-79ec-48b3-828f-73f336fd5202 img.shogun-image {
  width: 100%;
}



}
#s-c60245d0-704a-46a9-b114-1521d5924de7 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-c60245d0-704a-46a9-b114-1521d5924de7 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-c60245d0-704a-46a9-b114-1521d5924de7 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-c60245d0-704a-46a9-b114-1521d5924de7 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-c60245d0-704a-46a9-b114-1521d5924de7 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-c60245d0-704a-46a9-b114-1521d5924de7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-c60245d0-704a-46a9-b114-1521d5924de7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-c60245d0-704a-46a9-b114-1521d5924de7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-c60245d0-704a-46a9-b114-1521d5924de7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-c60245d0-704a-46a9-b114-1521d5924de7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 {
  text-align: center;
}
#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 {
  text-align: center;
}
@media (max-width: 1199px){#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 {
  text-align: center;
}
}@media (max-width: 991px){#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 {
  text-align: center;
}
}@media (max-width: 767px){#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 {
  text-align: center;
}
}
#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-ba2adcfc-316f-4877-97fb-5d736683e9c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe {
  margin-top: 1em;
margin-bottom: 2em;
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-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe:active {background-color: #000000 !important;
text-decoration: none !important;}#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe {
  margin-top: 1em;
margin-bottom: 2em;
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-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe {
  margin-top: 1em;
margin-bottom: 2em;
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-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe {
  margin-top: 1em;
margin-bottom: 2em;
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-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe {
  margin-top: 1em;
margin-bottom: 2em;
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-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe-root {
    text-align: center;
  }


#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe-root {
    text-align: center;
  }


#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe-root {
    text-align: center;
  }


#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe-root {
    text-align: center;
  }


#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe-root {
    text-align: center;
  }


#s-8a48df1b-3c7b-4728-b0bd-54617f6bfbbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7b081e2a-2bcb-4f16-b33a-766a5141c48e {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-7b081e2a-2bcb-4f16-b33a-766a5141c48e {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-7b081e2a-2bcb-4f16-b33a-766a5141c48e {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-7b081e2a-2bcb-4f16-b33a-766a5141c48e {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-7b081e2a-2bcb-4f16-b33a-766a5141c48e {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-ed948792-bab3-40ea-83cf-b204301a06c8 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-ed948792-bab3-40ea-83cf-b204301a06c8 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-ed948792-bab3-40ea-83cf-b204301a06c8 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-ed948792-bab3-40ea-83cf-b204301a06c8 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-ed948792-bab3-40ea-83cf-b204301a06c8 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-ed948792-bab3-40ea-83cf-b204301a06c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed948792-bab3-40ea-83cf-b204301a06c8 img.shogun-image {
  width: 100%;
}





.shg-c#s-ed948792-bab3-40ea-83cf-b204301a06c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed948792-bab3-40ea-83cf-b204301a06c8 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-ed948792-bab3-40ea-83cf-b204301a06c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed948792-bab3-40ea-83cf-b204301a06c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed948792-bab3-40ea-83cf-b204301a06c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed948792-bab3-40ea-83cf-b204301a06c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed948792-bab3-40ea-83cf-b204301a06c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed948792-bab3-40ea-83cf-b204301a06c8 img.shogun-image {
  width: 100%;
}



}
#s-a67064a3-4329-4478-bb2c-f053af9f36ea {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-a67064a3-4329-4478-bb2c-f053af9f36ea {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-a67064a3-4329-4478-bb2c-f053af9f36ea {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-a67064a3-4329-4478-bb2c-f053af9f36ea {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-a67064a3-4329-4478-bb2c-f053af9f36ea {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-a67064a3-4329-4478-bb2c-f053af9f36ea .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-a67064a3-4329-4478-bb2c-f053af9f36ea .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-a67064a3-4329-4478-bb2c-f053af9f36ea .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-a67064a3-4329-4478-bb2c-f053af9f36ea .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-a67064a3-4329-4478-bb2c-f053af9f36ea .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-df3ea038-7b11-458d-ab13-199caf8cc375 {
  text-align: center;
}
#s-df3ea038-7b11-458d-ab13-199caf8cc375 {
  text-align: center;
}
@media (max-width: 1199px){#s-df3ea038-7b11-458d-ab13-199caf8cc375 {
  text-align: center;
}
}@media (max-width: 991px){#s-df3ea038-7b11-458d-ab13-199caf8cc375 {
  text-align: center;
}
}@media (max-width: 767px){#s-df3ea038-7b11-458d-ab13-199caf8cc375 {
  text-align: center;
}
}
#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-df3ea038-7b11-458d-ab13-199caf8cc375 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-2b33468e-d399-4327-9598-cdc5f3361f58 {
  margin-top: 1em;
margin-bottom: 2em;
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-2b33468e-d399-4327-9598-cdc5f3361f58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b33468e-d399-4327-9598-cdc5f3361f58:active {background-color: #000000 !important;
text-decoration: none !important;}#s-2b33468e-d399-4327-9598-cdc5f3361f58 {
  margin-top: 1em;
margin-bottom: 2em;
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-2b33468e-d399-4327-9598-cdc5f3361f58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b33468e-d399-4327-9598-cdc5f3361f58:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-2b33468e-d399-4327-9598-cdc5f3361f58 {
  margin-top: 1em;
margin-bottom: 2em;
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-2b33468e-d399-4327-9598-cdc5f3361f58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b33468e-d399-4327-9598-cdc5f3361f58:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-2b33468e-d399-4327-9598-cdc5f3361f58 {
  margin-top: 1em;
margin-bottom: 2em;
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-2b33468e-d399-4327-9598-cdc5f3361f58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b33468e-d399-4327-9598-cdc5f3361f58:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-2b33468e-d399-4327-9598-cdc5f3361f58 {
  margin-top: 1em;
margin-bottom: 2em;
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-2b33468e-d399-4327-9598-cdc5f3361f58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b33468e-d399-4327-9598-cdc5f3361f58:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-2b33468e-d399-4327-9598-cdc5f3361f58-root {
    text-align: center;
  }


#s-2b33468e-d399-4327-9598-cdc5f3361f58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-2b33468e-d399-4327-9598-cdc5f3361f58-root {
    text-align: center;
  }


#s-2b33468e-d399-4327-9598-cdc5f3361f58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-2b33468e-d399-4327-9598-cdc5f3361f58-root {
    text-align: center;
  }


#s-2b33468e-d399-4327-9598-cdc5f3361f58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-2b33468e-d399-4327-9598-cdc5f3361f58-root {
    text-align: center;
  }


#s-2b33468e-d399-4327-9598-cdc5f3361f58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b33468e-d399-4327-9598-cdc5f3361f58-root {
    text-align: center;
  }


#s-2b33468e-d399-4327-9598-cdc5f3361f58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4b9642b6-a550-413b-a3e8-d5f89697a1a8 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-4b9642b6-a550-413b-a3e8-d5f89697a1a8 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-4b9642b6-a550-413b-a3e8-d5f89697a1a8 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-4b9642b6-a550-413b-a3e8-d5f89697a1a8 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-4b9642b6-a550-413b-a3e8-d5f89697a1a8 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 img.shogun-image {
  width: 100%;
}





.shg-c#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da3ed82f-a757-45fd-9d03-ac3e7486e3e0 img.shogun-image {
  width: 100%;
}



}
#s-3026aca5-a0a3-436c-8515-ace0b3497e0c {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-3026aca5-a0a3-436c-8515-ace0b3497e0c {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-3026aca5-a0a3-436c-8515-ace0b3497e0c {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-3026aca5-a0a3-436c-8515-ace0b3497e0c {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-3026aca5-a0a3-436c-8515-ace0b3497e0c {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-3026aca5-a0a3-436c-8515-ace0b3497e0c .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-3026aca5-a0a3-436c-8515-ace0b3497e0c .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-3026aca5-a0a3-436c-8515-ace0b3497e0c .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-3026aca5-a0a3-436c-8515-ace0b3497e0c .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-3026aca5-a0a3-436c-8515-ace0b3497e0c .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-d490431b-b0d1-44cf-a811-68ee09ee8662 {
  text-align: center;
}
#s-d490431b-b0d1-44cf-a811-68ee09ee8662 {
  text-align: center;
}
@media (max-width: 1199px){#s-d490431b-b0d1-44cf-a811-68ee09ee8662 {
  text-align: center;
}
}@media (max-width: 991px){#s-d490431b-b0d1-44cf-a811-68ee09ee8662 {
  text-align: center;
}
}@media (max-width: 767px){#s-d490431b-b0d1-44cf-a811-68ee09ee8662 {
  text-align: center;
}
}
#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-d490431b-b0d1-44cf-a811-68ee09ee8662 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea {
  margin-top: 1em;
margin-bottom: 2em;
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-afe13fd1-57cc-4e54-b6ca-a5ed21350aea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea:active {background-color: #000000 !important;
text-decoration: none !important;}#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea {
  margin-top: 1em;
margin-bottom: 2em;
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-afe13fd1-57cc-4e54-b6ca-a5ed21350aea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea {
  margin-top: 1em;
margin-bottom: 2em;
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-afe13fd1-57cc-4e54-b6ca-a5ed21350aea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea {
  margin-top: 1em;
margin-bottom: 2em;
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-afe13fd1-57cc-4e54-b6ca-a5ed21350aea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea {
  margin-top: 1em;
margin-bottom: 2em;
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-afe13fd1-57cc-4e54-b6ca-a5ed21350aea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea-root {
    text-align: center;
  }


#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea-root {
    text-align: center;
  }


#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea-root {
    text-align: center;
  }


#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea-root {
    text-align: center;
  }


#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea-root {
    text-align: center;
  }


#s-afe13fd1-57cc-4e54-b6ca-a5ed21350aea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-58be2487-59b9-4ec7-b8b1-24aca04e87f9 {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-58be2487-59b9-4ec7-b8b1-24aca04e87f9 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-58be2487-59b9-4ec7-b8b1-24aca04e87f9 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-58be2487-59b9-4ec7-b8b1-24aca04e87f9 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-58be2487-59b9-4ec7-b8b1-24aca04e87f9 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-58be2487-59b9-4ec7-b8b1-24aca04e87f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58be2487-59b9-4ec7-b8b1-24aca04e87f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58be2487-59b9-4ec7-b8b1-24aca04e87f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58be2487-59b9-4ec7-b8b1-24aca04e87f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-10a76d9c-1679-4b70-b3a5-e47ecba23afa {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-10a76d9c-1679-4b70-b3a5-e47ecba23afa {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-10a76d9c-1679-4b70-b3a5-e47ecba23afa {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-10a76d9c-1679-4b70-b3a5-e47ecba23afa {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-10a76d9c-1679-4b70-b3a5-e47ecba23afa {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-c642641b-db29-4b47-a9be-c16f5b571be3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-c642641b-db29-4b47-a9be-c16f5b571be3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-c642641b-db29-4b47-a9be-c16f5b571be3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-c642641b-db29-4b47-a9be-c16f5b571be3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-c642641b-db29-4b47-a9be-c16f5b571be3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-c642641b-db29-4b47-a9be-c16f5b571be3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c642641b-db29-4b47-a9be-c16f5b571be3 img.shogun-image {
  width: 100%;
}





.shg-c#s-c642641b-db29-4b47-a9be-c16f5b571be3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c642641b-db29-4b47-a9be-c16f5b571be3 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-c642641b-db29-4b47-a9be-c16f5b571be3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c642641b-db29-4b47-a9be-c16f5b571be3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c642641b-db29-4b47-a9be-c16f5b571be3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c642641b-db29-4b47-a9be-c16f5b571be3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c642641b-db29-4b47-a9be-c16f5b571be3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c642641b-db29-4b47-a9be-c16f5b571be3 img.shogun-image {
  width: 100%;
}



}
#s-0e11bb4b-6417-40fc-84d5-feb87e9f4a2c {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-0e11bb4b-6417-40fc-84d5-feb87e9f4a2c {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-0e11bb4b-6417-40fc-84d5-feb87e9f4a2c {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-0e11bb4b-6417-40fc-84d5-feb87e9f4a2c {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-0e11bb4b-6417-40fc-84d5-feb87e9f4a2c {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-0e11bb4b-6417-40fc-84d5-feb87e9f4a2c .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-0e11bb4b-6417-40fc-84d5-feb87e9f4a2c .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-0e11bb4b-6417-40fc-84d5-feb87e9f4a2c .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-0e11bb4b-6417-40fc-84d5-feb87e9f4a2c .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-0e11bb4b-6417-40fc-84d5-feb87e9f4a2c .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 {
  text-align: center;
}
#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 {
  text-align: center;
}
@media (max-width: 1199px){#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 {
  text-align: center;
}
}@media (max-width: 991px){#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 {
  text-align: center;
}
}@media (max-width: 767px){#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 {
  text-align: center;
}
}
#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-a4d2d7b6-ebb6-409c-b552-6ebc73e865c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-ca8689fa-d59a-4e69-8283-b3ffb126e511 {
  margin-top: 1em;
margin-bottom: 2em;
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-ca8689fa-d59a-4e69-8283-b3ffb126e511:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca8689fa-d59a-4e69-8283-b3ffb126e511:active {background-color: #000000 !important;
text-decoration: none !important;}#s-ca8689fa-d59a-4e69-8283-b3ffb126e511 {
  margin-top: 1em;
margin-bottom: 2em;
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-ca8689fa-d59a-4e69-8283-b3ffb126e511:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca8689fa-d59a-4e69-8283-b3ffb126e511:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-ca8689fa-d59a-4e69-8283-b3ffb126e511 {
  margin-top: 1em;
margin-bottom: 2em;
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-ca8689fa-d59a-4e69-8283-b3ffb126e511:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca8689fa-d59a-4e69-8283-b3ffb126e511:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-ca8689fa-d59a-4e69-8283-b3ffb126e511 {
  margin-top: 1em;
margin-bottom: 2em;
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-ca8689fa-d59a-4e69-8283-b3ffb126e511:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca8689fa-d59a-4e69-8283-b3ffb126e511:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-ca8689fa-d59a-4e69-8283-b3ffb126e511 {
  margin-top: 1em;
margin-bottom: 2em;
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-ca8689fa-d59a-4e69-8283-b3ffb126e511:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca8689fa-d59a-4e69-8283-b3ffb126e511:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-ca8689fa-d59a-4e69-8283-b3ffb126e511-root {
    text-align: center;
  }


#s-ca8689fa-d59a-4e69-8283-b3ffb126e511.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-ca8689fa-d59a-4e69-8283-b3ffb126e511-root {
    text-align: center;
  }


#s-ca8689fa-d59a-4e69-8283-b3ffb126e511.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-ca8689fa-d59a-4e69-8283-b3ffb126e511-root {
    text-align: center;
  }


#s-ca8689fa-d59a-4e69-8283-b3ffb126e511.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-ca8689fa-d59a-4e69-8283-b3ffb126e511-root {
    text-align: center;
  }


#s-ca8689fa-d59a-4e69-8283-b3ffb126e511.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca8689fa-d59a-4e69-8283-b3ffb126e511-root {
    text-align: center;
  }


#s-ca8689fa-d59a-4e69-8283-b3ffb126e511.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1882154e-c706-4cc9-898a-2fa015ee19a0 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-1882154e-c706-4cc9-898a-2fa015ee19a0 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-1882154e-c706-4cc9-898a-2fa015ee19a0 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-1882154e-c706-4cc9-898a-2fa015ee19a0 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-1882154e-c706-4cc9-898a-2fa015ee19a0 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-eaf1581e-82fb-40e0-9111-024d72076697 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-eaf1581e-82fb-40e0-9111-024d72076697 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-eaf1581e-82fb-40e0-9111-024d72076697 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-eaf1581e-82fb-40e0-9111-024d72076697 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-eaf1581e-82fb-40e0-9111-024d72076697 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-b4115328-55ef-4cef-aecc-2d327114ba30 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-b4115328-55ef-4cef-aecc-2d327114ba30 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-b4115328-55ef-4cef-aecc-2d327114ba30 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-b4115328-55ef-4cef-aecc-2d327114ba30 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-b4115328-55ef-4cef-aecc-2d327114ba30 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-b4115328-55ef-4cef-aecc-2d327114ba30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4115328-55ef-4cef-aecc-2d327114ba30 img.shogun-image {
  width: 100%;
}





.shg-c#s-b4115328-55ef-4cef-aecc-2d327114ba30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4115328-55ef-4cef-aecc-2d327114ba30 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-b4115328-55ef-4cef-aecc-2d327114ba30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4115328-55ef-4cef-aecc-2d327114ba30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4115328-55ef-4cef-aecc-2d327114ba30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4115328-55ef-4cef-aecc-2d327114ba30 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4115328-55ef-4cef-aecc-2d327114ba30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4115328-55ef-4cef-aecc-2d327114ba30 img.shogun-image {
  width: 100%;
}



}
#s-74e37272-d175-43cf-b565-3af2133ae544 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-74e37272-d175-43cf-b565-3af2133ae544 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-74e37272-d175-43cf-b565-3af2133ae544 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-74e37272-d175-43cf-b565-3af2133ae544 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-74e37272-d175-43cf-b565-3af2133ae544 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-74e37272-d175-43cf-b565-3af2133ae544 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-74e37272-d175-43cf-b565-3af2133ae544 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-74e37272-d175-43cf-b565-3af2133ae544 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-74e37272-d175-43cf-b565-3af2133ae544 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-74e37272-d175-43cf-b565-3af2133ae544 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 {
  text-align: center;
}
#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 {
  text-align: center;
}
@media (max-width: 1199px){#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 {
  text-align: center;
}
}@media (max-width: 991px){#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 {
  text-align: center;
}
}@media (max-width: 767px){#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 {
  text-align: center;
}
}
#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3bd6c554-6dc5-4dc1-8202-71dc34bef419 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-578fe2de-df60-4ce0-98e5-8be122c0ebce {
  margin-top: 1em;
margin-bottom: 2em;
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-578fe2de-df60-4ce0-98e5-8be122c0ebce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-578fe2de-df60-4ce0-98e5-8be122c0ebce:active {background-color: #000000 !important;
text-decoration: none !important;}#s-578fe2de-df60-4ce0-98e5-8be122c0ebce {
  margin-top: 1em;
margin-bottom: 2em;
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-578fe2de-df60-4ce0-98e5-8be122c0ebce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-578fe2de-df60-4ce0-98e5-8be122c0ebce:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-578fe2de-df60-4ce0-98e5-8be122c0ebce {
  margin-top: 1em;
margin-bottom: 2em;
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-578fe2de-df60-4ce0-98e5-8be122c0ebce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-578fe2de-df60-4ce0-98e5-8be122c0ebce:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-578fe2de-df60-4ce0-98e5-8be122c0ebce {
  margin-top: 1em;
margin-bottom: 2em;
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-578fe2de-df60-4ce0-98e5-8be122c0ebce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-578fe2de-df60-4ce0-98e5-8be122c0ebce:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-578fe2de-df60-4ce0-98e5-8be122c0ebce {
  margin-top: 1em;
margin-bottom: 2em;
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-578fe2de-df60-4ce0-98e5-8be122c0ebce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-578fe2de-df60-4ce0-98e5-8be122c0ebce:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-578fe2de-df60-4ce0-98e5-8be122c0ebce-root {
    text-align: center;
  }


#s-578fe2de-df60-4ce0-98e5-8be122c0ebce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-578fe2de-df60-4ce0-98e5-8be122c0ebce-root {
    text-align: center;
  }


#s-578fe2de-df60-4ce0-98e5-8be122c0ebce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-578fe2de-df60-4ce0-98e5-8be122c0ebce-root {
    text-align: center;
  }


#s-578fe2de-df60-4ce0-98e5-8be122c0ebce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-578fe2de-df60-4ce0-98e5-8be122c0ebce-root {
    text-align: center;
  }


#s-578fe2de-df60-4ce0-98e5-8be122c0ebce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-578fe2de-df60-4ce0-98e5-8be122c0ebce-root {
    text-align: center;
  }


#s-578fe2de-df60-4ce0-98e5-8be122c0ebce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7d2451ff-fe3b-49a2-989b-93291c199433 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-7d2451ff-fe3b-49a2-989b-93291c199433 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-7d2451ff-fe3b-49a2-989b-93291c199433 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-7d2451ff-fe3b-49a2-989b-93291c199433 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-7d2451ff-fe3b-49a2-989b-93291c199433 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 img.shogun-image {
  width: 100%;
}





.shg-c#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f501c18-6690-4e60-9d5a-88d30cff58d3 img.shogun-image {
  width: 100%;
}



}
#s-df417e59-a780-44f5-b8d5-d0c88c212caf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-df417e59-a780-44f5-b8d5-d0c88c212caf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-df417e59-a780-44f5-b8d5-d0c88c212caf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-df417e59-a780-44f5-b8d5-d0c88c212caf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-df417e59-a780-44f5-b8d5-d0c88c212caf {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-df417e59-a780-44f5-b8d5-d0c88c212caf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-df417e59-a780-44f5-b8d5-d0c88c212caf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-df417e59-a780-44f5-b8d5-d0c88c212caf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-df417e59-a780-44f5-b8d5-d0c88c212caf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-df417e59-a780-44f5-b8d5-d0c88c212caf .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-148c3242-8d0e-4037-8c83-3021ed270bc0 {
  text-align: center;
}
#s-148c3242-8d0e-4037-8c83-3021ed270bc0 {
  text-align: center;
}
@media (max-width: 1199px){#s-148c3242-8d0e-4037-8c83-3021ed270bc0 {
  text-align: center;
}
}@media (max-width: 991px){#s-148c3242-8d0e-4037-8c83-3021ed270bc0 {
  text-align: center;
}
}@media (max-width: 767px){#s-148c3242-8d0e-4037-8c83-3021ed270bc0 {
  text-align: center;
}
}
#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-148c3242-8d0e-4037-8c83-3021ed270bc0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-92301814-fb88-4409-a7fe-5f3014881464 {
  margin-top: 1em;
margin-bottom: 2em;
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-92301814-fb88-4409-a7fe-5f3014881464:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92301814-fb88-4409-a7fe-5f3014881464:active {background-color: #000000 !important;
text-decoration: none !important;}#s-92301814-fb88-4409-a7fe-5f3014881464 {
  margin-top: 1em;
margin-bottom: 2em;
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-92301814-fb88-4409-a7fe-5f3014881464:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92301814-fb88-4409-a7fe-5f3014881464:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-92301814-fb88-4409-a7fe-5f3014881464 {
  margin-top: 1em;
margin-bottom: 2em;
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-92301814-fb88-4409-a7fe-5f3014881464:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92301814-fb88-4409-a7fe-5f3014881464:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-92301814-fb88-4409-a7fe-5f3014881464 {
  margin-top: 1em;
margin-bottom: 2em;
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-92301814-fb88-4409-a7fe-5f3014881464:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92301814-fb88-4409-a7fe-5f3014881464:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-92301814-fb88-4409-a7fe-5f3014881464 {
  margin-top: 1em;
margin-bottom: 2em;
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-92301814-fb88-4409-a7fe-5f3014881464:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92301814-fb88-4409-a7fe-5f3014881464:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-92301814-fb88-4409-a7fe-5f3014881464-root {
    text-align: center;
  }


#s-92301814-fb88-4409-a7fe-5f3014881464.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-92301814-fb88-4409-a7fe-5f3014881464-root {
    text-align: center;
  }


#s-92301814-fb88-4409-a7fe-5f3014881464.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-92301814-fb88-4409-a7fe-5f3014881464-root {
    text-align: center;
  }


#s-92301814-fb88-4409-a7fe-5f3014881464.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-92301814-fb88-4409-a7fe-5f3014881464-root {
    text-align: center;
  }


#s-92301814-fb88-4409-a7fe-5f3014881464.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92301814-fb88-4409-a7fe-5f3014881464-root {
    text-align: center;
  }


#s-92301814-fb88-4409-a7fe-5f3014881464.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5e3f5f44-a15e-468e-9c4c-adeacc677509 {
  margin-top: 0em;
margin-bottom: 3em;
}
#s-5e3f5f44-a15e-468e-9c4c-adeacc677509 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px){#s-5e3f5f44-a15e-468e-9c4c-adeacc677509 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 991px){#s-5e3f5f44-a15e-468e-9c4c-adeacc677509 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){#s-5e3f5f44-a15e-468e-9c4c-adeacc677509 {
  margin-top: 0em;
margin-bottom: 3em;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-5e3f5f44-a15e-468e-9c4c-adeacc677509"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e3f5f44-a15e-468e-9c4c-adeacc677509"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e3f5f44-a15e-468e-9c4c-adeacc677509"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e3f5f44-a15e-468e-9c4c-adeacc677509"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-399f8cfb-4bf4-4e28-a804-b8ae3e90f291 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-399f8cfb-4bf4-4e28-a804-b8ae3e90f291 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-399f8cfb-4bf4-4e28-a804-b8ae3e90f291 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-399f8cfb-4bf4-4e28-a804-b8ae3e90f291 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-399f8cfb-4bf4-4e28-a804-b8ae3e90f291 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-ea13363e-7285-495b-826a-a47f7a1a5996 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-ea13363e-7285-495b-826a-a47f7a1a5996 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-ea13363e-7285-495b-826a-a47f7a1a5996 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-ea13363e-7285-495b-826a-a47f7a1a5996 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-ea13363e-7285-495b-826a-a47f7a1a5996 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-ea13363e-7285-495b-826a-a47f7a1a5996 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea13363e-7285-495b-826a-a47f7a1a5996 img.shogun-image {
  width: 100%;
}





.shg-c#s-ea13363e-7285-495b-826a-a47f7a1a5996 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea13363e-7285-495b-826a-a47f7a1a5996 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-ea13363e-7285-495b-826a-a47f7a1a5996 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea13363e-7285-495b-826a-a47f7a1a5996 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea13363e-7285-495b-826a-a47f7a1a5996 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea13363e-7285-495b-826a-a47f7a1a5996 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea13363e-7285-495b-826a-a47f7a1a5996 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea13363e-7285-495b-826a-a47f7a1a5996 img.shogun-image {
  width: 100%;
}



}
#s-6ebccf1c-e3e0-4fbc-bfd7-2770b5c6193a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-6ebccf1c-e3e0-4fbc-bfd7-2770b5c6193a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-6ebccf1c-e3e0-4fbc-bfd7-2770b5c6193a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-6ebccf1c-e3e0-4fbc-bfd7-2770b5c6193a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-6ebccf1c-e3e0-4fbc-bfd7-2770b5c6193a {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-6ebccf1c-e3e0-4fbc-bfd7-2770b5c6193a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-6ebccf1c-e3e0-4fbc-bfd7-2770b5c6193a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-6ebccf1c-e3e0-4fbc-bfd7-2770b5c6193a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-6ebccf1c-e3e0-4fbc-bfd7-2770b5c6193a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-6ebccf1c-e3e0-4fbc-bfd7-2770b5c6193a .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 {
  text-align: center;
}
#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 {
  text-align: center;
}
@media (max-width: 1199px){#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 {
  text-align: center;
}
}@media (max-width: 991px){#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 {
  text-align: center;
}
}@media (max-width: 767px){#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 {
  text-align: center;
}
}
#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-678982cf-e949-414f-9cdd-32d82a1ebdd2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-77b7f3ad-192b-451d-aea6-f0464223e169 {
  margin-top: 1em;
margin-bottom: 2em;
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-77b7f3ad-192b-451d-aea6-f0464223e169:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77b7f3ad-192b-451d-aea6-f0464223e169:active {background-color: #000000 !important;
text-decoration: none !important;}#s-77b7f3ad-192b-451d-aea6-f0464223e169 {
  margin-top: 1em;
margin-bottom: 2em;
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-77b7f3ad-192b-451d-aea6-f0464223e169:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77b7f3ad-192b-451d-aea6-f0464223e169:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-77b7f3ad-192b-451d-aea6-f0464223e169 {
  margin-top: 1em;
margin-bottom: 2em;
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-77b7f3ad-192b-451d-aea6-f0464223e169:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77b7f3ad-192b-451d-aea6-f0464223e169:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-77b7f3ad-192b-451d-aea6-f0464223e169 {
  margin-top: 1em;
margin-bottom: 2em;
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-77b7f3ad-192b-451d-aea6-f0464223e169:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77b7f3ad-192b-451d-aea6-f0464223e169:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-77b7f3ad-192b-451d-aea6-f0464223e169 {
  margin-top: 1em;
margin-bottom: 2em;
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-77b7f3ad-192b-451d-aea6-f0464223e169:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77b7f3ad-192b-451d-aea6-f0464223e169:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-77b7f3ad-192b-451d-aea6-f0464223e169-root {
    text-align: center;
  }


#s-77b7f3ad-192b-451d-aea6-f0464223e169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-77b7f3ad-192b-451d-aea6-f0464223e169-root {
    text-align: center;
  }


#s-77b7f3ad-192b-451d-aea6-f0464223e169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-77b7f3ad-192b-451d-aea6-f0464223e169-root {
    text-align: center;
  }


#s-77b7f3ad-192b-451d-aea6-f0464223e169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-77b7f3ad-192b-451d-aea6-f0464223e169-root {
    text-align: center;
  }


#s-77b7f3ad-192b-451d-aea6-f0464223e169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77b7f3ad-192b-451d-aea6-f0464223e169-root {
    text-align: center;
  }


#s-77b7f3ad-192b-451d-aea6-f0464223e169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eeacba81-1c7c-4f45-b365-ca57656453ef {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-eeacba81-1c7c-4f45-b365-ca57656453ef {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-eeacba81-1c7c-4f45-b365-ca57656453ef {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-eeacba81-1c7c-4f45-b365-ca57656453ef {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-eeacba81-1c7c-4f45-b365-ca57656453ef {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 img.shogun-image {
  width: 100%;
}





.shg-c#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7444d21b-704f-45bb-8c81-fc3c0184d6a0 img.shogun-image {
  width: 100%;
}



}
#s-bbd151af-866a-4533-9143-6cf50ff27e46 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-bbd151af-866a-4533-9143-6cf50ff27e46 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-bbd151af-866a-4533-9143-6cf50ff27e46 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-bbd151af-866a-4533-9143-6cf50ff27e46 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-bbd151af-866a-4533-9143-6cf50ff27e46 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-bbd151af-866a-4533-9143-6cf50ff27e46 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-bbd151af-866a-4533-9143-6cf50ff27e46 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-bbd151af-866a-4533-9143-6cf50ff27e46 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-bbd151af-866a-4533-9143-6cf50ff27e46 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-bbd151af-866a-4533-9143-6cf50ff27e46 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 {
  text-align: center;
}
#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 {
  text-align: center;
}
@media (max-width: 1199px){#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 {
  text-align: center;
}
}@media (max-width: 991px){#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 {
  text-align: center;
}
}@media (max-width: 767px){#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 {
  text-align: center;
}
}
#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-135601b8-195a-42cc-b2f3-cfa7e46781a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa {
  margin-top: 1em;
margin-bottom: 2em;
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-f4ef51b5-5f3a-4e99-b602-02de16d105aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa:active {background-color: #000000 !important;
text-decoration: none !important;}#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa {
  margin-top: 1em;
margin-bottom: 2em;
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-f4ef51b5-5f3a-4e99-b602-02de16d105aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa {
  margin-top: 1em;
margin-bottom: 2em;
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-f4ef51b5-5f3a-4e99-b602-02de16d105aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa {
  margin-top: 1em;
margin-bottom: 2em;
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-f4ef51b5-5f3a-4e99-b602-02de16d105aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa {
  margin-top: 1em;
margin-bottom: 2em;
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-f4ef51b5-5f3a-4e99-b602-02de16d105aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-f4ef51b5-5f3a-4e99-b602-02de16d105aa-root {
    text-align: center;
  }


#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-f4ef51b5-5f3a-4e99-b602-02de16d105aa-root {
    text-align: center;
  }


#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-f4ef51b5-5f3a-4e99-b602-02de16d105aa-root {
    text-align: center;
  }


#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-f4ef51b5-5f3a-4e99-b602-02de16d105aa-root {
    text-align: center;
  }


#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4ef51b5-5f3a-4e99-b602-02de16d105aa-root {
    text-align: center;
  }


#s-f4ef51b5-5f3a-4e99-b602-02de16d105aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-35215406-4d3e-4ac8-98c9-0e5abcafc06c {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-35215406-4d3e-4ac8-98c9-0e5abcafc06c {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-35215406-4d3e-4ac8-98c9-0e5abcafc06c {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-35215406-4d3e-4ac8-98c9-0e5abcafc06c {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-35215406-4d3e-4ac8-98c9-0e5abcafc06c {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-00c5b24b-811f-4414-90fe-a420a46cbc37 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-00c5b24b-811f-4414-90fe-a420a46cbc37 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-00c5b24b-811f-4414-90fe-a420a46cbc37 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-00c5b24b-811f-4414-90fe-a420a46cbc37 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-00c5b24b-811f-4414-90fe-a420a46cbc37 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-00c5b24b-811f-4414-90fe-a420a46cbc37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00c5b24b-811f-4414-90fe-a420a46cbc37 img.shogun-image {
  width: 100%;
}





.shg-c#s-00c5b24b-811f-4414-90fe-a420a46cbc37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00c5b24b-811f-4414-90fe-a420a46cbc37 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-00c5b24b-811f-4414-90fe-a420a46cbc37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00c5b24b-811f-4414-90fe-a420a46cbc37 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-00c5b24b-811f-4414-90fe-a420a46cbc37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00c5b24b-811f-4414-90fe-a420a46cbc37 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-00c5b24b-811f-4414-90fe-a420a46cbc37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00c5b24b-811f-4414-90fe-a420a46cbc37 img.shogun-image {
  width: 100%;
}



}
#s-debc7348-4fe2-43a8-a31b-c5bedf9084c6 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-debc7348-4fe2-43a8-a31b-c5bedf9084c6 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-debc7348-4fe2-43a8-a31b-c5bedf9084c6 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-debc7348-4fe2-43a8-a31b-c5bedf9084c6 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-debc7348-4fe2-43a8-a31b-c5bedf9084c6 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-debc7348-4fe2-43a8-a31b-c5bedf9084c6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-debc7348-4fe2-43a8-a31b-c5bedf9084c6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-debc7348-4fe2-43a8-a31b-c5bedf9084c6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-debc7348-4fe2-43a8-a31b-c5bedf9084c6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-debc7348-4fe2-43a8-a31b-c5bedf9084c6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-0bac64e6-6868-4e16-abff-9ee57cf56671 {
  text-align: center;
}
#s-0bac64e6-6868-4e16-abff-9ee57cf56671 {
  text-align: center;
}
@media (max-width: 1199px){#s-0bac64e6-6868-4e16-abff-9ee57cf56671 {
  text-align: center;
}
}@media (max-width: 991px){#s-0bac64e6-6868-4e16-abff-9ee57cf56671 {
  text-align: center;
}
}@media (max-width: 767px){#s-0bac64e6-6868-4e16-abff-9ee57cf56671 {
  text-align: center;
}
}
#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0bac64e6-6868-4e16-abff-9ee57cf56671 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-e52480ad-8563-4f7a-94d3-f950684cb9d6 {
  margin-top: 1em;
margin-bottom: 2em;
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-e52480ad-8563-4f7a-94d3-f950684cb9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e52480ad-8563-4f7a-94d3-f950684cb9d6:active {background-color: #000000 !important;
text-decoration: none !important;}#s-e52480ad-8563-4f7a-94d3-f950684cb9d6 {
  margin-top: 1em;
margin-bottom: 2em;
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-e52480ad-8563-4f7a-94d3-f950684cb9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e52480ad-8563-4f7a-94d3-f950684cb9d6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-e52480ad-8563-4f7a-94d3-f950684cb9d6 {
  margin-top: 1em;
margin-bottom: 2em;
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-e52480ad-8563-4f7a-94d3-f950684cb9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e52480ad-8563-4f7a-94d3-f950684cb9d6:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-e52480ad-8563-4f7a-94d3-f950684cb9d6 {
  margin-top: 1em;
margin-bottom: 2em;
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-e52480ad-8563-4f7a-94d3-f950684cb9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e52480ad-8563-4f7a-94d3-f950684cb9d6:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-e52480ad-8563-4f7a-94d3-f950684cb9d6 {
  margin-top: 1em;
margin-bottom: 2em;
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-e52480ad-8563-4f7a-94d3-f950684cb9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e52480ad-8563-4f7a-94d3-f950684cb9d6:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-e52480ad-8563-4f7a-94d3-f950684cb9d6-root {
    text-align: center;
  }


#s-e52480ad-8563-4f7a-94d3-f950684cb9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-e52480ad-8563-4f7a-94d3-f950684cb9d6-root {
    text-align: center;
  }


#s-e52480ad-8563-4f7a-94d3-f950684cb9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-e52480ad-8563-4f7a-94d3-f950684cb9d6-root {
    text-align: center;
  }


#s-e52480ad-8563-4f7a-94d3-f950684cb9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-e52480ad-8563-4f7a-94d3-f950684cb9d6-root {
    text-align: center;
  }


#s-e52480ad-8563-4f7a-94d3-f950684cb9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e52480ad-8563-4f7a-94d3-f950684cb9d6-root {
    text-align: center;
  }


#s-e52480ad-8563-4f7a-94d3-f950684cb9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-da76b874-5ef1-4d6a-8ca3-296f901a0506 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-da76b874-5ef1-4d6a-8ca3-296f901a0506 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-da76b874-5ef1-4d6a-8ca3-296f901a0506 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-da76b874-5ef1-4d6a-8ca3-296f901a0506 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-da76b874-5ef1-4d6a-8ca3-296f901a0506 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-4c810c55-efd5-46b7-90f7-1652a1900887 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-4c810c55-efd5-46b7-90f7-1652a1900887 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-4c810c55-efd5-46b7-90f7-1652a1900887 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-4c810c55-efd5-46b7-90f7-1652a1900887 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-4c810c55-efd5-46b7-90f7-1652a1900887 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-4c810c55-efd5-46b7-90f7-1652a1900887 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c810c55-efd5-46b7-90f7-1652a1900887 img.shogun-image {
  width: 100%;
}





.shg-c#s-4c810c55-efd5-46b7-90f7-1652a1900887 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c810c55-efd5-46b7-90f7-1652a1900887 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-4c810c55-efd5-46b7-90f7-1652a1900887 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c810c55-efd5-46b7-90f7-1652a1900887 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c810c55-efd5-46b7-90f7-1652a1900887 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c810c55-efd5-46b7-90f7-1652a1900887 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c810c55-efd5-46b7-90f7-1652a1900887 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c810c55-efd5-46b7-90f7-1652a1900887 img.shogun-image {
  width: 100%;
}



}
#s-a77ef24f-d3e0-44f7-ba33-97688024d0c8 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-a77ef24f-d3e0-44f7-ba33-97688024d0c8 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-a77ef24f-d3e0-44f7-ba33-97688024d0c8 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-a77ef24f-d3e0-44f7-ba33-97688024d0c8 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-a77ef24f-d3e0-44f7-ba33-97688024d0c8 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-a77ef24f-d3e0-44f7-ba33-97688024d0c8 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-a77ef24f-d3e0-44f7-ba33-97688024d0c8 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-a77ef24f-d3e0-44f7-ba33-97688024d0c8 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-a77ef24f-d3e0-44f7-ba33-97688024d0c8 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-a77ef24f-d3e0-44f7-ba33-97688024d0c8 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd {
  text-align: center;
}
#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd {
  text-align: center;
}
@media (max-width: 1199px){#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd {
  text-align: center;
}
}@media (max-width: 991px){#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd {
  text-align: center;
}
}@media (max-width: 767px){#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd {
  text-align: center;
}
}
#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5fa5906f-8e51-43ac-8621-e40ff792e9bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-39906663-0d1c-43d1-aaf7-7acbe0014eee {
  margin-top: 1em;
margin-bottom: 2em;
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-39906663-0d1c-43d1-aaf7-7acbe0014eee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39906663-0d1c-43d1-aaf7-7acbe0014eee:active {background-color: #000000 !important;
text-decoration: none !important;}#s-39906663-0d1c-43d1-aaf7-7acbe0014eee {
  margin-top: 1em;
margin-bottom: 2em;
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-39906663-0d1c-43d1-aaf7-7acbe0014eee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39906663-0d1c-43d1-aaf7-7acbe0014eee:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-39906663-0d1c-43d1-aaf7-7acbe0014eee {
  margin-top: 1em;
margin-bottom: 2em;
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-39906663-0d1c-43d1-aaf7-7acbe0014eee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39906663-0d1c-43d1-aaf7-7acbe0014eee:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-39906663-0d1c-43d1-aaf7-7acbe0014eee {
  margin-top: 1em;
margin-bottom: 2em;
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-39906663-0d1c-43d1-aaf7-7acbe0014eee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39906663-0d1c-43d1-aaf7-7acbe0014eee:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-39906663-0d1c-43d1-aaf7-7acbe0014eee {
  margin-top: 1em;
margin-bottom: 2em;
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-39906663-0d1c-43d1-aaf7-7acbe0014eee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39906663-0d1c-43d1-aaf7-7acbe0014eee:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-39906663-0d1c-43d1-aaf7-7acbe0014eee-root {
    text-align: center;
  }


#s-39906663-0d1c-43d1-aaf7-7acbe0014eee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-39906663-0d1c-43d1-aaf7-7acbe0014eee-root {
    text-align: center;
  }


#s-39906663-0d1c-43d1-aaf7-7acbe0014eee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-39906663-0d1c-43d1-aaf7-7acbe0014eee-root {
    text-align: center;
  }


#s-39906663-0d1c-43d1-aaf7-7acbe0014eee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-39906663-0d1c-43d1-aaf7-7acbe0014eee-root {
    text-align: center;
  }


#s-39906663-0d1c-43d1-aaf7-7acbe0014eee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39906663-0d1c-43d1-aaf7-7acbe0014eee-root {
    text-align: center;
  }


#s-39906663-0d1c-43d1-aaf7-7acbe0014eee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eabf670d-64b3-4034-a3fe-2922dd888c13 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-eabf670d-64b3-4034-a3fe-2922dd888c13 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-eabf670d-64b3-4034-a3fe-2922dd888c13 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-eabf670d-64b3-4034-a3fe-2922dd888c13 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-eabf670d-64b3-4034-a3fe-2922dd888c13 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 img.shogun-image {
  width: 100%;
}





.shg-c#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e4b0d1-6b33-4dcd-ad3d-cd864b88edf1 img.shogun-image {
  width: 100%;
}



}
#s-5b5d4cb6-d45c-4e44-abf6-0ff6b2eb49b6 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-5b5d4cb6-d45c-4e44-abf6-0ff6b2eb49b6 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-5b5d4cb6-d45c-4e44-abf6-0ff6b2eb49b6 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-5b5d4cb6-d45c-4e44-abf6-0ff6b2eb49b6 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-5b5d4cb6-d45c-4e44-abf6-0ff6b2eb49b6 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-5b5d4cb6-d45c-4e44-abf6-0ff6b2eb49b6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-5b5d4cb6-d45c-4e44-abf6-0ff6b2eb49b6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-5b5d4cb6-d45c-4e44-abf6-0ff6b2eb49b6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-5b5d4cb6-d45c-4e44-abf6-0ff6b2eb49b6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-5b5d4cb6-d45c-4e44-abf6-0ff6b2eb49b6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c {
  text-align: center;
}
#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c {
  text-align: center;
}
@media (max-width: 1199px){#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c {
  text-align: center;
}
}@media (max-width: 991px){#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c {
  text-align: center;
}
}@media (max-width: 767px){#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c {
  text-align: center;
}
}
#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f427e6f-3060-45a0-96b2-c5a2acbd363c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-eb2561d9-221b-4703-8565-4936262e1fa4 {
  margin-top: 1em;
margin-bottom: 2em;
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-eb2561d9-221b-4703-8565-4936262e1fa4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb2561d9-221b-4703-8565-4936262e1fa4:active {background-color: #000000 !important;
text-decoration: none !important;}#s-eb2561d9-221b-4703-8565-4936262e1fa4 {
  margin-top: 1em;
margin-bottom: 2em;
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-eb2561d9-221b-4703-8565-4936262e1fa4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb2561d9-221b-4703-8565-4936262e1fa4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-eb2561d9-221b-4703-8565-4936262e1fa4 {
  margin-top: 1em;
margin-bottom: 2em;
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-eb2561d9-221b-4703-8565-4936262e1fa4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb2561d9-221b-4703-8565-4936262e1fa4:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-eb2561d9-221b-4703-8565-4936262e1fa4 {
  margin-top: 1em;
margin-bottom: 2em;
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-eb2561d9-221b-4703-8565-4936262e1fa4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb2561d9-221b-4703-8565-4936262e1fa4:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-eb2561d9-221b-4703-8565-4936262e1fa4 {
  margin-top: 1em;
margin-bottom: 2em;
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-eb2561d9-221b-4703-8565-4936262e1fa4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb2561d9-221b-4703-8565-4936262e1fa4:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-eb2561d9-221b-4703-8565-4936262e1fa4-root {
    text-align: center;
  }


#s-eb2561d9-221b-4703-8565-4936262e1fa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-eb2561d9-221b-4703-8565-4936262e1fa4-root {
    text-align: center;
  }


#s-eb2561d9-221b-4703-8565-4936262e1fa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-eb2561d9-221b-4703-8565-4936262e1fa4-root {
    text-align: center;
  }


#s-eb2561d9-221b-4703-8565-4936262e1fa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-eb2561d9-221b-4703-8565-4936262e1fa4-root {
    text-align: center;
  }


#s-eb2561d9-221b-4703-8565-4936262e1fa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb2561d9-221b-4703-8565-4936262e1fa4-root {
    text-align: center;
  }


#s-eb2561d9-221b-4703-8565-4936262e1fa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-98e1aa8b-4566-42ab-9b9a-818e7c4fd8a4 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-98e1aa8b-4566-42ab-9b9a-818e7c4fd8a4 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-98e1aa8b-4566-42ab-9b9a-818e7c4fd8a4 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-98e1aa8b-4566-42ab-9b9a-818e7c4fd8a4 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-98e1aa8b-4566-42ab-9b9a-818e7c4fd8a4 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-9a78516a-cae1-494b-94a3-d175147c53b0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-9a78516a-cae1-494b-94a3-d175147c53b0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-9a78516a-cae1-494b-94a3-d175147c53b0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-9a78516a-cae1-494b-94a3-d175147c53b0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-9a78516a-cae1-494b-94a3-d175147c53b0 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-9a78516a-cae1-494b-94a3-d175147c53b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a78516a-cae1-494b-94a3-d175147c53b0 img.shogun-image {
  width: 100%;
}





.shg-c#s-9a78516a-cae1-494b-94a3-d175147c53b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a78516a-cae1-494b-94a3-d175147c53b0 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-9a78516a-cae1-494b-94a3-d175147c53b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a78516a-cae1-494b-94a3-d175147c53b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a78516a-cae1-494b-94a3-d175147c53b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a78516a-cae1-494b-94a3-d175147c53b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a78516a-cae1-494b-94a3-d175147c53b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a78516a-cae1-494b-94a3-d175147c53b0 img.shogun-image {
  width: 100%;
}



}
#s-2b362ff7-608e-4d33-bf26-c2b824887ffa {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-2b362ff7-608e-4d33-bf26-c2b824887ffa {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-2b362ff7-608e-4d33-bf26-c2b824887ffa {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-2b362ff7-608e-4d33-bf26-c2b824887ffa {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-2b362ff7-608e-4d33-bf26-c2b824887ffa {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-2b362ff7-608e-4d33-bf26-c2b824887ffa .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-2b362ff7-608e-4d33-bf26-c2b824887ffa .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-2b362ff7-608e-4d33-bf26-c2b824887ffa .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-2b362ff7-608e-4d33-bf26-c2b824887ffa .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-2b362ff7-608e-4d33-bf26-c2b824887ffa .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 {
  text-align: center;
}
#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 {
  text-align: center;
}
@media (max-width: 1199px){#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 {
  text-align: center;
}
}@media (max-width: 991px){#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 {
  text-align: center;
}
}@media (max-width: 767px){#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 {
  text-align: center;
}
}
#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cde0b3c-2c93-43e3-b08c-898d707a6cf6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d {
  margin-top: 1em;
margin-bottom: 2em;
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-9c6de014-c96c-40bf-a4f1-4292fe31ea5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d:active {background-color: #000000 !important;
text-decoration: none !important;}#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d {
  margin-top: 1em;
margin-bottom: 2em;
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-9c6de014-c96c-40bf-a4f1-4292fe31ea5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d {
  margin-top: 1em;
margin-bottom: 2em;
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-9c6de014-c96c-40bf-a4f1-4292fe31ea5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d {
  margin-top: 1em;
margin-bottom: 2em;
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-9c6de014-c96c-40bf-a4f1-4292fe31ea5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d {
  margin-top: 1em;
margin-bottom: 2em;
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-9c6de014-c96c-40bf-a4f1-4292fe31ea5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d-root {
    text-align: center;
  }


#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d-root {
    text-align: center;
  }


#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d-root {
    text-align: center;
  }


#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d-root {
    text-align: center;
  }


#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d-root {
    text-align: center;
  }


#s-9c6de014-c96c-40bf-a4f1-4292fe31ea5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fdfa54d6-36dd-45ed-8d1c-89e468ad2948 {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-fdfa54d6-36dd-45ed-8d1c-89e468ad2948 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-fdfa54d6-36dd-45ed-8d1c-89e468ad2948 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-fdfa54d6-36dd-45ed-8d1c-89e468ad2948 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-fdfa54d6-36dd-45ed-8d1c-89e468ad2948 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 img.shogun-image {
  width: 100%;
}





.shg-c#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77e80af5-a8dd-447e-965b-a1390a8e91a6 img.shogun-image {
  width: 100%;
}



}
#s-89516c83-e0ef-469f-be32-7ebde0f4562b {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-89516c83-e0ef-469f-be32-7ebde0f4562b {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-89516c83-e0ef-469f-be32-7ebde0f4562b {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-89516c83-e0ef-469f-be32-7ebde0f4562b {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-89516c83-e0ef-469f-be32-7ebde0f4562b {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-89516c83-e0ef-469f-be32-7ebde0f4562b .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-89516c83-e0ef-469f-be32-7ebde0f4562b .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-89516c83-e0ef-469f-be32-7ebde0f4562b .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-89516c83-e0ef-469f-be32-7ebde0f4562b .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-89516c83-e0ef-469f-be32-7ebde0f4562b .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-5977649a-7a46-41af-a8b7-78b924675c40 {
  text-align: center;
}
#s-5977649a-7a46-41af-a8b7-78b924675c40 {
  text-align: center;
}
@media (max-width: 1199px){#s-5977649a-7a46-41af-a8b7-78b924675c40 {
  text-align: center;
}
}@media (max-width: 991px){#s-5977649a-7a46-41af-a8b7-78b924675c40 {
  text-align: center;
}
}@media (max-width: 767px){#s-5977649a-7a46-41af-a8b7-78b924675c40 {
  text-align: center;
}
}
#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-5977649a-7a46-41af-a8b7-78b924675c40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb {
  margin-top: 1em;
margin-bottom: 2em;
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-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb:active {background-color: #000000 !important;
text-decoration: none !important;}#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb {
  margin-top: 1em;
margin-bottom: 2em;
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-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb {
  margin-top: 1em;
margin-bottom: 2em;
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-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb {
  margin-top: 1em;
margin-bottom: 2em;
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-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb {
  margin-top: 1em;
margin-bottom: 2em;
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-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb-root {
    text-align: center;
  }


#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb-root {
    text-align: center;
  }


#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb-root {
    text-align: center;
  }


#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb-root {
    text-align: center;
  }


#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb-root {
    text-align: center;
  }


#s-5e4d2f2c-8d84-469c-90e3-8bd7f5f8f8eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b70c6360-a9a2-43c1-b178-09652ebcc14d {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-b70c6360-a9a2-43c1-b178-09652ebcc14d {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-b70c6360-a9a2-43c1-b178-09652ebcc14d {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-b70c6360-a9a2-43c1-b178-09652ebcc14d {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-b70c6360-a9a2-43c1-b178-09652ebcc14d {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-f3e1371a-64f0-462e-a008-eac71fdb999f {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-f3e1371a-64f0-462e-a008-eac71fdb999f {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-f3e1371a-64f0-462e-a008-eac71fdb999f {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-f3e1371a-64f0-462e-a008-eac71fdb999f {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-f3e1371a-64f0-462e-a008-eac71fdb999f {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-f3e1371a-64f0-462e-a008-eac71fdb999f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e1371a-64f0-462e-a008-eac71fdb999f img.shogun-image {
  width: 100%;
}





.shg-c#s-f3e1371a-64f0-462e-a008-eac71fdb999f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e1371a-64f0-462e-a008-eac71fdb999f img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-f3e1371a-64f0-462e-a008-eac71fdb999f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e1371a-64f0-462e-a008-eac71fdb999f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3e1371a-64f0-462e-a008-eac71fdb999f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e1371a-64f0-462e-a008-eac71fdb999f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3e1371a-64f0-462e-a008-eac71fdb999f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e1371a-64f0-462e-a008-eac71fdb999f img.shogun-image {
  width: 100%;
}



}
#s-8f47e06c-3f2b-4412-a943-83dca9f4125d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-8f47e06c-3f2b-4412-a943-83dca9f4125d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-8f47e06c-3f2b-4412-a943-83dca9f4125d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-8f47e06c-3f2b-4412-a943-83dca9f4125d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-8f47e06c-3f2b-4412-a943-83dca9f4125d {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-8f47e06c-3f2b-4412-a943-83dca9f4125d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-8f47e06c-3f2b-4412-a943-83dca9f4125d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-8f47e06c-3f2b-4412-a943-83dca9f4125d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-8f47e06c-3f2b-4412-a943-83dca9f4125d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-8f47e06c-3f2b-4412-a943-83dca9f4125d .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e {
  text-align: center;
}
#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e {
  text-align: center;
}
@media (max-width: 1199px){#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e {
  text-align: center;
}
}@media (max-width: 991px){#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e {
  text-align: center;
}
}@media (max-width: 767px){#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e {
  text-align: center;
}
}
#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-dcf1f5c6-0e94-4a6f-a293-ecd86177e67e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c {
  margin-top: 1em;
margin-bottom: 2em;
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-e0a5f93b-827c-4a2e-903c-a92650d30f6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c:active {background-color: #000000 !important;
text-decoration: none !important;}#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c {
  margin-top: 1em;
margin-bottom: 2em;
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-e0a5f93b-827c-4a2e-903c-a92650d30f6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c {
  margin-top: 1em;
margin-bottom: 2em;
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-e0a5f93b-827c-4a2e-903c-a92650d30f6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c {
  margin-top: 1em;
margin-bottom: 2em;
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-e0a5f93b-827c-4a2e-903c-a92650d30f6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c {
  margin-top: 1em;
margin-bottom: 2em;
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-e0a5f93b-827c-4a2e-903c-a92650d30f6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-e0a5f93b-827c-4a2e-903c-a92650d30f6c-root {
    text-align: center;
  }


#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-e0a5f93b-827c-4a2e-903c-a92650d30f6c-root {
    text-align: center;
  }


#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-e0a5f93b-827c-4a2e-903c-a92650d30f6c-root {
    text-align: center;
  }


#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-e0a5f93b-827c-4a2e-903c-a92650d30f6c-root {
    text-align: center;
  }


#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0a5f93b-827c-4a2e-903c-a92650d30f6c-root {
    text-align: center;
  }


#s-e0a5f93b-827c-4a2e-903c-a92650d30f6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-55029716-1dac-4db1-8fcd-2ed079c3176b {
  padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
#s-55029716-1dac-4db1-8fcd-2ed079c3176b {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-55029716-1dac-4db1-8fcd-2ed079c3176b {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-55029716-1dac-4db1-8fcd-2ed079c3176b {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-55029716-1dac-4db1-8fcd-2ed079c3176b {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-42c93c5e-b5a0-4369-921a-713b394962eb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
#s-42c93c5e-b5a0-4369-921a-713b394962eb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (max-width: 1199px){#s-42c93c5e-b5a0-4369-921a-713b394962eb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 991px){#s-42c93c5e-b5a0-4369-921a-713b394962eb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}@media (max-width: 767px){#s-42c93c5e-b5a0-4369-921a-713b394962eb {
  margin-left: 1em;
margin-right: 1em;
text-align: left;
}
}


.shg-c#s-42c93c5e-b5a0-4369-921a-713b394962eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42c93c5e-b5a0-4369-921a-713b394962eb img.shogun-image {
  width: 100%;
}





.shg-c#s-42c93c5e-b5a0-4369-921a-713b394962eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42c93c5e-b5a0-4369-921a-713b394962eb img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){

.shg-c#s-42c93c5e-b5a0-4369-921a-713b394962eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42c93c5e-b5a0-4369-921a-713b394962eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42c93c5e-b5a0-4369-921a-713b394962eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42c93c5e-b5a0-4369-921a-713b394962eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42c93c5e-b5a0-4369-921a-713b394962eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42c93c5e-b5a0-4369-921a-713b394962eb img.shogun-image {
  width: 100%;
}



}
#s-4795ae48-6825-4a99-aba8-02734fd919e1 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
#s-4795ae48-6825-4a99-aba8-02734fd919e1 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
@media (max-width: 1199px){#s-4795ae48-6825-4a99-aba8-02734fd919e1 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 991px){#s-4795ae48-6825-4a99-aba8-02734fd919e1 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}@media (max-width: 767px){#s-4795ae48-6825-4a99-aba8-02734fd919e1 {
  margin-left: 1em;
margin-right: 1em;
text-align: center;
}
}
#s-4795ae48-6825-4a99-aba8-02734fd919e1 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
#s-4795ae48-6825-4a99-aba8-02734fd919e1 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-4795ae48-6825-4a99-aba8-02734fd919e1 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-4795ae48-6825-4a99-aba8-02734fd919e1 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-4795ae48-6825-4a99-aba8-02734fd919e1 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
}
#s-3900ea66-eb83-4dab-804b-c6572ca5005b {
  text-align: center;
}
#s-3900ea66-eb83-4dab-804b-c6572ca5005b {
  text-align: center;
}
@media (max-width: 1199px){#s-3900ea66-eb83-4dab-804b-c6572ca5005b {
  text-align: center;
}
}@media (max-width: 991px){#s-3900ea66-eb83-4dab-804b-c6572ca5005b {
  text-align: center;
}
}@media (max-width: 767px){#s-3900ea66-eb83-4dab-804b-c6572ca5005b {
  text-align: center;
}
}
#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 1199px){#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 991px){#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
}

#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Barlow;
  font-style:  normal ;
  font-size: 18px;
}

#s-3900ea66-eb83-4dab-804b-c6572ca5005b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-0c377f61-3700-48c6-8083-c0a91e04e2ae {
  margin-top: 1em;
margin-bottom: 2em;
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-0c377f61-3700-48c6-8083-c0a91e04e2ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c377f61-3700-48c6-8083-c0a91e04e2ae:active {background-color: #000000 !important;
text-decoration: none !important;}#s-0c377f61-3700-48c6-8083-c0a91e04e2ae {
  margin-top: 1em;
margin-bottom: 2em;
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-0c377f61-3700-48c6-8083-c0a91e04e2ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c377f61-3700-48c6-8083-c0a91e04e2ae:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-0c377f61-3700-48c6-8083-c0a91e04e2ae {
  margin-top: 1em;
margin-bottom: 2em;
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-0c377f61-3700-48c6-8083-c0a91e04e2ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c377f61-3700-48c6-8083-c0a91e04e2ae:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-0c377f61-3700-48c6-8083-c0a91e04e2ae {
  margin-top: 1em;
margin-bottom: 2em;
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-0c377f61-3700-48c6-8083-c0a91e04e2ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c377f61-3700-48c6-8083-c0a91e04e2ae:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-0c377f61-3700-48c6-8083-c0a91e04e2ae {
  margin-top: 1em;
margin-bottom: 2em;
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-0c377f61-3700-48c6-8083-c0a91e04e2ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c377f61-3700-48c6-8083-c0a91e04e2ae:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-0c377f61-3700-48c6-8083-c0a91e04e2ae-root {
    text-align: center;
  }


#s-0c377f61-3700-48c6-8083-c0a91e04e2ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

  #s-0c377f61-3700-48c6-8083-c0a91e04e2ae-root {
    text-align: center;
  }


#s-0c377f61-3700-48c6-8083-c0a91e04e2ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 1199px){
  #s-0c377f61-3700-48c6-8083-c0a91e04e2ae-root {
    text-align: center;
  }


#s-0c377f61-3700-48c6-8083-c0a91e04e2ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 991px){
  #s-0c377f61-3700-48c6-8083-c0a91e04e2ae-root {
    text-align: center;
  }


#s-0c377f61-3700-48c6-8083-c0a91e04e2ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c377f61-3700-48c6-8083-c0a91e04e2ae-root {
    text-align: center;
  }


#s-0c377f61-3700-48c6-8083-c0a91e04e2ae.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}
