.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-237e3457-5ee7-473a-8890-d29c18ba3aa7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-237e3457-5ee7-473a-8890-d29c18ba3aa7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-ef3133dc-953c-4777-b8bb-471211e03584 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef3133dc-953c-4777-b8bb-471211e03584 {
  display: none;
}
#s-ef3133dc-953c-4777-b8bb-471211e03584, #wrap-s-ef3133dc-953c-4777-b8bb-471211e03584 { display:none !important; }}@media (max-width: 767px){#s-ef3133dc-953c-4777-b8bb-471211e03584 {
  display: none;
}
#s-ef3133dc-953c-4777-b8bb-471211e03584, #wrap-s-ef3133dc-953c-4777-b8bb-471211e03584 { display:none !important; }}







#s-ef3133dc-953c-4777-b8bb-471211e03584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef3133dc-953c-4777-b8bb-471211e03584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5ecca6a1-0b0b-45e4-b550-85deeb8b374a {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-107c071a-6dfb-46c3-b745-e41a1017c4f8 {
  margin-top: 15px;
margin-bottom: 15px;
}

.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-f186aaa2-0a95-476a-8b02-3f558ef35349 {
  text-align: center;
}







  #s-f186aaa2-0a95-476a-8b02-3f558ef35349 img.shogun-image {
    

    
    
    
  }


#s-f186aaa2-0a95-476a-8b02-3f558ef35349 .shogun-image-content {
  
    align-items: center;
  
}

#s-02df0e08-696e-43bc-9b30-acc0c4905571 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02df0e08-696e-43bc-9b30-acc0c4905571 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-3a6200b3-be8c-423b-ba81-fb894363bc17 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-3a6200b3-be8c-423b-ba81-fb894363bc17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a6200b3-be8c-423b-ba81-fb894363bc17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a6200b3-be8c-423b-ba81-fb894363bc17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a6200b3-be8c-423b-ba81-fb894363bc17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-79d32540-de80-4ce0-b9bb-9b2ba19e194a {
  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-0ca88105-0234-492f-a5b2-4b06aba8137e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}



.shg-c#s-0ca88105-0234-492f-a5b2-4b06aba8137e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca88105-0234-492f-a5b2-4b06aba8137e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0ca88105-0234-492f-a5b2-4b06aba8137e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca88105-0234-492f-a5b2-4b06aba8137e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ca88105-0234-492f-a5b2-4b06aba8137e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca88105-0234-492f-a5b2-4b06aba8137e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ca88105-0234-492f-a5b2-4b06aba8137e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca88105-0234-492f-a5b2-4b06aba8137e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ca88105-0234-492f-a5b2-4b06aba8137e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ca88105-0234-492f-a5b2-4b06aba8137e 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-29a2e45e-5850-411c-87a7-0ba133e3b991 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29a2e45e-5850-411c-87a7-0ba133e3b991 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a5f18f81-a6f2-46b1-a688-424043dda17f {
  text-align: center;
}

#s-a5f18f81-a6f2-46b1-a688-424043dda17f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a5f18f81-a6f2-46b1-a688-424043dda17f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a5f18f81-a6f2-46b1-a688-424043dda17f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-19851bc1-3359-49eb-a0e3-79d5ae7a1d1b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-19851bc1-3359-49eb-a0e3-79d5ae7a1d1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19851bc1-3359-49eb-a0e3-79d5ae7a1d1b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-19851bc1-3359-49eb-a0e3-79d5ae7a1d1b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19851bc1-3359-49eb-a0e3-79d5ae7a1d1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19851bc1-3359-49eb-a0e3-79d5ae7a1d1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-19851bc1-3359-49eb-a0e3-79d5ae7a1d1b.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-0f273cfd-7ed9-45a0-a2da-fc7af7228401 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f273cfd-7ed9-45a0-a2da-fc7af7228401 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b31b61ab-1cf0-47dc-837d-eedb5bdcb197 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-b31b61ab-1cf0-47dc-837d-eedb5bdcb197"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b31b61ab-1cf0-47dc-837d-eedb5bdcb197"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b31b61ab-1cf0-47dc-837d-eedb5bdcb197"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b31b61ab-1cf0-47dc-837d-eedb5bdcb197"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4dc35b01-9c89-4f20-b59f-ab703fdb3229 {
  display: none;
}
#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}



