.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-544db547-8f1e-41ca-aac6-bece1f13d26f {
  min-height: 50px;
}








#s-544db547-8f1e-41ca-aac6-bece1f13d26f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-544db547-8f1e-41ca-aac6-bece1f13d26f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-a7364a74-9f7e-49d4-8a3a-d448eedd2a83 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7364a74-9f7e-49d4-8a3a-d448eedd2a83 .shogun-heading-component h1 {
  color: rgba(96, 94, 94, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1a1a444f-8e5d-49ef-a764-2a065ef95fb8 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}

#s-8e04639f-0aae-4602-93e3-7187c2cbb033 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

.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-a38285e4-b8d2-4a8a-a2f6-5270ed68714d {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-a38285e4-b8d2-4a8a-a2f6-5270ed68714d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a38285e4-b8d2-4a8a-a2f6-5270ed68714d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a38285e4-b8d2-4a8a-a2f6-5270ed68714d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a38285e4-b8d2-4a8a-a2f6-5270ed68714d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a38285e4-b8d2-4a8a-a2f6-5270ed68714d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a38285e4-b8d2-4a8a-a2f6-5270ed68714d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a38285e4-b8d2-4a8a-a2f6-5270ed68714d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-536cc4e8-10ef-4704-9a2b-262c49cfe7df {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-536cc4e8-10ef-4704-9a2b-262c49cfe7df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-536cc4e8-10ef-4704-9a2b-262c49cfe7df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-536cc4e8-10ef-4704-9a2b-262c49cfe7df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-536cc4e8-10ef-4704-9a2b-262c49cfe7df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-536cc4e8-10ef-4704-9a2b-262c49cfe7df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-536cc4e8-10ef-4704-9a2b-262c49cfe7df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-536cc4e8-10ef-4704-9a2b-262c49cfe7df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-562d0821-1f99-4810-8e78-3fa6052672b2 {
  display: none;
}
.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-10b52091-5255-4956-9363-19e4df4be31f {
  text-align: left;
}



.shg-c#s-10b52091-5255-4956-9363-19e4df4be31f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b52091-5255-4956-9363-19e4df4be31f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-10b52091-5255-4956-9363-19e4df4be31f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b52091-5255-4956-9363-19e4df4be31f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10b52091-5255-4956-9363-19e4df4be31f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b52091-5255-4956-9363-19e4df4be31f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10b52091-5255-4956-9363-19e4df4be31f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b52091-5255-4956-9363-19e4df4be31f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10b52091-5255-4956-9363-19e4df4be31f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b52091-5255-4956-9363-19e4df4be31f img.shogun-image {
  width: 100%;
}



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

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

#s-ebe60857-b7bb-46a3-aae8-d07aefaf2831 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebe60857-b7bb-46a3-aae8-d07aefaf2831 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8a4faad7-a3a0-426b-8dfe-af3b6c4b172d {
  text-align: center;
}

#s-8a4faad7-a3a0-426b-8dfe-af3b6c4b172d .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8a4faad7-a3a0-426b-8dfe-af3b6c4b172d .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a4faad7-a3a0-426b-8dfe-af3b6c4b172d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

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

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

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

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

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

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

#s-f707310a-1287-4530-9c6b-ed32028cb9df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f707310a-1287-4530-9c6b-ed32028cb9df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f707310a-1287-4530-9c6b-ed32028cb9df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f707310a-1287-4530-9c6b-ed32028cb9df-root {
    text-align: center;
  }


#s-f707310a-1287-4530-9c6b-ed32028cb9df.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f707310a-1287-4530-9c6b-ed32028cb9df-root {
    text-align: center;
  }


#s-f707310a-1287-4530-9c6b-ed32028cb9df.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f707310a-1287-4530-9c6b-ed32028cb9df-root {
    text-align: center;
  }


#s-f707310a-1287-4530-9c6b-ed32028cb9df.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f707310a-1287-4530-9c6b-ed32028cb9df-root {
    text-align: center;
  }


#s-f707310a-1287-4530-9c6b-ed32028cb9df.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f707310a-1287-4530-9c6b-ed32028cb9df-root {
    text-align: center;
  }


#s-f707310a-1287-4530-9c6b-ed32028cb9df.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-f707310a-1287-4530-9c6b-ed32028cb9df-root {
    text-align: center;
  }


#s-f707310a-1287-4530-9c6b-ed32028cb9df.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-ff45ac24-a2b1-4086-9f5c-32d49db8622b {
  display: none;
}
#s-69f5ba93-2064-4aed-9c47-d50278c40509 {
  text-align: left;
}



.shg-c#s-69f5ba93-2064-4aed-9c47-d50278c40509 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69f5ba93-2064-4aed-9c47-d50278c40509 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-69f5ba93-2064-4aed-9c47-d50278c40509 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69f5ba93-2064-4aed-9c47-d50278c40509 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69f5ba93-2064-4aed-9c47-d50278c40509 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69f5ba93-2064-4aed-9c47-d50278c40509 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69f5ba93-2064-4aed-9c47-d50278c40509 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69f5ba93-2064-4aed-9c47-d50278c40509 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69f5ba93-2064-4aed-9c47-d50278c40509 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69f5ba93-2064-4aed-9c47-d50278c40509 img.shogun-image {
  width: 100%;
}



}
#s-72e88f2c-0f34-46f2-8b09-72937d00e965 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72e88f2c-0f34-46f2-8b09-72937d00e965 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d0f328a3-10fb-4c94-b7ca-28dc3c7a0826 {
  text-align: center;
}

#s-d0f328a3-10fb-4c94-b7ca-28dc3c7a0826 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d0f328a3-10fb-4c94-b7ca-28dc3c7a0826 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d0f328a3-10fb-4c94-b7ca-28dc3c7a0826 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-81adf373-e8a0-4537-b150-6ba48aa25ca9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-81adf373-e8a0-4537-b150-6ba48aa25ca9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81adf373-e8a0-4537-b150-6ba48aa25ca9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81adf373-e8a0-4537-b150-6ba48aa25ca9-root {
    text-align: center;
  }


#s-81adf373-e8a0-4537-b150-6ba48aa25ca9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81adf373-e8a0-4537-b150-6ba48aa25ca9-root {
    text-align: center;
  }


#s-81adf373-e8a0-4537-b150-6ba48aa25ca9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81adf373-e8a0-4537-b150-6ba48aa25ca9-root {
    text-align: center;
  }


#s-81adf373-e8a0-4537-b150-6ba48aa25ca9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81adf373-e8a0-4537-b150-6ba48aa25ca9-root {
    text-align: center;
  }


#s-81adf373-e8a0-4537-b150-6ba48aa25ca9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81adf373-e8a0-4537-b150-6ba48aa25ca9-root {
    text-align: center;
  }


#s-81adf373-e8a0-4537-b150-6ba48aa25ca9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-81adf373-e8a0-4537-b150-6ba48aa25ca9-root {
    text-align: center;
  }


#s-81adf373-e8a0-4537-b150-6ba48aa25ca9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-5e1bc5b5-40ab-4109-8401-824f6fd80ce9 {
  display: none;
}
#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 {
  text-align: left;
}



.shg-c#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f81ce6a-f3dd-48fa-9827-b87e9ed9b788 img.shogun-image {
  width: 100%;
}



}
#s-4da2fe26-40ff-487d-9fda-0baf568526b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4da2fe26-40ff-487d-9fda-0baf568526b8 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b9deecac-67b7-4fe9-90f5-4872beb50eef {
  text-align: center;
}

#s-b9deecac-67b7-4fe9-90f5-4872beb50eef .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b9deecac-67b7-4fe9-90f5-4872beb50eef .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b9deecac-67b7-4fe9-90f5-4872beb50eef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e199f874-8791-45cc-b0d0-5cc348ca88ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e199f874-8791-45cc-b0d0-5cc348ca88ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e199f874-8791-45cc-b0d0-5cc348ca88ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e199f874-8791-45cc-b0d0-5cc348ca88ad-root {
    text-align: center;
  }


