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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(74, 96, 126, 1);
  font-family: Raleway;
  font-weight: 700,800;
}

.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: 600,700,900;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(74, 96, 126, 1);
  font-family: Raleway;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(74, 96, 126, 1);
  font-family: Raleway;
  font-weight: 700,800;
}

.shg-theme-text-content p {
  color: rgba(74, 96, 126, 1);
  font-family: Raleway;
  font-weight: 600,700,900;
}

.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-1e07a65c-0dbf-4cc8-8bd5-6fa36400a3e6 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1e07a65c-0dbf-4cc8-8bd5-6fa36400a3e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1e07a65c-0dbf-4cc8-8bd5-6fa36400a3e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e07a65c-0dbf-4cc8-8bd5-6fa36400a3e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e07a65c-0dbf-4cc8-8bd5-6fa36400a3e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-4a28128a-08eb-4d86-b466-61f0ce18af80 {
  background-repeat: no-repeat;
background-size: contain;
padding-left: 40px;
min-height: 500px;
background-position: center center;
}

#s-4a28128a-08eb-4d86-b466-61f0ce18af80 {
  background-image: url(https://i.shgcdn.com/0bf3be17-8ff3-4a1c-b90b-b63c44d8a8ea/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4a28128a-08eb-4d86-b466-61f0ce18af80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a28128a-08eb-4d86-b466-61f0ce18af80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c4bd715-c323-4226-8560-2cbb4ca024b3 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2c4bd715-c323-4226-8560-2cbb4ca024b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c4bd715-c323-4226-8560-2cbb4ca024b3.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: rgba(74, 96, 126, 1);
  font-family: Raleway;
  text-transform: none;
  font-weight: 700,800;
  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-13a3ac7d-bdc4-4f64-bdbd-4ece0590a74b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13a3ac7d-bdc4-4f64-bdbd-4ece0590a74b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Cabin";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  text-align: left;
}



#s-3dd36d86-5714-41ca-b23e-818d19275593 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3dd36d86-5714-41ca-b23e-818d19275593 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-786ee881-4f59-44bd-b319-a403c61d2924 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-64cf8208-e67e-4c9f-b0f8-8e3330a66657 {
  text-align: left;
}

#s-64cf8208-e67e-4c9f-b0f8-8e3330a66657 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 28px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-64cf8208-e67e-4c9f-b0f8-8e3330a66657 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 28px;
}

#s-64cf8208-e67e-4c9f-b0f8-8e3330a66657 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  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: 600,700,900;
  font-family: Raleway;
}

.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-113ce02b-8e4f-41b0-8913-f795c3df565b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-113ce02b-8e4f-41b0-8913-f795c3df565b:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-113ce02b-8e4f-41b0-8913-f795c3df565b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-113ce02b-8e4f-41b0-8913-f795c3df565b-root {
    text-align: left;
  }


#s-113ce02b-8e4f-41b0-8913-f795c3df565b.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-113ce02b-8e4f-41b0-8913-f795c3df565b-root {
    text-align: left;
  }


#s-113ce02b-8e4f-41b0-8913-f795c3df565b.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-113ce02b-8e4f-41b0-8913-f795c3df565b-root {
    text-align: left;
  }


#s-113ce02b-8e4f-41b0-8913-f795c3df565b.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-113ce02b-8e4f-41b0-8913-f795c3df565b-root {
    text-align: left;
  }


#s-113ce02b-8e4f-41b0-8913-f795c3df565b.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-113ce02b-8e4f-41b0-8913-f795c3df565b-root {
    text-align: left;
  }


#s-113ce02b-8e4f-41b0-8913-f795c3df565b.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}
#s-a6a6a605-6f82-4438-bcf0-8c17489d7676 {
  background-color: rgba(238, 238, 238, 1);
}

@media (min-width: 0px) {
[id="s-a6a6a605-6f82-4438-bcf0-8c17489d7676"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a6a6a605-6f82-4438-bcf0-8c17489d7676"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6a6a605-6f82-4438-bcf0-8c17489d7676"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6a6a605-6f82-4438-bcf0-8c17489d7676"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9dc2c1b2-3b88-43b5-b7e8-55bc05b37c2d {
  background-repeat: no-repeat;
background-size: contain;
padding-left: 40px;
padding-right: 0px;
min-height: 500px;
background-position: center center;
}








#s-9dc2c1b2-3b88-43b5-b7e8-55bc05b37c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dc2c1b2-3b88-43b5-b7e8-55bc05b37c2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c76c325d-a2c9-4d0a-8f76-1095cf701253 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-c76c325d-a2c9-4d0a-8f76-1095cf701253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c76c325d-a2c9-4d0a-8f76-1095cf701253.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87cf9473-4dbe-4509-9629-48a859dfb295 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-87cf9473-4dbe-4509-9629-48a859dfb295 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  text-align: left;
}



#s-4f7c4926-7dba-4a46-9b6d-8c2c5797fa7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4f7c4926-7dba-4a46-9b6d-8c2c5797fa7a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-f0d8cac6-c410-4ff7-a1ed-70ff8b534662 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-77eef598-88bc-445c-b98b-e319f3df81e2 {
  text-align: left;
}

#s-77eef598-88bc-445c-b98b-e319f3df81e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 28px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-77eef598-88bc-445c-b98b-e319f3df81e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 28px;
}

#s-77eef598-88bc-445c-b98b-e319f3df81e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251-root {
    text-align: left;
  }


#s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251-root {
    text-align: left;
  }


#s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251-root {
    text-align: left;
  }


#s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251-root {
    text-align: left;
  }


#s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251-root {
    text-align: left;
  }


#s-cc3b1b9e-fc32-4fd7-a0c0-483affc32251.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}
#s-fc6fba6f-0ebb-4ac3-9d4e-097a1cb0020e {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fc6fba6f-0ebb-4ac3-9d4e-097a1cb0020e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fc6fba6f-0ebb-4ac3-9d4e-097a1cb0020e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc6fba6f-0ebb-4ac3-9d4e-097a1cb0020e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc6fba6f-0ebb-4ac3-9d4e-097a1cb0020e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ba247822-799b-4054-a5ac-22ec1a79c04d {
  background-repeat: no-repeat;
background-size: contain;
padding-left: 40px;
min-height: 500px;
background-position: center center;
}








#s-ba247822-799b-4054-a5ac-22ec1a79c04d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba247822-799b-4054-a5ac-22ec1a79c04d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c44adf15-598e-405e-9fdf-df6e50839ae4 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c44adf15-598e-405e-9fdf-df6e50839ae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c44adf15-598e-405e-9fdf-df6e50839ae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c85d104-5633-40f9-980f-b2b961df9bee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8c85d104-5633-40f9-980f-b2b961df9bee .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Cabin";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  text-align: left;
}



#s-e3d427f0-4564-48f8-81ae-a12e8ed9879c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3d427f0-4564-48f8-81ae-a12e8ed9879c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Cabin";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-8e60b161-5bd2-45fd-b3b8-ff3382dc9983 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-9caa7748-7647-4749-a83c-25192f4353a5 {
  text-align: left;
}

#s-9caa7748-7647-4749-a83c-25192f4353a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 28px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9caa7748-7647-4749-a83c-25192f4353a5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 28px;
}

#s-9caa7748-7647-4749-a83c-25192f4353a5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-d747e7a8-e54e-4e97-81af-dec6dbd95f26 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-d747e7a8-e54e-4e97-81af-dec6dbd95f26:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d747e7a8-e54e-4e97-81af-dec6dbd95f26:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d747e7a8-e54e-4e97-81af-dec6dbd95f26-root {
    text-align: left;
  }


#s-d747e7a8-e54e-4e97-81af-dec6dbd95f26.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d747e7a8-e54e-4e97-81af-dec6dbd95f26-root {
    text-align: left;
  }


#s-d747e7a8-e54e-4e97-81af-dec6dbd95f26.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d747e7a8-e54e-4e97-81af-dec6dbd95f26-root {
    text-align: left;
  }


#s-d747e7a8-e54e-4e97-81af-dec6dbd95f26.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d747e7a8-e54e-4e97-81af-dec6dbd95f26-root {
    text-align: left;
  }


#s-d747e7a8-e54e-4e97-81af-dec6dbd95f26.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d747e7a8-e54e-4e97-81af-dec6dbd95f26-root {
    text-align: left;
  }