.shg-c#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03fd6f86-2c36-474d-a07a-a9cfac1bd022 img.shogun-image {
  width: 100%;
}



}
#s-d1470e9d-e88e-4cdf-a233-0219a3e941a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1470e9d-e88e-4cdf-a233-0219a3e941a5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e930ecb4-f9c8-4b3a-aad5-f14d8e490545 {
  text-align: center;
}

#s-e930ecb4-f9c8-4b3a-aad5-f14d8e490545 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e930ecb4-f9c8-4b3a-aad5-f14d8e490545 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e930ecb4-f9c8-4b3a-aad5-f14d8e490545 .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-c70a3cca-b494-4968-b297-945621ff05f2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c70a3cca-b494-4968-b297-945621ff05f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c70a3cca-b494-4968-b297-945621ff05f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c70a3cca-b494-4968-b297-945621ff05f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c70a3cca-b494-4968-b297-945621ff05f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c70a3cca-b494-4968-b297-945621ff05f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-c70a3cca-b494-4968-b297-945621ff05f2.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-0de31ee0-60fe-4b65-a2dd-5118a3c4855d {
  text-align: center;
}







  #s-0de31ee0-60fe-4b65-a2dd-5118a3c4855d img.shogun-image {
    

    
    
    
  }


#s-0de31ee0-60fe-4b65-a2dd-5118a3c4855d .shogun-image-content {
  
    align-items: center;
  
}

#s-6d49790d-573d-4d21-a055-52154d208833 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d49790d-573d-4d21-a055-52154d208833 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7d93eed2-5a24-437c-8243-d57d00c9e0d3 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-7d93eed2-5a24-437c-8243-d57d00c9e0d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d93eed2-5a24-437c-8243-d57d00c9e0d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d93eed2-5a24-437c-8243-d57d00c9e0d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d93eed2-5a24-437c-8243-d57d00c9e0d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8ff8f5e9-d72f-4359-8520-d45bd4fc879a {
  display: none;
}
#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}



.shg-c#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81e1fcf8-17ab-4849-a938-4c34d0dd915e img.shogun-image {
  width: 100%;
}



}
#s-e51e2fcf-5341-4732-8d08-aab551a4e1b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e51e2fcf-5341-4732-8d08-aab551a4e1b8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d8780b67-4c93-4436-8a6e-1dd352be3a8d {
  text-align: center;
}

#s-d8780b67-4c93-4436-8a6e-1dd352be3a8d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d8780b67-4c93-4436-8a6e-1dd352be3a8d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d8780b67-4c93-4436-8a6e-1dd352be3a8d .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-5fbc2977-49cc-42cc-9956-4d4542119c9f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5fbc2977-49cc-42cc-9956-4d4542119c9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fbc2977-49cc-42cc-9956-4d4542119c9f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fbc2977-49cc-42cc-9956-4d4542119c9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fbc2977-49cc-42cc-9956-4d4542119c9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fbc2977-49cc-42cc-9956-4d4542119c9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-5fbc2977-49cc-42cc-9956-4d4542119c9f.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-548b1755-acbb-4401-a7e0-e9d04a85f9f8 {
  text-align: center;
}







  #s-548b1755-acbb-4401-a7e0-e9d04a85f9f8 img.shogun-image {
    

    
    
    
  }