#s-e199f874-8791-45cc-b0d0-5cc348ca88ad.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e199f874-8791-45cc-b0d0-5cc348ca88ad-root {
    text-align: center;
  }


#s-e199f874-8791-45cc-b0d0-5cc348ca88ad.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e199f874-8791-45cc-b0d0-5cc348ca88ad-root {
    text-align: center;
  }


#s-e199f874-8791-45cc-b0d0-5cc348ca88ad.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e199f874-8791-45cc-b0d0-5cc348ca88ad-root {
    text-align: center;
  }


#s-e199f874-8791-45cc-b0d0-5cc348ca88ad.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e199f874-8791-45cc-b0d0-5cc348ca88ad-root {
    text-align: center;
  }


#s-e199f874-8791-45cc-b0d0-5cc348ca88ad.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-e199f874-8791-45cc-b0d0-5cc348ca88ad-root {
    text-align: center;
  }


#s-e199f874-8791-45cc-b0d0-5cc348ca88ad.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-672bfb2a-881a-4ea3-9e3a-d2f13f9d8555 {
  display: none;
}
#s-501f7c4d-3275-4de6-8da7-c661ab237028 {
  text-align: left;
}



.shg-c#s-501f7c4d-3275-4de6-8da7-c661ab237028 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501f7c4d-3275-4de6-8da7-c661ab237028 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-501f7c4d-3275-4de6-8da7-c661ab237028 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501f7c4d-3275-4de6-8da7-c661ab237028 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-501f7c4d-3275-4de6-8da7-c661ab237028 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501f7c4d-3275-4de6-8da7-c661ab237028 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-501f7c4d-3275-4de6-8da7-c661ab237028 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501f7c4d-3275-4de6-8da7-c661ab237028 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-501f7c4d-3275-4de6-8da7-c661ab237028 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-501f7c4d-3275-4de6-8da7-c661ab237028 img.shogun-image {
  width: 100%;
}



}
#s-9cbc01fb-985f-4667-8feb-bc18f3d4731d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cbc01fb-985f-4667-8feb-bc18f3d4731d .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4abb50b9-0105-4fdb-91ad-d432ab270ba7 {
  text-align: center;
}

#s-4abb50b9-0105-4fdb-91ad-d432ab270ba7 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4abb50b9-0105-4fdb-91ad-d432ab270ba7 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4abb50b9-0105-4fdb-91ad-d432ab270ba7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-55dd7c11-6605-4676-ac85-27313d86e572 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-55dd7c11-6605-4676-ac85-27313d86e572:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55dd7c11-6605-4676-ac85-27313d86e572:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55dd7c11-6605-4676-ac85-27313d86e572-root {
    text-align: center;
  }


#s-55dd7c11-6605-4676-ac85-27313d86e572.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55dd7c11-6605-4676-ac85-27313d86e572-root {
    text-align: center;
  }


#s-55dd7c11-6605-4676-ac85-27313d86e572.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55dd7c11-6605-4676-ac85-27313d86e572-root {
    text-align: center;
  }


#s-55dd7c11-6605-4676-ac85-27313d86e572.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55dd7c11-6605-4676-ac85-27313d86e572-root {
    text-align: center;
  }


#s-55dd7c11-6605-4676-ac85-27313d86e572.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55dd7c11-6605-4676-ac85-27313d86e572-root {
    text-align: center;
  }


#s-55dd7c11-6605-4676-ac85-27313d86e572.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-55dd7c11-6605-4676-ac85-27313d86e572-root {
    text-align: center;
  }


#s-55dd7c11-6605-4676-ac85-27313d86e572.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-492bb70f-5ed7-4b90-87ce-30308a1c9437 {
  display: none;
}
#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd {
  text-align: left;
}



.shg-c#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f57020-89a7-4f60-8ad3-fb4f4d0076dd img.shogun-image {
  width: 100%;
}



}
#s-fa8df03f-db78-4e0c-9d10-c698164db75e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa8df03f-db78-4e0c-9d10-c698164db75e .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7e6eca2b-0ac9-4699-a1ff-7a2d1aedab95 {
  text-align: center;
}

#s-7e6eca2b-0ac9-4699-a1ff-7a2d1aedab95 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7e6eca2b-0ac9-4699-a1ff-7a2d1aedab95 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7e6eca2b-0ac9-4699-a1ff-7a2d1aedab95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9-root {
    text-align: center;
  }


#s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9-root {
    text-align: center;
  }


#s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9-root {
    text-align: center;
  }


#s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9-root {
    text-align: center;
  }


#s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9-root {
    text-align: center;
  }


#s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9-root {
    text-align: center;
  }


#s-ac39f8d1-e6e5-43d0-b1be-1b9928c68ea9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-95106193-a3d7-4835-b30c-504a0206001c {
  display: none;
}
#s-3a7c6447-77a6-42b9-b88e-b824448db08f {
  text-align: left;
}



.shg-c#s-3a7c6447-77a6-42b9-b88e-b824448db08f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a7c6447-77a6-42b9-b88e-b824448db08f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3a7c6447-77a6-42b9-b88e-b824448db08f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a7c6447-77a6-42b9-b88e-b824448db08f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a7c6447-77a6-42b9-b88e-b824448db08f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a7c6447-77a6-42b9-b88e-b824448db08f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a7c6447-77a6-42b9-b88e-b824448db08f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a7c6447-77a6-42b9-b88e-b824448db08f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a7c6447-77a6-42b9-b88e-b824448db08f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a7c6447-77a6-42b9-b88e-b824448db08f img.shogun-image {
  width: 100%;
}



}
#s-ff8645be-4845-4df7-9ad8-6d3aa383a1b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff8645be-4845-4df7-9ad8-6d3aa383a1b9 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-78338d7e-ae3b-45a9-aa83-64a536b9ae46 {
  text-align: center;
}

#s-78338d7e-ae3b-45a9-aa83-64a536b9ae46 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78338d7e-ae3b-45a9-aa83-64a536b9ae46 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-78338d7e-ae3b-45a9-aa83-64a536b9ae46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67-root {
    text-align: center;
  }


#s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67-root {
    text-align: center;
  }


#s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67-root {
    text-align: center;
  }


#s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67-root {
    text-align: center;
  }


#s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67-root {
    text-align: center;
  }


#s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67-root {
    text-align: center;
  }


#s-12db2ed2-292c-4cf0-be51-2e5ff0d61f67.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-0f196043-24b2-4b1e-a524-24c93548848b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 3em;
padding-bottom: 3em;
min-height: 50px;
background-position: center center;
}








#s-0f196043-24b2-4b1e-a524-24c93548848b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0f196043-24b2-4b1e-a524-24c93548848b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8143a3d9-347d-46f3-86bc-ab26aee742f6 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-8143a3d9-347d-46f3-86bc-ab26aee742f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8143a3d9-347d-46f3-86bc-ab26aee742f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8143a3d9-347d-46f3-86bc-ab26aee742f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8143a3d9-347d-46f3-86bc-ab26aee742f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d1fea7a2-9ec6-42b1-bf51-c5677dcc01b2 {
  margin-left: auto;
margin-right: auto;
}

#s-286d0e9c-fd8a-461c-b25f-4561d590fa46 {
  min-height: 50px;
}








#s-286d0e9c-fd8a-461c-b25f-4561d590fa46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-286d0e9c-fd8a-461c-b25f-4561d590fa46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3df06095-1c58-4f30-874b-cf8a8540bae4 {
  margin-left: auto;
margin-right: auto;
}

#s-9ebe0bd3-66ad-4d43-8707-541e19d6a5ad {
  min-height: 50px;
}








#s-9ebe0bd3-66ad-4d43-8707-541e19d6a5ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ebe0bd3-66ad-4d43-8707-541e19d6a5ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-498f2b37-3005-41db-a9b9-5de3d30dc056 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-390577a1-3a62-41e7-ab45-99c19fe8c1d1 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-bottom: 2em;
min-height: 300px;
background-position: center center;
}