#s-d747e7a8-e54e-4e97-81af-dec6dbd95f26.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}
#s-5427aaa9-4673-40c0-b325-475e96892f47 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5427aaa9-4673-40c0-b325-475e96892f47"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5427aaa9-4673-40c0-b325-475e96892f47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5427aaa9-4673-40c0-b325-475e96892f47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5427aaa9-4673-40c0-b325-475e96892f47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1dd08dca-b1d7-4e53-a865-9c540b936ab9 {
  background-repeat: no-repeat;
background-size: contain;
padding-left: 40px;
padding-right: 0px;
min-height: 500px;
background-position: center center;
}








#s-1dd08dca-b1d7-4e53-a865-9c540b936ab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dd08dca-b1d7-4e53-a865-9c540b936ab9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59cd57ea-8fb3-4f81-a8d8-f78ac4778b09 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-59cd57ea-8fb3-4f81-a8d8-f78ac4778b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59cd57ea-8fb3-4f81-a8d8-f78ac4778b09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efaa11b9-03e6-428d-b7cf-9c6b9d7b56ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-efaa11b9-03e6-428d-b7cf-9c6b9d7b56ad .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  text-align: left;
}



#s-aed5b442-b4dc-426f-84d4-4c85d846674c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aed5b442-b4dc-426f-84d4-4c85d846674c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-5019259c-78d4-44df-a1d4-c834c1969de2 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-5019259c-78d4-44df-a1d4-c834c1969de2:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5019259c-78d4-44df-a1d4-c834c1969de2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5019259c-78d4-44df-a1d4-c834c1969de2-root {
    text-align: left;
  }


#s-5019259c-78d4-44df-a1d4-c834c1969de2.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5019259c-78d4-44df-a1d4-c834c1969de2-root {
    text-align: left;
  }


#s-5019259c-78d4-44df-a1d4-c834c1969de2.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5019259c-78d4-44df-a1d4-c834c1969de2-root {
    text-align: left;
  }


#s-5019259c-78d4-44df-a1d4-c834c1969de2.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5019259c-78d4-44df-a1d4-c834c1969de2-root {
    text-align: left;
  }


#s-5019259c-78d4-44df-a1d4-c834c1969de2.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5019259c-78d4-44df-a1d4-c834c1969de2-root {
    text-align: left;
  }


#s-5019259c-78d4-44df-a1d4-c834c1969de2.shg-btn {
  color: rgba(51, 51, 51, 1);
  
  
  
  
  display:  inline-block ;
}
}
#s-1179c1e8-edf6-46e8-98b7-3fecfd09f98a {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1179c1e8-edf6-46e8-98b7-3fecfd09f98a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0bd9816d-f368-4c42-ab64-992ded92e2ec {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0bd9816d-f368-4c42-ab64-992ded92e2ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0bd9816d-f368-4c42-ab64-992ded92e2ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0bd9816d-f368-4c42-ab64-992ded92e2ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0bd9816d-f368-4c42-ab64-992ded92e2ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-47bc0fa9-209e-4a49-8ac1-2a3b05cb60c9 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

.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-243ae61f-34f3-454a-b8f7-117965e05b13 {
  text-align: left;
}



.shg-c#s-243ae61f-34f3-454a-b8f7-117965e05b13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-243ae61f-34f3-454a-b8f7-117965e05b13 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-243ae61f-34f3-454a-b8f7-117965e05b13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-243ae61f-34f3-454a-b8f7-117965e05b13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-243ae61f-34f3-454a-b8f7-117965e05b13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-243ae61f-34f3-454a-b8f7-117965e05b13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-243ae61f-34f3-454a-b8f7-117965e05b13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-243ae61f-34f3-454a-b8f7-117965e05b13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-243ae61f-34f3-454a-b8f7-117965e05b13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-243ae61f-34f3-454a-b8f7-117965e05b13 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: rgba(74, 96, 126, 1);
  font-family: Raleway;
  text-transform: none;
  font-weight: 700,800;
  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-ee0b7b2d-b781-40a5-8fd4-fe95307d1977 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee0b7b2d-b781-40a5-8fd4-fe95307d1977 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-7e0ab9ab-106d-4be8-8d74-4015cc201777 {
  text-align: center;
}

#s-7e0ab9ab-106d-4be8-8d74-4015cc201777 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7e0ab9ab-106d-4be8-8d74-4015cc201777 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7e0ab9ab-106d-4be8-8d74-4015cc201777 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-1ee68362-cd19-4a9d-a1fa-95b84aea7198 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-1ee68362-cd19-4a9d-a1fa-95b84aea7198:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ee68362-cd19-4a9d-a1fa-95b84aea7198:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ee68362-cd19-4a9d-a1fa-95b84aea7198 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ee68362-cd19-4a9d-a1fa-95b84aea7198.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ee68362-cd19-4a9d-a1fa-95b84aea7198.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-1ee68362-cd19-4a9d-a1fa-95b84aea7198.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2ccd684b-318f-4ab3-92d0-27b5af8099e6 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-e90b692a-4250-474c-94b1-89873e6321e7 {
  text-align: left;
}



.shg-c#s-e90b692a-4250-474c-94b1-89873e6321e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e90b692a-4250-474c-94b1-89873e6321e7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e90b692a-4250-474c-94b1-89873e6321e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e90b692a-4250-474c-94b1-89873e6321e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e90b692a-4250-474c-94b1-89873e6321e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e90b692a-4250-474c-94b1-89873e6321e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e90b692a-4250-474c-94b1-89873e6321e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e90b692a-4250-474c-94b1-89873e6321e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e90b692a-4250-474c-94b1-89873e6321e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e90b692a-4250-474c-94b1-89873e6321e7 img.shogun-image {
  width: 100%;
}



}
#s-6d4fbd87-b41f-4ccd-afbe-0dcb365a8582 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d4fbd87-b41f-4ccd-afbe-0dcb365a8582 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-06204620-3c19-4f35-94f0-4da22a88d7d8 {
  text-align: center;
}

#s-06204620-3c19-4f35-94f0-4da22a88d7d8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-06204620-3c19-4f35-94f0-4da22a88d7d8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-06204620-3c19-4f35-94f0-4da22a88d7d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a62399f9-b9aa-4bb9-8ab9-2bb1e68d0d76 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-a62399f9-b9aa-4bb9-8ab9-2bb1e68d0d76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a62399f9-b9aa-4bb9-8ab9-2bb1e68d0d76:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a62399f9-b9aa-4bb9-8ab9-2bb1e68d0d76 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a62399f9-b9aa-4bb9-8ab9-2bb1e68d0d76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a62399f9-b9aa-4bb9-8ab9-2bb1e68d0d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-a62399f9-b9aa-4bb9-8ab9-2bb1e68d0d76.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-094ccdfe-2206-473f-9b0a-7600de568477 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-468a6e35-4043-4926-9c59-0e68b947518d {
  text-align: left;
}



.shg-c#s-468a6e35-4043-4926-9c59-0e68b947518d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-468a6e35-4043-4926-9c59-0e68b947518d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-468a6e35-4043-4926-9c59-0e68b947518d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-468a6e35-4043-4926-9c59-0e68b947518d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-468a6e35-4043-4926-9c59-0e68b947518d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-468a6e35-4043-4926-9c59-0e68b947518d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-468a6e35-4043-4926-9c59-0e68b947518d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-468a6e35-4043-4926-9c59-0e68b947518d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-468a6e35-4043-4926-9c59-0e68b947518d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-468a6e35-4043-4926-9c59-0e68b947518d img.shogun-image {
  width: 100%;
}



}
#s-f7055731-8164-4fa2-a4fb-292227d7fea2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7055731-8164-4fa2-a4fb-292227d7fea2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-3b4eedce-09eb-4348-a66b-2284bb1aa7a2 {
  text-align: center;
}

#s-3b4eedce-09eb-4348-a66b-2284bb1aa7a2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3b4eedce-09eb-4348-a66b-2284bb1aa7a2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3b4eedce-09eb-4348-a66b-2284bb1aa7a2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bcb5a2e8-2d2c-457c-832c-54c34eeba1f9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-bcb5a2e8-2d2c-457c-832c-54c34eeba1f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bcb5a2e8-2d2c-457c-832c-54c34eeba1f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bcb5a2e8-2d2c-457c-832c-54c34eeba1f9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcb5a2e8-2d2c-457c-832c-54c34eeba1f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcb5a2e8-2d2c-457c-832c-54c34eeba1f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-bcb5a2e8-2d2c-457c-832c-54c34eeba1f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c167e8c9-29e9-484c-8f1f-dcd1071a5722 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-ed657401-163f-4381-b8d1-216f881522a0 {
  text-align: left;
}