#s-548b1755-acbb-4401-a7e0-e9d04a85f9f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-50dfb3f3-6d91-4174-9a67-2561e87f6bbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50dfb3f3-6d91-4174-9a67-2561e87f6bbe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-07de3d4f-eab5-48ee-8bf2-abbb1cb161d8 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-07de3d4f-eab5-48ee-8bf2-abbb1cb161d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07de3d4f-eab5-48ee-8bf2-abbb1cb161d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07de3d4f-eab5-48ee-8bf2-abbb1cb161d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07de3d4f-eab5-48ee-8bf2-abbb1cb161d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ad83d5f-3296-4e72-aa11-41935839d1d9 {
  display: none;
}
#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}



.shg-c#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab7858c0-9aac-49ae-94df-b723a5c1ea17 img.shogun-image {
  width: 100%;
}



}
#s-13891e11-6411-48c2-9658-17866afe63a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13891e11-6411-48c2-9658-17866afe63a8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dc9f0e5d-48f1-4dae-b6ec-ba43fe057e82 {
  text-align: center;
}

#s-dc9f0e5d-48f1-4dae-b6ec-ba43fe057e82 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc9f0e5d-48f1-4dae-b6ec-ba43fe057e82 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc9f0e5d-48f1-4dae-b6ec-ba43fe057e82 .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-dd14273b-b956-41c2-9b72-e02e6381c4d8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dd14273b-b956-41c2-9b72-e02e6381c4d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd14273b-b956-41c2-9b72-e02e6381c4d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd14273b-b956-41c2-9b72-e02e6381c4d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd14273b-b956-41c2-9b72-e02e6381c4d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd14273b-b956-41c2-9b72-e02e6381c4d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-dd14273b-b956-41c2-9b72-e02e6381c4d8.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-5a242447-8af5-464d-bf80-6afe6ce3e021 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a242447-8af5-464d-bf80-6afe6ce3e021 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7546b4bf-5752-40c7-8c96-83a93ae6e38d {
  text-align: center;
}







  #s-7546b4bf-5752-40c7-8c96-83a93ae6e38d img.shogun-image {
    

    
    
    
  }


#s-7546b4bf-5752-40c7-8c96-83a93ae6e38d .shogun-image-content {
  
    align-items: center;
  
}

#s-35f2e6c5-1152-4b5a-bac3-adae5290022c {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-35f2e6c5-1152-4b5a-bac3-adae5290022c {
  display: none;
}
#s-35f2e6c5-1152-4b5a-bac3-adae5290022c, #wrap-s-35f2e6c5-1152-4b5a-bac3-adae5290022c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35f2e6c5-1152-4b5a-bac3-adae5290022c {
  display: none;
}
#s-35f2e6c5-1152-4b5a-bac3-adae5290022c, #wrap-s-35f2e6c5-1152-4b5a-bac3-adae5290022c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35f2e6c5-1152-4b5a-bac3-adae5290022c {
  
}
}@media (max-width: 767px){#s-35f2e6c5-1152-4b5a-bac3-adae5290022c {
  
}
}







#s-35f2e6c5-1152-4b5a-bac3-adae5290022c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35f2e6c5-1152-4b5a-bac3-adae5290022c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92955f6e-3095-4560-b230-2dec3007d408 {
  text-align: center;
}







  #s-92955f6e-3095-4560-b230-2dec3007d408 img.shogun-image {
    

    
    
    
  }


#s-92955f6e-3095-4560-b230-2dec3007d408 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f71f1f7-c5c0-45d5-82b5-7555429950f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f71f1f7-c5c0-45d5-82b5-7555429950f0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-667610d9-bf1f-4709-9478-ad8ebab4940e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-667610d9-bf1f-4709-9478-ad8ebab4940e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-667610d9-bf1f-4709-9478-ad8ebab4940e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-667610d9-bf1f-4709-9478-ad8ebab4940e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eb31f542-2279-4948-83a9-e44f2ad8afc1 {
  display: none;
}
#s-ab5a2288-211d-456b-b2a3-68895843b3e4 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}