#s-390577a1-3a62-41e7-ab45-99c19fe8c1d1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-390577a1-3a62-41e7-ab45-99c19fe8c1d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a738a01-cd13-48e1-bfe3-4dbd3c5f3824 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-5a738a01-cd13-48e1-bfe3-4dbd3c5f3824"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a738a01-cd13-48e1-bfe3-4dbd3c5f3824"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a738a01-cd13-48e1-bfe3-4dbd3c5f3824"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a738a01-cd13-48e1-bfe3-4dbd3c5f3824"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a738a01-cd13-48e1-bfe3-4dbd3c5f3824"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a738a01-cd13-48e1-bfe3-4dbd3c5f3824"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a738a01-cd13-48e1-bfe3-4dbd3c5f3824"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-059e3e0a-18cc-470a-80e3-4fd00d284a63 {
  margin-left: 15px;
margin-right: 15px;
}

#s-c539af45-559f-49af-ae44-36fd67b26b23 {
  min-height: 50px;
}








#s-c539af45-559f-49af-ae44-36fd67b26b23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c539af45-559f-49af-ae44-36fd67b26b23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d39eb3e-4a5e-4904-8727-6f293bf1ab35 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-1d39eb3e-4a5e-4904-8727-6f293bf1ab35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d39eb3e-4a5e-4904-8727-6f293bf1ab35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d39eb3e-4a5e-4904-8727-6f293bf1ab35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d39eb3e-4a5e-4904-8727-6f293bf1ab35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d39eb3e-4a5e-4904-8727-6f293bf1ab35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d39eb3e-4a5e-4904-8727-6f293bf1ab35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d39eb3e-4a5e-4904-8727-6f293bf1ab35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-7ce97519-ab01-4d6b-ac43-f99e5609074f {
  display: none;
}
#s-d731905a-affb-4df9-9901-d24d39f8e41a {
  text-align: left;
}



.shg-c#s-d731905a-affb-4df9-9901-d24d39f8e41a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d731905a-affb-4df9-9901-d24d39f8e41a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d731905a-affb-4df9-9901-d24d39f8e41a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d731905a-affb-4df9-9901-d24d39f8e41a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d731905a-affb-4df9-9901-d24d39f8e41a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d731905a-affb-4df9-9901-d24d39f8e41a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d731905a-affb-4df9-9901-d24d39f8e41a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d731905a-affb-4df9-9901-d24d39f8e41a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d731905a-affb-4df9-9901-d24d39f8e41a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d731905a-affb-4df9-9901-d24d39f8e41a img.shogun-image {
  width: 100%;
}



}
#s-9bcc112f-b848-471f-9d6d-4a54fc79c5bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bcc112f-b848-471f-9d6d-4a54fc79c5bd .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-48230784-70ad-44fe-96a0-31f305a42a5f {
  text-align: center;
}

#s-48230784-70ad-44fe-96a0-31f305a42a5f .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-48230784-70ad-44fe-96a0-31f305a42a5f .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-48230784-70ad-44fe-96a0-31f305a42a5f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f93ffbe0-2766-4837-a65e-c2860d034e04 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f93ffbe0-2766-4837-a65e-c2860d034e04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f93ffbe0-2766-4837-a65e-c2860d034e04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f93ffbe0-2766-4837-a65e-c2860d034e04-root {
    text-align: center;
  }


#s-f93ffbe0-2766-4837-a65e-c2860d034e04.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f93ffbe0-2766-4837-a65e-c2860d034e04-root {
    text-align: center;
  }


#s-f93ffbe0-2766-4837-a65e-c2860d034e04.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f93ffbe0-2766-4837-a65e-c2860d034e04-root {
    text-align: center;
  }


#s-f93ffbe0-2766-4837-a65e-c2860d034e04.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f93ffbe0-2766-4837-a65e-c2860d034e04-root {
    text-align: center;
  }


#s-f93ffbe0-2766-4837-a65e-c2860d034e04.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f93ffbe0-2766-4837-a65e-c2860d034e04-root {
    text-align: center;
  }


#s-f93ffbe0-2766-4837-a65e-c2860d034e04.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-f93ffbe0-2766-4837-a65e-c2860d034e04-root {
    text-align: center;
  }


#s-f93ffbe0-2766-4837-a65e-c2860d034e04.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-e40da22b-0287-46fa-9ba4-2199234d39c1 {
  display: none;
}
#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f {
  text-align: left;
}



.shg-c#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c22f3ec-afc4-473f-b83e-4b5b91ea512f img.shogun-image {
  width: 100%;
}



}
#s-e956ec6a-451b-4258-a25b-b635a837e10a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e956ec6a-451b-4258-a25b-b635a837e10a .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f9ff5cd6-952a-4e4f-90fd-5fdefff1ec28 {
  text-align: center;
}

#s-f9ff5cd6-952a-4e4f-90fd-5fdefff1ec28 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f9ff5cd6-952a-4e4f-90fd-5fdefff1ec28 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f9ff5cd6-952a-4e4f-90fd-5fdefff1ec28 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-debbfde0-58cb-4d83-91d4-4df6e881f6d0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-debbfde0-58cb-4d83-91d4-4df6e881f6d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-debbfde0-58cb-4d83-91d4-4df6e881f6d0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-debbfde0-58cb-4d83-91d4-4df6e881f6d0-root {
    text-align: center;
  }


#s-debbfde0-58cb-4d83-91d4-4df6e881f6d0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-debbfde0-58cb-4d83-91d4-4df6e881f6d0-root {
    text-align: center;
  }


#s-debbfde0-58cb-4d83-91d4-4df6e881f6d0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-debbfde0-58cb-4d83-91d4-4df6e881f6d0-root {
    text-align: center;
  }


#s-debbfde0-58cb-4d83-91d4-4df6e881f6d0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-debbfde0-58cb-4d83-91d4-4df6e881f6d0-root {
    text-align: center;
  }


#s-debbfde0-58cb-4d83-91d4-4df6e881f6d0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-debbfde0-58cb-4d83-91d4-4df6e881f6d0-root {
    text-align: center;
  }


#s-debbfde0-58cb-4d83-91d4-4df6e881f6d0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-debbfde0-58cb-4d83-91d4-4df6e881f6d0-root {
    text-align: center;
  }


#s-debbfde0-58cb-4d83-91d4-4df6e881f6d0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-9b7aed29-b89f-4647-9a7d-0a84764ef8c8 {
  display: none;
}
#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 {
  text-align: left;
}



.shg-c#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2082d8c8-1e8c-4eb0-98df-818d740aabd2 img.shogun-image {
  width: 100%;
}



}
#s-55870032-b7e6-4dd1-8c0d-9c60b812711a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55870032-b7e6-4dd1-8c0d-9c60b812711a .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-af39dcf2-4a38-4172-a389-66b1224c1026 {
  text-align: center;
}

#s-af39dcf2-4a38-4172-a389-66b1224c1026 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-af39dcf2-4a38-4172-a389-66b1224c1026 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-af39dcf2-4a38-4172-a389-66b1224c1026 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2585a0c7-7815-44e0-b92d-d8d0d47b5766 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2585a0c7-7815-44e0-b92d-d8d0d47b5766:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2585a0c7-7815-44e0-b92d-d8d0d47b5766:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2585a0c7-7815-44e0-b92d-d8d0d47b5766-root {
    text-align: center;
  }


#s-2585a0c7-7815-44e0-b92d-d8d0d47b5766.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2585a0c7-7815-44e0-b92d-d8d0d47b5766-root {
    text-align: center;
  }


#s-2585a0c7-7815-44e0-b92d-d8d0d47b5766.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2585a0c7-7815-44e0-b92d-d8d0d47b5766-root {
    text-align: center;
  }


#s-2585a0c7-7815-44e0-b92d-d8d0d47b5766.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2585a0c7-7815-44e0-b92d-d8d0d47b5766-root {
    text-align: center;
  }


#s-2585a0c7-7815-44e0-b92d-d8d0d47b5766.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2585a0c7-7815-44e0-b92d-d8d0d47b5766-root {
    text-align: center;
  }


#s-2585a0c7-7815-44e0-b92d-d8d0d47b5766.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-2585a0c7-7815-44e0-b92d-d8d0d47b5766-root {
    text-align: center;
  }