.shg-c#s-ed657401-163f-4381-b8d1-216f881522a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed657401-163f-4381-b8d1-216f881522a0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed657401-163f-4381-b8d1-216f881522a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed657401-163f-4381-b8d1-216f881522a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed657401-163f-4381-b8d1-216f881522a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed657401-163f-4381-b8d1-216f881522a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed657401-163f-4381-b8d1-216f881522a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed657401-163f-4381-b8d1-216f881522a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed657401-163f-4381-b8d1-216f881522a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed657401-163f-4381-b8d1-216f881522a0 img.shogun-image {
  width: 100%;
}



}
#s-1b6eef46-f979-4bca-a92c-94567c861f34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b6eef46-f979-4bca-a92c-94567c861f34 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-579ac5b2-169d-44cd-99a5-49eb2515ab02 {
  text-align: center;
}

#s-579ac5b2-169d-44cd-99a5-49eb2515ab02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-579ac5b2-169d-44cd-99a5-49eb2515ab02 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-579ac5b2-169d-44cd-99a5-49eb2515ab02 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7eb8ea4e-17cc-4ed3-b2d8-15659eb9e19c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-7eb8ea4e-17cc-4ed3-b2d8-15659eb9e19c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7eb8ea4e-17cc-4ed3-b2d8-15659eb9e19c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7eb8ea4e-17cc-4ed3-b2d8-15659eb9e19c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7eb8ea4e-17cc-4ed3-b2d8-15659eb9e19c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7eb8ea4e-17cc-4ed3-b2d8-15659eb9e19c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-7eb8ea4e-17cc-4ed3-b2d8-15659eb9e19c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-71f221d8-afaa-4c87-97ec-f9c7e9baa651 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-71f221d8-afaa-4c87-97ec-f9c7e9baa651"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-71f221d8-afaa-4c87-97ec-f9c7e9baa651"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-71f221d8-afaa-4c87-97ec-f9c7e9baa651"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-71f221d8-afaa-4c87-97ec-f9c7e9baa651"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-16795762-e4a2-4dba-97eb-18b0cb962b06 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-209da954-d014-4976-855d-854c8a22116a {
  text-align: left;
}



.shg-c#s-209da954-d014-4976-855d-854c8a22116a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-209da954-d014-4976-855d-854c8a22116a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-209da954-d014-4976-855d-854c8a22116a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-209da954-d014-4976-855d-854c8a22116a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-209da954-d014-4976-855d-854c8a22116a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-209da954-d014-4976-855d-854c8a22116a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-209da954-d014-4976-855d-854c8a22116a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-209da954-d014-4976-855d-854c8a22116a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-209da954-d014-4976-855d-854c8a22116a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-209da954-d014-4976-855d-854c8a22116a img.shogun-image {
  width: 100%;
}



}
#s-fa0fec49-fa78-4960-8eb1-97bf4c4d2e33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa0fec49-fa78-4960-8eb1-97bf4c4d2e33 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-1b4e3270-ef73-4557-b173-075ca91e4739 {
  text-align: center;
}

#s-1b4e3270-ef73-4557-b173-075ca91e4739 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1b4e3270-ef73-4557-b173-075ca91e4739 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1b4e3270-ef73-4557-b173-075ca91e4739 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e721555-9702-4f8e-9c1f-52e856603253 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-5e721555-9702-4f8e-9c1f-52e856603253:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e721555-9702-4f8e-9c1f-52e856603253:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e721555-9702-4f8e-9c1f-52e856603253 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e721555-9702-4f8e-9c1f-52e856603253.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e721555-9702-4f8e-9c1f-52e856603253.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-5e721555-9702-4f8e-9c1f-52e856603253.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-745891c1-25ec-4e50-8bbc-f94ad95a8539 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 {
  text-align: left;
}



.shg-c#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba4d00e-b535-4ab2-b11d-d468161023b3 img.shogun-image {
  width: 100%;
}



}
#s-7fbf3657-aa3e-4d30-a9e8-be494f0032f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fbf3657-aa3e-4d30-a9e8-be494f0032f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-6ab62b82-bcdd-4007-aa1c-6e6eb1b18fda {
  text-align: center;
}

#s-6ab62b82-bcdd-4007-aa1c-6e6eb1b18fda .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6ab62b82-bcdd-4007-aa1c-6e6eb1b18fda .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6ab62b82-bcdd-4007-aa1c-6e6eb1b18fda .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5fc582a5-0de2-4c45-9555-31d1458090f3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-5fc582a5-0de2-4c45-9555-31d1458090f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fc582a5-0de2-4c45-9555-31d1458090f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fc582a5-0de2-4c45-9555-31d1458090f3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fc582a5-0de2-4c45-9555-31d1458090f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fc582a5-0de2-4c45-9555-31d1458090f3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-5fc582a5-0de2-4c45-9555-31d1458090f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8601c8d8-de23-4812-a329-04385995d0a5 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-db7e3d50-a8da-41c2-a882-80070d143824 {
  text-align: left;
}



.shg-c#s-db7e3d50-a8da-41c2-a882-80070d143824 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db7e3d50-a8da-41c2-a882-80070d143824 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db7e3d50-a8da-41c2-a882-80070d143824 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db7e3d50-a8da-41c2-a882-80070d143824 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db7e3d50-a8da-41c2-a882-80070d143824 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db7e3d50-a8da-41c2-a882-80070d143824 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db7e3d50-a8da-41c2-a882-80070d143824 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db7e3d50-a8da-41c2-a882-80070d143824 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db7e3d50-a8da-41c2-a882-80070d143824 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db7e3d50-a8da-41c2-a882-80070d143824 img.shogun-image {
  width: 100%;
}



}
#s-13c9e174-36a5-483c-ad5d-f79d9612ee7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13c9e174-36a5-483c-ad5d-f79d9612ee7f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-43a35600-c28e-4b63-8f82-175963fbb7db {
  text-align: center;
}

#s-43a35600-c28e-4b63-8f82-175963fbb7db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-43a35600-c28e-4b63-8f82-175963fbb7db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-43a35600-c28e-4b63-8f82-175963fbb7db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44ed3c50-10ac-4209-bd86-6671b912ee17 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-44ed3c50-10ac-4209-bd86-6671b912ee17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44ed3c50-10ac-4209-bd86-6671b912ee17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44ed3c50-10ac-4209-bd86-6671b912ee17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44ed3c50-10ac-4209-bd86-6671b912ee17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44ed3c50-10ac-4209-bd86-6671b912ee17.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-44ed3c50-10ac-4209-bd86-6671b912ee17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-736f7443-d5c1-4461-8ff3-a4afd6bd9504 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 {
  text-align: left;
}



.shg-c#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c190dfb-2e00-4422-afd8-fbb6655269b8 img.shogun-image {
  width: 100%;
}



}
#s-127e1727-be83-4f69-8dfe-0265acfbe639 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-127e1727-be83-4f69-8dfe-0265acfbe639 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-77297fd2-102f-48ee-b8f1-2581a8525476 {
  text-align: center;
}

#s-77297fd2-102f-48ee-b8f1-2581a8525476 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-77297fd2-102f-48ee-b8f1-2581a8525476 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-77297fd2-102f-48ee-b8f1-2581a8525476 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44855ec4-f020-4c7e-88a6-1781a1c91c87 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-44855ec4-f020-4c7e-88a6-1781a1c91c87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44855ec4-f020-4c7e-88a6-1781a1c91c87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44855ec4-f020-4c7e-88a6-1781a1c91c87 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44855ec4-f020-4c7e-88a6-1781a1c91c87.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44855ec4-f020-4c7e-88a6-1781a1c91c87.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-44855ec4-f020-4c7e-88a6-1781a1c91c87.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6a9854a4-8f17-4ddc-86fe-53bf317aa086 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6a9854a4-8f17-4ddc-86fe-53bf317aa086"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6a9854a4-8f17-4ddc-86fe-53bf317aa086"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6a9854a4-8f17-4ddc-86fe-53bf317aa086"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6a9854a4-8f17-4ddc-86fe-53bf317aa086"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-cacbe746-3ea5-4fd3-94ac-b4de6bb03f31 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-fa46f388-ff5c-488f-9f92-131676b81ea1 {
  text-align: left;
}