.shg-c#s-ab5a2288-211d-456b-b2a3-68895843b3e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab5a2288-211d-456b-b2a3-68895843b3e4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab5a2288-211d-456b-b2a3-68895843b3e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab5a2288-211d-456b-b2a3-68895843b3e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab5a2288-211d-456b-b2a3-68895843b3e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab5a2288-211d-456b-b2a3-68895843b3e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab5a2288-211d-456b-b2a3-68895843b3e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab5a2288-211d-456b-b2a3-68895843b3e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab5a2288-211d-456b-b2a3-68895843b3e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab5a2288-211d-456b-b2a3-68895843b3e4 img.shogun-image {
  width: 100%;
}



}
#s-59b6d047-4a0c-42f2-9bc7-35f28c941ac4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59b6d047-4a0c-42f2-9bc7-35f28c941ac4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4f13cb05-729f-4c53-88ea-a007d6231885 {
  text-align: center;
}

#s-4f13cb05-729f-4c53-88ea-a007d6231885 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f13cb05-729f-4c53-88ea-a007d6231885 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4f13cb05-729f-4c53-88ea-a007d6231885 .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-f4f914f6-1ae4-4aad-b1c6-b3e27111e07f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f4f914f6-1ae4-4aad-b1c6-b3e27111e07f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4f914f6-1ae4-4aad-b1c6-b3e27111e07f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4f914f6-1ae4-4aad-b1c6-b3e27111e07f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4f914f6-1ae4-4aad-b1c6-b3e27111e07f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4f914f6-1ae4-4aad-b1c6-b3e27111e07f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-f4f914f6-1ae4-4aad-b1c6-b3e27111e07f.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-13916626-0c83-4b73-b46e-7f0bec02e202 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13916626-0c83-4b73-b46e-7f0bec02e202 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-cf89a7dd-d1a4-4ad8-814d-ad63c8d2aeef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf89a7dd-d1a4-4ad8-814d-ad63c8d2aeef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf89a7dd-d1a4-4ad8-814d-ad63c8d2aeef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf89a7dd-d1a4-4ad8-814d-ad63c8d2aeef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-093003fc-8e29-43b7-bfa3-8d3bcfb07af9 {
  display: none;
}
#s-019b91dd-e4e6-450d-881a-ab570b4bc654 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}



.shg-c#s-019b91dd-e4e6-450d-881a-ab570b4bc654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-019b91dd-e4e6-450d-881a-ab570b4bc654 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-019b91dd-e4e6-450d-881a-ab570b4bc654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-019b91dd-e4e6-450d-881a-ab570b4bc654 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-019b91dd-e4e6-450d-881a-ab570b4bc654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-019b91dd-e4e6-450d-881a-ab570b4bc654 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-019b91dd-e4e6-450d-881a-ab570b4bc654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-019b91dd-e4e6-450d-881a-ab570b4bc654 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-019b91dd-e4e6-450d-881a-ab570b4bc654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-019b91dd-e4e6-450d-881a-ab570b4bc654 img.shogun-image {
  width: 100%;
}



}
#s-bdaff418-fea5-4006-821b-c67a64045d11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdaff418-fea5-4006-821b-c67a64045d11 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c30435f8-0ff6-43ff-85dc-10152f3855d1 {
  text-align: center;
}

#s-c30435f8-0ff6-43ff-85dc-10152f3855d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c30435f8-0ff6-43ff-85dc-10152f3855d1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c30435f8-0ff6-43ff-85dc-10152f3855d1 .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-6ff2ef5a-88d8-4e05-993d-b53817caf7c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6ff2ef5a-88d8-4e05-993d-b53817caf7c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ff2ef5a-88d8-4e05-993d-b53817caf7c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ff2ef5a-88d8-4e05-993d-b53817caf7c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ff2ef5a-88d8-4e05-993d-b53817caf7c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ff2ef5a-88d8-4e05-993d-b53817caf7c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-6ff2ef5a-88d8-4e05-993d-b53817caf7c5.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-f70d1096-61cc-425d-b3b3-591a6c9d6977 {
  text-align: center;
}







  #s-f70d1096-61cc-425d-b3b3-591a6c9d6977 img.shogun-image {
    

    
    
    
  }