#s-2585a0c7-7815-44e0-b92d-d8d0d47b5766.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-2e470c5d-8e3f-44f1-9316-f91edd9b59d5 {
  display: none;
}
#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 {
  text-align: left;
}



.shg-c#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e416d9f7-ae9f-41eb-93a0-8e30b5e8fe08 img.shogun-image {
  width: 100%;
}



}
#s-11c49f70-4348-43ab-afed-3139abe74647 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11c49f70-4348-43ab-afed-3139abe74647 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-88678636-52be-4872-969c-d90ab03a80e1 {
  text-align: center;
}

#s-88678636-52be-4872-969c-d90ab03a80e1 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-88678636-52be-4872-969c-d90ab03a80e1 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-88678636-52be-4872-969c-d90ab03a80e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7-root {
    text-align: center;
  }


#s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7-root {
    text-align: center;
  }


#s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7-root {
    text-align: center;
  }


#s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7-root {
    text-align: center;
  }


#s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7-root {
    text-align: center;
  }


#s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7-root {
    text-align: center;
  }


#s-e9d0f9f2-042b-4e02-828b-f3179d56c7e7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-6f3eb088-2220-43a5-9d84-11366959a48a {
  display: none;
}
#s-e02a941e-2134-45bf-929d-e1d05f915453 {
  text-align: left;
}



.shg-c#s-e02a941e-2134-45bf-929d-e1d05f915453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e02a941e-2134-45bf-929d-e1d05f915453 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e02a941e-2134-45bf-929d-e1d05f915453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e02a941e-2134-45bf-929d-e1d05f915453 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e02a941e-2134-45bf-929d-e1d05f915453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e02a941e-2134-45bf-929d-e1d05f915453 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e02a941e-2134-45bf-929d-e1d05f915453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e02a941e-2134-45bf-929d-e1d05f915453 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e02a941e-2134-45bf-929d-e1d05f915453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e02a941e-2134-45bf-929d-e1d05f915453 img.shogun-image {
  width: 100%;
}



}
#s-fbc3523d-4451-4a60-8ad8-a067b09db085 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbc3523d-4451-4a60-8ad8-a067b09db085 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9bca3759-c1e2-4a7b-a55e-39e3ca19402a {
  text-align: center;
}

#s-9bca3759-c1e2-4a7b-a55e-39e3ca19402a .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9bca3759-c1e2-4a7b-a55e-39e3ca19402a .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9bca3759-c1e2-4a7b-a55e-39e3ca19402a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0966365f-69fb-4df8-8c84-b098c12fe26d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0966365f-69fb-4df8-8c84-b098c12fe26d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0966365f-69fb-4df8-8c84-b098c12fe26d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0966365f-69fb-4df8-8c84-b098c12fe26d-root {
    text-align: center;
  }


#s-0966365f-69fb-4df8-8c84-b098c12fe26d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0966365f-69fb-4df8-8c84-b098c12fe26d-root {
    text-align: center;
  }


#s-0966365f-69fb-4df8-8c84-b098c12fe26d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0966365f-69fb-4df8-8c84-b098c12fe26d-root {
    text-align: center;
  }


#s-0966365f-69fb-4df8-8c84-b098c12fe26d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0966365f-69fb-4df8-8c84-b098c12fe26d-root {
    text-align: center;
  }


#s-0966365f-69fb-4df8-8c84-b098c12fe26d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0966365f-69fb-4df8-8c84-b098c12fe26d-root {
    text-align: center;
  }


#s-0966365f-69fb-4df8-8c84-b098c12fe26d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-0966365f-69fb-4df8-8c84-b098c12fe26d-root {
    text-align: center;
  }


#s-0966365f-69fb-4df8-8c84-b098c12fe26d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-670822c9-0b2d-4955-a3b4-7b2bd468ee55 {
  display: none;
}
#s-683f1eaa-dae0-4150-8e44-098e089374f3 {
  text-align: left;
}



.shg-c#s-683f1eaa-dae0-4150-8e44-098e089374f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-683f1eaa-dae0-4150-8e44-098e089374f3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-683f1eaa-dae0-4150-8e44-098e089374f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-683f1eaa-dae0-4150-8e44-098e089374f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-683f1eaa-dae0-4150-8e44-098e089374f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-683f1eaa-dae0-4150-8e44-098e089374f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-683f1eaa-dae0-4150-8e44-098e089374f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-683f1eaa-dae0-4150-8e44-098e089374f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-683f1eaa-dae0-4150-8e44-098e089374f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-683f1eaa-dae0-4150-8e44-098e089374f3 img.shogun-image {
  width: 100%;
}



}
#s-3582dd86-3ec1-48ac-949e-36fcb994d526 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3582dd86-3ec1-48ac-949e-36fcb994d526 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e12c984e-c590-416d-944d-e07419c7e853 {
  text-align: center;
}

#s-e12c984e-c590-416d-944d-e07419c7e853 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e12c984e-c590-416d-944d-e07419c7e853 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e12c984e-c590-416d-944d-e07419c7e853 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31b69d74-8077-450b-8ee2-9741b06b8ce8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-31b69d74-8077-450b-8ee2-9741b06b8ce8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31b69d74-8077-450b-8ee2-9741b06b8ce8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31b69d74-8077-450b-8ee2-9741b06b8ce8-root {
    text-align: center;
  }


#s-31b69d74-8077-450b-8ee2-9741b06b8ce8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31b69d74-8077-450b-8ee2-9741b06b8ce8-root {
    text-align: center;
  }


#s-31b69d74-8077-450b-8ee2-9741b06b8ce8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31b69d74-8077-450b-8ee2-9741b06b8ce8-root {
    text-align: center;
  }


#s-31b69d74-8077-450b-8ee2-9741b06b8ce8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31b69d74-8077-450b-8ee2-9741b06b8ce8-root {
    text-align: center;
  }


#s-31b69d74-8077-450b-8ee2-9741b06b8ce8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31b69d74-8077-450b-8ee2-9741b06b8ce8-root {
    text-align: center;
  }


#s-31b69d74-8077-450b-8ee2-9741b06b8ce8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-31b69d74-8077-450b-8ee2-9741b06b8ce8-root {
    text-align: center;
  }


#s-31b69d74-8077-450b-8ee2-9741b06b8ce8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-cf699561-f73a-4f50-ada0-d7ec754a443e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-bottom: 2em;
min-height: 50px;
background-color: rgba(126, 202, 188, 1);
}








#s-cf699561-f73a-4f50-ada0-d7ec754a443e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf699561-f73a-4f50-ada0-d7ec754a443e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3153dab1-6735-4249-9324-aa956b7800f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3153dab1-6735-4249-9324-aa956b7800f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-46224558-d8ab-414d-b700-351f124543bf {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-46224558-d8ab-414d-b700-351f124543bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46224558-d8ab-414d-b700-351f124543bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46224558-d8ab-414d-b700-351f124543bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-46224558-d8ab-414d-b700-351f124543bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46224558-d8ab-414d-b700-351f124543bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-46224558-d8ab-414d-b700-351f124543bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46224558-d8ab-414d-b700-351f124543bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-3f1ce065-7caa-4113-902b-2c55c90ded76 {
  margin-left: 15px;
margin-right: 15px;
}

#s-080c2093-5e15-418a-ae12-b13a0561b361 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-080c2093-5e15-418a-ae12-b13a0561b361"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-080c2093-5e15-418a-ae12-b13a0561b361"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-080c2093-5e15-418a-ae12-b13a0561b361"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-080c2093-5e15-418a-ae12-b13a0561b361"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-080c2093-5e15-418a-ae12-b13a0561b361"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-080c2093-5e15-418a-ae12-b13a0561b361"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-080c2093-5e15-418a-ae12-b13a0561b361"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-5f5796d4-32bd-4921-879c-582b8653d641 {
  display: none;
}
#s-d6d5b8c8-220e-4937-849d-deecf506735f {
  text-align: left;
}