.shg-c#s-fa46f388-ff5c-488f-9f92-131676b81ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa46f388-ff5c-488f-9f92-131676b81ea1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fa46f388-ff5c-488f-9f92-131676b81ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa46f388-ff5c-488f-9f92-131676b81ea1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa46f388-ff5c-488f-9f92-131676b81ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa46f388-ff5c-488f-9f92-131676b81ea1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa46f388-ff5c-488f-9f92-131676b81ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa46f388-ff5c-488f-9f92-131676b81ea1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa46f388-ff5c-488f-9f92-131676b81ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa46f388-ff5c-488f-9f92-131676b81ea1 img.shogun-image {
  width: 100%;
}



}
#s-e4b267d6-2d1f-40e8-8ffc-3be0941ccb12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4b267d6-2d1f-40e8-8ffc-3be0941ccb12 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-189fa2d3-240c-4916-b02e-3c7eceed52fe {
  text-align: center;
}

#s-189fa2d3-240c-4916-b02e-3c7eceed52fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-189fa2d3-240c-4916-b02e-3c7eceed52fe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-189fa2d3-240c-4916-b02e-3c7eceed52fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dfc70f72-369b-4142-b66c-f042e5f1ac49 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-dfc70f72-369b-4142-b66c-f042e5f1ac49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dfc70f72-369b-4142-b66c-f042e5f1ac49:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dfc70f72-369b-4142-b66c-f042e5f1ac49 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dfc70f72-369b-4142-b66c-f042e5f1ac49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfc70f72-369b-4142-b66c-f042e5f1ac49.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-dfc70f72-369b-4142-b66c-f042e5f1ac49.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a744a338-5a8a-4a1e-80f5-ecc33628a778 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f {
  text-align: left;
}



.shg-c#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7061449c-ccb0-4218-9fbd-6b8ee41c840f img.shogun-image {
  width: 100%;
}



}
#s-fe1a4ea7-525f-4cbd-9627-52b3af249289 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe1a4ea7-525f-4cbd-9627-52b3af249289 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-b0145dba-8787-4b2a-ad50-b97bbbde87e5 {
  text-align: center;
}

#s-b0145dba-8787-4b2a-ad50-b97bbbde87e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b0145dba-8787-4b2a-ad50-b97bbbde87e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b0145dba-8787-4b2a-ad50-b97bbbde87e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-78bcf251-5285-4f9b-88e6-e5c4c53d405f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-78bcf251-5285-4f9b-88e6-e5c4c53d405f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78bcf251-5285-4f9b-88e6-e5c4c53d405f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78bcf251-5285-4f9b-88e6-e5c4c53d405f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78bcf251-5285-4f9b-88e6-e5c4c53d405f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78bcf251-5285-4f9b-88e6-e5c4c53d405f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-78bcf251-5285-4f9b-88e6-e5c4c53d405f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5300c6eb-bcc0-46be-a5ee-14f1baf0429d {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-306e69e7-021d-4302-8dd9-ff577d740b0e {
  text-align: left;
}



.shg-c#s-306e69e7-021d-4302-8dd9-ff577d740b0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-306e69e7-021d-4302-8dd9-ff577d740b0e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-306e69e7-021d-4302-8dd9-ff577d740b0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-306e69e7-021d-4302-8dd9-ff577d740b0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-306e69e7-021d-4302-8dd9-ff577d740b0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-306e69e7-021d-4302-8dd9-ff577d740b0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-306e69e7-021d-4302-8dd9-ff577d740b0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-306e69e7-021d-4302-8dd9-ff577d740b0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-306e69e7-021d-4302-8dd9-ff577d740b0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-306e69e7-021d-4302-8dd9-ff577d740b0e img.shogun-image {
  width: 100%;
}



}
#s-084c43e8-d070-4eee-985d-63d865dfe939 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-084c43e8-d070-4eee-985d-63d865dfe939 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-25339690-b6b2-4876-9433-1e6bae62a41e {
  text-align: center;
}

#s-25339690-b6b2-4876-9433-1e6bae62a41e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-25339690-b6b2-4876-9433-1e6bae62a41e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-25339690-b6b2-4876-9433-1e6bae62a41e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f5d44142-8100-43eb-8b1a-ad6e5fef21e3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-f5d44142-8100-43eb-8b1a-ad6e5fef21e3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5d44142-8100-43eb-8b1a-ad6e5fef21e3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f5d44142-8100-43eb-8b1a-ad6e5fef21e3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5d44142-8100-43eb-8b1a-ad6e5fef21e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5d44142-8100-43eb-8b1a-ad6e5fef21e3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-f5d44142-8100-43eb-8b1a-ad6e5fef21e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d5745275-b949-4a1a-9fb2-774c2ae67428 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d {
  text-align: left;
}



.shg-c#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e0e166e-dca5-42fd-82a5-efd35f4c238d img.shogun-image {
  width: 100%;
}



}
#s-9bf97e97-d4f7-4787-87ab-9e29be24dfdf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bf97e97-d4f7-4787-87ab-9e29be24dfdf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-57ce57fc-d9e5-4712-8a15-7d2df1033ee8 {
  text-align: center;
}

#s-57ce57fc-d9e5-4712-8a15-7d2df1033ee8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-57ce57fc-d9e5-4712-8a15-7d2df1033ee8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-57ce57fc-d9e5-4712-8a15-7d2df1033ee8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9999a44d-236d-45d8-a68e-fb663201f2e5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-9999a44d-236d-45d8-a68e-fb663201f2e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9999a44d-236d-45d8-a68e-fb663201f2e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9999a44d-236d-45d8-a68e-fb663201f2e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9999a44d-236d-45d8-a68e-fb663201f2e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9999a44d-236d-45d8-a68e-fb663201f2e5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-9999a44d-236d-45d8-a68e-fb663201f2e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f068681e-f996-4fb9-a9ee-0f9778b03c8c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f068681e-f996-4fb9-a9ee-0f9778b03c8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f068681e-f996-4fb9-a9ee-0f9778b03c8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f068681e-f996-4fb9-a9ee-0f9778b03c8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f068681e-f996-4fb9-a9ee-0f9778b03c8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-bf42226b-dc8a-410b-8c42-d2c584fb9026 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-c4755914-fc40-4cff-95a5-434bd59cb756 {
  text-align: left;
}



.shg-c#s-c4755914-fc40-4cff-95a5-434bd59cb756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4755914-fc40-4cff-95a5-434bd59cb756 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4755914-fc40-4cff-95a5-434bd59cb756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4755914-fc40-4cff-95a5-434bd59cb756 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4755914-fc40-4cff-95a5-434bd59cb756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4755914-fc40-4cff-95a5-434bd59cb756 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4755914-fc40-4cff-95a5-434bd59cb756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4755914-fc40-4cff-95a5-434bd59cb756 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4755914-fc40-4cff-95a5-434bd59cb756 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4755914-fc40-4cff-95a5-434bd59cb756 img.shogun-image {
  width: 100%;
}



}
#s-9191a3d8-90ab-425c-9325-b390116e1e89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9191a3d8-90ab-425c-9325-b390116e1e89 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-c027ef4b-3376-4008-9f3a-1938bfbc1ae5 {
  text-align: center;
}

#s-c027ef4b-3376-4008-9f3a-1938bfbc1ae5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c027ef4b-3376-4008-9f3a-1938bfbc1ae5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c027ef4b-3376-4008-9f3a-1938bfbc1ae5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-34658873-0c30-49a3-bb21-cd70813f9ed4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-34658873-0c30-49a3-bb21-cd70813f9ed4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34658873-0c30-49a3-bb21-cd70813f9ed4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34658873-0c30-49a3-bb21-cd70813f9ed4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34658873-0c30-49a3-bb21-cd70813f9ed4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34658873-0c30-49a3-bb21-cd70813f9ed4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-34658873-0c30-49a3-bb21-cd70813f9ed4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b13f0d14-f95e-4ee6-999d-8fbac4270ef6 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a {
  text-align: left;
}



.shg-c#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed17eeef-1de9-4122-b2da-f428c17e2b2a img.shogun-image {
  width: 100%;
}



}
#s-b416a6ce-b9cf-4f5e-b282-8ca3929808e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b416a6ce-b9cf-4f5e-b282-8ca3929808e1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-1eada395-4b6e-4314-8710-25de6eae6937 {
  text-align: center;
}