#s-f70d1096-61cc-425d-b3b3-591a6c9d6977 .shogun-image-content {
  
    align-items: center;
  
}

#s-3151690d-9cca-4e3d-88bb-b396be1e2156 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3151690d-9cca-4e3d-88bb-b396be1e2156 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-47261f8e-798f-4571-8f9b-7437b1137d87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47261f8e-798f-4571-8f9b-7437b1137d87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47261f8e-798f-4571-8f9b-7437b1137d87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47261f8e-798f-4571-8f9b-7437b1137d87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-455235e3-b35a-4b7f-ae18-5acf4933e03a {
  display: none;
}
#s-76a94b88-bb62-44a1-996a-c60535ade42c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}



.shg-c#s-76a94b88-bb62-44a1-996a-c60535ade42c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76a94b88-bb62-44a1-996a-c60535ade42c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-76a94b88-bb62-44a1-996a-c60535ade42c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76a94b88-bb62-44a1-996a-c60535ade42c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76a94b88-bb62-44a1-996a-c60535ade42c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76a94b88-bb62-44a1-996a-c60535ade42c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76a94b88-bb62-44a1-996a-c60535ade42c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76a94b88-bb62-44a1-996a-c60535ade42c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76a94b88-bb62-44a1-996a-c60535ade42c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76a94b88-bb62-44a1-996a-c60535ade42c img.shogun-image {
  width: 100%;
}



}
#s-4160a51c-bb63-449e-965c-be09de931c5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4160a51c-bb63-449e-965c-be09de931c5b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d191440c-2ded-4a9d-950e-4380aca40366 {
  text-align: center;
}

#s-d191440c-2ded-4a9d-950e-4380aca40366 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d191440c-2ded-4a9d-950e-4380aca40366 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d191440c-2ded-4a9d-950e-4380aca40366 .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-90056a5a-1d45-4ace-b207-3c5f5b77fcba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-90056a5a-1d45-4ace-b207-3c5f5b77fcba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90056a5a-1d45-4ace-b207-3c5f5b77fcba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90056a5a-1d45-4ace-b207-3c5f5b77fcba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90056a5a-1d45-4ace-b207-3c5f5b77fcba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90056a5a-1d45-4ace-b207-3c5f5b77fcba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-90056a5a-1d45-4ace-b207-3c5f5b77fcba.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-467ecc65-48fa-4e0f-8653-079cb976c358 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-076ed70e-b854-4d93-96e5-ce0b528ef1d4 {
  text-align: center;
}







  #s-076ed70e-b854-4d93-96e5-ce0b528ef1d4 img.shogun-image {
    

    
    
    
  }


#s-076ed70e-b854-4d93-96e5-ce0b528ef1d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea8128a1-5178-4353-831b-2f9f40aacdf3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea8128a1-5178-4353-831b-2f9f40aacdf3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-64d6e9e6-1c53-4ec6-a608-e592c6ff7650"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64d6e9e6-1c53-4ec6-a608-e592c6ff7650"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64d6e9e6-1c53-4ec6-a608-e592c6ff7650"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64d6e9e6-1c53-4ec6-a608-e592c6ff7650"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5009252c-3c75-444a-999c-247ec51ccf1a {
  display: none;
}
#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}



.shg-c#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b15f4f3d-8ea2-46da-9b83-63a8755b8cb0 img.shogun-image {
  width: 100%;
}



}
#s-e1b42803-29d4-49b8-afe8-e795f836be34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1b42803-29d4-49b8-afe8-e795f836be34 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-74456c59-a3bf-4586-a555-880b1413943e {
  text-align: center;
}