.shg-c#s-d6d5b8c8-220e-4937-849d-deecf506735f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6d5b8c8-220e-4937-849d-deecf506735f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d6d5b8c8-220e-4937-849d-deecf506735f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6d5b8c8-220e-4937-849d-deecf506735f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6d5b8c8-220e-4937-849d-deecf506735f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6d5b8c8-220e-4937-849d-deecf506735f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6d5b8c8-220e-4937-849d-deecf506735f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6d5b8c8-220e-4937-849d-deecf506735f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6d5b8c8-220e-4937-849d-deecf506735f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6d5b8c8-220e-4937-849d-deecf506735f img.shogun-image {
  width: 100%;
}



}
#s-07c39bcd-5b0b-4201-80d6-df87db1cc0b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07c39bcd-5b0b-4201-80d6-df87db1cc0b4 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ccdae16b-41d7-4bdf-9f3e-786fcc6e8825 {
  text-align: center;
}

#s-ccdae16b-41d7-4bdf-9f3e-786fcc6e8825 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ccdae16b-41d7-4bdf-9f3e-786fcc6e8825 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ccdae16b-41d7-4bdf-9f3e-786fcc6e8825 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec-root {
    text-align: center;
  }


#s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec-root {
    text-align: center;
  }


#s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec-root {
    text-align: center;
  }


#s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec-root {
    text-align: center;
  }


#s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec-root {
    text-align: center;
  }


#s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec-root {
    text-align: center;
  }


#s-f08ca3b7-1035-491f-8f27-1c7f81d3a9ec.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-192eba08-25f6-4be7-88ab-77504a669330 {
  display: none;
}
#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 {
  text-align: left;
}



.shg-c#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b81eac61-5cd0-4e19-bfe9-30745c71c039 img.shogun-image {
  width: 100%;
}



}
#s-c5b4f2cd-aab7-42c7-9f71-f63bc4304d6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5b4f2cd-aab7-42c7-9f71-f63bc4304d6c .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-12cf69aa-b76e-4ed6-8ed3-5f317f90f800 {
  text-align: center;
}

#s-12cf69aa-b76e-4ed6-8ed3-5f317f90f800 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-12cf69aa-b76e-4ed6-8ed3-5f317f90f800 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-12cf69aa-b76e-4ed6-8ed3-5f317f90f800 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-729fb110-5286-4c5a-87cb-350d13bc1f0a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-729fb110-5286-4c5a-87cb-350d13bc1f0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-729fb110-5286-4c5a-87cb-350d13bc1f0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-729fb110-5286-4c5a-87cb-350d13bc1f0a-root {
    text-align: center;
  }


#s-729fb110-5286-4c5a-87cb-350d13bc1f0a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-729fb110-5286-4c5a-87cb-350d13bc1f0a-root {
    text-align: center;
  }


#s-729fb110-5286-4c5a-87cb-350d13bc1f0a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-729fb110-5286-4c5a-87cb-350d13bc1f0a-root {
    text-align: center;
  }


#s-729fb110-5286-4c5a-87cb-350d13bc1f0a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-729fb110-5286-4c5a-87cb-350d13bc1f0a-root {
    text-align: center;
  }


#s-729fb110-5286-4c5a-87cb-350d13bc1f0a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-729fb110-5286-4c5a-87cb-350d13bc1f0a-root {
    text-align: center;
  }


#s-729fb110-5286-4c5a-87cb-350d13bc1f0a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-729fb110-5286-4c5a-87cb-350d13bc1f0a-root {
    text-align: center;
  }


#s-729fb110-5286-4c5a-87cb-350d13bc1f0a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-2c9878ae-26eb-4849-9cab-c30e5e3fb618 {
  display: none;
}
#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 {
  text-align: left;
}



.shg-c#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3afdc1c9-01be-4009-b849-6903cc25b9d1 img.shogun-image {
  width: 100%;
}



}
#s-e601f70a-aa32-482d-8ac2-78ed0c3c2556 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e601f70a-aa32-482d-8ac2-78ed0c3c2556 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-231983b5-cf92-48ba-a0eb-e409dcb15e6e {
  text-align: center;
}

#s-231983b5-cf92-48ba-a0eb-e409dcb15e6e .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-231983b5-cf92-48ba-a0eb-e409dcb15e6e .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-231983b5-cf92-48ba-a0eb-e409dcb15e6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41ac8a16-b296-47e4-8a6a-5a390c488a4c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-41ac8a16-b296-47e4-8a6a-5a390c488a4c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41ac8a16-b296-47e4-8a6a-5a390c488a4c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41ac8a16-b296-47e4-8a6a-5a390c488a4c-root {
    text-align: center;
  }


#s-41ac8a16-b296-47e4-8a6a-5a390c488a4c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41ac8a16-b296-47e4-8a6a-5a390c488a4c-root {
    text-align: center;
  }


#s-41ac8a16-b296-47e4-8a6a-5a390c488a4c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41ac8a16-b296-47e4-8a6a-5a390c488a4c-root {
    text-align: center;
  }


#s-41ac8a16-b296-47e4-8a6a-5a390c488a4c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41ac8a16-b296-47e4-8a6a-5a390c488a4c-root {
    text-align: center;
  }


#s-41ac8a16-b296-47e4-8a6a-5a390c488a4c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41ac8a16-b296-47e4-8a6a-5a390c488a4c-root {
    text-align: center;
  }


#s-41ac8a16-b296-47e4-8a6a-5a390c488a4c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-41ac8a16-b296-47e4-8a6a-5a390c488a4c-root {
    text-align: center;
  }


#s-41ac8a16-b296-47e4-8a6a-5a390c488a4c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-f364d3eb-0e8d-40a2-9fc1-dd6142257b10 {
  display: none;
}
#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 {
  text-align: left;
}



.shg-c#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3418ce5-565d-4a8e-9094-4d52f13774e1 img.shogun-image {
  width: 100%;
}



}
#s-0ac66b22-1f4b-4fdf-adcc-185be776e82a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ac66b22-1f4b-4fdf-adcc-185be776e82a .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e4df2f03-a74b-47a7-87aa-d1f19f47c71b {
  text-align: center;
}

#s-e4df2f03-a74b-47a7-87aa-d1f19f47c71b .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e4df2f03-a74b-47a7-87aa-d1f19f47c71b .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e4df2f03-a74b-47a7-87aa-d1f19f47c71b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-090ba190-fdbb-4481-8537-7f9170869746 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-090ba190-fdbb-4481-8537-7f9170869746:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-090ba190-fdbb-4481-8537-7f9170869746:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-090ba190-fdbb-4481-8537-7f9170869746-root {
    text-align: center;
  }


#s-090ba190-fdbb-4481-8537-7f9170869746.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-090ba190-fdbb-4481-8537-7f9170869746-root {
    text-align: center;
  }


#s-090ba190-fdbb-4481-8537-7f9170869746.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-090ba190-fdbb-4481-8537-7f9170869746-root {
    text-align: center;
  }


#s-090ba190-fdbb-4481-8537-7f9170869746.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-090ba190-fdbb-4481-8537-7f9170869746-root {
    text-align: center;
  }


#s-090ba190-fdbb-4481-8537-7f9170869746.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-090ba190-fdbb-4481-8537-7f9170869746-root {
    text-align: center;
  }


#s-090ba190-fdbb-4481-8537-7f9170869746.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-090ba190-fdbb-4481-8537-7f9170869746-root {
    text-align: center;
  }


#s-090ba190-fdbb-4481-8537-7f9170869746.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-dd213e68-eab1-4193-8649-f1f5121fe785 {
  display: none;
}
#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 {
  text-align: left;
}



.shg-c#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e4979ba-1bd2-4a65-b184-7984c52caef7 img.shogun-image {
  width: 100%;
}



}
#s-61a3ea64-df62-4518-b3bb-2fda0337a4a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61a3ea64-df62-4518-b3bb-2fda0337a4a6 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b734601a-8cda-49c7-93fa-59fcaad20057 {
  text-align: center;
}

#s-b734601a-8cda-49c7-93fa-59fcaad20057 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b734601a-8cda-49c7-93fa-59fcaad20057 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b734601a-8cda-49c7-93fa-59fcaad20057 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c8eef986-ccd4-4ae9-803a-be7658edb490 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c8eef986-ccd4-4ae9-803a-be7658edb490:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8eef986-ccd4-4ae9-803a-be7658edb490:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8eef986-ccd4-4ae9-803a-be7658edb490-root {
    text-align: center;
  }