#s-1eada395-4b6e-4314-8710-25de6eae6937 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1eada395-4b6e-4314-8710-25de6eae6937 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1eada395-4b6e-4314-8710-25de6eae6937 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ffd42613-842c-479b-8adb-0f7e8dfdceae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-ffd42613-842c-479b-8adb-0f7e8dfdceae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffd42613-842c-479b-8adb-0f7e8dfdceae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ffd42613-842c-479b-8adb-0f7e8dfdceae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ffd42613-842c-479b-8adb-0f7e8dfdceae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ffd42613-842c-479b-8adb-0f7e8dfdceae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-ffd42613-842c-479b-8adb-0f7e8dfdceae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ff938b53-46ff-40ea-b5ad-f7b23f3282c8 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 {
  text-align: left;
}



.shg-c#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02eea5c5-8f3a-40a2-b3ae-71b4a3b766d8 img.shogun-image {
  width: 100%;
}



}
#s-0666738a-30ac-460d-a274-064293f130d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0666738a-30ac-460d-a274-064293f130d5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-0224a186-5149-4b93-ba3e-ba0ad1a352b1 {
  text-align: center;
}

#s-0224a186-5149-4b93-ba3e-ba0ad1a352b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0224a186-5149-4b93-ba3e-ba0ad1a352b1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0224a186-5149-4b93-ba3e-ba0ad1a352b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb2a5de2-88d5-44f1-ba42-550ffd2bd6f7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-fb2a5de2-88d5-44f1-ba42-550ffd2bd6f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb2a5de2-88d5-44f1-ba42-550ffd2bd6f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb2a5de2-88d5-44f1-ba42-550ffd2bd6f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb2a5de2-88d5-44f1-ba42-550ffd2bd6f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb2a5de2-88d5-44f1-ba42-550ffd2bd6f7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-fb2a5de2-88d5-44f1-ba42-550ffd2bd6f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f9c803ac-069d-4553-b501-66c5c604d752 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 {
  text-align: left;
}



.shg-c#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2be65a23-f7b1-4fbd-a1df-b31368ce2711 img.shogun-image {
  width: 100%;
}



}
#s-a0b2a57e-d112-4c01-8c51-356ddfab9dbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0b2a57e-d112-4c01-8c51-356ddfab9dbc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-9f992eca-8007-4e49-a818-40de6a4efd9b {
  text-align: center;
}

#s-9f992eca-8007-4e49-a818-40de6a4efd9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9f992eca-8007-4e49-a818-40de6a4efd9b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9f992eca-8007-4e49-a818-40de6a4efd9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0dca3130-5f7c-43eb-9eba-36bc5cbd2045 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-0dca3130-5f7c-43eb-9eba-36bc5cbd2045:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dca3130-5f7c-43eb-9eba-36bc5cbd2045:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0dca3130-5f7c-43eb-9eba-36bc5cbd2045 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0dca3130-5f7c-43eb-9eba-36bc5cbd2045.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dca3130-5f7c-43eb-9eba-36bc5cbd2045.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-0dca3130-5f7c-43eb-9eba-36bc5cbd2045.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-90b57f96-e37b-4b96-adc8-31b2b181b85e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-90b57f96-e37b-4b96-adc8-31b2b181b85e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-90b57f96-e37b-4b96-adc8-31b2b181b85e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-90b57f96-e37b-4b96-adc8-31b2b181b85e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-90b57f96-e37b-4b96-adc8-31b2b181b85e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b27a267e-03b8-4424-ac27-ad1a5372d2a8 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-b9985b8d-5873-4614-9b4d-6810396ee46d {
  text-align: left;
}



.shg-c#s-b9985b8d-5873-4614-9b4d-6810396ee46d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9985b8d-5873-4614-9b4d-6810396ee46d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b9985b8d-5873-4614-9b4d-6810396ee46d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9985b8d-5873-4614-9b4d-6810396ee46d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9985b8d-5873-4614-9b4d-6810396ee46d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9985b8d-5873-4614-9b4d-6810396ee46d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9985b8d-5873-4614-9b4d-6810396ee46d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9985b8d-5873-4614-9b4d-6810396ee46d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9985b8d-5873-4614-9b4d-6810396ee46d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9985b8d-5873-4614-9b4d-6810396ee46d img.shogun-image {
  width: 100%;
}



}
#s-42708845-9bf9-48ba-bcc8-2d5546ef3b39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42708845-9bf9-48ba-bcc8-2d5546ef3b39 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-5d278934-cfb5-4975-8f6d-c1a43ee592c5 {
  text-align: center;
}

#s-5d278934-cfb5-4975-8f6d-c1a43ee592c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5d278934-cfb5-4975-8f6d-c1a43ee592c5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5d278934-cfb5-4975-8f6d-c1a43ee592c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2dfcde4-b022-4de7-84b6-f8bf12e699b9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-d2dfcde4-b022-4de7-84b6-f8bf12e699b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2dfcde4-b022-4de7-84b6-f8bf12e699b9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d2dfcde4-b022-4de7-84b6-f8bf12e699b9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2dfcde4-b022-4de7-84b6-f8bf12e699b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2dfcde4-b022-4de7-84b6-f8bf12e699b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-d2dfcde4-b022-4de7-84b6-f8bf12e699b9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e24b95ab-c91a-474e-89ac-c4fd2899468e {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 {
  text-align: left;
}



.shg-c#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f1b50a-4d5d-49b8-8307-d6ede3e6a971 img.shogun-image {
  width: 100%;
}



}
#s-e989e353-8fdb-4345-b3a6-023cf4a07345 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e989e353-8fdb-4345-b3a6-023cf4a07345 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-e726c0c3-b4b3-4f79-81c1-68272af2f3a1 {
  text-align: center;
}

#s-e726c0c3-b4b3-4f79-81c1-68272af2f3a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e726c0c3-b4b3-4f79-81c1-68272af2f3a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e726c0c3-b4b3-4f79-81c1-68272af2f3a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e7bfc49-12c3-418d-9ed9-3c5d93c9ef5c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-5e7bfc49-12c3-418d-9ed9-3c5d93c9ef5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e7bfc49-12c3-418d-9ed9-3c5d93c9ef5c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e7bfc49-12c3-418d-9ed9-3c5d93c9ef5c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e7bfc49-12c3-418d-9ed9-3c5d93c9ef5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e7bfc49-12c3-418d-9ed9-3c5d93c9ef5c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-5e7bfc49-12c3-418d-9ed9-3c5d93c9ef5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-70543cb8-5815-4e8a-b4f1-de71a16badcf {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e {
  text-align: left;
}



.shg-c#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-771c0e8e-d67a-40ff-940d-32227c9a1c7e img.shogun-image {
  width: 100%;
}



}
#s-005395b0-bf98-406d-aea0-8aa60a166733 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-005395b0-bf98-406d-aea0-8aa60a166733 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-fd6b0f54-d6fd-44b0-a8e7-72a0b18359f5 {
  text-align: center;
}

#s-fd6b0f54-d6fd-44b0-a8e7-72a0b18359f5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fd6b0f54-d6fd-44b0-a8e7-72a0b18359f5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fd6b0f54-d6fd-44b0-a8e7-72a0b18359f5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1251bbfc-b276-41ce-b58c-511b3de4dd9f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-1251bbfc-b276-41ce-b58c-511b3de4dd9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1251bbfc-b276-41ce-b58c-511b3de4dd9f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1251bbfc-b276-41ce-b58c-511b3de4dd9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1251bbfc-b276-41ce-b58c-511b3de4dd9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1251bbfc-b276-41ce-b58c-511b3de4dd9f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-1251bbfc-b276-41ce-b58c-511b3de4dd9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-03847d3f-86e0-4b4d-b3f3-7b31210c8aab {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-886db304-cfad-4346-ad93-57d0edd27b8b {
  text-align: left;
}



.shg-c#s-886db304-cfad-4346-ad93-57d0edd27b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-886db304-cfad-4346-ad93-57d0edd27b8b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-886db304-cfad-4346-ad93-57d0edd27b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-886db304-cfad-4346-ad93-57d0edd27b8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-886db304-cfad-4346-ad93-57d0edd27b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-886db304-cfad-4346-ad93-57d0edd27b8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-886db304-cfad-4346-ad93-57d0edd27b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-886db304-cfad-4346-ad93-57d0edd27b8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-886db304-cfad-4346-ad93-57d0edd27b8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-886db304-cfad-4346-ad93-57d0edd27b8b img.shogun-image {
  width: 100%;
}



}
#s-25376158-7811-4347-b5e1-3bd28480c640 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25376158-7811-4347-b5e1-3bd28480c640 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-ea650b60-1416-44a2-b1a2-72523b89ba07 {
  text-align: center;
}