#s-74456c59-a3bf-4586-a555-880b1413943e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-74456c59-a3bf-4586-a555-880b1413943e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-74456c59-a3bf-4586-a555-880b1413943e .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-65df09e1-9798-46ea-bee6-eabb260664d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-65df09e1-9798-46ea-bee6-eabb260664d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65df09e1-9798-46ea-bee6-eabb260664d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65df09e1-9798-46ea-bee6-eabb260664d7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65df09e1-9798-46ea-bee6-eabb260664d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65df09e1-9798-46ea-bee6-eabb260664d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-65df09e1-9798-46ea-bee6-eabb260664d7.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-69bd7e4d-434d-46b1-8ab6-9fe09cc07be2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69bd7e4d-434d-46b1-8ab6-9fe09cc07be2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9b77d28a-3490-4c88-a518-3a6463f065db {
  text-align: center;
}







  #s-9b77d28a-3490-4c88-a518-3a6463f065db img.shogun-image {
    

    
    
    
  }


#s-9b77d28a-3490-4c88-a518-3a6463f065db .shogun-image-content {
  
    align-items: center;
  
}

#s-aa499467-d00f-42b4-ab42-0d4a300c0d72 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa499467-d00f-42b4-ab42-0d4a300c0d72 {
  display: none;
}
#s-aa499467-d00f-42b4-ab42-0d4a300c0d72, #wrap-s-aa499467-d00f-42b4-ab42-0d4a300c0d72 { display:none !important; }}@media (max-width: 767px){#s-aa499467-d00f-42b4-ab42-0d4a300c0d72 {
  display: none;
}
#s-aa499467-d00f-42b4-ab42-0d4a300c0d72, #wrap-s-aa499467-d00f-42b4-ab42-0d4a300c0d72 { display:none !important; }}







#s-aa499467-d00f-42b4-ab42-0d4a300c0d72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa499467-d00f-42b4-ab42-0d4a300c0d72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa8cd980-f1aa-4249-8dbc-b6f856d2fa1f {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa8cd980-f1aa-4249-8dbc-b6f856d2fa1f {
  display: none;
}
#s-fa8cd980-f1aa-4249-8dbc-b6f856d2fa1f, #wrap-s-fa8cd980-f1aa-4249-8dbc-b6f856d2fa1f { display:none !important; }}@media (max-width: 767px){#s-fa8cd980-f1aa-4249-8dbc-b6f856d2fa1f {
  display: none;
}
#s-fa8cd980-f1aa-4249-8dbc-b6f856d2fa1f, #wrap-s-fa8cd980-f1aa-4249-8dbc-b6f856d2fa1f { display:none !important; }}







#s-fa8cd980-f1aa-4249-8dbc-b6f856d2fa1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa8cd980-f1aa-4249-8dbc-b6f856d2fa1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92ed0710-c187-451f-94b2-1db1b14d8fff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92ed0710-c187-451f-94b2-1db1b14d8fff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-6290ee38-2869-4fda-b904-6e360a6e254b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6290ee38-2869-4fda-b904-6e360a6e254b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6290ee38-2869-4fda-b904-6e360a6e254b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6290ee38-2869-4fda-b904-6e360a6e254b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6fc8a33c-d466-4ab9-af0f-4fe3280ceff6 {
  display: none;
}
#s-fc710c05-a1d3-4ada-b215-2cd30ddc0aa5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc710c05-a1d3-4ada-b215-2cd30ddc0aa5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-461b71d1-925c-4fec-be72-08ef9deaf224 {
  padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
text-align: left;
}