#s-c8eef986-ccd4-4ae9-803a-be7658edb490.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8eef986-ccd4-4ae9-803a-be7658edb490-root {
    text-align: center;
  }


#s-c8eef986-ccd4-4ae9-803a-be7658edb490.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8eef986-ccd4-4ae9-803a-be7658edb490-root {
    text-align: center;
  }


#s-c8eef986-ccd4-4ae9-803a-be7658edb490.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8eef986-ccd4-4ae9-803a-be7658edb490-root {
    text-align: center;
  }


#s-c8eef986-ccd4-4ae9-803a-be7658edb490.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8eef986-ccd4-4ae9-803a-be7658edb490-root {
    text-align: center;
  }


#s-c8eef986-ccd4-4ae9-803a-be7658edb490.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-c8eef986-ccd4-4ae9-803a-be7658edb490-root {
    text-align: center;
  }


#s-c8eef986-ccd4-4ae9-803a-be7658edb490.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-2b4e39f8-0840-4292-aedd-4777c38c5702 {
  display: none;
}
#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be {
  text-align: left;
}



.shg-c#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02cd81e4-2c9f-4b05-9342-e8d0278c00be img.shogun-image {
  width: 100%;
}



}
#s-b8af08d2-0501-45c3-aa9f-27f2816a0bff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8af08d2-0501-45c3-aa9f-27f2816a0bff .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3fe8cd4c-f12b-4095-9c2b-43699bc87df7 {
  text-align: center;
}

#s-3fe8cd4c-f12b-4095-9c2b-43699bc87df7 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3fe8cd4c-f12b-4095-9c2b-43699bc87df7 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3fe8cd4c-f12b-4095-9c2b-43699bc87df7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9078a955-98c6-406f-a33e-96fbcfee2857 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9078a955-98c6-406f-a33e-96fbcfee2857:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9078a955-98c6-406f-a33e-96fbcfee2857:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9078a955-98c6-406f-a33e-96fbcfee2857-root {
    text-align: center;
  }


#s-9078a955-98c6-406f-a33e-96fbcfee2857.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9078a955-98c6-406f-a33e-96fbcfee2857-root {
    text-align: center;
  }


#s-9078a955-98c6-406f-a33e-96fbcfee2857.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9078a955-98c6-406f-a33e-96fbcfee2857-root {
    text-align: center;
  }


#s-9078a955-98c6-406f-a33e-96fbcfee2857.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9078a955-98c6-406f-a33e-96fbcfee2857-root {
    text-align: center;
  }


#s-9078a955-98c6-406f-a33e-96fbcfee2857.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9078a955-98c6-406f-a33e-96fbcfee2857-root {
    text-align: center;
  }


#s-9078a955-98c6-406f-a33e-96fbcfee2857.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-9078a955-98c6-406f-a33e-96fbcfee2857-root {
    text-align: center;
  }


#s-9078a955-98c6-406f-a33e-96fbcfee2857.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-bda188ad-5116-4e17-9ef2-ebacc544eb50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1020px;
text-align: center;
}

#s-bda188ad-5116-4e17-9ef2-ebacc544eb50 .shogun-heading-component h2 {
  color: rgba(96, 94, 94, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-7dd83c1b-26a6-49d3-839c-8c0cd439877d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dd83c1b-26a6-49d3-839c-8c0cd439877d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7dd83c1b-26a6-49d3-839c-8c0cd439877d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7dd83c1b-26a6-49d3-839c-8c0cd439877d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7dd83c1b-26a6-49d3-839c-8c0cd439877d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dd83c1b-26a6-49d3-839c-8c0cd439877d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7dd83c1b-26a6-49d3-839c-8c0cd439877d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-16f2fd41-36dd-4ced-b673-dc00e65f3289 {
  margin-left: 20px;
margin-right: 20px;
}

#s-da86831d-3ddc-4cd8-b097-c1434babf53b {
  min-height: 50px;
}








#s-da86831d-3ddc-4cd8-b097-c1434babf53b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da86831d-3ddc-4cd8-b097-c1434babf53b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a88fcb2f-3eeb-4ff9-ace0-abd7d7722163 {
  min-height: 100px;
background-color: rgba(0, 0, 0, 1);
}








#s-a88fcb2f-3eeb-4ff9-ace0-abd7d7722163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a88fcb2f-3eeb-4ff9-ace0-abd7d7722163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1da5ef77-7d1e-42c4-a828-019cac4796a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1da5ef77-7d1e-42c4-a828-019cac4796a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1da5ef77-7d1e-42c4-a828-019cac4796a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1da5ef77-7d1e-42c4-a828-019cac4796a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1da5ef77-7d1e-42c4-a828-019cac4796a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1da5ef77-7d1e-42c4-a828-019cac4796a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1da5ef77-7d1e-42c4-a828-019cac4796a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-83a98b65-343e-41f3-8788-bc6aa3381f29 {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 2em;
padding-left: 3em;
padding-bottom: 2em;
padding-right: 3em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-83a98b65-343e-41f3-8788-bc6aa3381f29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83a98b65-343e-41f3-8788-bc6aa3381f29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b357a0d1-ba83-4bf1-964a-db69806c2d94 {
  min-height: 50px;
}








#s-b357a0d1-ba83-4bf1-964a-db69806c2d94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b357a0d1-ba83-4bf1-964a-db69806c2d94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-040d2223-9726-4505-8270-9c9a3eb1d7f9 {
  margin-top: 0em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-040d2223-9726-4505-8270-9c9a3eb1d7f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-040d2223-9726-4505-8270-9c9a3eb1d7f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-040d2223-9726-4505-8270-9c9a3eb1d7f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-040d2223-9726-4505-8270-9c9a3eb1d7f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4d0fa182-59b6-4ac3-b20a-107e17b41aec {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50em;
text-align: center;
}







  #s-4d0fa182-59b6-4ac3-b20a-107e17b41aec img.shogun-image {
    

    
    
    
  }


#s-4d0fa182-59b6-4ac3-b20a-107e17b41aec .shogun-image-content {
  
    align-items: center;
  
}

#s-0186ee33-220b-4422-91ea-60be9c23e845 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0186ee33-220b-4422-91ea-60be9c23e845 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f1490c21-e3b3-47cf-9976-42df04e031ec {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50em;
text-align: center;
}







  #s-f1490c21-e3b3-47cf-9976-42df04e031ec img.shogun-image {
    

    
    
    
  }


#s-f1490c21-e3b3-47cf-9976-42df04e031ec .shogun-image-content {
  
    align-items: center;
  
}

#s-a8679d7d-c4bc-4fad-93fc-d87fffc8a22c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8679d7d-c4bc-4fad-93fc-d87fffc8a22c .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-efc7a101-93ae-477c-8f7b-9cb125cfc446 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50em;
text-align: center;
}







  #s-efc7a101-93ae-477c-8f7b-9cb125cfc446 img.shogun-image {
    

    
    
    
  }


#s-efc7a101-93ae-477c-8f7b-9cb125cfc446 .shogun-image-content {
  
    align-items: center;
  
}

#s-afb7a833-fb5c-4a02-9fea-51db48a015bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afb7a833-fb5c-4a02-9fea-51db48a015bf .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-79fed385-a471-46f2-9c40-359c2ad100b3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50em;
max-width: 200px;
text-align: center;
}







  #s-79fed385-a471-46f2-9c40-359c2ad100b3 img.shogun-image {
    

    
    
    
  }


#s-79fed385-a471-46f2-9c40-359c2ad100b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-14b15a18-9ce6-499e-95b7-293a344b2ea8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14b15a18-9ce6-499e-95b7-293a344b2ea8 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cab78813-e801-4cd1-8eac-5929a91ea3a2 {
  min-height: 50px;
background-color: rgba(163, 233, 220, 1);
}