#s-ea650b60-1416-44a2-b1a2-72523b89ba07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ea650b60-1416-44a2-b1a2-72523b89ba07 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ea650b60-1416-44a2-b1a2-72523b89ba07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4308ea6b-6bbc-48cf-8021-5025ef14315e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-4308ea6b-6bbc-48cf-8021-5025ef14315e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4308ea6b-6bbc-48cf-8021-5025ef14315e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4308ea6b-6bbc-48cf-8021-5025ef14315e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4308ea6b-6bbc-48cf-8021-5025ef14315e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4308ea6b-6bbc-48cf-8021-5025ef14315e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-4308ea6b-6bbc-48cf-8021-5025ef14315e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-f6c79707-c106-469e-8169-9d5dc65bdf6d hr {
  border-top: 2px solid #ddd;
}

#s-5f8669fe-b237-4da4-ad71-81bde43f0313 hr {
  border-top: 2px solid #ddd;
}

#s-77272e30-007e-4bfd-97fc-c197a06ab257 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-77272e30-007e-4bfd-97fc-c197a06ab257"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-77272e30-007e-4bfd-97fc-c197a06ab257"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-77272e30-007e-4bfd-97fc-c197a06ab257"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-77272e30-007e-4bfd-97fc-c197a06ab257"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2367bbaf-f196-4f5c-8613-05a53b3c1e2b {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-1d636f37-02c2-476b-974a-611f61f3fc11 {
  text-align: left;
}



.shg-c#s-1d636f37-02c2-476b-974a-611f61f3fc11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d636f37-02c2-476b-974a-611f61f3fc11 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d636f37-02c2-476b-974a-611f61f3fc11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d636f37-02c2-476b-974a-611f61f3fc11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d636f37-02c2-476b-974a-611f61f3fc11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d636f37-02c2-476b-974a-611f61f3fc11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d636f37-02c2-476b-974a-611f61f3fc11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d636f37-02c2-476b-974a-611f61f3fc11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d636f37-02c2-476b-974a-611f61f3fc11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d636f37-02c2-476b-974a-611f61f3fc11 img.shogun-image {
  width: 100%;
}



}
#s-721e028d-ccb1-43f6-829e-a5921cbb5ddc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-721e028d-ccb1-43f6-829e-a5921cbb5ddc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-b46083bb-9c23-4037-8332-1beaa59f9e3c {
  text-align: center;
}

#s-b46083bb-9c23-4037-8332-1beaa59f9e3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b46083bb-9c23-4037-8332-1beaa59f9e3c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b46083bb-9c23-4037-8332-1beaa59f9e3c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-82624cbe-a72b-40bd-8e60-7cdd669a8582 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-82624cbe-a72b-40bd-8e60-7cdd669a8582:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82624cbe-a72b-40bd-8e60-7cdd669a8582:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82624cbe-a72b-40bd-8e60-7cdd669a8582 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82624cbe-a72b-40bd-8e60-7cdd669a8582.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82624cbe-a72b-40bd-8e60-7cdd669a8582.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-82624cbe-a72b-40bd-8e60-7cdd669a8582.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6fa6d20f-8767-4a58-9b72-53fc9aaa3d8d {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-0cfe277d-669d-4093-b958-4717d289dc6e {
  text-align: left;
}



.shg-c#s-0cfe277d-669d-4093-b958-4717d289dc6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cfe277d-669d-4093-b958-4717d289dc6e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0cfe277d-669d-4093-b958-4717d289dc6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cfe277d-669d-4093-b958-4717d289dc6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0cfe277d-669d-4093-b958-4717d289dc6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cfe277d-669d-4093-b958-4717d289dc6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0cfe277d-669d-4093-b958-4717d289dc6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cfe277d-669d-4093-b958-4717d289dc6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0cfe277d-669d-4093-b958-4717d289dc6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cfe277d-669d-4093-b958-4717d289dc6e img.shogun-image {
  width: 100%;
}



}
#s-8ae5aaf0-e7fc-4558-9e29-ad90e5b7d6d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ae5aaf0-e7fc-4558-9e29-ad90e5b7d6d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-5ce6a10d-7a74-4a81-a5e8-dcaef79dcb1e {
  text-align: center;
}

#s-5ce6a10d-7a74-4a81-a5e8-dcaef79dcb1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ce6a10d-7a74-4a81-a5e8-dcaef79dcb1e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5ce6a10d-7a74-4a81-a5e8-dcaef79dcb1e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa4eb094-6753-4fb9-ad6d-af1eb0fa1b11 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-fa4eb094-6753-4fb9-ad6d-af1eb0fa1b11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa4eb094-6753-4fb9-ad6d-af1eb0fa1b11:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa4eb094-6753-4fb9-ad6d-af1eb0fa1b11 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa4eb094-6753-4fb9-ad6d-af1eb0fa1b11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa4eb094-6753-4fb9-ad6d-af1eb0fa1b11.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-fa4eb094-6753-4fb9-ad6d-af1eb0fa1b11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-704ca321-5506-4b19-a1bb-9316494ed50b {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 {
  text-align: left;
}



.shg-c#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7ae18f8-43d3-493e-aa7e-e6c62c7e0653 img.shogun-image {
  width: 100%;
}



}
#s-b343a1c8-f39d-40a7-b9bb-72f67dc18e1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b343a1c8-f39d-40a7-b9bb-72f67dc18e1e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-c8af6ddd-ec83-4a7e-be0e-2b4c17dc8101 {
  text-align: center;
}

#s-c8af6ddd-ec83-4a7e-be0e-2b4c17dc8101 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c8af6ddd-ec83-4a7e-be0e-2b4c17dc8101 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8af6ddd-ec83-4a7e-be0e-2b4c17dc8101 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0372395-8eb8-472f-a732-e081571d4a20 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-c0372395-8eb8-472f-a732-e081571d4a20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0372395-8eb8-472f-a732-e081571d4a20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0372395-8eb8-472f-a732-e081571d4a20 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0372395-8eb8-472f-a732-e081571d4a20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0372395-8eb8-472f-a732-e081571d4a20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-c0372395-8eb8-472f-a732-e081571d4a20.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-23e6f90f-768d-407a-8ddd-4c84c62cd5b8 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-287645f5-6977-43db-b1c4-2cbeee0194c9 {
  text-align: left;
}



.shg-c#s-287645f5-6977-43db-b1c4-2cbeee0194c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-287645f5-6977-43db-b1c4-2cbeee0194c9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-287645f5-6977-43db-b1c4-2cbeee0194c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-287645f5-6977-43db-b1c4-2cbeee0194c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-287645f5-6977-43db-b1c4-2cbeee0194c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-287645f5-6977-43db-b1c4-2cbeee0194c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-287645f5-6977-43db-b1c4-2cbeee0194c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-287645f5-6977-43db-b1c4-2cbeee0194c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-287645f5-6977-43db-b1c4-2cbeee0194c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-287645f5-6977-43db-b1c4-2cbeee0194c9 img.shogun-image {
  width: 100%;
}



}
#s-938571ff-459e-4cb3-b0b5-bf61c2d92527 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-938571ff-459e-4cb3-b0b5-bf61c2d92527 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-48ef4278-1639-4981-9577-cab338edd360 {
  text-align: center;
}

#s-48ef4278-1639-4981-9577-cab338edd360 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-48ef4278-1639-4981-9577-cab338edd360 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-48ef4278-1639-4981-9577-cab338edd360 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-82996f62-3a46-40e9-bb60-2a46d0bc0e97 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-82996f62-3a46-40e9-bb60-2a46d0bc0e97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82996f62-3a46-40e9-bb60-2a46d0bc0e97:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82996f62-3a46-40e9-bb60-2a46d0bc0e97 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82996f62-3a46-40e9-bb60-2a46d0bc0e97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82996f62-3a46-40e9-bb60-2a46d0bc0e97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-82996f62-3a46-40e9-bb60-2a46d0bc0e97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-35b215cf-95ae-4163-8bf8-760302c3ddcf hr {
  border-top: 2px solid #ddd;
}

#s-a1fbb8ba-04c4-40aa-bee0-820d738a233e hr {
  border-top: 2px solid #ddd;
}