.shg-c#s-461b71d1-925c-4fec-be72-08ef9deaf224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461b71d1-925c-4fec-be72-08ef9deaf224 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-461b71d1-925c-4fec-be72-08ef9deaf224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461b71d1-925c-4fec-be72-08ef9deaf224 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-461b71d1-925c-4fec-be72-08ef9deaf224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461b71d1-925c-4fec-be72-08ef9deaf224 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-461b71d1-925c-4fec-be72-08ef9deaf224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461b71d1-925c-4fec-be72-08ef9deaf224 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-461b71d1-925c-4fec-be72-08ef9deaf224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-461b71d1-925c-4fec-be72-08ef9deaf224 img.shogun-image {
  width: 100%;
}



}
#s-ca0d0d33-7317-4cdf-beef-3146c03afe7c {
  text-align: center;
}

#s-ca0d0d33-7317-4cdf-beef-3146c03afe7c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ca0d0d33-7317-4cdf-beef-3146c03afe7c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ca0d0d33-7317-4cdf-beef-3146c03afe7c .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-d27d7ef5-ceb6-47e3-a169-9e645ab16213 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d27d7ef5-ceb6-47e3-a169-9e645ab16213:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d27d7ef5-ceb6-47e3-a169-9e645ab16213:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d27d7ef5-ceb6-47e3-a169-9e645ab16213 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d27d7ef5-ceb6-47e3-a169-9e645ab16213.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d27d7ef5-ceb6-47e3-a169-9e645ab16213.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-d27d7ef5-ceb6-47e3-a169-9e645ab16213.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-c55ac038-f68a-4052-98cd-7b59a60f25cf {
  display: none;
}
#s-52366778-860c-453c-af69-d246866daece {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52366778-860c-453c-af69-d246866daece .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 {
  padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
text-align: left;
}



.shg-c#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc4fc3b5-9cf5-4a12-ab95-5c782bd53f83 img.shogun-image {
  width: 100%;
}



}
#s-cac97a83-0a59-4c92-873c-b208c1d23f80 {
  text-align: center;
}

#s-cac97a83-0a59-4c92-873c-b208c1d23f80 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cac97a83-0a59-4c92-873c-b208c1d23f80 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cac97a83-0a59-4c92-873c-b208c1d23f80 .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-d4208aa2-f59b-4296-9755-87a3b8cddee3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d4208aa2-f59b-4296-9755-87a3b8cddee3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4208aa2-f59b-4296-9755-87a3b8cddee3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4208aa2-f59b-4296-9755-87a3b8cddee3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4208aa2-f59b-4296-9755-87a3b8cddee3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4208aa2-f59b-4296-9755-87a3b8cddee3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-d4208aa2-f59b-4296-9755-87a3b8cddee3.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



#s-f219f4eb-5d6b-40f9-96e8-a15494d6fae4 {
  display: none;
}
#s-d28383cc-0fbf-4d04-8a8d-3f76ee30858f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d28383cc-0fbf-4d04-8a8d-3f76ee30858f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 {
  padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
text-align: left;
}



.shg-c#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6f9a2d6-397b-407c-a0ce-a70ee32722c0 img.shogun-image {
  width: 100%;
}



}
#s-2cccdd33-f9ea-4162-a4bf-b6e780a22a36 {
  text-align: center;
}

#s-2cccdd33-f9ea-4162-a4bf-b6e780a22a36 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2cccdd33-f9ea-4162-a4bf-b6e780a22a36 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2cccdd33-f9ea-4162-a4bf-b6e780a22a36 .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-6c4bb402-8bfc-4703-afaa-e41d8ff78f73 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6c4bb402-8bfc-4703-afaa-e41d8ff78f73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c4bb402-8bfc-4703-afaa-e41d8ff78f73:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c4bb402-8bfc-4703-afaa-e41d8ff78f73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c4bb402-8bfc-4703-afaa-e41d8ff78f73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c4bb402-8bfc-4703-afaa-e41d8ff78f73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-6c4bb402-8bfc-4703-afaa-e41d8ff78f73.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}



/*
  $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}