#s-cab78813-e801-4cd1-8eac-5929a91ea3a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cab78813-e801-4cd1-8eac-5929a91ea3a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c24d77e4-f2ff-44bd-8e61-57af348f14df {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1020px;
}

@media (min-width: 0px) {
[id="s-c24d77e4-f2ff-44bd-8e61-57af348f14df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c24d77e4-f2ff-44bd-8e61-57af348f14df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c24d77e4-f2ff-44bd-8e61-57af348f14df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c24d77e4-f2ff-44bd-8e61-57af348f14df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c24d77e4-f2ff-44bd-8e61-57af348f14df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c24d77e4-f2ff-44bd-8e61-57af348f14df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c24d77e4-f2ff-44bd-8e61-57af348f14df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-7dfc7b7d-181e-45e1-b970-6b83d598c50e {
  margin-top: 0em;
margin-left: 20px;
margin-right: 25px;
}

#s-3ed60ce1-a821-474f-bda2-e9bf77908d4a {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-3ed60ce1-a821-474f-bda2-e9bf77908d4a img.shogun-image {
    

    
    
    
  }


#s-3ed60ce1-a821-474f-bda2-e9bf77908d4a .shogun-image-content {
  
    align-items: center;
  
}

#s-ec946dc7-8bcf-44be-b088-011f004ca72a {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-ec946dc7-8bcf-44be-b088-011f004ca72a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec946dc7-8bcf-44be-b088-011f004ca72a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ec946dc7-8bcf-44be-b088-011f004ca72a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ec946dc7-8bcf-44be-b088-011f004ca72a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ec946dc7-8bcf-44be-b088-011f004ca72a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec946dc7-8bcf-44be-b088-011f004ca72a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ec946dc7-8bcf-44be-b088-011f004ca72a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-110f4ca0-6793-40bd-a281-bd791232f830 {
  margin-top: -20px;
margin-left: 20px;
margin-bottom: -20px;
margin-right: 20px;
padding-top: 16px;
padding-left: 10px;
padding-bottom: 16px;
padding-right: 10px;
min-height: 0px;
text-align: center;
}

#s-6e43baec-7d4c-4996-ad58-2aa7a48ad6b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e43baec-7d4c-4996-ad58-2aa7a48ad6b5 .shogun-heading-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 4px;
  
}



@media (min-width: 0px) {
[id="s-69833f56-d54b-4cb0-bbcb-ccf949fe4df0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69833f56-d54b-4cb0-bbcb-ccf949fe4df0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69833f56-d54b-4cb0-bbcb-ccf949fe4df0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69833f56-d54b-4cb0-bbcb-ccf949fe4df0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69833f56-d54b-4cb0-bbcb-ccf949fe4df0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69833f56-d54b-4cb0-bbcb-ccf949fe4df0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69833f56-d54b-4cb0-bbcb-ccf949fe4df0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-4494f0e7-950e-457a-ab27-43b38f0120a4 {
  display: none;
}
#s-252196f2-ba8f-4a20-82f0-5adebe8d869d {
  text-align: left;
}



.shg-c#s-252196f2-ba8f-4a20-82f0-5adebe8d869d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-252196f2-ba8f-4a20-82f0-5adebe8d869d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-252196f2-ba8f-4a20-82f0-5adebe8d869d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-252196f2-ba8f-4a20-82f0-5adebe8d869d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-252196f2-ba8f-4a20-82f0-5adebe8d869d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-252196f2-ba8f-4a20-82f0-5adebe8d869d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-252196f2-ba8f-4a20-82f0-5adebe8d869d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-252196f2-ba8f-4a20-82f0-5adebe8d869d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-252196f2-ba8f-4a20-82f0-5adebe8d869d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-252196f2-ba8f-4a20-82f0-5adebe8d869d img.shogun-image {
  width: 100%;
}



}
#s-b552aec4-f50b-4975-95c0-8286548aaf32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b552aec4-f50b-4975-95c0-8286548aaf32 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9b3e7c85-39d6-4a9f-b130-01ffc5d577d6 {
  text-align: center;
}

#s-9b3e7c85-39d6-4a9f-b130-01ffc5d577d6 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9b3e7c85-39d6-4a9f-b130-01ffc5d577d6 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9b3e7c85-39d6-4a9f-b130-01ffc5d577d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e72fec8d-d321-4d73-ad42-8607ac8dc854 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e72fec8d-d321-4d73-ad42-8607ac8dc854:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e72fec8d-d321-4d73-ad42-8607ac8dc854:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e72fec8d-d321-4d73-ad42-8607ac8dc854-root {
    text-align: center;
  }


#s-e72fec8d-d321-4d73-ad42-8607ac8dc854.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e72fec8d-d321-4d73-ad42-8607ac8dc854-root {
    text-align: center;
  }


#s-e72fec8d-d321-4d73-ad42-8607ac8dc854.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e72fec8d-d321-4d73-ad42-8607ac8dc854-root {
    text-align: center;
  }


#s-e72fec8d-d321-4d73-ad42-8607ac8dc854.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e72fec8d-d321-4d73-ad42-8607ac8dc854-root {
    text-align: center;
  }


#s-e72fec8d-d321-4d73-ad42-8607ac8dc854.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e72fec8d-d321-4d73-ad42-8607ac8dc854-root {
    text-align: center;
  }


#s-e72fec8d-d321-4d73-ad42-8607ac8dc854.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-e72fec8d-d321-4d73-ad42-8607ac8dc854-root {
    text-align: center;
  }


#s-e72fec8d-d321-4d73-ad42-8607ac8dc854.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-2ab1d5bb-e97d-400a-ae83-498f3d9c5942 {
  display: none;
}
#s-f946d044-a54d-4e8a-869d-90479b93ce9b {
  text-align: left;
}



.shg-c#s-f946d044-a54d-4e8a-869d-90479b93ce9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f946d044-a54d-4e8a-869d-90479b93ce9b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f946d044-a54d-4e8a-869d-90479b93ce9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f946d044-a54d-4e8a-869d-90479b93ce9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f946d044-a54d-4e8a-869d-90479b93ce9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f946d044-a54d-4e8a-869d-90479b93ce9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f946d044-a54d-4e8a-869d-90479b93ce9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f946d044-a54d-4e8a-869d-90479b93ce9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f946d044-a54d-4e8a-869d-90479b93ce9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f946d044-a54d-4e8a-869d-90479b93ce9b img.shogun-image {
  width: 100%;
}



}
#s-f2ec13eb-8df9-4264-a78f-a9598c1fdd67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2ec13eb-8df9-4264-a78f-a9598c1fdd67 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ad995a1b-af23-43d9-80ad-9ff1b9d13e0e {
  text-align: center;
}

#s-ad995a1b-af23-43d9-80ad-9ff1b9d13e0e .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ad995a1b-af23-43d9-80ad-9ff1b9d13e0e .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ad995a1b-af23-43d9-80ad-9ff1b9d13e0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b-root {
    text-align: center;
  }


#s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b-root {
    text-align: center;
  }


#s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b-root {
    text-align: center;
  }


#s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b-root {
    text-align: center;
  }


#s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b-root {
    text-align: center;
  }


#s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b-root {
    text-align: center;
  }


#s-1f3dda32-5c66-40f1-8f67-ff61931f5d2b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-a02c8fb1-08c2-4990-a32c-fa5e3f6a6628 {
  display: none;
}
#s-79b67761-5c04-427e-b1d1-e91c7b80104a {
  text-align: left;
}



.shg-c#s-79b67761-5c04-427e-b1d1-e91c7b80104a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79b67761-5c04-427e-b1d1-e91c7b80104a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79b67761-5c04-427e-b1d1-e91c7b80104a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79b67761-5c04-427e-b1d1-e91c7b80104a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79b67761-5c04-427e-b1d1-e91c7b80104a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79b67761-5c04-427e-b1d1-e91c7b80104a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79b67761-5c04-427e-b1d1-e91c7b80104a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79b67761-5c04-427e-b1d1-e91c7b80104a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79b67761-5c04-427e-b1d1-e91c7b80104a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79b67761-5c04-427e-b1d1-e91c7b80104a img.shogun-image {
  width: 100%;
}



}
#s-6e606819-189d-4e13-8375-cddc8bd8841a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e606819-189d-4e13-8375-cddc8bd8841a .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8df843cb-7e4d-448e-b094-27c3a9378676 {
  text-align: center;
}