#s-47ccbf13-6321-4cc7-8377-abbf86717749 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-47ccbf13-6321-4cc7-8377-abbf86717749"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-47ccbf13-6321-4cc7-8377-abbf86717749"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-47ccbf13-6321-4cc7-8377-abbf86717749"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-47ccbf13-6321-4cc7-8377-abbf86717749"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-89fba875-1107-4866-b81b-94479a876b6b {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e {
  text-align: left;
}



.shg-c#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7545a2d2-7867-4f72-b5ca-33afd3d0e92e img.shogun-image {
  width: 100%;
}



}
#s-01840f6f-59d1-4b21-b860-3bd12338f156 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01840f6f-59d1-4b21-b860-3bd12338f156 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-778ebc8c-d382-4c95-a331-7ee2ed1f89bc {
  text-align: center;
}

#s-778ebc8c-d382-4c95-a331-7ee2ed1f89bc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-778ebc8c-d382-4c95-a331-7ee2ed1f89bc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-778ebc8c-d382-4c95-a331-7ee2ed1f89bc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35566746-db7e-483c-a390-3d20153a7e1a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-35566746-db7e-483c-a390-3d20153a7e1a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35566746-db7e-483c-a390-3d20153a7e1a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35566746-db7e-483c-a390-3d20153a7e1a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35566746-db7e-483c-a390-3d20153a7e1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35566746-db7e-483c-a390-3d20153a7e1a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-35566746-db7e-483c-a390-3d20153a7e1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-78246471-97e6-47a6-aa61-bf1e3b766ca5 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc {
  text-align: left;
}



.shg-c#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4cfb266-44d5-4a69-87ad-5242e85f73cc img.shogun-image {
  width: 100%;
}



}
#s-22be3864-c813-4509-83aa-5a9698d63880 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22be3864-c813-4509-83aa-5a9698d63880 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-0be0ccbb-2a83-418c-8322-87d44a0dd39d {
  text-align: center;
}

#s-0be0ccbb-2a83-418c-8322-87d44a0dd39d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0be0ccbb-2a83-418c-8322-87d44a0dd39d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0be0ccbb-2a83-418c-8322-87d44a0dd39d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-28453b8a-99bd-47f1-8a73-2727290884fb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-28453b8a-99bd-47f1-8a73-2727290884fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28453b8a-99bd-47f1-8a73-2727290884fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28453b8a-99bd-47f1-8a73-2727290884fb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28453b8a-99bd-47f1-8a73-2727290884fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28453b8a-99bd-47f1-8a73-2727290884fb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-28453b8a-99bd-47f1-8a73-2727290884fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a72713be-c26d-4ba3-8638-b36d72161fbd {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff {
  text-align: left;
}



.shg-c#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cad02d1-8203-4b27-a3a3-6a3148da55ff img.shogun-image {
  width: 100%;
}



}
#s-d653d48f-237b-4ace-9a82-119362081113 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d653d48f-237b-4ace-9a82-119362081113 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-da78e62d-e883-4394-86ea-60403b88573f {
  text-align: center;
}

#s-da78e62d-e883-4394-86ea-60403b88573f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-da78e62d-e883-4394-86ea-60403b88573f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-da78e62d-e883-4394-86ea-60403b88573f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-29459d98-a1f9-42d3-bc1f-990478c0844a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-29459d98-a1f9-42d3-bc1f-990478c0844a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29459d98-a1f9-42d3-bc1f-990478c0844a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-29459d98-a1f9-42d3-bc1f-990478c0844a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-29459d98-a1f9-42d3-bc1f-990478c0844a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29459d98-a1f9-42d3-bc1f-990478c0844a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-29459d98-a1f9-42d3-bc1f-990478c0844a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ef18ea38-b0da-4d6a-aa51-65f477902c6a {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-5c791b48-b0c9-404c-a212-95ac01ec3186 {
  text-align: left;
}



.shg-c#s-5c791b48-b0c9-404c-a212-95ac01ec3186 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c791b48-b0c9-404c-a212-95ac01ec3186 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5c791b48-b0c9-404c-a212-95ac01ec3186 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c791b48-b0c9-404c-a212-95ac01ec3186 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5c791b48-b0c9-404c-a212-95ac01ec3186 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c791b48-b0c9-404c-a212-95ac01ec3186 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5c791b48-b0c9-404c-a212-95ac01ec3186 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c791b48-b0c9-404c-a212-95ac01ec3186 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5c791b48-b0c9-404c-a212-95ac01ec3186 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c791b48-b0c9-404c-a212-95ac01ec3186 img.shogun-image {
  width: 100%;
}



}
#s-4a642eaa-32e7-4086-ad0a-018f86eebf86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a642eaa-32e7-4086-ad0a-018f86eebf86 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-99e6f63d-a381-4de8-8544-a69d0c38cdfa {
  text-align: center;
}

#s-99e6f63d-a381-4de8-8544-a69d0c38cdfa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-99e6f63d-a381-4de8-8544-a69d0c38cdfa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-99e6f63d-a381-4de8-8544-a69d0c38cdfa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4ebb49b6-6709-4285-9c41-622e3b8570d9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-4ebb49b6-6709-4285-9c41-622e3b8570d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ebb49b6-6709-4285-9c41-622e3b8570d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4ebb49b6-6709-4285-9c41-622e3b8570d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ebb49b6-6709-4285-9c41-622e3b8570d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ebb49b6-6709-4285-9c41-622e3b8570d9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-4ebb49b6-6709-4285-9c41-622e3b8570d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-400d55c8-ad99-4a46-b275-3e006a3e910c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-400d55c8-ad99-4a46-b275-3e006a3e910c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-400d55c8-ad99-4a46-b275-3e006a3e910c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-400d55c8-ad99-4a46-b275-3e006a3e910c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-400d55c8-ad99-4a46-b275-3e006a3e910c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-5127c257-55dc-483f-a7a4-002cb7927e0b {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-ef3492f0-53a1-467c-b7c2-db652a004bbe {
  text-align: left;
}



.shg-c#s-ef3492f0-53a1-467c-b7c2-db652a004bbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef3492f0-53a1-467c-b7c2-db652a004bbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef3492f0-53a1-467c-b7c2-db652a004bbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef3492f0-53a1-467c-b7c2-db652a004bbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef3492f0-53a1-467c-b7c2-db652a004bbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef3492f0-53a1-467c-b7c2-db652a004bbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef3492f0-53a1-467c-b7c2-db652a004bbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef3492f0-53a1-467c-b7c2-db652a004bbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef3492f0-53a1-467c-b7c2-db652a004bbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef3492f0-53a1-467c-b7c2-db652a004bbe img.shogun-image {
  width: 100%;
}



}
#s-251a508c-345e-4e93-92d3-715618daa39b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-251a508c-345e-4e93-92d3-715618daa39b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-83a9501b-89a4-4d68-9188-0c00e0737e08 {
  text-align: center;
}

#s-83a9501b-89a4-4d68-9188-0c00e0737e08 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-83a9501b-89a4-4d68-9188-0c00e0737e08 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-83a9501b-89a4-4d68-9188-0c00e0737e08 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a5b2bca4-a4a2-4b2d-8417-159acfcb61e9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-a5b2bca4-a4a2-4b2d-8417-159acfcb61e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5b2bca4-a4a2-4b2d-8417-159acfcb61e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5b2bca4-a4a2-4b2d-8417-159acfcb61e9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5b2bca4-a4a2-4b2d-8417-159acfcb61e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5b2bca4-a4a2-4b2d-8417-159acfcb61e9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-a5b2bca4-a4a2-4b2d-8417-159acfcb61e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5cad695f-62a4-44a5-8184-e7662a34777d {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad {
  text-align: left;
}



.shg-c#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7007f1c3-fa5c-4a58-b67d-e39d9e1c0dad img.shogun-image {
  width: 100%;
}



}
#s-7f8ffaf4-9ebb-467d-9db1-fb4da2f4c695 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f8ffaf4-9ebb-467d-9db1-fb4da2f4c695 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-2a05fc22-d35e-4958-8d26-f49ceaafcea6 {
  text-align: center;
}

#s-2a05fc22-d35e-4958-8d26-f49ceaafcea6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2a05fc22-d35e-4958-8d26-f49ceaafcea6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a05fc22-d35e-4958-8d26-f49ceaafcea6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d4deeffd-e435-4eb3-b8ff-c91a91b273e1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-d4deeffd-e435-4eb3-b8ff-c91a91b273e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4deeffd-e435-4eb3-b8ff-c91a91b273e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4deeffd-e435-4eb3-b8ff-c91a91b273e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4deeffd-e435-4eb3-b8ff-c91a91b273e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4deeffd-e435-4eb3-b8ff-c91a91b273e1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-d4deeffd-e435-4eb3-b8ff-c91a91b273e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-efcc72e7-41c3-4053-ad5d-e61ebe87168e {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 {
  text-align: left;
}