#s-8df843cb-7e4d-448e-b094-27c3a9378676 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8df843cb-7e4d-448e-b094-27c3a9378676 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8df843cb-7e4d-448e-b094-27c3a9378676 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918-root {
    text-align: center;
  }


#s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918-root {
    text-align: center;
  }


#s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918-root {
    text-align: center;
  }


#s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918-root {
    text-align: center;
  }


#s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918-root {
    text-align: center;
  }


#s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918-root {
    text-align: center;
  }


#s-3b8aaaf3-f691-44b0-a89d-917bbf4a0918.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-23bfc8e9-632d-464f-a911-22809821f2d0 {
  display: none;
}
#s-0be60353-db70-4812-a893-9a9a3b718fb6 {
  text-align: left;
}



.shg-c#s-0be60353-db70-4812-a893-9a9a3b718fb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be60353-db70-4812-a893-9a9a3b718fb6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0be60353-db70-4812-a893-9a9a3b718fb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be60353-db70-4812-a893-9a9a3b718fb6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0be60353-db70-4812-a893-9a9a3b718fb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be60353-db70-4812-a893-9a9a3b718fb6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0be60353-db70-4812-a893-9a9a3b718fb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be60353-db70-4812-a893-9a9a3b718fb6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0be60353-db70-4812-a893-9a9a3b718fb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be60353-db70-4812-a893-9a9a3b718fb6 img.shogun-image {
  width: 100%;
}



}
#s-1b870c93-e66b-45e8-a6f2-44bfda7b923f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b870c93-e66b-45e8-a6f2-44bfda7b923f .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-73baed3a-a62e-409b-9adf-df3488e20bec {
  text-align: center;
}

#s-73baed3a-a62e-409b-9adf-df3488e20bec .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-73baed3a-a62e-409b-9adf-df3488e20bec .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-73baed3a-a62e-409b-9adf-df3488e20bec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7397c6c7-fadd-4cea-ac64-626e9448bb64 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7397c6c7-fadd-4cea-ac64-626e9448bb64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7397c6c7-fadd-4cea-ac64-626e9448bb64:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7397c6c7-fadd-4cea-ac64-626e9448bb64-root {
    text-align: center;
  }


#s-7397c6c7-fadd-4cea-ac64-626e9448bb64.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7397c6c7-fadd-4cea-ac64-626e9448bb64-root {
    text-align: center;
  }


#s-7397c6c7-fadd-4cea-ac64-626e9448bb64.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7397c6c7-fadd-4cea-ac64-626e9448bb64-root {
    text-align: center;
  }


#s-7397c6c7-fadd-4cea-ac64-626e9448bb64.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7397c6c7-fadd-4cea-ac64-626e9448bb64-root {
    text-align: center;
  }


#s-7397c6c7-fadd-4cea-ac64-626e9448bb64.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7397c6c7-fadd-4cea-ac64-626e9448bb64-root {
    text-align: center;
  }


#s-7397c6c7-fadd-4cea-ac64-626e9448bb64.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-7397c6c7-fadd-4cea-ac64-626e9448bb64-root {
    text-align: center;
  }


#s-7397c6c7-fadd-4cea-ac64-626e9448bb64.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-7971e9ef-c4da-4274-8aba-8a26830b14c4 {
  display: none;
}
#s-a2626c90-4c98-4d69-80d0-96e681fe444c {
  text-align: left;
}



.shg-c#s-a2626c90-4c98-4d69-80d0-96e681fe444c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2626c90-4c98-4d69-80d0-96e681fe444c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2626c90-4c98-4d69-80d0-96e681fe444c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2626c90-4c98-4d69-80d0-96e681fe444c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2626c90-4c98-4d69-80d0-96e681fe444c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2626c90-4c98-4d69-80d0-96e681fe444c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2626c90-4c98-4d69-80d0-96e681fe444c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2626c90-4c98-4d69-80d0-96e681fe444c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2626c90-4c98-4d69-80d0-96e681fe444c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2626c90-4c98-4d69-80d0-96e681fe444c img.shogun-image {
  width: 100%;
}



}
#s-1ed9819f-4d15-4468-b8b4-84da91971a37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ed9819f-4d15-4468-b8b4-84da91971a37 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-06f55ed6-4600-4deb-aa08-eb38277f4d43 {
  text-align: center;
}

#s-06f55ed6-4600-4deb-aa08-eb38277f4d43 .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-06f55ed6-4600-4deb-aa08-eb38277f4d43 .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-06f55ed6-4600-4deb-aa08-eb38277f4d43 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dab61755-f89c-4b37-989c-f5ba134da597 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dab61755-f89c-4b37-989c-f5ba134da597:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dab61755-f89c-4b37-989c-f5ba134da597:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dab61755-f89c-4b37-989c-f5ba134da597-root {
    text-align: center;
  }


#s-dab61755-f89c-4b37-989c-f5ba134da597.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dab61755-f89c-4b37-989c-f5ba134da597-root {
    text-align: center;
  }


#s-dab61755-f89c-4b37-989c-f5ba134da597.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dab61755-f89c-4b37-989c-f5ba134da597-root {
    text-align: center;
  }


#s-dab61755-f89c-4b37-989c-f5ba134da597.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dab61755-f89c-4b37-989c-f5ba134da597-root {
    text-align: center;
  }


#s-dab61755-f89c-4b37-989c-f5ba134da597.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dab61755-f89c-4b37-989c-f5ba134da597-root {
    text-align: center;
  }


#s-dab61755-f89c-4b37-989c-f5ba134da597.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-dab61755-f89c-4b37-989c-f5ba134da597-root {
    text-align: center;
  }


#s-dab61755-f89c-4b37-989c-f5ba134da597.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-b124b2da-864f-4f4f-be77-8276e23eb97d {
  display: none;
}
#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 {
  text-align: left;
}



.shg-c#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f51556c-3e08-44a6-830d-0d3587bf78f4 img.shogun-image {
  width: 100%;
}



}
#s-7e9f8dbb-88f1-420d-a9d2-1e6ef684a823 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e9f8dbb-88f1-420d-a9d2-1e6ef684a823 .shg-product-title-component h1 {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6053fd2f-92a9-4bcd-b230-0c4231e6ce6a {
  text-align: center;
}

#s-6053fd2f-92a9-4bcd-b230-0c4231e6ce6a .shg-product-sold-out {
  display: none;
  color: rgba(74, 74, 74, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6053fd2f-92a9-4bcd-b230-0c4231e6ce6a .shg-product-price {
  color: rgba(74, 74, 74, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6053fd2f-92a9-4bcd-b230-0c4231e6ce6a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(126, 126, 126, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c9541689-f571-4d82-b8d5-8b38240af1d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 153, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c9541689-f571-4d82-b8d5-8b38240af1d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9541689-f571-4d82-b8d5-8b38240af1d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9541689-f571-4d82-b8d5-8b38240af1d5-root {
    text-align: center;
  }


#s-c9541689-f571-4d82-b8d5-8b38240af1d5.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9541689-f571-4d82-b8d5-8b38240af1d5-root {
    text-align: center;
  }


#s-c9541689-f571-4d82-b8d5-8b38240af1d5.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9541689-f571-4d82-b8d5-8b38240af1d5-root {
    text-align: center;
  }


#s-c9541689-f571-4d82-b8d5-8b38240af1d5.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9541689-f571-4d82-b8d5-8b38240af1d5-root {
    text-align: center;
  }


#s-c9541689-f571-4d82-b8d5-8b38240af1d5.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9541689-f571-4d82-b8d5-8b38240af1d5-root {
    text-align: center;
  }


#s-c9541689-f571-4d82-b8d5-8b38240af1d5.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-c9541689-f571-4d82-b8d5-8b38240af1d5-root {
    text-align: center;
  }


#s-c9541689-f571-4d82-b8d5-8b38240af1d5.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}