.shg-c#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f84cdaee-6479-4796-830d-a12dd61fb0b0 img.shogun-image {
  width: 100%;
}



}
#s-440eacda-ba0f-4159-8133-dec91e686408 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-440eacda-ba0f-4159-8133-dec91e686408 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-3f3a144b-26cf-47a5-af71-d7d02ee736dc {
  text-align: center;
}

#s-3f3a144b-26cf-47a5-af71-d7d02ee736dc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f3a144b-26cf-47a5-af71-d7d02ee736dc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3f3a144b-26cf-47a5-af71-d7d02ee736dc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c435eb8e-b73f-4841-8b36-05d4d046954a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-c435eb8e-b73f-4841-8b36-05d4d046954a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c435eb8e-b73f-4841-8b36-05d4d046954a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c435eb8e-b73f-4841-8b36-05d4d046954a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c435eb8e-b73f-4841-8b36-05d4d046954a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c435eb8e-b73f-4841-8b36-05d4d046954a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-c435eb8e-b73f-4841-8b36-05d4d046954a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-19d41df9-cd86-4a18-b613-006ab0cada74 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d {
  text-align: left;
}



.shg-c#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2d93d4d-b175-45d2-bc5c-20e0290b821d img.shogun-image {
  width: 100%;
}



}
#s-d0c321f1-6034-4d0f-90d5-71886beca70a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0c321f1-6034-4d0f-90d5-71886beca70a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-1d07470d-1328-436f-8aa4-b1daa3706f53 {
  text-align: center;
}

#s-1d07470d-1328-436f-8aa4-b1daa3706f53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1d07470d-1328-436f-8aa4-b1daa3706f53 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1d07470d-1328-436f-8aa4-b1daa3706f53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-af33efb4-2677-46c7-a9a1-b5916f13ed08 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-af33efb4-2677-46c7-a9a1-b5916f13ed08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af33efb4-2677-46c7-a9a1-b5916f13ed08:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af33efb4-2677-46c7-a9a1-b5916f13ed08 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af33efb4-2677-46c7-a9a1-b5916f13ed08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af33efb4-2677-46c7-a9a1-b5916f13ed08.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-af33efb4-2677-46c7-a9a1-b5916f13ed08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c2337e3a-c42a-474b-8669-13bf5e5e6b7d hr {
  border-top: 2px solid #ddd;
}

#s-deafaff3-067c-446e-af60-b4ae0e80a2c0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-deafaff3-067c-446e-af60-b4ae0e80a2c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-deafaff3-067c-446e-af60-b4ae0e80a2c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-deafaff3-067c-446e-af60-b4ae0e80a2c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-deafaff3-067c-446e-af60-b4ae0e80a2c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-33d9fdd6-a733-4309-9dd7-104d780fc98c {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c {
  text-align: left;
}



.shg-c#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ad404b-d18e-4d6b-be5f-abefd85b868c img.shogun-image {
  width: 100%;
}



}
#s-621c74d9-cf86-49d6-9fda-29832e88ac7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-621c74d9-cf86-49d6-9fda-29832e88ac7a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-4f9a1193-b981-4625-bcc2-dbc5171d3e24 {
  text-align: center;
}

#s-4f9a1193-b981-4625-bcc2-dbc5171d3e24 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f9a1193-b981-4625-bcc2-dbc5171d3e24 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4f9a1193-b981-4625-bcc2-dbc5171d3e24 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-84a44014-58ad-418e-8251-aaac4162d619 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-84a44014-58ad-418e-8251-aaac4162d619:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84a44014-58ad-418e-8251-aaac4162d619:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84a44014-58ad-418e-8251-aaac4162d619 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84a44014-58ad-418e-8251-aaac4162d619.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84a44014-58ad-418e-8251-aaac4162d619.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-84a44014-58ad-418e-8251-aaac4162d619.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dc2ddb2c-6241-4ede-856e-4b0121b7cfd5 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-9a24be25-091b-444e-9024-38ea7ea2aa71 {
  text-align: left;
}



.shg-c#s-9a24be25-091b-444e-9024-38ea7ea2aa71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a24be25-091b-444e-9024-38ea7ea2aa71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9a24be25-091b-444e-9024-38ea7ea2aa71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a24be25-091b-444e-9024-38ea7ea2aa71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a24be25-091b-444e-9024-38ea7ea2aa71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a24be25-091b-444e-9024-38ea7ea2aa71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a24be25-091b-444e-9024-38ea7ea2aa71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a24be25-091b-444e-9024-38ea7ea2aa71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a24be25-091b-444e-9024-38ea7ea2aa71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a24be25-091b-444e-9024-38ea7ea2aa71 img.shogun-image {
  width: 100%;
}



}
#s-03c6a079-a297-40b0-9b3f-3d5a0fb9f7c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03c6a079-a297-40b0-9b3f-3d5a0fb9f7c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-f30c8f0e-5eb3-4f94-9544-e689ca5af9bc {
  text-align: center;
}

#s-f30c8f0e-5eb3-4f94-9544-e689ca5af9bc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f30c8f0e-5eb3-4f94-9544-e689ca5af9bc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f30c8f0e-5eb3-4f94-9544-e689ca5af9bc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d9b83be0-510e-4a96-9209-271f9723aa25 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-d9b83be0-510e-4a96-9209-271f9723aa25:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9b83be0-510e-4a96-9209-271f9723aa25:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9b83be0-510e-4a96-9209-271f9723aa25 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9b83be0-510e-4a96-9209-271f9723aa25.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9b83be0-510e-4a96-9209-271f9723aa25.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-d9b83be0-510e-4a96-9209-271f9723aa25.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-61d6f356-362c-4587-8108-4f83e3b9c612 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 {
  text-align: left;
}



.shg-c#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-985f98aa-1649-4b26-9cee-cccc46fd7f15 img.shogun-image {
  width: 100%;
}



}
#s-153916c0-1287-453a-b43f-7dee6df2e71b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-153916c0-1287-453a-b43f-7dee6df2e71b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-bf0dfcbe-f49f-4344-a6c0-154ad2d1a69e {
  text-align: center;
}

#s-bf0dfcbe-f49f-4344-a6c0-154ad2d1a69e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bf0dfcbe-f49f-4344-a6c0-154ad2d1a69e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bf0dfcbe-f49f-4344-a6c0-154ad2d1a69e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8d3aa9ef-4947-4a09-86c7-92092c13ed11 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-8d3aa9ef-4947-4a09-86c7-92092c13ed11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d3aa9ef-4947-4a09-86c7-92092c13ed11:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d3aa9ef-4947-4a09-86c7-92092c13ed11 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d3aa9ef-4947-4a09-86c7-92092c13ed11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d3aa9ef-4947-4a09-86c7-92092c13ed11.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-8d3aa9ef-4947-4a09-86c7-92092c13ed11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a4ee39f3-22c5-4cad-9699-d9057710cd71 {
  box-shadow:0px 0px 4px 1px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 {
  text-align: left;
}



.shg-c#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b65e2e52-ed8e-4a48-a4e4-a4033d70bc48 img.shogun-image {
  width: 100%;
}



}
#s-0936ce18-9e4f-4aad-ae43-a3a352eb0c63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0936ce18-9e4f-4aad-ae43-a3a352eb0c63 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-82cd98b0-7ed9-46a8-bc42-50d233bb70c8 {
  text-align: center;
}

#s-82cd98b0-7ed9-46a8-bc42-50d233bb70c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82cd98b0-7ed9-46a8-bc42-50d233bb70c8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-82cd98b0-7ed9-46a8-bc42-50d233bb70c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(113, 113, 113, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1fbde61-e95b-4890-8b9d-12448aae1172 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(25, 56, 98, 1);
text-align: center;
cursor: pointer;
}
#s-b1fbde61-e95b-4890-8b9d-12448aae1172:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1fbde61-e95b-4890-8b9d-12448aae1172:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b1fbde61-e95b-4890-8b9d-12448aae1172 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1fbde61-e95b-4890-8b9d-12448aae1172.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1fbde61-e95b-4890-8b9d-12448aae1172.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-b1fbde61-e95b-4890-8b9d-12448aae1172.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}