.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-ada1431a-7574-469d-87f4-e54f35242bb8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ada1431a-7574-469d-87f4-e54f35242bb8 {
  display: none;
}
#s-ada1431a-7574-469d-87f4-e54f35242bb8, #wrap-s-ada1431a-7574-469d-87f4-e54f35242bb8 { display:none !important; }}
#s-ada1431a-7574-469d-87f4-e54f35242bb8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-373a4503-ace9-4e51-8a86-3c0a514265c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-373a4503-ace9-4e51-8a86-3c0a514265c8 {
  display: none;
}
#s-373a4503-ace9-4e51-8a86-3c0a514265c8, #wrap-s-373a4503-ace9-4e51-8a86-3c0a514265c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-373a4503-ace9-4e51-8a86-3c0a514265c8 {
  display: none;
}
#s-373a4503-ace9-4e51-8a86-3c0a514265c8, #wrap-s-373a4503-ace9-4e51-8a86-3c0a514265c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-373a4503-ace9-4e51-8a86-3c0a514265c8 {
  display: none;
}
#s-373a4503-ace9-4e51-8a86-3c0a514265c8, #wrap-s-373a4503-ace9-4e51-8a86-3c0a514265c8 { display:none !important; }}@media (max-width: 767px){#s-373a4503-ace9-4e51-8a86-3c0a514265c8 {
  
}
}
#s-373a4503-ace9-4e51-8a86-3c0a514265c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



.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-52597828-eed6-45e4-883f-0836f8a03bcf {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-52597828-eed6-45e4-883f-0836f8a03bcf {
  
}
}







#s-52597828-eed6-45e4-883f-0836f8a03bcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52597828-eed6-45e4-883f-0836f8a03bcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ebd5d7fb-2887-4e50-b4dc-06d6794edd38 {
  max-width: 2120px;
aspect-ratio: 2120/838;
text-align: center;
}
@media (max-width: 767px){#s-ebd5d7fb-2887-4e50-b4dc-06d6794edd38 {
  display: none;
}
#s-ebd5d7fb-2887-4e50-b4dc-06d6794edd38, #wrap-s-ebd5d7fb-2887-4e50-b4dc-06d6794edd38 { display:none !important; }}




  #s-ebd5d7fb-2887-4e50-b4dc-06d6794edd38 img.shogun-image,
  #s-ebd5d7fb-2887-4e50-b4dc-06d6794edd38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebd5d7fb-2887-4e50-b4dc-06d6794edd38 {
    width: 100%;
    height: auto;
  }



  #s-ebd5d7fb-2887-4e50-b4dc-06d6794edd38 img.shogun-image {
    

    
    
    
  }


#s-ebd5d7fb-2887-4e50-b4dc-06d6794edd38 .shogun-image-content {
  
    align-items: center;
  
}

#s-f345f12c-76c5-4a1e-9cfc-f7b96855cc56 {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f345f12c-76c5-4a1e-9cfc-f7b96855cc56 {
  display: none;
}
#s-f345f12c-76c5-4a1e-9cfc-f7b96855cc56, #wrap-s-f345f12c-76c5-4a1e-9cfc-f7b96855cc56 { display:none !important; }}
#s-f345f12c-76c5-4a1e-9cfc-f7b96855cc56 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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: ;
}

@media (max-width: 767px){#s-aa31f804-3a24-4ab3-91e1-5ee935a6bb79 {
  display: none;
}
#s-aa31f804-3a24-4ab3-91e1-5ee935a6bb79, #wrap-s-aa31f804-3a24-4ab3-91e1-5ee935a6bb79 { display:none !important; }}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 {
  max-width: 750px;
aspect-ratio: 750/840;
text-align: center;
}
@media (min-width: 1200px){#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 {
  display: none;
}
#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02, #wrap-s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 {
  display: none;
}
#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02, #wrap-s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 {
  display: none;
}
#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02, #wrap-s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 { display:none !important; }}




  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 img.shogun-image,
  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 {
    width: 100%;
    height: auto;
  }



  img.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image {
    
    
  }


.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shg-align-container {
  text-align: center
}

.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 img.shogun-image,
  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 {
    width: 100%;
    height: auto;
  }



  img.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image {
    
    
  }


.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shg-align-container {
  text-align: center
}

.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image {
  box-sizing: border-box;
}


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



  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 img.shogun-image,
  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 {
    width: 100%;
    height: auto;
  }



  img.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image {
    
    
  }


.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shg-align-container {
  text-align: center
}

.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image {
  box-sizing: border-box;
}


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



  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 img.shogun-image,
  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 {
    width: 100%;
    height: auto;
  }



  img.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image {
    
    
  }


.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shg-align-container {
  text-align: center
}

.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image {
  box-sizing: border-box;
}


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



  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 img.shogun-image,
  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 {
    width: 100%;
    height: auto;
  }



  img.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image {
    
    
  }


.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shg-align-container {
  text-align: center
}

.s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad1514e6-82e4-4ee7-a78b-bd2cbe75ea02.shogun-image {
  box-sizing: border-box;
}


}
#s-a62c8cea-3c42-4352-a884-1436ace7be7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a62c8cea-3c42-4352-a884-1436ace7be7b {
  display: none;
}
#s-a62c8cea-3c42-4352-a884-1436ace7be7b, #wrap-s-a62c8cea-3c42-4352-a884-1436ace7be7b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a62c8cea-3c42-4352-a884-1436ace7be7b {
  display: none;
}
#s-a62c8cea-3c42-4352-a884-1436ace7be7b, #wrap-s-a62c8cea-3c42-4352-a884-1436ace7be7b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a62c8cea-3c42-4352-a884-1436ace7be7b {
  display: none;
}
#s-a62c8cea-3c42-4352-a884-1436ace7be7b, #wrap-s-a62c8cea-3c42-4352-a884-1436ace7be7b { display:none !important; }}
#s-a62c8cea-3c42-4352-a884-1436ace7be7b .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-74875f4d-851f-4583-9484-062c6474e22c {
  display: none;
}
#s-74875f4d-851f-4583-9484-062c6474e22c, #wrap-s-74875f4d-851f-4583-9484-062c6474e22c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74875f4d-851f-4583-9484-062c6474e22c {
  display: none;
}
#s-74875f4d-851f-4583-9484-062c6474e22c, #wrap-s-74875f4d-851f-4583-9484-062c6474e22c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74875f4d-851f-4583-9484-062c6474e22c {
  display: none;
}
#s-74875f4d-851f-4583-9484-062c6474e22c, #wrap-s-74875f4d-851f-4583-9484-062c6474e22c { display:none !important; }}
.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-dd7e5e43-7529-4c80-b925-777f9aac00f7 {
  margin-top: 30px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(234, 190, 176, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dd7e5e43-7529-4c80-b925-777f9aac00f7:hover {background-color: rgba(241, 207, 196, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dd7e5e43-7529-4c80-b925-777f9aac00f7:active {background-color: rgba(241, 207, 196, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dd7e5e43-7529-4c80-b925-777f9aac00f7-root {
    text-align: center;
  }


#s-dd7e5e43-7529-4c80-b925-777f9aac00f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dd7e5e43-7529-4c80-b925-777f9aac00f7-root {
    text-align: center;
  }


#s-dd7e5e43-7529-4c80-b925-777f9aac00f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd7e5e43-7529-4c80-b925-777f9aac00f7-root {
    text-align: center;
  }


#s-dd7e5e43-7529-4c80-b925-777f9aac00f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd7e5e43-7529-4c80-b925-777f9aac00f7-root {
    text-align: center;
  }


#s-dd7e5e43-7529-4c80-b925-777f9aac00f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dd7e5e43-7529-4c80-b925-777f9aac00f7-root {
    text-align: center;
  }


#s-dd7e5e43-7529-4c80-b925-777f9aac00f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a1b86341-8123-494a-83d6-85ff5b103c4c {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a1b86341-8123-494a-83d6-85ff5b103c4c {
  
}
}







#s-a1b86341-8123-494a-83d6-85ff5b103c4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1b86341-8123-494a-83d6-85ff5b103c4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-0c0e57be-2438-4f41-8fe7-2b1bb3aa2148 {
  margin-top: 0px;
margin-bottom: 60px;
}

@media (min-width: 0px) {
[id="s-0c0e57be-2438-4f41-8fe7-2b1bb3aa2148"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c0e57be-2438-4f41-8fe7-2b1bb3aa2148"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0c0e57be-2438-4f41-8fe7-2b1bb3aa2148"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0c0e57be-2438-4f41-8fe7-2b1bb3aa2148"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ece93926-df62-4424-b548-ef14652fc07f {
  margin-bottom: 20px;
max-width: 512px;
aspect-ratio: 512/220;
text-align: center;
}
#s-ece93926-df62-4424-b548-ef14652fc07f:hover {opacity: 0.8 !important;}




  #s-ece93926-df62-4424-b548-ef14652fc07f img.shogun-image,
  #s-ece93926-df62-4424-b548-ef14652fc07f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ece93926-df62-4424-b548-ef14652fc07f {
    width: 100%;
    height: auto;
  }



  img.s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image {
    
    
  }


.s-ece93926-df62-4424-b548-ef14652fc07f .shogun-image-content {
  
    align-items: center;
  
}

.s-ece93926-df62-4424-b548-ef14652fc07f.shg-align-container {
  text-align: center
}

.s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ece93926-df62-4424-b548-ef14652fc07f img.shogun-image,
  #s-ece93926-df62-4424-b548-ef14652fc07f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ece93926-df62-4424-b548-ef14652fc07f {
    width: 100%;
    height: auto;
  }



  img.s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image {
    
    
  }


.s-ece93926-df62-4424-b548-ef14652fc07f .shogun-image-content {
  
    align-items: center;
  
}

.s-ece93926-df62-4424-b548-ef14652fc07f.shg-align-container {
  text-align: center
}

.s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image {
  box-sizing: border-box;
}


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



  #s-ece93926-df62-4424-b548-ef14652fc07f img.shogun-image,
  #s-ece93926-df62-4424-b548-ef14652fc07f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ece93926-df62-4424-b548-ef14652fc07f {
    width: 100%;
    height: auto;
  }



  img.s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image {
    
    
  }


.s-ece93926-df62-4424-b548-ef14652fc07f .shogun-image-content {
  
    align-items: center;
  
}

.s-ece93926-df62-4424-b548-ef14652fc07f.shg-align-container {
  text-align: center
}

.s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image {
  box-sizing: border-box;
}


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



  #s-ece93926-df62-4424-b548-ef14652fc07f img.shogun-image,
  #s-ece93926-df62-4424-b548-ef14652fc07f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ece93926-df62-4424-b548-ef14652fc07f {
    width: 100%;
    height: auto;
  }



  img.s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image {
    
    
  }


.s-ece93926-df62-4424-b548-ef14652fc07f .shogun-image-content {
  
    align-items: center;
  
}

.s-ece93926-df62-4424-b548-ef14652fc07f.shg-align-container {
  text-align: center
}

.s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image {
  box-sizing: border-box;
}


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



  #s-ece93926-df62-4424-b548-ef14652fc07f img.shogun-image,
  #s-ece93926-df62-4424-b548-ef14652fc07f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ece93926-df62-4424-b548-ef14652fc07f {
    width: 100%;
    height: auto;
  }



  img.s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image {
    
    
  }


.s-ece93926-df62-4424-b548-ef14652fc07f .shogun-image-content {
  
    align-items: center;
  
}

.s-ece93926-df62-4424-b548-ef14652fc07f.shg-align-container {
  text-align: center
}

.s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece93926-df62-4424-b548-ef14652fc07f.shogun-image {
  box-sizing: border-box;
}


}
#s-1fc1bc0c-e57a-42c4-8934-548727597bfd {
  max-width: 512px;
aspect-ratio: 512/220;
text-align: center;
}
#s-1fc1bc0c-e57a-42c4-8934-548727597bfd:hover {opacity: 0.8 !important;}




  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd img.shogun-image,
  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd {
    width: 100%;
    height: auto;
  }



  img.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image {
    
    
  }


.s-1fc1bc0c-e57a-42c4-8934-548727597bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shg-align-container {
  text-align: center
}

.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd img.shogun-image,
  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd {
    width: 100%;
    height: auto;
  }



  img.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image {
    
    
  }


.s-1fc1bc0c-e57a-42c4-8934-548727597bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shg-align-container {
  text-align: center
}

.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image {
  box-sizing: border-box;
}


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



  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd img.shogun-image,
  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd {
    width: 100%;
    height: auto;
  }



  img.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image {
    
    
  }


.s-1fc1bc0c-e57a-42c4-8934-548727597bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shg-align-container {
  text-align: center
}

.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image {
  box-sizing: border-box;
}


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



  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd img.shogun-image,
  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd {
    width: 100%;
    height: auto;
  }



  img.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image {
    
    
  }


.s-1fc1bc0c-e57a-42c4-8934-548727597bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shg-align-container {
  text-align: center
}

.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image {
  box-sizing: border-box;
}


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



  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd img.shogun-image,
  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fc1bc0c-e57a-42c4-8934-548727597bfd {
    width: 100%;
    height: auto;
  }



  img.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image {
    
    
  }


.s-1fc1bc0c-e57a-42c4-8934-548727597bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shg-align-container {
  text-align: center
}

.s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fc1bc0c-e57a-42c4-8934-548727597bfd.shogun-image {
  box-sizing: border-box;
}


}
#s-80c91234-da79-40f9-93f5-cb3bb0959da7 {
  max-width: 512px;
aspect-ratio: 512/220;
text-align: center;
}
#s-80c91234-da79-40f9-93f5-cb3bb0959da7:hover {opacity: 0.8 !important;}




  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 img.shogun-image,
  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 {
    width: 100%;
    height: auto;
  }



  img.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image {
    
    
  }


.s-80c91234-da79-40f9-93f5-cb3bb0959da7 .shogun-image-content {
  
    align-items: center;
  
}

.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shg-align-container {
  text-align: center
}

.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 img.shogun-image,
  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 {
    width: 100%;
    height: auto;
  }



  img.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image {
    
    
  }


.s-80c91234-da79-40f9-93f5-cb3bb0959da7 .shogun-image-content {
  
    align-items: center;
  
}

.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shg-align-container {
  text-align: center
}

.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image {
  box-sizing: border-box;
}


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



  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 img.shogun-image,
  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 {
    width: 100%;
    height: auto;
  }



  img.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image {
    
    
  }


.s-80c91234-da79-40f9-93f5-cb3bb0959da7 .shogun-image-content {
  
    align-items: center;
  
}

.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shg-align-container {
  text-align: center
}

.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image {
  box-sizing: border-box;
}


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



  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 img.shogun-image,
  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 {
    width: 100%;
    height: auto;
  }



  img.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image {
    
    
  }


.s-80c91234-da79-40f9-93f5-cb3bb0959da7 .shogun-image-content {
  
    align-items: center;
  
}

.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shg-align-container {
  text-align: center
}

.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image {
  box-sizing: border-box;
}


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



  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 img.shogun-image,
  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80c91234-da79-40f9-93f5-cb3bb0959da7 {
    width: 100%;
    height: auto;
  }



  img.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image {
    
    
  }


.s-80c91234-da79-40f9-93f5-cb3bb0959da7 .shogun-image-content {
  
    align-items: center;
  
}

.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shg-align-container {
  text-align: center
}

.s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c91234-da79-40f9-93f5-cb3bb0959da7.shogun-image {
  box-sizing: border-box;
}


}
#s-736eae0c-dbaf-49cd-834f-55105a955a36 {
  max-width: 512px;
aspect-ratio: 512/220;
text-align: center;
}





  #s-736eae0c-dbaf-49cd-834f-55105a955a36 img.shogun-image,
  #s-736eae0c-dbaf-49cd-834f-55105a955a36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736eae0c-dbaf-49cd-834f-55105a955a36 {
    width: 100%;
    height: auto;
  }



  img.s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image {
    
    
  }


.s-736eae0c-dbaf-49cd-834f-55105a955a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-736eae0c-dbaf-49cd-834f-55105a955a36.shg-align-container {
  text-align: center
}

.s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-736eae0c-dbaf-49cd-834f-55105a955a36 img.shogun-image,
  #s-736eae0c-dbaf-49cd-834f-55105a955a36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736eae0c-dbaf-49cd-834f-55105a955a36 {
    width: 100%;
    height: auto;
  }



  img.s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image {
    
    
  }


.s-736eae0c-dbaf-49cd-834f-55105a955a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-736eae0c-dbaf-49cd-834f-55105a955a36.shg-align-container {
  text-align: center
}

.s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image {
  box-sizing: border-box;
}


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



  #s-736eae0c-dbaf-49cd-834f-55105a955a36 img.shogun-image,
  #s-736eae0c-dbaf-49cd-834f-55105a955a36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736eae0c-dbaf-49cd-834f-55105a955a36 {
    width: 100%;
    height: auto;
  }



  img.s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image {
    
    
  }


.s-736eae0c-dbaf-49cd-834f-55105a955a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-736eae0c-dbaf-49cd-834f-55105a955a36.shg-align-container {
  text-align: center
}

.s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image {
  box-sizing: border-box;
}


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



  #s-736eae0c-dbaf-49cd-834f-55105a955a36 img.shogun-image,
  #s-736eae0c-dbaf-49cd-834f-55105a955a36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736eae0c-dbaf-49cd-834f-55105a955a36 {
    width: 100%;
    height: auto;
  }



  img.s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image {
    
    
  }


.s-736eae0c-dbaf-49cd-834f-55105a955a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-736eae0c-dbaf-49cd-834f-55105a955a36.shg-align-container {
  text-align: center
}

.s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image {
  box-sizing: border-box;
}


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



  #s-736eae0c-dbaf-49cd-834f-55105a955a36 img.shogun-image,
  #s-736eae0c-dbaf-49cd-834f-55105a955a36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736eae0c-dbaf-49cd-834f-55105a955a36 {
    width: 100%;
    height: auto;
  }



  img.s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image {
    
    
  }


.s-736eae0c-dbaf-49cd-834f-55105a955a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-736eae0c-dbaf-49cd-834f-55105a955a36.shg-align-container {
  text-align: center
}

.s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736eae0c-dbaf-49cd-834f-55105a955a36.shogun-image {
  box-sizing: border-box;
}


}
#s-a87a3364-ffa4-4d59-98a1-4288f067808a {
  margin-top: 0px;
margin-bottom: 20px;
text-align: left;
}

#s-17c2bffa-0061-4fd6-afb2-247d6ebce733 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-17c2bffa-0061-4fd6-afb2-247d6ebce733 {
  
}
}







#s-17c2bffa-0061-4fd6-afb2-247d6ebce733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17c2bffa-0061-4fd6-afb2-247d6ebce733.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e99ae8a-c028-4918-a154-b40dcf448f27 {
  max-width: 2118px;
aspect-ratio: 2118/1574;
text-align: center;
}
#s-7e99ae8a-c028-4918-a154-b40dcf448f27:hover {opacity: 0.78 !important;}@media (max-width: 767px){#s-7e99ae8a-c028-4918-a154-b40dcf448f27 {
  display: none;
}
#s-7e99ae8a-c028-4918-a154-b40dcf448f27, #wrap-s-7e99ae8a-c028-4918-a154-b40dcf448f27 { display:none !important; }}




  #s-7e99ae8a-c028-4918-a154-b40dcf448f27 img.shogun-image,
  #s-7e99ae8a-c028-4918-a154-b40dcf448f27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e99ae8a-c028-4918-a154-b40dcf448f27 {
    width: 100%;
    height: auto;
  }



  #s-7e99ae8a-c028-4918-a154-b40dcf448f27 img.shogun-image {
    

    
    
    
  }


#s-7e99ae8a-c028-4918-a154-b40dcf448f27 .shogun-image-content {
  
    align-items: center;
  
}

#s-567f1553-cebd-43ed-bf4b-114a4c9fee5d {
  max-width: 690px;
aspect-ratio: 690/2680;
text-align: center;
}
#s-567f1553-cebd-43ed-bf4b-114a4c9fee5d:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-567f1553-cebd-43ed-bf4b-114a4c9fee5d {
  display: none;
}
#s-567f1553-cebd-43ed-bf4b-114a4c9fee5d, #wrap-s-567f1553-cebd-43ed-bf4b-114a4c9fee5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-567f1553-cebd-43ed-bf4b-114a4c9fee5d {
  display: none;
}
#s-567f1553-cebd-43ed-bf4b-114a4c9fee5d, #wrap-s-567f1553-cebd-43ed-bf4b-114a4c9fee5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-567f1553-cebd-43ed-bf4b-114a4c9fee5d {
  display: none;
}
#s-567f1553-cebd-43ed-bf4b-114a4c9fee5d, #wrap-s-567f1553-cebd-43ed-bf4b-114a4c9fee5d { display:none !important; }}@media (max-width: 767px){#s-567f1553-cebd-43ed-bf4b-114a4c9fee5d {
  
}
}




  #s-567f1553-cebd-43ed-bf4b-114a4c9fee5d img.shogun-image,
  #s-567f1553-cebd-43ed-bf4b-114a4c9fee5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-567f1553-cebd-43ed-bf4b-114a4c9fee5d {
    width: 100%;
    height: auto;
  }



  #s-567f1553-cebd-43ed-bf4b-114a4c9fee5d img.shogun-image {
    

    
    
    
  }


#s-567f1553-cebd-43ed-bf4b-114a4c9fee5d .shogun-image-content {
  
    align-items: center;
  
}

#s-5e9dc0ec-0ef2-48c6-81be-8d71a310dc87 {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5e9dc0ec-0ef2-48c6-81be-8d71a310dc87 {
  display: none;
}
#s-5e9dc0ec-0ef2-48c6-81be-8d71a310dc87, #wrap-s-5e9dc0ec-0ef2-48c6-81be-8d71a310dc87 { display:none !important; }}
#s-5e9dc0ec-0ef2-48c6-81be-8d71a310dc87 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-935a970d-c876-498d-892a-4fe017586089 {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-935a970d-c876-498d-892a-4fe017586089 {
  display: none;
}
#s-935a970d-c876-498d-892a-4fe017586089, #wrap-s-935a970d-c876-498d-892a-4fe017586089 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-935a970d-c876-498d-892a-4fe017586089 {
  display: none;
}
#s-935a970d-c876-498d-892a-4fe017586089, #wrap-s-935a970d-c876-498d-892a-4fe017586089 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-935a970d-c876-498d-892a-4fe017586089 {
  display: none;
}
#s-935a970d-c876-498d-892a-4fe017586089, #wrap-s-935a970d-c876-498d-892a-4fe017586089 { display:none !important; }}@media (max-width: 767px){#s-935a970d-c876-498d-892a-4fe017586089 {
  
}
}
#s-935a970d-c876-498d-892a-4fe017586089 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e3b67713-95d6-43cf-aef7-5b74234f6052 {
  margin-bottom: 100px;
}
@media (max-width: 767px){#s-e3b67713-95d6-43cf-aef7-5b74234f6052 {
  display: none;
}
#s-e3b67713-95d6-43cf-aef7-5b74234f6052, #wrap-s-e3b67713-95d6-43cf-aef7-5b74234f6052 { display:none !important; }}
#s-0b0a632e-46b2-4018-bedb-4312c6330b9c {
  margin-bottom: 100px;
}
@media (min-width: 1200px){#s-0b0a632e-46b2-4018-bedb-4312c6330b9c {
  display: none;
}
#s-0b0a632e-46b2-4018-bedb-4312c6330b9c, #wrap-s-0b0a632e-46b2-4018-bedb-4312c6330b9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b0a632e-46b2-4018-bedb-4312c6330b9c {
  display: none;
}
#s-0b0a632e-46b2-4018-bedb-4312c6330b9c, #wrap-s-0b0a632e-46b2-4018-bedb-4312c6330b9c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b0a632e-46b2-4018-bedb-4312c6330b9c {
  display: none;
}
#s-0b0a632e-46b2-4018-bedb-4312c6330b9c, #wrap-s-0b0a632e-46b2-4018-bedb-4312c6330b9c { display:none !important; }}@media (max-width: 767px){#s-0b0a632e-46b2-4018-bedb-4312c6330b9c {
  
}
}
#s-2eac0d74-fc2b-42dd-8c2f-18ca0eaf513b {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-2eac0d74-fc2b-42dd-8c2f-18ca0eaf513b {
  margin-top: 0px;
}
}







#s-2eac0d74-fc2b-42dd-8c2f-18ca0eaf513b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2eac0d74-fc2b-42dd-8c2f-18ca0eaf513b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afa34972-4a9e-4ef1-83c9-bb23d4acf67a {
  max-width: 2118px;
aspect-ratio: 2118/656;
text-align: center;
}
#s-afa34972-4a9e-4ef1-83c9-bb23d4acf67a:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-afa34972-4a9e-4ef1-83c9-bb23d4acf67a {
  display: none;
}
#s-afa34972-4a9e-4ef1-83c9-bb23d4acf67a, #wrap-s-afa34972-4a9e-4ef1-83c9-bb23d4acf67a { display:none !important; }}




  #s-afa34972-4a9e-4ef1-83c9-bb23d4acf67a img.shogun-image,
  #s-afa34972-4a9e-4ef1-83c9-bb23d4acf67a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afa34972-4a9e-4ef1-83c9-bb23d4acf67a {
    width: 100%;
    height: auto;
  }



  #s-afa34972-4a9e-4ef1-83c9-bb23d4acf67a img.shogun-image {
    

    
    
    
  }


#s-afa34972-4a9e-4ef1-83c9-bb23d4acf67a .shogun-image-content {
  
    align-items: center;
  
}

#s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 {
  max-width: 690px;
aspect-ratio: 4/3;
text-align: center;
}
#s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 {
  display: none;
}
#s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516, #wrap-s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 {
  display: none;
}
#s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516, #wrap-s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 {
  display: none;
}
#s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516, #wrap-s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 { display:none !important; }}@media (max-width: 767px){#s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 {
  
}
}




  #s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 img.shogun-image,
  #s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 {
    width: 100%;
    height: auto;
  }



  #s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 img.shogun-image {
    

    
    
    
  }


#s-916e1ac8-c2c6-43f8-81fc-f82e0a9d7516 .shogun-image-content {
  
    align-items: center;
  
}

#s-45542d87-2035-431c-9db3-e1fc707c1279 {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-45542d87-2035-431c-9db3-e1fc707c1279 {
  display: none;
}
#s-45542d87-2035-431c-9db3-e1fc707c1279, #wrap-s-45542d87-2035-431c-9db3-e1fc707c1279 { display:none !important; }}
#s-45542d87-2035-431c-9db3-e1fc707c1279 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9fbfc859-c436-430b-a8e2-6269be8af46f {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9fbfc859-c436-430b-a8e2-6269be8af46f {
  display: none;
}
#s-9fbfc859-c436-430b-a8e2-6269be8af46f, #wrap-s-9fbfc859-c436-430b-a8e2-6269be8af46f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fbfc859-c436-430b-a8e2-6269be8af46f {
  display: none;
}
#s-9fbfc859-c436-430b-a8e2-6269be8af46f, #wrap-s-9fbfc859-c436-430b-a8e2-6269be8af46f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fbfc859-c436-430b-a8e2-6269be8af46f {
  display: none;
}
#s-9fbfc859-c436-430b-a8e2-6269be8af46f, #wrap-s-9fbfc859-c436-430b-a8e2-6269be8af46f { display:none !important; }}@media (max-width: 767px){#s-9fbfc859-c436-430b-a8e2-6269be8af46f {
  
}
}
#s-9fbfc859-c436-430b-a8e2-6269be8af46f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0b9dabf5-a28a-4ffb-8055-f194232b35ab {
  margin-bottom: 50px;
}
@media (max-width: 767px){#s-0b9dabf5-a28a-4ffb-8055-f194232b35ab {
  display: none;
}
#s-0b9dabf5-a28a-4ffb-8055-f194232b35ab, #wrap-s-0b9dabf5-a28a-4ffb-8055-f194232b35ab { display:none !important; }}
#s-eb2176fb-00e7-42b8-99a0-0bd1de11762b {
  margin-bottom: 50px;
}
@media (min-width: 1200px){#s-eb2176fb-00e7-42b8-99a0-0bd1de11762b {
  display: none;
}
#s-eb2176fb-00e7-42b8-99a0-0bd1de11762b, #wrap-s-eb2176fb-00e7-42b8-99a0-0bd1de11762b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb2176fb-00e7-42b8-99a0-0bd1de11762b {
  display: none;
}
#s-eb2176fb-00e7-42b8-99a0-0bd1de11762b, #wrap-s-eb2176fb-00e7-42b8-99a0-0bd1de11762b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb2176fb-00e7-42b8-99a0-0bd1de11762b {
  display: none;
}
#s-eb2176fb-00e7-42b8-99a0-0bd1de11762b, #wrap-s-eb2176fb-00e7-42b8-99a0-0bd1de11762b { display:none !important; }}@media (max-width: 767px){#s-eb2176fb-00e7-42b8-99a0-0bd1de11762b {
  
}
}
/*
  $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;
  }
}

@media (max-width: 767px){#s-145cbbdf-c87b-442e-af7f-159ab99636c8 {
  display: none;
}
#s-145cbbdf-c87b-442e-af7f-159ab99636c8, #wrap-s-145cbbdf-c87b-442e-af7f-159ab99636c8 { display:none !important; }}
#s-e3474436-fb6e-44fb-8b12-9b489cc792bf {
  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-c0ac4b14-3d28-487d-9733-e40d65b28edf {
  text-align: left;
}



.shg-c#s-c0ac4b14-3d28-487d-9733-e40d65b28edf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0ac4b14-3d28-487d-9733-e40d65b28edf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c0ac4b14-3d28-487d-9733-e40d65b28edf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0ac4b14-3d28-487d-9733-e40d65b28edf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0ac4b14-3d28-487d-9733-e40d65b28edf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0ac4b14-3d28-487d-9733-e40d65b28edf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0ac4b14-3d28-487d-9733-e40d65b28edf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0ac4b14-3d28-487d-9733-e40d65b28edf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0ac4b14-3d28-487d-9733-e40d65b28edf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0ac4b14-3d28-487d-9733-e40d65b28edf 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-f17aeb19-deec-453f-ac5e-7619ee442498 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f17aeb19-deec-453f-ac5e-7619ee442498 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a6d6ecb0-c604-4a49-8c34-f85341e7ebdc {
  text-align: left;
}

#s-a6d6ecb0-c604-4a49-8c34-f85341e7ebdc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a6d6ecb0-c604-4a49-8c34-f85341e7ebdc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a6d6ecb0-c604-4a49-8c34-f85341e7ebdc .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-823efd43-4eb8-4a74-a5be-f4c55f8bc3cf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-823efd43-4eb8-4a74-a5be-f4c55f8bc3cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-823efd43-4eb8-4a74-a5be-f4c55f8bc3cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-823efd43-4eb8-4a74-a5be-f4c55f8bc3cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-823efd43-4eb8-4a74-a5be-f4c55f8bc3cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-823efd43-4eb8-4a74-a5be-f4c55f8bc3cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-823efd43-4eb8-4a74-a5be-f4c55f8bc3cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d0ee2a4b-1a4d-4f73-b725-fe72b21cdfd2 {
  display: none;
}
#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 {
  text-align: left;
}



.shg-c#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c8f8b3d-d604-4323-a364-f2e125cc7481 img.shogun-image {
  width: 100%;
}



}
#s-13bc5951-3064-4ddf-bf71-8f92338dbd0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13bc5951-3064-4ddf-bf71-8f92338dbd0b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bdac6300-0b19-47ad-abef-3d4c43b41004 {
  text-align: left;
}

#s-bdac6300-0b19-47ad-abef-3d4c43b41004 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bdac6300-0b19-47ad-abef-3d4c43b41004 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bdac6300-0b19-47ad-abef-3d4c43b41004 .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-a41b222d-6cbb-4d7d-a43e-b8ae233a6975 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a41b222d-6cbb-4d7d-a43e-b8ae233a6975:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a41b222d-6cbb-4d7d-a43e-b8ae233a6975:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a41b222d-6cbb-4d7d-a43e-b8ae233a6975 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a41b222d-6cbb-4d7d-a43e-b8ae233a6975.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a41b222d-6cbb-4d7d-a43e-b8ae233a6975.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a41b222d-6cbb-4d7d-a43e-b8ae233a6975.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-da2b1fe3-66d3-411e-b54a-822fd05ebd8f {
  display: none;
}
#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 {
  text-align: left;
}



.shg-c#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68a0f820-21b8-4ee7-8946-e8cffe71ffc0 img.shogun-image {
  width: 100%;
}



}
#s-ad35438f-3572-467d-a45b-470f628786d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad35438f-3572-467d-a45b-470f628786d0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9720f1aa-90cb-46c8-9019-d1bba3785deb {
  text-align: left;
}

#s-9720f1aa-90cb-46c8-9019-d1bba3785deb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9720f1aa-90cb-46c8-9019-d1bba3785deb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9720f1aa-90cb-46c8-9019-d1bba3785deb .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-2abafc72-7888-4b4f-bfdd-666b249538b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2abafc72-7888-4b4f-bfdd-666b249538b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2abafc72-7888-4b4f-bfdd-666b249538b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2abafc72-7888-4b4f-bfdd-666b249538b2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2abafc72-7888-4b4f-bfdd-666b249538b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2abafc72-7888-4b4f-bfdd-666b249538b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2abafc72-7888-4b4f-bfdd-666b249538b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1546b695-be13-4247-9c4e-5a5c69023538 {
  display: none;
}
#s-23050e8e-6aac-4920-8718-1b8876645608 {
  text-align: left;
}



.shg-c#s-23050e8e-6aac-4920-8718-1b8876645608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23050e8e-6aac-4920-8718-1b8876645608 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-23050e8e-6aac-4920-8718-1b8876645608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23050e8e-6aac-4920-8718-1b8876645608 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23050e8e-6aac-4920-8718-1b8876645608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23050e8e-6aac-4920-8718-1b8876645608 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23050e8e-6aac-4920-8718-1b8876645608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23050e8e-6aac-4920-8718-1b8876645608 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23050e8e-6aac-4920-8718-1b8876645608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23050e8e-6aac-4920-8718-1b8876645608 img.shogun-image {
  width: 100%;
}



}
#s-9353422b-9385-4968-a177-9d4d896f3850 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9353422b-9385-4968-a177-9d4d896f3850 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2410b202-8b20-4f1f-8dde-9affcd8b9bbf {
  text-align: left;
}

#s-2410b202-8b20-4f1f-8dde-9affcd8b9bbf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2410b202-8b20-4f1f-8dde-9affcd8b9bbf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2410b202-8b20-4f1f-8dde-9affcd8b9bbf .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-3ab0d73e-85bb-4b50-8dbb-cdc3d9e0c9f9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3ab0d73e-85bb-4b50-8dbb-cdc3d9e0c9f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ab0d73e-85bb-4b50-8dbb-cdc3d9e0c9f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ab0d73e-85bb-4b50-8dbb-cdc3d9e0c9f9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ab0d73e-85bb-4b50-8dbb-cdc3d9e0c9f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ab0d73e-85bb-4b50-8dbb-cdc3d9e0c9f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ab0d73e-85bb-4b50-8dbb-cdc3d9e0c9f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-01db1a49-4b14-4c8b-951c-c231624aeefa {
  display: none;
}
#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 {
  text-align: left;
}



.shg-c#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-231453a4-2cc6-48d9-8f3e-c97072b9fba4 img.shogun-image {
  width: 100%;
}



}
#s-3239ee54-fde6-4d75-b277-27fe9c718849 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3239ee54-fde6-4d75-b277-27fe9c718849 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c312b4d6-30c6-4ec0-9fbb-152055dbdc52 {
  text-align: left;
}

#s-c312b4d6-30c6-4ec0-9fbb-152055dbdc52 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c312b4d6-30c6-4ec0-9fbb-152055dbdc52 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c312b4d6-30c6-4ec0-9fbb-152055dbdc52 .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-85abf737-5c4f-4b47-9599-93f6f74ddad7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-85abf737-5c4f-4b47-9599-93f6f74ddad7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85abf737-5c4f-4b47-9599-93f6f74ddad7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-85abf737-5c4f-4b47-9599-93f6f74ddad7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85abf737-5c4f-4b47-9599-93f6f74ddad7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85abf737-5c4f-4b47-9599-93f6f74ddad7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85abf737-5c4f-4b47-9599-93f6f74ddad7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b7fd4f62-460e-4ed7-aa44-bff7a5b2cb8c {
  display: none;
}
#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed {
  text-align: left;
}



.shg-c#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e591fba0-4cea-4e4b-b290-1bc716cde9ed img.shogun-image {
  width: 100%;
}



}
#s-0fb9fe20-9d68-4bbd-8f2f-fef75e8f74c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0fb9fe20-9d68-4bbd-8f2f-fef75e8f74c5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c52b7d4a-25e7-4433-9412-bb12e12759f9 {
  text-align: left;
}

#s-c52b7d4a-25e7-4433-9412-bb12e12759f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c52b7d4a-25e7-4433-9412-bb12e12759f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c52b7d4a-25e7-4433-9412-bb12e12759f9 .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-b7514c15-3ed9-4890-9ce1-5697c9f2f4f7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b7514c15-3ed9-4890-9ce1-5697c9f2f4f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7514c15-3ed9-4890-9ce1-5697c9f2f4f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7514c15-3ed9-4890-9ce1-5697c9f2f4f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7514c15-3ed9-4890-9ce1-5697c9f2f4f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7514c15-3ed9-4890-9ce1-5697c9f2f4f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b7514c15-3ed9-4890-9ce1-5697c9f2f4f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b44125c9-bc39-48de-98f0-96697db43628 {
  display: none;
}
#s-2263a01f-be34-464d-a0ac-318d395ef278 {
  text-align: left;
}



.shg-c#s-2263a01f-be34-464d-a0ac-318d395ef278 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2263a01f-be34-464d-a0ac-318d395ef278 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2263a01f-be34-464d-a0ac-318d395ef278 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2263a01f-be34-464d-a0ac-318d395ef278 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2263a01f-be34-464d-a0ac-318d395ef278 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2263a01f-be34-464d-a0ac-318d395ef278 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2263a01f-be34-464d-a0ac-318d395ef278 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2263a01f-be34-464d-a0ac-318d395ef278 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2263a01f-be34-464d-a0ac-318d395ef278 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2263a01f-be34-464d-a0ac-318d395ef278 img.shogun-image {
  width: 100%;
}



}
#s-3ea8563c-a0ae-441e-92b2-8387c48ab106 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3ea8563c-a0ae-441e-92b2-8387c48ab106 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ac1318c7-4d21-4528-ba7b-e138c146aa56 {
  text-align: left;
}

#s-ac1318c7-4d21-4528-ba7b-e138c146aa56 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ac1318c7-4d21-4528-ba7b-e138c146aa56 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ac1318c7-4d21-4528-ba7b-e138c146aa56 .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-7a6d6f2f-f449-4a27-b1c0-bb223ffcfd19 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7a6d6f2f-f449-4a27-b1c0-bb223ffcfd19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a6d6f2f-f449-4a27-b1c0-bb223ffcfd19:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a6d6f2f-f449-4a27-b1c0-bb223ffcfd19 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a6d6f2f-f449-4a27-b1c0-bb223ffcfd19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a6d6f2f-f449-4a27-b1c0-bb223ffcfd19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a6d6f2f-f449-4a27-b1c0-bb223ffcfd19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8a4326b2-cabc-4951-91e9-fa5cf622dc88 {
  display: none;
}
#s-28887c4c-7592-4e9e-971b-3417ea791f0b {
  text-align: left;
}



.shg-c#s-28887c4c-7592-4e9e-971b-3417ea791f0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28887c4c-7592-4e9e-971b-3417ea791f0b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-28887c4c-7592-4e9e-971b-3417ea791f0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28887c4c-7592-4e9e-971b-3417ea791f0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28887c4c-7592-4e9e-971b-3417ea791f0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28887c4c-7592-4e9e-971b-3417ea791f0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28887c4c-7592-4e9e-971b-3417ea791f0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28887c4c-7592-4e9e-971b-3417ea791f0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28887c4c-7592-4e9e-971b-3417ea791f0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28887c4c-7592-4e9e-971b-3417ea791f0b img.shogun-image {
  width: 100%;
}



}
#s-0722d57b-95b7-4255-8584-3a6e383d6ef2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0722d57b-95b7-4255-8584-3a6e383d6ef2 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3c2c0350-b15e-4b8f-8c54-3e8bbd8546e9 {
  text-align: left;
}

#s-3c2c0350-b15e-4b8f-8c54-3e8bbd8546e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3c2c0350-b15e-4b8f-8c54-3e8bbd8546e9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3c2c0350-b15e-4b8f-8c54-3e8bbd8546e9 .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-baa71d84-a39d-4968-8d48-1e598c36221a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-baa71d84-a39d-4968-8d48-1e598c36221a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-baa71d84-a39d-4968-8d48-1e598c36221a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-baa71d84-a39d-4968-8d48-1e598c36221a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa71d84-a39d-4968-8d48-1e598c36221a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa71d84-a39d-4968-8d48-1e598c36221a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-baa71d84-a39d-4968-8d48-1e598c36221a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-566049ad-3d48-44fa-9e8e-5e9c6242aa9d {
  display: none;
}
#s-566049ad-3d48-44fa-9e8e-5e9c6242aa9d, #wrap-s-566049ad-3d48-44fa-9e8e-5e9c6242aa9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-566049ad-3d48-44fa-9e8e-5e9c6242aa9d {
  display: none;
}
#s-566049ad-3d48-44fa-9e8e-5e9c6242aa9d, #wrap-s-566049ad-3d48-44fa-9e8e-5e9c6242aa9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-566049ad-3d48-44fa-9e8e-5e9c6242aa9d {
  display: none;
}
#s-566049ad-3d48-44fa-9e8e-5e9c6242aa9d, #wrap-s-566049ad-3d48-44fa-9e8e-5e9c6242aa9d { display:none !important; }}@media (max-width: 767px){#s-566049ad-3d48-44fa-9e8e-5e9c6242aa9d {
  
}
}
#s-b1182ed3-ab21-4c0a-96b0-12ec5e0101cb {
  display: none;
}
#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 {
  text-align: left;
}



.shg-c#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a091034-211e-4ad3-90a2-e1a98affd9d0 img.shogun-image {
  width: 100%;
}



}
#s-6075378b-46dd-4a46-9616-5d8cfef98949 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6075378b-46dd-4a46-9616-5d8cfef98949 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1d733f0f-a1ca-4bf2-bdf2-f541858dafc6 {
  text-align: left;
}

#s-1d733f0f-a1ca-4bf2-bdf2-f541858dafc6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1d733f0f-a1ca-4bf2-bdf2-f541858dafc6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1d733f0f-a1ca-4bf2-bdf2-f541858dafc6 .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-3f80849d-ce67-43c7-8b71-0bce9e0ac529 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3f80849d-ce67-43c7-8b71-0bce9e0ac529:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f80849d-ce67-43c7-8b71-0bce9e0ac529:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f80849d-ce67-43c7-8b71-0bce9e0ac529 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f80849d-ce67-43c7-8b71-0bce9e0ac529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f80849d-ce67-43c7-8b71-0bce9e0ac529.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f80849d-ce67-43c7-8b71-0bce9e0ac529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0683b190-b652-4d9f-9e3a-3903d816e337 {
  display: none;
}
#s-67fdf47a-0834-47f1-8374-9377bbfc268f {
  text-align: left;
}



.shg-c#s-67fdf47a-0834-47f1-8374-9377bbfc268f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67fdf47a-0834-47f1-8374-9377bbfc268f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-67fdf47a-0834-47f1-8374-9377bbfc268f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67fdf47a-0834-47f1-8374-9377bbfc268f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-67fdf47a-0834-47f1-8374-9377bbfc268f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67fdf47a-0834-47f1-8374-9377bbfc268f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-67fdf47a-0834-47f1-8374-9377bbfc268f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67fdf47a-0834-47f1-8374-9377bbfc268f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-67fdf47a-0834-47f1-8374-9377bbfc268f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67fdf47a-0834-47f1-8374-9377bbfc268f img.shogun-image {
  width: 100%;
}



}
#s-929a6675-a700-4689-b2eb-ae14cf0d6fa2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-929a6675-a700-4689-b2eb-ae14cf0d6fa2 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5677b98b-c12f-49f7-a829-873fc5462ab7 {
  text-align: left;
}

#s-5677b98b-c12f-49f7-a829-873fc5462ab7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5677b98b-c12f-49f7-a829-873fc5462ab7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5677b98b-c12f-49f7-a829-873fc5462ab7 .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-5b5c79fb-f4b1-4135-b1d0-a016a553d0f0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5b5c79fb-f4b1-4135-b1d0-a016a553d0f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b5c79fb-f4b1-4135-b1d0-a016a553d0f0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b5c79fb-f4b1-4135-b1d0-a016a553d0f0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b5c79fb-f4b1-4135-b1d0-a016a553d0f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b5c79fb-f4b1-4135-b1d0-a016a553d0f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b5c79fb-f4b1-4135-b1d0-a016a553d0f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9c96bb7c-f808-4cfb-a303-ee15d8e70c00 {
  display: none;
}
#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 {
  text-align: left;
}



.shg-c#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45817334-89a1-4d6d-a9c5-aca9fe85d423 img.shogun-image {
  width: 100%;
}



}
#s-194fc669-bfb7-470b-885f-6b10f6f3303b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-194fc669-bfb7-470b-885f-6b10f6f3303b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4768ec9d-397b-45cb-b77f-478a1a9e8bb4 {
  text-align: left;
}

#s-4768ec9d-397b-45cb-b77f-478a1a9e8bb4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4768ec9d-397b-45cb-b77f-478a1a9e8bb4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4768ec9d-397b-45cb-b77f-478a1a9e8bb4 .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-af222eca-ba8a-4755-ba05-f8ef8bf16473 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-af222eca-ba8a-4755-ba05-f8ef8bf16473:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af222eca-ba8a-4755-ba05-f8ef8bf16473:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af222eca-ba8a-4755-ba05-f8ef8bf16473 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af222eca-ba8a-4755-ba05-f8ef8bf16473.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af222eca-ba8a-4755-ba05-f8ef8bf16473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-af222eca-ba8a-4755-ba05-f8ef8bf16473.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0719e6a9-b2c3-40f5-b51a-9efdea32635d {
  display: none;
}
#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab {
  text-align: left;
}



.shg-c#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c403bd42-2aa8-4d54-85c5-cd379a98e0ab img.shogun-image {
  width: 100%;
}



}
#s-e3826afa-513b-4824-b7e9-ee236369b914 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3826afa-513b-4824-b7e9-ee236369b914 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0c1d0dff-dcd9-41af-b9b9-35fbc0bc0977 {
  text-align: left;
}

#s-0c1d0dff-dcd9-41af-b9b9-35fbc0bc0977 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0c1d0dff-dcd9-41af-b9b9-35fbc0bc0977 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c1d0dff-dcd9-41af-b9b9-35fbc0bc0977 .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-36011a75-48cf-48c6-881e-a5752bb89bb4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-36011a75-48cf-48c6-881e-a5752bb89bb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36011a75-48cf-48c6-881e-a5752bb89bb4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-36011a75-48cf-48c6-881e-a5752bb89bb4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-36011a75-48cf-48c6-881e-a5752bb89bb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36011a75-48cf-48c6-881e-a5752bb89bb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-36011a75-48cf-48c6-881e-a5752bb89bb4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-92f40095-33b8-4921-995e-8ec51d3404de {
  display: none;
}
#s-388c5596-365e-475c-b80f-673384423369 {
  text-align: left;
}



.shg-c#s-388c5596-365e-475c-b80f-673384423369 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-388c5596-365e-475c-b80f-673384423369 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-388c5596-365e-475c-b80f-673384423369 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-388c5596-365e-475c-b80f-673384423369 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-388c5596-365e-475c-b80f-673384423369 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-388c5596-365e-475c-b80f-673384423369 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-388c5596-365e-475c-b80f-673384423369 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-388c5596-365e-475c-b80f-673384423369 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-388c5596-365e-475c-b80f-673384423369 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-388c5596-365e-475c-b80f-673384423369 img.shogun-image {
  width: 100%;
}



}
#s-847a1275-5ca5-4880-abbb-22bda3811bb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-847a1275-5ca5-4880-abbb-22bda3811bb7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bbde6223-e80d-4465-aaa4-f94610915bd7 {
  text-align: left;
}

#s-bbde6223-e80d-4465-aaa4-f94610915bd7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bbde6223-e80d-4465-aaa4-f94610915bd7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bbde6223-e80d-4465-aaa4-f94610915bd7 .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-75b7cd71-3623-4aea-a143-37e669c4733c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-75b7cd71-3623-4aea-a143-37e669c4733c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75b7cd71-3623-4aea-a143-37e669c4733c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75b7cd71-3623-4aea-a143-37e669c4733c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75b7cd71-3623-4aea-a143-37e669c4733c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75b7cd71-3623-4aea-a143-37e669c4733c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-75b7cd71-3623-4aea-a143-37e669c4733c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6f5d5a94-6a09-4d51-83c5-5aada1b92777 {
  display: none;
}
#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 {
  text-align: left;
}



.shg-c#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ba4081d-43f9-46e1-a441-e4e2f44cd481 img.shogun-image {
  width: 100%;
}



}
#s-39d5599f-8402-4ed2-b455-2f68c274562a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39d5599f-8402-4ed2-b455-2f68c274562a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dc2a7364-2e42-423d-a1ae-7fc6e210af4f {
  text-align: center;
}

#s-dc2a7364-2e42-423d-a1ae-7fc6e210af4f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc2a7364-2e42-423d-a1ae-7fc6e210af4f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc2a7364-2e42-423d-a1ae-7fc6e210af4f .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-406f4797-ea8e-412a-86d0-6e1f586abeee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-406f4797-ea8e-412a-86d0-6e1f586abeee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-406f4797-ea8e-412a-86d0-6e1f586abeee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-406f4797-ea8e-412a-86d0-6e1f586abeee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-406f4797-ea8e-412a-86d0-6e1f586abeee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-406f4797-ea8e-412a-86d0-6e1f586abeee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-406f4797-ea8e-412a-86d0-6e1f586abeee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-da291206-e4dc-4d97-ada3-6592f0bc7254 {
  display: none;
}
#s-9226677a-6c1a-495a-a182-2b2ec13e9023 {
  text-align: left;
}



.shg-c#s-9226677a-6c1a-495a-a182-2b2ec13e9023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9226677a-6c1a-495a-a182-2b2ec13e9023 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9226677a-6c1a-495a-a182-2b2ec13e9023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9226677a-6c1a-495a-a182-2b2ec13e9023 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9226677a-6c1a-495a-a182-2b2ec13e9023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9226677a-6c1a-495a-a182-2b2ec13e9023 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9226677a-6c1a-495a-a182-2b2ec13e9023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9226677a-6c1a-495a-a182-2b2ec13e9023 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9226677a-6c1a-495a-a182-2b2ec13e9023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9226677a-6c1a-495a-a182-2b2ec13e9023 img.shogun-image {
  width: 100%;
}



}
#s-5d2cfe68-2bff-4ea2-a98a-3c681a0a7b83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5d2cfe68-2bff-4ea2-a98a-3c681a0a7b83 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f64db76e-4c52-4611-b772-3aab4e1fe650 {
  text-align: left;
}

#s-f64db76e-4c52-4611-b772-3aab4e1fe650 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f64db76e-4c52-4611-b772-3aab4e1fe650 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f64db76e-4c52-4611-b772-3aab4e1fe650 .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-e1271be1-102f-4ddd-8c70-596604d8a5d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e1271be1-102f-4ddd-8c70-596604d8a5d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1271be1-102f-4ddd-8c70-596604d8a5d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e1271be1-102f-4ddd-8c70-596604d8a5d6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1271be1-102f-4ddd-8c70-596604d8a5d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1271be1-102f-4ddd-8c70-596604d8a5d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1271be1-102f-4ddd-8c70-596604d8a5d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5e999a09-4831-4656-9c49-1e610cdd13a3 {
  display: none;
}
#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa {
  text-align: left;
}



.shg-c#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f43ac0e-3046-4aaf-b47e-d832bfba10aa img.shogun-image {
  width: 100%;
}



}
#s-6fe49399-df95-4896-b947-9c58c46aa458 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6fe49399-df95-4896-b947-9c58c46aa458 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d70df485-6f6e-49a4-899c-6b420eaa4423 {
  text-align: left;
}

#s-d70df485-6f6e-49a4-899c-6b420eaa4423 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d70df485-6f6e-49a4-899c-6b420eaa4423 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d70df485-6f6e-49a4-899c-6b420eaa4423 .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-7b7a0b4b-dc3b-4193-8a54-fa1e7f6bdbf2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7b7a0b4b-dc3b-4193-8a54-fa1e7f6bdbf2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b7a0b4b-dc3b-4193-8a54-fa1e7f6bdbf2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b7a0b4b-dc3b-4193-8a54-fa1e7f6bdbf2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b7a0b4b-dc3b-4193-8a54-fa1e7f6bdbf2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b7a0b4b-dc3b-4193-8a54-fa1e7f6bdbf2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b7a0b4b-dc3b-4193-8a54-fa1e7f6bdbf2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe {
  margin-top: 30px;
margin-bottom: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(234, 190, 176, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe:hover {background-color: rgba(241, 207, 196, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe:active {background-color: rgba(241, 207, 196, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe {
  
}
}@media (max-width: 767px){#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe {
  margin-bottom: 40px;
}
}

  #s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe-root {
    text-align: center;
  }


#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe-root {
    text-align: center;
  }


#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe-root {
    text-align: center;
  }


#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe-root {
    text-align: center;
  }


#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe-root {
    text-align: center;
  }


#s-8ac6f350-3c72-4593-8b9a-d6b9f06c10fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-82b1c0b7-6953-459e-85b6-cb9488542408 {
  min-height: 50px;
}








#s-82b1c0b7-6953-459e-85b6-cb9488542408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82b1c0b7-6953-459e-85b6-cb9488542408.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d2f0365-2118-42ef-8bdb-75f7a11efbec {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d2f0365-2118-42ef-8bdb-75f7a11efbec .shogun-heading-component h2 {
  color: rgba(131, 141, 155, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-2969350e-ed2d-4366-a7cd-21d7ae78d470 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-2969350e-ed2d-4366-a7cd-21d7ae78d470 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-2969350e-ed2d-4366-a7cd-21d7ae78d470 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(131, 141, 155, 1);
}

#s-2969350e-ed2d-4366-a7cd-21d7ae78d470 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2969350e-ed2d-4366-a7cd-21d7ae78d470 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(131, 141, 155, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2969350e-ed2d-4366-a7cd-21d7ae78d470 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-47ab027c-630e-4d1b-b128-d52020d4ba67 {
  max-width: 2123px;
aspect-ratio: 2123/1430;
text-align: center;
}
@media (max-width: 767px){#s-47ab027c-630e-4d1b-b128-d52020d4ba67 {
  display: none;
}
#s-47ab027c-630e-4d1b-b128-d52020d4ba67, #wrap-s-47ab027c-630e-4d1b-b128-d52020d4ba67 { display:none !important; }}




  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 img.shogun-image,
  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 {
    width: 100%;
    height: auto;
  }



  img.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image {
    
    
  }


.s-47ab027c-630e-4d1b-b128-d52020d4ba67 .shogun-image-content {
  
    align-items: center;
  
}

.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shg-align-container {
  text-align: center
}

.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 img.shogun-image,
  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 {
    width: 100%;
    height: auto;
  }



  img.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image {
    
    
  }


.s-47ab027c-630e-4d1b-b128-d52020d4ba67 .shogun-image-content {
  
    align-items: center;
  
}

.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shg-align-container {
  text-align: center
}

.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image {
  box-sizing: border-box;
}


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



  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 img.shogun-image,
  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 {
    width: 100%;
    height: auto;
  }



  img.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image {
    
    
  }


.s-47ab027c-630e-4d1b-b128-d52020d4ba67 .shogun-image-content {
  
    align-items: center;
  
}

.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shg-align-container {
  text-align: center
}

.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image {
  box-sizing: border-box;
}


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



  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 img.shogun-image,
  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 {
    width: 100%;
    height: auto;
  }



  img.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image {
    
    
  }


.s-47ab027c-630e-4d1b-b128-d52020d4ba67 .shogun-image-content {
  
    align-items: center;
  
}

.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shg-align-container {
  text-align: center
}

.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image {
  box-sizing: border-box;
}


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



  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 img.shogun-image,
  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47ab027c-630e-4d1b-b128-d52020d4ba67 {
    width: 100%;
    height: auto;
  }



  img.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image {
    
    
  }


.s-47ab027c-630e-4d1b-b128-d52020d4ba67 .shogun-image-content {
  
    align-items: center;
  
}

.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shg-align-container {
  text-align: center
}

.s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47ab027c-630e-4d1b-b128-d52020d4ba67.shogun-image {
  box-sizing: border-box;
}


}
#s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 {
  max-width: 2123px;
aspect-ratio: 2123/1430;
text-align: center;
}
@media (max-width: 767px){#s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 {
  display: none;
}
#s-acedf613-0c1b-4a49-b851-4dfa7ba9e859, #wrap-s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 { display:none !important; }}




  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 img.shogun-image,
  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 {
    width: 100%;
    height: auto;
  }



  img.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image {
    
    
  }


.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 .shogun-image-content {
  
    align-items: center;
  
}

.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shg-align-container {
  text-align: center
}

.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 img.shogun-image,
  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 {
    width: 100%;
    height: auto;
  }



  img.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image {
    
    
  }


.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 .shogun-image-content {
  
    align-items: center;
  
}

.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shg-align-container {
  text-align: center
}

.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image {
  box-sizing: border-box;
}


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



  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 img.shogun-image,
  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 {
    width: 100%;
    height: auto;
  }



  img.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image {
    
    
  }


.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 .shogun-image-content {
  
    align-items: center;
  
}

.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shg-align-container {
  text-align: center
}

.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image {
  box-sizing: border-box;
}


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



  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 img.shogun-image,
  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 {
    width: 100%;
    height: auto;
  }



  img.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image {
    
    
  }


.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 .shogun-image-content {
  
    align-items: center;
  
}

.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shg-align-container {
  text-align: center
}

.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image {
  box-sizing: border-box;
}


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



  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 img.shogun-image,
  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 {
    width: 100%;
    height: auto;
  }



  img.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image {
    
    
  }


.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859 .shogun-image-content {
  
    align-items: center;
  
}

.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shg-align-container {
  text-align: center
}

.s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acedf613-0c1b-4a49-b851-4dfa7ba9e859.shogun-image {
  box-sizing: border-box;
}


}
#s-4df98fc9-9a37-48b7-bc08-246412587834 {
  max-width: 2123px;
aspect-ratio: 2123/1430;
text-align: center;
}
@media (max-width: 767px){#s-4df98fc9-9a37-48b7-bc08-246412587834 {
  display: none;
}
#s-4df98fc9-9a37-48b7-bc08-246412587834, #wrap-s-4df98fc9-9a37-48b7-bc08-246412587834 { display:none !important; }}




  #s-4df98fc9-9a37-48b7-bc08-246412587834 img.shogun-image,
  #s-4df98fc9-9a37-48b7-bc08-246412587834 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4df98fc9-9a37-48b7-bc08-246412587834 {
    width: 100%;
    height: auto;
  }



  img.s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image {
    
    
  }


.s-4df98fc9-9a37-48b7-bc08-246412587834 .shogun-image-content {
  
    align-items: center;
  
}

.s-4df98fc9-9a37-48b7-bc08-246412587834.shg-align-container {
  text-align: center
}

.s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4df98fc9-9a37-48b7-bc08-246412587834 img.shogun-image,
  #s-4df98fc9-9a37-48b7-bc08-246412587834 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4df98fc9-9a37-48b7-bc08-246412587834 {
    width: 100%;
    height: auto;
  }



  img.s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image {
    
    
  }


.s-4df98fc9-9a37-48b7-bc08-246412587834 .shogun-image-content {
  
    align-items: center;
  
}

.s-4df98fc9-9a37-48b7-bc08-246412587834.shg-align-container {
  text-align: center
}

.s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image {
  box-sizing: border-box;
}


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



  #s-4df98fc9-9a37-48b7-bc08-246412587834 img.shogun-image,
  #s-4df98fc9-9a37-48b7-bc08-246412587834 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4df98fc9-9a37-48b7-bc08-246412587834 {
    width: 100%;
    height: auto;
  }



  img.s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image {
    
    
  }


.s-4df98fc9-9a37-48b7-bc08-246412587834 .shogun-image-content {
  
    align-items: center;
  
}

.s-4df98fc9-9a37-48b7-bc08-246412587834.shg-align-container {
  text-align: center
}

.s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image {
  box-sizing: border-box;
}


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



  #s-4df98fc9-9a37-48b7-bc08-246412587834 img.shogun-image,
  #s-4df98fc9-9a37-48b7-bc08-246412587834 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4df98fc9-9a37-48b7-bc08-246412587834 {
    width: 100%;
    height: auto;
  }



  img.s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image {
    
    
  }


.s-4df98fc9-9a37-48b7-bc08-246412587834 .shogun-image-content {
  
    align-items: center;
  
}

.s-4df98fc9-9a37-48b7-bc08-246412587834.shg-align-container {
  text-align: center
}

.s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image {
  box-sizing: border-box;
}


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



  #s-4df98fc9-9a37-48b7-bc08-246412587834 img.shogun-image,
  #s-4df98fc9-9a37-48b7-bc08-246412587834 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4df98fc9-9a37-48b7-bc08-246412587834 {
    width: 100%;
    height: auto;
  }



  img.s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image {
    
    
  }


.s-4df98fc9-9a37-48b7-bc08-246412587834 .shogun-image-content {
  
    align-items: center;
  
}

.s-4df98fc9-9a37-48b7-bc08-246412587834.shg-align-container {
  text-align: center
}

.s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4df98fc9-9a37-48b7-bc08-246412587834.shogun-image {
  box-sizing: border-box;
}


}
#s-fea78728-e168-494e-a30c-3c535d823f51 {
  max-width: 686px;
aspect-ratio: 686/3162;
text-align: center;
}
@media (min-width: 1200px){#s-fea78728-e168-494e-a30c-3c535d823f51 {
  display: none;
}
#s-fea78728-e168-494e-a30c-3c535d823f51, #wrap-s-fea78728-e168-494e-a30c-3c535d823f51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fea78728-e168-494e-a30c-3c535d823f51 {
  display: none;
}
#s-fea78728-e168-494e-a30c-3c535d823f51, #wrap-s-fea78728-e168-494e-a30c-3c535d823f51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fea78728-e168-494e-a30c-3c535d823f51 {
  display: none;
}
#s-fea78728-e168-494e-a30c-3c535d823f51, #wrap-s-fea78728-e168-494e-a30c-3c535d823f51 { display:none !important; }}@media (max-width: 767px){#s-fea78728-e168-494e-a30c-3c535d823f51 {
  
}
}




  #s-fea78728-e168-494e-a30c-3c535d823f51 img.shogun-image,
  #s-fea78728-e168-494e-a30c-3c535d823f51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fea78728-e168-494e-a30c-3c535d823f51 {
    width: 100%;
    height: auto;
  }



  img.s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image {
    
    
  }


.s-fea78728-e168-494e-a30c-3c535d823f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-fea78728-e168-494e-a30c-3c535d823f51.shg-align-container {
  text-align: center
}

.s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fea78728-e168-494e-a30c-3c535d823f51 img.shogun-image,
  #s-fea78728-e168-494e-a30c-3c535d823f51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fea78728-e168-494e-a30c-3c535d823f51 {
    width: 100%;
    height: auto;
  }



  img.s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image {
    
    
  }


.s-fea78728-e168-494e-a30c-3c535d823f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-fea78728-e168-494e-a30c-3c535d823f51.shg-align-container {
  text-align: center
}

.s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image {
  box-sizing: border-box;
}


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



  #s-fea78728-e168-494e-a30c-3c535d823f51 img.shogun-image,
  #s-fea78728-e168-494e-a30c-3c535d823f51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fea78728-e168-494e-a30c-3c535d823f51 {
    width: 100%;
    height: auto;
  }



  img.s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image {
    
    
  }


.s-fea78728-e168-494e-a30c-3c535d823f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-fea78728-e168-494e-a30c-3c535d823f51.shg-align-container {
  text-align: center
}

.s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image {
  box-sizing: border-box;
}


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



  #s-fea78728-e168-494e-a30c-3c535d823f51 img.shogun-image,
  #s-fea78728-e168-494e-a30c-3c535d823f51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fea78728-e168-494e-a30c-3c535d823f51 {
    width: 100%;
    height: auto;
  }



  img.s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image {
    
    
  }


.s-fea78728-e168-494e-a30c-3c535d823f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-fea78728-e168-494e-a30c-3c535d823f51.shg-align-container {
  text-align: center
}

.s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image {
  box-sizing: border-box;
}


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



  #s-fea78728-e168-494e-a30c-3c535d823f51 img.shogun-image,
  #s-fea78728-e168-494e-a30c-3c535d823f51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fea78728-e168-494e-a30c-3c535d823f51 {
    width: 100%;
    height: auto;
  }



  img.s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image {
    
    
  }


.s-fea78728-e168-494e-a30c-3c535d823f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-fea78728-e168-494e-a30c-3c535d823f51.shg-align-container {
  text-align: center
}

.s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fea78728-e168-494e-a30c-3c535d823f51.shogun-image {
  box-sizing: border-box;
}


}
#s-38310b13-92c6-4536-81fb-46119bb16072 {
  max-width: 686px;
aspect-ratio: 686/3162;
text-align: center;
}
@media (min-width: 1200px){#s-38310b13-92c6-4536-81fb-46119bb16072 {
  display: none;
}
#s-38310b13-92c6-4536-81fb-46119bb16072, #wrap-s-38310b13-92c6-4536-81fb-46119bb16072 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38310b13-92c6-4536-81fb-46119bb16072 {
  display: none;
}
#s-38310b13-92c6-4536-81fb-46119bb16072, #wrap-s-38310b13-92c6-4536-81fb-46119bb16072 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38310b13-92c6-4536-81fb-46119bb16072 {
  display: none;
}
#s-38310b13-92c6-4536-81fb-46119bb16072, #wrap-s-38310b13-92c6-4536-81fb-46119bb16072 { display:none !important; }}@media (max-width: 767px){#s-38310b13-92c6-4536-81fb-46119bb16072 {
  
}
}




  #s-38310b13-92c6-4536-81fb-46119bb16072 img.shogun-image,
  #s-38310b13-92c6-4536-81fb-46119bb16072 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38310b13-92c6-4536-81fb-46119bb16072 {
    width: 100%;
    height: auto;
  }



  img.s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image {
    
    
  }


.s-38310b13-92c6-4536-81fb-46119bb16072 .shogun-image-content {
  
    align-items: center;
  
}

.s-38310b13-92c6-4536-81fb-46119bb16072.shg-align-container {
  text-align: center
}

.s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-38310b13-92c6-4536-81fb-46119bb16072 img.shogun-image,
  #s-38310b13-92c6-4536-81fb-46119bb16072 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38310b13-92c6-4536-81fb-46119bb16072 {
    width: 100%;
    height: auto;
  }



  img.s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image {
    
    
  }


.s-38310b13-92c6-4536-81fb-46119bb16072 .shogun-image-content {
  
    align-items: center;
  
}

.s-38310b13-92c6-4536-81fb-46119bb16072.shg-align-container {
  text-align: center
}

.s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image {
  box-sizing: border-box;
}


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



  #s-38310b13-92c6-4536-81fb-46119bb16072 img.shogun-image,
  #s-38310b13-92c6-4536-81fb-46119bb16072 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38310b13-92c6-4536-81fb-46119bb16072 {
    width: 100%;
    height: auto;
  }



  img.s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image {
    
    
  }


.s-38310b13-92c6-4536-81fb-46119bb16072 .shogun-image-content {
  
    align-items: center;
  
}

.s-38310b13-92c6-4536-81fb-46119bb16072.shg-align-container {
  text-align: center
}

.s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image {
  box-sizing: border-box;
}


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



  #s-38310b13-92c6-4536-81fb-46119bb16072 img.shogun-image,
  #s-38310b13-92c6-4536-81fb-46119bb16072 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38310b13-92c6-4536-81fb-46119bb16072 {
    width: 100%;
    height: auto;
  }



  img.s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image {
    
    
  }


.s-38310b13-92c6-4536-81fb-46119bb16072 .shogun-image-content {
  
    align-items: center;
  
}

.s-38310b13-92c6-4536-81fb-46119bb16072.shg-align-container {
  text-align: center
}

.s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image {
  box-sizing: border-box;
}


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



  #s-38310b13-92c6-4536-81fb-46119bb16072 img.shogun-image,
  #s-38310b13-92c6-4536-81fb-46119bb16072 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38310b13-92c6-4536-81fb-46119bb16072 {
    width: 100%;
    height: auto;
  }



  img.s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image {
    
    
  }


.s-38310b13-92c6-4536-81fb-46119bb16072 .shogun-image-content {
  
    align-items: center;
  
}

.s-38310b13-92c6-4536-81fb-46119bb16072.shg-align-container {
  text-align: center
}

.s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38310b13-92c6-4536-81fb-46119bb16072.shogun-image {
  box-sizing: border-box;
}


}
#s-9a22c3ad-624c-43c3-806f-51986899fab3 {
  max-width: 686px;
aspect-ratio: 686/3162;
text-align: center;
}
@media (min-width: 1200px){#s-9a22c3ad-624c-43c3-806f-51986899fab3 {
  display: none;
}
#s-9a22c3ad-624c-43c3-806f-51986899fab3, #wrap-s-9a22c3ad-624c-43c3-806f-51986899fab3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a22c3ad-624c-43c3-806f-51986899fab3 {
  display: none;
}
#s-9a22c3ad-624c-43c3-806f-51986899fab3, #wrap-s-9a22c3ad-624c-43c3-806f-51986899fab3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a22c3ad-624c-43c3-806f-51986899fab3 {
  display: none;
}
#s-9a22c3ad-624c-43c3-806f-51986899fab3, #wrap-s-9a22c3ad-624c-43c3-806f-51986899fab3 { display:none !important; }}@media (max-width: 767px){#s-9a22c3ad-624c-43c3-806f-51986899fab3 {
  
}
}




  #s-9a22c3ad-624c-43c3-806f-51986899fab3 img.shogun-image,
  #s-9a22c3ad-624c-43c3-806f-51986899fab3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a22c3ad-624c-43c3-806f-51986899fab3 {
    width: 100%;
    height: auto;
  }



  img.s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image {
    
    
  }


.s-9a22c3ad-624c-43c3-806f-51986899fab3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a22c3ad-624c-43c3-806f-51986899fab3.shg-align-container {
  text-align: center
}

.s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9a22c3ad-624c-43c3-806f-51986899fab3 img.shogun-image,
  #s-9a22c3ad-624c-43c3-806f-51986899fab3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a22c3ad-624c-43c3-806f-51986899fab3 {
    width: 100%;
    height: auto;
  }



  img.s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image {
    
    
  }


.s-9a22c3ad-624c-43c3-806f-51986899fab3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a22c3ad-624c-43c3-806f-51986899fab3.shg-align-container {
  text-align: center
}

.s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image {
  box-sizing: border-box;
}


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



  #s-9a22c3ad-624c-43c3-806f-51986899fab3 img.shogun-image,
  #s-9a22c3ad-624c-43c3-806f-51986899fab3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a22c3ad-624c-43c3-806f-51986899fab3 {
    width: 100%;
    height: auto;
  }



  img.s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image {
    
    
  }


.s-9a22c3ad-624c-43c3-806f-51986899fab3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a22c3ad-624c-43c3-806f-51986899fab3.shg-align-container {
  text-align: center
}

.s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image {
  box-sizing: border-box;
}


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



  #s-9a22c3ad-624c-43c3-806f-51986899fab3 img.shogun-image,
  #s-9a22c3ad-624c-43c3-806f-51986899fab3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a22c3ad-624c-43c3-806f-51986899fab3 {
    width: 100%;
    height: auto;
  }



  img.s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image {
    
    
  }


.s-9a22c3ad-624c-43c3-806f-51986899fab3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a22c3ad-624c-43c3-806f-51986899fab3.shg-align-container {
  text-align: center
}

.s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image {
  box-sizing: border-box;
}


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



  #s-9a22c3ad-624c-43c3-806f-51986899fab3 img.shogun-image,
  #s-9a22c3ad-624c-43c3-806f-51986899fab3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a22c3ad-624c-43c3-806f-51986899fab3 {
    width: 100%;
    height: auto;
  }



  img.s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image {
    
    
  }


.s-9a22c3ad-624c-43c3-806f-51986899fab3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a22c3ad-624c-43c3-806f-51986899fab3.shg-align-container {
  text-align: center
}

.s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a22c3ad-624c-43c3-806f-51986899fab3.shogun-image {
  box-sizing: border-box;
}


}
#s-6ffa2e3d-38e1-4d77-aff2-3646ba2ac125 {
  text-align: left;
}

#s-bbe057f7-f5e4-4269-9839-315cb7fe935a {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-bbe057f7-f5e4-4269-9839-315cb7fe935a {
  
}
}







#s-bbe057f7-f5e4-4269-9839-315cb7fe935a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbe057f7-f5e4-4269-9839-315cb7fe935a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc50c598-9cbe-481c-9120-d911db131e2b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dc50c598-9cbe-481c-9120-d911db131e2b {
  
}
}
#s-dc50c598-9cbe-481c-9120-d911db131e2b .shogun-heading-component h3 {
  color: rgba(190, 136, 105, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



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

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

#s-9b79be59-20d1-497c-8636-5adaaf56d59e {
  margin-left: 450px;
margin-bottom: 0px;
margin-right: 450px;
}
@media (max-width: 767px){#s-9b79be59-20d1-497c-8636-5adaaf56d59e {
  display: none;
}
#s-9b79be59-20d1-497c-8636-5adaaf56d59e, #wrap-s-9b79be59-20d1-497c-8636-5adaaf56d59e { display:none !important; }}
#s-9b79be59-20d1-497c-8636-5adaaf56d59e hr {
  border-top: 2px solid rgba(190, 136, 105, 1);
}

#s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8 {
  margin-top: -20px;
margin-left: 150px;
margin-bottom: -20px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8 {
  display: none;
}
#s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8, #wrap-s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8 {
  display: none;
}
#s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8, #wrap-s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8 {
  display: none;
}
#s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8, #wrap-s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8 { display:none !important; }}
#s-d88673e3-ce7d-4a61-9da9-fdbdb7c69bc8 hr {
  border-top: 2px solid rgba(190, 136, 105, 1);
}

#s-d2b6423b-41d8-4ff6-a5c5-62fba16bbabf {
  min-height: 50px;
}








#s-d2b6423b-41d8-4ff6-a5c5-62fba16bbabf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b6423b-41d8-4ff6-a5c5-62fba16bbabf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a4c10bb-1c72-4619-8218-04d77d54788e {
  max-width: 2120px;
aspect-ratio: 2120/600;
text-align: center;
}
#s-8a4c10bb-1c72-4619-8218-04d77d54788e:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-8a4c10bb-1c72-4619-8218-04d77d54788e {
  
}
}@media (max-width: 767px){#s-8a4c10bb-1c72-4619-8218-04d77d54788e {
  display: none;
}
#s-8a4c10bb-1c72-4619-8218-04d77d54788e, #wrap-s-8a4c10bb-1c72-4619-8218-04d77d54788e { display:none !important; }}




  #s-8a4c10bb-1c72-4619-8218-04d77d54788e img.shogun-image,
  #s-8a4c10bb-1c72-4619-8218-04d77d54788e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a4c10bb-1c72-4619-8218-04d77d54788e {
    width: 100%;
    height: auto;
  }



  #s-8a4c10bb-1c72-4619-8218-04d77d54788e img.shogun-image {
    

    
    
    
  }


#s-8a4c10bb-1c72-4619-8218-04d77d54788e .shogun-image-content {
  
    align-items: center;
  
}

#s-28c7d627-654b-4abb-b14c-8267f630aa4b {
  max-width: 2120px;
aspect-ratio: 2120/600;
text-align: center;
}
#s-28c7d627-654b-4abb-b14c-8267f630aa4b:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-28c7d627-654b-4abb-b14c-8267f630aa4b {
  display: none;
}
#s-28c7d627-654b-4abb-b14c-8267f630aa4b, #wrap-s-28c7d627-654b-4abb-b14c-8267f630aa4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28c7d627-654b-4abb-b14c-8267f630aa4b {
  display: none;
}
#s-28c7d627-654b-4abb-b14c-8267f630aa4b, #wrap-s-28c7d627-654b-4abb-b14c-8267f630aa4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28c7d627-654b-4abb-b14c-8267f630aa4b {
  display: none;
}
#s-28c7d627-654b-4abb-b14c-8267f630aa4b, #wrap-s-28c7d627-654b-4abb-b14c-8267f630aa4b { display:none !important; }}@media (max-width: 767px){#s-28c7d627-654b-4abb-b14c-8267f630aa4b {
  
}
}




  #s-28c7d627-654b-4abb-b14c-8267f630aa4b img.shogun-image,
  #s-28c7d627-654b-4abb-b14c-8267f630aa4b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28c7d627-654b-4abb-b14c-8267f630aa4b {
    width: 100%;
    height: auto;
  }



  #s-28c7d627-654b-4abb-b14c-8267f630aa4b img.shogun-image {
    

    
    
    
  }


#s-28c7d627-654b-4abb-b14c-8267f630aa4b .shogun-image-content {
  
    align-items: center;
  
}

#s-ca0c24a7-4161-4b74-9ec4-b0642a904dd9 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-ca0c24a7-4161-4b74-9ec4-b0642a904dd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca0c24a7-4161-4b74-9ec4-b0642a904dd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-321c0344-e65e-4e5b-9885-0036693dc182 {
  margin-top: 60px;
margin-bottom: 0px;
max-width: 2120px;
aspect-ratio: 2120/376;
text-align: center;
}
@media (max-width: 767px){#s-321c0344-e65e-4e5b-9885-0036693dc182 {
  display: none;
}
#s-321c0344-e65e-4e5b-9885-0036693dc182, #wrap-s-321c0344-e65e-4e5b-9885-0036693dc182 { display:none !important; }}




  #s-321c0344-e65e-4e5b-9885-0036693dc182 img.shogun-image,
  #s-321c0344-e65e-4e5b-9885-0036693dc182 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-321c0344-e65e-4e5b-9885-0036693dc182 {
    width: 100%;
    height: auto;
  }



  img.s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image {
    
    
  }


.s-321c0344-e65e-4e5b-9885-0036693dc182 .shogun-image-content {
  
    align-items: center;
  
}

.s-321c0344-e65e-4e5b-9885-0036693dc182.shg-align-container {
  text-align: center
}

.s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-321c0344-e65e-4e5b-9885-0036693dc182 img.shogun-image,
  #s-321c0344-e65e-4e5b-9885-0036693dc182 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-321c0344-e65e-4e5b-9885-0036693dc182 {
    width: 100%;
    height: auto;
  }



  img.s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image {
    
    
  }


.s-321c0344-e65e-4e5b-9885-0036693dc182 .shogun-image-content {
  
    align-items: center;
  
}

.s-321c0344-e65e-4e5b-9885-0036693dc182.shg-align-container {
  text-align: center
}

.s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image {
  box-sizing: border-box;
}


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



  #s-321c0344-e65e-4e5b-9885-0036693dc182 img.shogun-image,
  #s-321c0344-e65e-4e5b-9885-0036693dc182 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-321c0344-e65e-4e5b-9885-0036693dc182 {
    width: 100%;
    height: auto;
  }



  img.s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image {
    
    
  }


.s-321c0344-e65e-4e5b-9885-0036693dc182 .shogun-image-content {
  
    align-items: center;
  
}

.s-321c0344-e65e-4e5b-9885-0036693dc182.shg-align-container {
  text-align: center
}

.s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image {
  box-sizing: border-box;
}


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



  #s-321c0344-e65e-4e5b-9885-0036693dc182 img.shogun-image,
  #s-321c0344-e65e-4e5b-9885-0036693dc182 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-321c0344-e65e-4e5b-9885-0036693dc182 {
    width: 100%;
    height: auto;
  }



  img.s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image {
    
    
  }


.s-321c0344-e65e-4e5b-9885-0036693dc182 .shogun-image-content {
  
    align-items: center;
  
}

.s-321c0344-e65e-4e5b-9885-0036693dc182.shg-align-container {
  text-align: center
}

.s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image {
  box-sizing: border-box;
}


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



  #s-321c0344-e65e-4e5b-9885-0036693dc182 img.shogun-image,
  #s-321c0344-e65e-4e5b-9885-0036693dc182 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-321c0344-e65e-4e5b-9885-0036693dc182 {
    width: 100%;
    height: auto;
  }



  img.s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image {
    
    
  }


.s-321c0344-e65e-4e5b-9885-0036693dc182 .shogun-image-content {
  
    align-items: center;
  
}

.s-321c0344-e65e-4e5b-9885-0036693dc182.shg-align-container {
  text-align: center
}

.s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-321c0344-e65e-4e5b-9885-0036693dc182.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-e4e3bf87-88a4-4326-8758-2c78e90f7006 {
  display: none;
}
#s-e4e3bf87-88a4-4326-8758-2c78e90f7006, #wrap-s-e4e3bf87-88a4-4326-8758-2c78e90f7006 { display:none !important; }}
#s-a553ede9-1412-4294-aa40-61be707343be {
  display: none;
}
#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 {
  text-align: left;
}



.shg-c#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a097a530-ef8f-4f00-accf-d2a8dce5ae23 img.shogun-image {
  width: 100%;
}



}
#s-0f0a78ac-fb99-4bf7-b9cf-fe4379ce163e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0f0a78ac-fb99-4bf7-b9cf-fe4379ce163e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-622556d8-7b51-4450-9dc9-dfb24ea1b3d0 {
  text-align: left;
}

#s-622556d8-7b51-4450-9dc9-dfb24ea1b3d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-622556d8-7b51-4450-9dc9-dfb24ea1b3d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-622556d8-7b51-4450-9dc9-dfb24ea1b3d0 .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-6b713e50-3279-480a-9e35-e3a43cafc5ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6b713e50-3279-480a-9e35-e3a43cafc5ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b713e50-3279-480a-9e35-e3a43cafc5ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b713e50-3279-480a-9e35-e3a43cafc5ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b713e50-3279-480a-9e35-e3a43cafc5ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b713e50-3279-480a-9e35-e3a43cafc5ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b713e50-3279-480a-9e35-e3a43cafc5ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e536fb24-df33-4645-acd2-610386d174ed {
  display: none;
}
#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 {
  text-align: left;
}



.shg-c#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34557d10-ab07-4599-bfc4-6a4047e12ac5 img.shogun-image {
  width: 100%;
}



}
#s-dc29b763-c8f0-4a57-9bac-dae7fdc9e910 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc29b763-c8f0-4a57-9bac-dae7fdc9e910 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-41dbd101-e29d-402d-85ec-0befa7750287 {
  text-align: left;
}

#s-41dbd101-e29d-402d-85ec-0befa7750287 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41dbd101-e29d-402d-85ec-0befa7750287 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-41dbd101-e29d-402d-85ec-0befa7750287 .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-857772a3-1e0f-41db-b3b8-028715278569 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-857772a3-1e0f-41db-b3b8-028715278569:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-857772a3-1e0f-41db-b3b8-028715278569:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-857772a3-1e0f-41db-b3b8-028715278569 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-857772a3-1e0f-41db-b3b8-028715278569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-857772a3-1e0f-41db-b3b8-028715278569.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-857772a3-1e0f-41db-b3b8-028715278569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3935d73e-662e-4d7f-9468-7d031b3362b4 {
  display: none;
}
#s-7b2e205e-7863-4265-842d-d5b67955945b {
  text-align: left;
}



.shg-c#s-7b2e205e-7863-4265-842d-d5b67955945b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b2e205e-7863-4265-842d-d5b67955945b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7b2e205e-7863-4265-842d-d5b67955945b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b2e205e-7863-4265-842d-d5b67955945b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b2e205e-7863-4265-842d-d5b67955945b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b2e205e-7863-4265-842d-d5b67955945b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b2e205e-7863-4265-842d-d5b67955945b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b2e205e-7863-4265-842d-d5b67955945b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b2e205e-7863-4265-842d-d5b67955945b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b2e205e-7863-4265-842d-d5b67955945b img.shogun-image {
  width: 100%;
}



}
#s-12d82cc7-a337-4f2e-a0de-305e3ce1fc7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-12d82cc7-a337-4f2e-a0de-305e3ce1fc7a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8361b992-4838-4660-aa98-0e36e451451c {
  text-align: left;
}

#s-8361b992-4838-4660-aa98-0e36e451451c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8361b992-4838-4660-aa98-0e36e451451c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8361b992-4838-4660-aa98-0e36e451451c .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-424fbd31-274b-46dc-8c8e-4707b624278a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-424fbd31-274b-46dc-8c8e-4707b624278a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-424fbd31-274b-46dc-8c8e-4707b624278a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-424fbd31-274b-46dc-8c8e-4707b624278a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-424fbd31-274b-46dc-8c8e-4707b624278a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-424fbd31-274b-46dc-8c8e-4707b624278a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-424fbd31-274b-46dc-8c8e-4707b624278a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-99df0006-addf-4015-bc8a-4504844f2b9e {
  display: none;
}
#s-edb51463-a621-418c-a492-ec3d6954a045 {
  text-align: left;
}



.shg-c#s-edb51463-a621-418c-a492-ec3d6954a045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edb51463-a621-418c-a492-ec3d6954a045 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-edb51463-a621-418c-a492-ec3d6954a045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edb51463-a621-418c-a492-ec3d6954a045 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edb51463-a621-418c-a492-ec3d6954a045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edb51463-a621-418c-a492-ec3d6954a045 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edb51463-a621-418c-a492-ec3d6954a045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edb51463-a621-418c-a492-ec3d6954a045 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edb51463-a621-418c-a492-ec3d6954a045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edb51463-a621-418c-a492-ec3d6954a045 img.shogun-image {
  width: 100%;
}



}
#s-5f8b60e0-7ddb-46ea-9d9b-a42c0ef36001 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f8b60e0-7ddb-46ea-9d9b-a42c0ef36001 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dd1c4eb3-b59f-46f5-b57c-996671144ae5 {
  text-align: left;
}

#s-dd1c4eb3-b59f-46f5-b57c-996671144ae5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dd1c4eb3-b59f-46f5-b57c-996671144ae5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dd1c4eb3-b59f-46f5-b57c-996671144ae5 .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-c695c0b9-2c2d-4c92-97ac-beff94d37f88 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c695c0b9-2c2d-4c92-97ac-beff94d37f88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c695c0b9-2c2d-4c92-97ac-beff94d37f88:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c695c0b9-2c2d-4c92-97ac-beff94d37f88 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c695c0b9-2c2d-4c92-97ac-beff94d37f88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c695c0b9-2c2d-4c92-97ac-beff94d37f88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c695c0b9-2c2d-4c92-97ac-beff94d37f88.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 {
  max-width: 690px;
aspect-ratio: 690/428;
text-align: center;
}
#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 {
  display: none;
}
#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1, #wrap-s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 {
  display: none;
}
#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1, #wrap-s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 {
  display: none;
}
#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1, #wrap-s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 { display:none !important; }}




  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 img.shogun-image,
  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 {
    width: 100%;
    height: auto;
  }



  img.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image {
    
    
  }


.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shg-align-container {
  text-align: center
}

.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 img.shogun-image,
  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 {
    width: 100%;
    height: auto;
  }



  img.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image {
    
    
  }


.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shg-align-container {
  text-align: center
}

.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image {
  box-sizing: border-box;
}


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



  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 img.shogun-image,
  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 {
    width: 100%;
    height: auto;
  }



  img.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image {
    
    
  }


.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shg-align-container {
  text-align: center
}

.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image {
  box-sizing: border-box;
}


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



  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 img.shogun-image,
  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 {
    width: 100%;
    height: auto;
  }



  img.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image {
    
    
  }


.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shg-align-container {
  text-align: center
}

.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image {
  box-sizing: border-box;
}


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



  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 img.shogun-image,
  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 {
    width: 100%;
    height: auto;
  }



  img.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image {
    
    
  }


.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shg-align-container {
  text-align: center
}

.s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ba52c9-7371-4bff-86fb-159ebfbfa3e1.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-783be1ea-ee22-4cbb-87b2-e065b737138f {
  display: none;
}
#s-783be1ea-ee22-4cbb-87b2-e065b737138f, #wrap-s-783be1ea-ee22-4cbb-87b2-e065b737138f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-783be1ea-ee22-4cbb-87b2-e065b737138f {
  display: none;
}
#s-783be1ea-ee22-4cbb-87b2-e065b737138f, #wrap-s-783be1ea-ee22-4cbb-87b2-e065b737138f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-783be1ea-ee22-4cbb-87b2-e065b737138f {
  display: none;
}
#s-783be1ea-ee22-4cbb-87b2-e065b737138f, #wrap-s-783be1ea-ee22-4cbb-87b2-e065b737138f { display:none !important; }}@media (max-width: 767px){#s-783be1ea-ee22-4cbb-87b2-e065b737138f {
  
}
}
#s-41f18187-b6cf-472f-be67-2d450b086d11 {
  display: none;
}
#s-cb2799a4-1371-4234-b04b-2da3912dbf7c {
  text-align: left;
}



.shg-c#s-cb2799a4-1371-4234-b04b-2da3912dbf7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb2799a4-1371-4234-b04b-2da3912dbf7c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cb2799a4-1371-4234-b04b-2da3912dbf7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb2799a4-1371-4234-b04b-2da3912dbf7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb2799a4-1371-4234-b04b-2da3912dbf7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb2799a4-1371-4234-b04b-2da3912dbf7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb2799a4-1371-4234-b04b-2da3912dbf7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb2799a4-1371-4234-b04b-2da3912dbf7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb2799a4-1371-4234-b04b-2da3912dbf7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb2799a4-1371-4234-b04b-2da3912dbf7c img.shogun-image {
  width: 100%;
}



}
#s-927ac129-f322-47d3-b3e5-f06759c33bfd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-927ac129-f322-47d3-b3e5-f06759c33bfd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0a2d5c95-9d48-494b-bff5-9cd980aadab5 {
  text-align: left;
}

#s-0a2d5c95-9d48-494b-bff5-9cd980aadab5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0a2d5c95-9d48-494b-bff5-9cd980aadab5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0a2d5c95-9d48-494b-bff5-9cd980aadab5 .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-13e6a65a-eb8c-45fb-9800-8c32bb019fce {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-13e6a65a-eb8c-45fb-9800-8c32bb019fce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13e6a65a-eb8c-45fb-9800-8c32bb019fce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13e6a65a-eb8c-45fb-9800-8c32bb019fce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13e6a65a-eb8c-45fb-9800-8c32bb019fce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13e6a65a-eb8c-45fb-9800-8c32bb019fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13e6a65a-eb8c-45fb-9800-8c32bb019fce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-78ad7c84-4ef4-4415-bf91-9f622d5a33aa {
  display: none;
}
#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 {
  text-align: left;
}



.shg-c#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef14d437-edc8-4e60-ba40-ecdaa6d34390 img.shogun-image {
  width: 100%;
}



}
#s-429885cd-9b7c-400f-860a-6b1f87a99102 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-429885cd-9b7c-400f-860a-6b1f87a99102 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-50e01bff-a274-47de-8050-99124c737d3a {
  text-align: left;
}

#s-50e01bff-a274-47de-8050-99124c737d3a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-50e01bff-a274-47de-8050-99124c737d3a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-50e01bff-a274-47de-8050-99124c737d3a .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-faf09c33-282e-4750-a4eb-5495d189729c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-faf09c33-282e-4750-a4eb-5495d189729c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-faf09c33-282e-4750-a4eb-5495d189729c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-faf09c33-282e-4750-a4eb-5495d189729c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-faf09c33-282e-4750-a4eb-5495d189729c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-faf09c33-282e-4750-a4eb-5495d189729c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-faf09c33-282e-4750-a4eb-5495d189729c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-99173982-a308-4558-b727-740f217a5fe9 {
  display: none;
}
#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 {
  text-align: left;
}



.shg-c#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e8d9269-720b-48d0-bf68-e59f30c281f4 img.shogun-image {
  width: 100%;
}



}
#s-495b6984-a3c1-4695-88bd-2d6150f7e6f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-495b6984-a3c1-4695-88bd-2d6150f7e6f8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8553c6e9-2def-47fb-ab69-55f39394f26d {
  text-align: left;
}

#s-8553c6e9-2def-47fb-ab69-55f39394f26d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8553c6e9-2def-47fb-ab69-55f39394f26d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8553c6e9-2def-47fb-ab69-55f39394f26d .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-50471d8b-aa76-41e5-aecd-141a62b3aa44 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-50471d8b-aa76-41e5-aecd-141a62b3aa44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50471d8b-aa76-41e5-aecd-141a62b3aa44:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-50471d8b-aa76-41e5-aecd-141a62b3aa44 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-50471d8b-aa76-41e5-aecd-141a62b3aa44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-50471d8b-aa76-41e5-aecd-141a62b3aa44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-50471d8b-aa76-41e5-aecd-141a62b3aa44.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-41a00a53-fadf-460f-86c7-40214e1e4b88 {
  display: none;
}
#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 {
  text-align: left;
}



.shg-c#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec288dcf-7f99-402d-96a1-a3d2c05aeae7 img.shogun-image {
  width: 100%;
}



}
#s-a9fa93a5-d506-4037-aaa4-9f6151d7f389 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9fa93a5-d506-4037-aaa4-9f6151d7f389 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a4888393-208c-4ad5-89d9-6ffe0d7e22c8 {
  text-align: left;
}

#s-a4888393-208c-4ad5-89d9-6ffe0d7e22c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a4888393-208c-4ad5-89d9-6ffe0d7e22c8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a4888393-208c-4ad5-89d9-6ffe0d7e22c8 .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-b8246e37-3853-42db-9152-640f1a84df7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b8246e37-3853-42db-9152-640f1a84df7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8246e37-3853-42db-9152-640f1a84df7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8246e37-3853-42db-9152-640f1a84df7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8246e37-3853-42db-9152-640f1a84df7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8246e37-3853-42db-9152-640f1a84df7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8246e37-3853-42db-9152-640f1a84df7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a {
  margin-top: 30px;
margin-bottom: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(233, 192, 154, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a:hover {background-color: rgba(240, 206, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a:active {background-color: rgba(240, 206, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a {
  margin-top: 60px;
margin-bottom: 80px;
}
}

  #s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a-root {
    text-align: center;
  }


#s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a-root {
    text-align: center;
  }


#s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a-root {
    text-align: center;
  }


#s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a-root {
    text-align: center;
  }


#s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a-root {
    text-align: center;
  }


#s-2f8641c3-e3ed-4772-b02f-bb9f6c47184a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-87b33e1f-d2d8-4eb6-901d-302524fd30e8 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-87b33e1f-d2d8-4eb6-901d-302524fd30e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87b33e1f-d2d8-4eb6-901d-302524fd30e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b {
  margin-top: 60px;
margin-bottom: 0px;
max-width: 2120px;
aspect-ratio: 2120/376;
text-align: center;
}
@media (max-width: 767px){#s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b {
  display: none;
}
#s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b, #wrap-s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b { display:none !important; }}




  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b img.shogun-image,
  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b {
    width: 100%;
    height: auto;
  }



  img.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image {
    
    
  }


.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b .shogun-image-content {
  
    align-items: center;
  
}

.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shg-align-container {
  text-align: center
}

.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b img.shogun-image,
  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b {
    width: 100%;
    height: auto;
  }



  img.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image {
    
    
  }


.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b .shogun-image-content {
  
    align-items: center;
  
}

.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shg-align-container {
  text-align: center
}

.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image {
  box-sizing: border-box;
}


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



  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b img.shogun-image,
  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b {
    width: 100%;
    height: auto;
  }



  img.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image {
    
    
  }


.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b .shogun-image-content {
  
    align-items: center;
  
}

.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shg-align-container {
  text-align: center
}

.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image {
  box-sizing: border-box;
}


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



  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b img.shogun-image,
  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b {
    width: 100%;
    height: auto;
  }



  img.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image {
    
    
  }


.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b .shogun-image-content {
  
    align-items: center;
  
}

.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shg-align-container {
  text-align: center
}

.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image {
  box-sizing: border-box;
}


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



  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b img.shogun-image,
  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b {
    width: 100%;
    height: auto;
  }



  img.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image {
    
    
  }


.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b .shogun-image-content {
  
    align-items: center;
  
}

.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shg-align-container {
  text-align: center
}

.s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-156a9be7-4a4b-4bf0-8b7f-30f81ce4e51b.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-11464456-d0f6-4a2f-844e-5f189dea92dc {
  display: none;
}
#s-11464456-d0f6-4a2f-844e-5f189dea92dc, #wrap-s-11464456-d0f6-4a2f-844e-5f189dea92dc { display:none !important; }}
#s-ed480a26-0bc4-4892-9180-f56f6a08d251 {
  display: none;
}
#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab {
  text-align: left;
}



.shg-c#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d0ecdca-5333-4ba9-b64b-eda7da55e4ab img.shogun-image {
  width: 100%;
}



}
#s-18d3bfd4-5f0d-4a94-9c89-cb74d8a877e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18d3bfd4-5f0d-4a94-9c89-cb74d8a877e2 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-731f86a0-df28-409b-b0e5-00aa3cdcd2ef {
  text-align: left;
}

#s-731f86a0-df28-409b-b0e5-00aa3cdcd2ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-731f86a0-df28-409b-b0e5-00aa3cdcd2ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-731f86a0-df28-409b-b0e5-00aa3cdcd2ef .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-277d0024-dbc9-45be-93f7-910791dd7d9a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-277d0024-dbc9-45be-93f7-910791dd7d9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-277d0024-dbc9-45be-93f7-910791dd7d9a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-277d0024-dbc9-45be-93f7-910791dd7d9a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-277d0024-dbc9-45be-93f7-910791dd7d9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-277d0024-dbc9-45be-93f7-910791dd7d9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-277d0024-dbc9-45be-93f7-910791dd7d9a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ff3fc21-caca-43b5-be8d-c2800e582503 {
  display: none;
}
#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf {
  text-align: left;
}



.shg-c#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d308a4-7e27-4ed8-a227-a8d86eec9caf img.shogun-image {
  width: 100%;
}



}
#s-ec72806f-57f3-4b2c-a9f6-ff5224ac2d51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec72806f-57f3-4b2c-a9f6-ff5224ac2d51 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-92d881c0-b83c-4285-92f8-c3b9bc61af4b {
  text-align: left;
}

#s-92d881c0-b83c-4285-92f8-c3b9bc61af4b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92d881c0-b83c-4285-92f8-c3b9bc61af4b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-92d881c0-b83c-4285-92f8-c3b9bc61af4b .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-4d113078-076b-46ea-b8cd-e8b4780fd223 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4d113078-076b-46ea-b8cd-e8b4780fd223:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d113078-076b-46ea-b8cd-e8b4780fd223:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d113078-076b-46ea-b8cd-e8b4780fd223 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d113078-076b-46ea-b8cd-e8b4780fd223.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d113078-076b-46ea-b8cd-e8b4780fd223.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d113078-076b-46ea-b8cd-e8b4780fd223.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bb3eff0d-cb76-4fe5-931c-cd6304a23c52 {
  display: none;
}
#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b {
  text-align: left;
}



.shg-c#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ac2c39-314b-4bb1-93b6-c27b1b585d8b img.shogun-image {
  width: 100%;
}



}
#s-be8c65f6-bbec-484b-801d-e07ea35ee32f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be8c65f6-bbec-484b-801d-e07ea35ee32f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8f0208dc-3fd7-406a-96ff-dc35cfbd1049 {
  text-align: left;
}

#s-8f0208dc-3fd7-406a-96ff-dc35cfbd1049 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8f0208dc-3fd7-406a-96ff-dc35cfbd1049 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f0208dc-3fd7-406a-96ff-dc35cfbd1049 .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-b77bdfd3-328b-46ef-9738-732571439c6c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b77bdfd3-328b-46ef-9738-732571439c6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b77bdfd3-328b-46ef-9738-732571439c6c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b77bdfd3-328b-46ef-9738-732571439c6c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b77bdfd3-328b-46ef-9738-732571439c6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b77bdfd3-328b-46ef-9738-732571439c6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b77bdfd3-328b-46ef-9738-732571439c6c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9f5615a0-a173-4592-a88e-7108092d7196 {
  display: none;
}
#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 {
  text-align: left;
}



.shg-c#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3d59eb2-f8c3-4391-80b6-bd92f05e2013 img.shogun-image {
  width: 100%;
}



}
#s-41dde5cd-0dbe-4be5-ac76-473855def340 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41dde5cd-0dbe-4be5-ac76-473855def340 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8ae58fd0-31a2-42d6-9074-63079152bfe6 {
  text-align: left;
}

#s-8ae58fd0-31a2-42d6-9074-63079152bfe6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8ae58fd0-31a2-42d6-9074-63079152bfe6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8ae58fd0-31a2-42d6-9074-63079152bfe6 .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-18c770a1-a2a0-46ad-83d3-29731c832256 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-18c770a1-a2a0-46ad-83d3-29731c832256:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18c770a1-a2a0-46ad-83d3-29731c832256:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18c770a1-a2a0-46ad-83d3-29731c832256 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18c770a1-a2a0-46ad-83d3-29731c832256.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18c770a1-a2a0-46ad-83d3-29731c832256.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-18c770a1-a2a0-46ad-83d3-29731c832256.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f29e9821-caaa-41ba-b51b-75c180665c6b {
  max-width: 690px;
aspect-ratio: 690/410;
text-align: center;
}
@media (min-width: 1200px){#s-f29e9821-caaa-41ba-b51b-75c180665c6b {
  display: none;
}
#s-f29e9821-caaa-41ba-b51b-75c180665c6b, #wrap-s-f29e9821-caaa-41ba-b51b-75c180665c6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f29e9821-caaa-41ba-b51b-75c180665c6b {
  display: none;
}
#s-f29e9821-caaa-41ba-b51b-75c180665c6b, #wrap-s-f29e9821-caaa-41ba-b51b-75c180665c6b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f29e9821-caaa-41ba-b51b-75c180665c6b {
  display: none;
}
#s-f29e9821-caaa-41ba-b51b-75c180665c6b, #wrap-s-f29e9821-caaa-41ba-b51b-75c180665c6b { display:none !important; }}




  #s-f29e9821-caaa-41ba-b51b-75c180665c6b img.shogun-image,
  #s-f29e9821-caaa-41ba-b51b-75c180665c6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f29e9821-caaa-41ba-b51b-75c180665c6b {
    width: 100%;
    height: auto;
  }



  img.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image {
    
    
  }


.s-f29e9821-caaa-41ba-b51b-75c180665c6b .shogun-image-content {
  
    align-items: center;
  
}

.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shg-align-container {
  text-align: center
}

.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f29e9821-caaa-41ba-b51b-75c180665c6b img.shogun-image,
  #s-f29e9821-caaa-41ba-b51b-75c180665c6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f29e9821-caaa-41ba-b51b-75c180665c6b {
    width: 100%;
    height: auto;
  }



  img.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image {
    
    
  }


.s-f29e9821-caaa-41ba-b51b-75c180665c6b .shogun-image-content {
  
    align-items: center;
  
}

.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shg-align-container {
  text-align: center
}

.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image {
  box-sizing: border-box;
}


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



  #s-f29e9821-caaa-41ba-b51b-75c180665c6b img.shogun-image,
  #s-f29e9821-caaa-41ba-b51b-75c180665c6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f29e9821-caaa-41ba-b51b-75c180665c6b {
    width: 100%;
    height: auto;
  }



  img.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image {
    
    
  }


.s-f29e9821-caaa-41ba-b51b-75c180665c6b .shogun-image-content {
  
    align-items: center;
  
}

.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shg-align-container {
  text-align: center
}

.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image {
  box-sizing: border-box;
}


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



  #s-f29e9821-caaa-41ba-b51b-75c180665c6b img.shogun-image,
  #s-f29e9821-caaa-41ba-b51b-75c180665c6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f29e9821-caaa-41ba-b51b-75c180665c6b {
    width: 100%;
    height: auto;
  }



  img.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image {
    
    
  }


.s-f29e9821-caaa-41ba-b51b-75c180665c6b .shogun-image-content {
  
    align-items: center;
  
}

.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shg-align-container {
  text-align: center
}

.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image {
  box-sizing: border-box;
}


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



  #s-f29e9821-caaa-41ba-b51b-75c180665c6b img.shogun-image,
  #s-f29e9821-caaa-41ba-b51b-75c180665c6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f29e9821-caaa-41ba-b51b-75c180665c6b {
    width: 100%;
    height: auto;
  }



  img.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image {
    
    
  }


.s-f29e9821-caaa-41ba-b51b-75c180665c6b .shogun-image-content {
  
    align-items: center;
  
}

.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shg-align-container {
  text-align: center
}

.s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f29e9821-caaa-41ba-b51b-75c180665c6b.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-fc0215f0-76e6-4d11-95a9-7d08c9bfef47 {
  display: none;
}
#s-fc0215f0-76e6-4d11-95a9-7d08c9bfef47, #wrap-s-fc0215f0-76e6-4d11-95a9-7d08c9bfef47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc0215f0-76e6-4d11-95a9-7d08c9bfef47 {
  display: none;
}
#s-fc0215f0-76e6-4d11-95a9-7d08c9bfef47, #wrap-s-fc0215f0-76e6-4d11-95a9-7d08c9bfef47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc0215f0-76e6-4d11-95a9-7d08c9bfef47 {
  display: none;
}
#s-fc0215f0-76e6-4d11-95a9-7d08c9bfef47, #wrap-s-fc0215f0-76e6-4d11-95a9-7d08c9bfef47 { display:none !important; }}@media (max-width: 767px){#s-fc0215f0-76e6-4d11-95a9-7d08c9bfef47 {
  
}
}
#s-9a1c40ad-1b25-418d-9248-94c2341a9928 {
  display: none;
}
#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 {
  text-align: left;
}



.shg-c#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cbdf119-f6ac-498d-8afa-1d155c2b3d48 img.shogun-image {
  width: 100%;
}



}
#s-7a92aded-8fba-4c62-8919-94da52777ce0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a92aded-8fba-4c62-8919-94da52777ce0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d31eeaa9-153b-40d3-a3be-2416d3900c25 {
  text-align: left;
}

#s-d31eeaa9-153b-40d3-a3be-2416d3900c25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d31eeaa9-153b-40d3-a3be-2416d3900c25 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d31eeaa9-153b-40d3-a3be-2416d3900c25 .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-e53bd408-ca63-4eba-a23b-e9b00728d714 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e53bd408-ca63-4eba-a23b-e9b00728d714:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e53bd408-ca63-4eba-a23b-e9b00728d714:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e53bd408-ca63-4eba-a23b-e9b00728d714 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e53bd408-ca63-4eba-a23b-e9b00728d714.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e53bd408-ca63-4eba-a23b-e9b00728d714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e53bd408-ca63-4eba-a23b-e9b00728d714.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0249950f-1a2c-4b19-9a38-e6d0035177f3 {
  display: none;
}
#s-9fea7db8-de33-45c6-95d0-de0d4376b297 {
  text-align: left;
}



.shg-c#s-9fea7db8-de33-45c6-95d0-de0d4376b297 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fea7db8-de33-45c6-95d0-de0d4376b297 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9fea7db8-de33-45c6-95d0-de0d4376b297 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fea7db8-de33-45c6-95d0-de0d4376b297 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fea7db8-de33-45c6-95d0-de0d4376b297 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fea7db8-de33-45c6-95d0-de0d4376b297 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fea7db8-de33-45c6-95d0-de0d4376b297 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fea7db8-de33-45c6-95d0-de0d4376b297 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fea7db8-de33-45c6-95d0-de0d4376b297 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fea7db8-de33-45c6-95d0-de0d4376b297 img.shogun-image {
  width: 100%;
}



}
#s-bab20257-4403-4398-9204-871c8c06c018 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bab20257-4403-4398-9204-871c8c06c018 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-14386181-9418-414c-bfb5-7596d0ab570a {
  text-align: left;
}

#s-14386181-9418-414c-bfb5-7596d0ab570a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-14386181-9418-414c-bfb5-7596d0ab570a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-14386181-9418-414c-bfb5-7596d0ab570a .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-9b94f87d-e5f9-4cbb-aa96-362c4aef893b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9b94f87d-e5f9-4cbb-aa96-362c4aef893b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b94f87d-e5f9-4cbb-aa96-362c4aef893b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b94f87d-e5f9-4cbb-aa96-362c4aef893b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b94f87d-e5f9-4cbb-aa96-362c4aef893b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b94f87d-e5f9-4cbb-aa96-362c4aef893b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b94f87d-e5f9-4cbb-aa96-362c4aef893b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0c866c99-b41a-4a9c-8dc1-ff5c3f06241b {
  display: none;
}
#s-ae18b794-6577-4fac-94da-fdd00bf83381 {
  text-align: left;
}



.shg-c#s-ae18b794-6577-4fac-94da-fdd00bf83381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae18b794-6577-4fac-94da-fdd00bf83381 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ae18b794-6577-4fac-94da-fdd00bf83381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae18b794-6577-4fac-94da-fdd00bf83381 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae18b794-6577-4fac-94da-fdd00bf83381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae18b794-6577-4fac-94da-fdd00bf83381 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae18b794-6577-4fac-94da-fdd00bf83381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae18b794-6577-4fac-94da-fdd00bf83381 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae18b794-6577-4fac-94da-fdd00bf83381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae18b794-6577-4fac-94da-fdd00bf83381 img.shogun-image {
  width: 100%;
}



}
#s-3d539061-c637-446f-9716-c38b15c88098 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d539061-c637-446f-9716-c38b15c88098 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-47e0536d-e1b9-47a5-9a0a-ecce4d3395fb {
  text-align: left;
}

#s-47e0536d-e1b9-47a5-9a0a-ecce4d3395fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-47e0536d-e1b9-47a5-9a0a-ecce4d3395fb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-47e0536d-e1b9-47a5-9a0a-ecce4d3395fb .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-bfbeee93-a3c6-4373-8ff3-981e34097fe2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bfbeee93-a3c6-4373-8ff3-981e34097fe2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfbeee93-a3c6-4373-8ff3-981e34097fe2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bfbeee93-a3c6-4373-8ff3-981e34097fe2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfbeee93-a3c6-4373-8ff3-981e34097fe2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfbeee93-a3c6-4373-8ff3-981e34097fe2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfbeee93-a3c6-4373-8ff3-981e34097fe2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-430b0bc9-a2dd-49d9-a08a-46552f18d8ab {
  display: none;
}
#s-d22d9c26-dfc0-4439-9400-a8909d6158cc {
  text-align: left;
}



.shg-c#s-d22d9c26-dfc0-4439-9400-a8909d6158cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22d9c26-dfc0-4439-9400-a8909d6158cc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d22d9c26-dfc0-4439-9400-a8909d6158cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22d9c26-dfc0-4439-9400-a8909d6158cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d22d9c26-dfc0-4439-9400-a8909d6158cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22d9c26-dfc0-4439-9400-a8909d6158cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d22d9c26-dfc0-4439-9400-a8909d6158cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22d9c26-dfc0-4439-9400-a8909d6158cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d22d9c26-dfc0-4439-9400-a8909d6158cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22d9c26-dfc0-4439-9400-a8909d6158cc img.shogun-image {
  width: 100%;
}



}
#s-88261e67-3e9a-410c-ab00-79b1a1459651 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88261e67-3e9a-410c-ab00-79b1a1459651 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-38c3a735-ebf8-403f-8cfb-77bc99f89de6 {
  text-align: left;
}

#s-38c3a735-ebf8-403f-8cfb-77bc99f89de6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-38c3a735-ebf8-403f-8cfb-77bc99f89de6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-38c3a735-ebf8-403f-8cfb-77bc99f89de6 .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-554b1cc2-a113-450d-b69c-0a45b35a2ee4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-554b1cc2-a113-450d-b69c-0a45b35a2ee4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-554b1cc2-a113-450d-b69c-0a45b35a2ee4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-554b1cc2-a113-450d-b69c-0a45b35a2ee4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-554b1cc2-a113-450d-b69c-0a45b35a2ee4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-554b1cc2-a113-450d-b69c-0a45b35a2ee4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-554b1cc2-a113-450d-b69c-0a45b35a2ee4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fec199fd-2fc4-40a8-94f8-201daad03c60 {
  margin-top: 30px;
margin-bottom: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(233, 192, 154, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fec199fd-2fc4-40a8-94f8-201daad03c60:hover {background-color: rgba(240, 206, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fec199fd-2fc4-40a8-94f8-201daad03c60:active {background-color: rgba(240, 206, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-fec199fd-2fc4-40a8-94f8-201daad03c60 {
  margin-top: 60px;
margin-bottom: 80px;
}
}

  #s-fec199fd-2fc4-40a8-94f8-201daad03c60-root {
    text-align: center;
  }


#s-fec199fd-2fc4-40a8-94f8-201daad03c60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fec199fd-2fc4-40a8-94f8-201daad03c60-root {
    text-align: center;
  }


#s-fec199fd-2fc4-40a8-94f8-201daad03c60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fec199fd-2fc4-40a8-94f8-201daad03c60-root {
    text-align: center;
  }


#s-fec199fd-2fc4-40a8-94f8-201daad03c60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fec199fd-2fc4-40a8-94f8-201daad03c60-root {
    text-align: center;
  }


#s-fec199fd-2fc4-40a8-94f8-201daad03c60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fec199fd-2fc4-40a8-94f8-201daad03c60-root {
    text-align: center;
  }


#s-fec199fd-2fc4-40a8-94f8-201daad03c60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-46387e70-4dcb-4ad5-abb7-edaf3369acaa {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-46387e70-4dcb-4ad5-abb7-edaf3369acaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46387e70-4dcb-4ad5-abb7-edaf3369acaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47168f93-b8cc-43d9-9497-1a753662a649 {
  margin-top: 60px;
margin-bottom: 0px;
max-width: 2120px;
aspect-ratio: 2120/376;
text-align: center;
}
@media (max-width: 767px){#s-47168f93-b8cc-43d9-9497-1a753662a649 {
  display: none;
}
#s-47168f93-b8cc-43d9-9497-1a753662a649, #wrap-s-47168f93-b8cc-43d9-9497-1a753662a649 { display:none !important; }}




  #s-47168f93-b8cc-43d9-9497-1a753662a649 img.shogun-image,
  #s-47168f93-b8cc-43d9-9497-1a753662a649 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47168f93-b8cc-43d9-9497-1a753662a649 {
    width: 100%;
    height: auto;
  }



  img.s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image {
    
    
  }


.s-47168f93-b8cc-43d9-9497-1a753662a649 .shogun-image-content {
  
    align-items: center;
  
}

.s-47168f93-b8cc-43d9-9497-1a753662a649.shg-align-container {
  text-align: center
}

.s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-47168f93-b8cc-43d9-9497-1a753662a649 img.shogun-image,
  #s-47168f93-b8cc-43d9-9497-1a753662a649 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47168f93-b8cc-43d9-9497-1a753662a649 {
    width: 100%;
    height: auto;
  }



  img.s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image {
    
    
  }


.s-47168f93-b8cc-43d9-9497-1a753662a649 .shogun-image-content {
  
    align-items: center;
  
}

.s-47168f93-b8cc-43d9-9497-1a753662a649.shg-align-container {
  text-align: center
}

.s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image {
  box-sizing: border-box;
}


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



  #s-47168f93-b8cc-43d9-9497-1a753662a649 img.shogun-image,
  #s-47168f93-b8cc-43d9-9497-1a753662a649 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47168f93-b8cc-43d9-9497-1a753662a649 {
    width: 100%;
    height: auto;
  }



  img.s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image {
    
    
  }


.s-47168f93-b8cc-43d9-9497-1a753662a649 .shogun-image-content {
  
    align-items: center;
  
}

.s-47168f93-b8cc-43d9-9497-1a753662a649.shg-align-container {
  text-align: center
}

.s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image {
  box-sizing: border-box;
}


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



  #s-47168f93-b8cc-43d9-9497-1a753662a649 img.shogun-image,
  #s-47168f93-b8cc-43d9-9497-1a753662a649 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47168f93-b8cc-43d9-9497-1a753662a649 {
    width: 100%;
    height: auto;
  }



  img.s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image {
    
    
  }


.s-47168f93-b8cc-43d9-9497-1a753662a649 .shogun-image-content {
  
    align-items: center;
  
}

.s-47168f93-b8cc-43d9-9497-1a753662a649.shg-align-container {
  text-align: center
}

.s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image {
  box-sizing: border-box;
}


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



  #s-47168f93-b8cc-43d9-9497-1a753662a649 img.shogun-image,
  #s-47168f93-b8cc-43d9-9497-1a753662a649 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47168f93-b8cc-43d9-9497-1a753662a649 {
    width: 100%;
    height: auto;
  }



  img.s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image {
    
    
  }


.s-47168f93-b8cc-43d9-9497-1a753662a649 .shogun-image-content {
  
    align-items: center;
  
}

.s-47168f93-b8cc-43d9-9497-1a753662a649.shg-align-container {
  text-align: center
}

.s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47168f93-b8cc-43d9-9497-1a753662a649.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-d3d15e91-c662-4d64-bfd5-0299c2ad9567 {
  display: none;
}
#s-d3d15e91-c662-4d64-bfd5-0299c2ad9567, #wrap-s-d3d15e91-c662-4d64-bfd5-0299c2ad9567 { display:none !important; }}
#s-f00d53ef-dfb4-45e7-a1e8-7b6e5f307c06 {
  display: none;
}
#s-783956d9-4840-4123-b026-d402db67d7f4 {
  text-align: left;
}



.shg-c#s-783956d9-4840-4123-b026-d402db67d7f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-783956d9-4840-4123-b026-d402db67d7f4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-783956d9-4840-4123-b026-d402db67d7f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-783956d9-4840-4123-b026-d402db67d7f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-783956d9-4840-4123-b026-d402db67d7f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-783956d9-4840-4123-b026-d402db67d7f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-783956d9-4840-4123-b026-d402db67d7f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-783956d9-4840-4123-b026-d402db67d7f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-783956d9-4840-4123-b026-d402db67d7f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-783956d9-4840-4123-b026-d402db67d7f4 img.shogun-image {
  width: 100%;
}



}
#s-d7628aca-584b-401b-ae81-32209cc3ce3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7628aca-584b-401b-ae81-32209cc3ce3a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-68783294-4aee-4d69-985f-aea0cf88af97 {
  text-align: left;
}

#s-68783294-4aee-4d69-985f-aea0cf88af97 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-68783294-4aee-4d69-985f-aea0cf88af97 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-68783294-4aee-4d69-985f-aea0cf88af97 .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-0b938db9-8e4f-424f-96d6-8504c273617f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0b938db9-8e4f-424f-96d6-8504c273617f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b938db9-8e4f-424f-96d6-8504c273617f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0b938db9-8e4f-424f-96d6-8504c273617f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b938db9-8e4f-424f-96d6-8504c273617f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b938db9-8e4f-424f-96d6-8504c273617f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0b938db9-8e4f-424f-96d6-8504c273617f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0dbaa64b-6d5d-46f1-b693-3c68fa4ef6bc {
  display: none;
}
#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 {
  text-align: left;
}



.shg-c#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f979a91e-dc74-4b54-8c8d-c43f44c13e12 img.shogun-image {
  width: 100%;
}



}
#s-790f34d1-94c0-48ae-8bfe-90f3fe4887b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-790f34d1-94c0-48ae-8bfe-90f3fe4887b8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d6412aae-6d16-43c7-8776-4c113497067d {
  text-align: left;
}

#s-d6412aae-6d16-43c7-8776-4c113497067d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d6412aae-6d16-43c7-8776-4c113497067d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d6412aae-6d16-43c7-8776-4c113497067d .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-d09a2296-bf19-46e8-927d-ee4cdad4ce9c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d09a2296-bf19-46e8-927d-ee4cdad4ce9c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d09a2296-bf19-46e8-927d-ee4cdad4ce9c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d09a2296-bf19-46e8-927d-ee4cdad4ce9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d09a2296-bf19-46e8-927d-ee4cdad4ce9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d09a2296-bf19-46e8-927d-ee4cdad4ce9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d09a2296-bf19-46e8-927d-ee4cdad4ce9c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8657aa02-83a8-4239-ac67-829013b7c159 {
  display: none;
}
#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 {
  text-align: left;
}



.shg-c#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c22d6fd1-4ea8-44b1-b006-4a95aec68315 img.shogun-image {
  width: 100%;
}



}
#s-4cea1a44-fac7-4f25-b13c-7a9b4df182f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4cea1a44-fac7-4f25-b13c-7a9b4df182f4 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b4b90018-8b54-4baf-9e9a-1d1a7e6877a1 {
  text-align: left;
}

#s-b4b90018-8b54-4baf-9e9a-1d1a7e6877a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b4b90018-8b54-4baf-9e9a-1d1a7e6877a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4b90018-8b54-4baf-9e9a-1d1a7e6877a1 .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-56c6ca67-1dd5-4379-8b11-da68ee5f1122 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-56c6ca67-1dd5-4379-8b11-da68ee5f1122:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56c6ca67-1dd5-4379-8b11-da68ee5f1122:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-56c6ca67-1dd5-4379-8b11-da68ee5f1122 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56c6ca67-1dd5-4379-8b11-da68ee5f1122.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56c6ca67-1dd5-4379-8b11-da68ee5f1122.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-56c6ca67-1dd5-4379-8b11-da68ee5f1122.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2d80c7ff-5ec1-449e-bac7-6b6f6bf86868 {
  display: none;
}
#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a {
  text-align: left;
}



.shg-c#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b697d02-5b68-44d4-9b4f-0d04c29c586a img.shogun-image {
  width: 100%;
}



}
#s-908a0dd7-e73b-442e-b9e3-dcd25159bfee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-908a0dd7-e73b-442e-b9e3-dcd25159bfee .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-55e48765-9496-4f17-9703-bc74652fcbac {
  text-align: left;
}

#s-55e48765-9496-4f17-9703-bc74652fcbac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-55e48765-9496-4f17-9703-bc74652fcbac .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-55e48765-9496-4f17-9703-bc74652fcbac .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-f9eddc88-6587-4a53-a809-d38b4fb8c838 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f9eddc88-6587-4a53-a809-d38b4fb8c838:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9eddc88-6587-4a53-a809-d38b4fb8c838:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9eddc88-6587-4a53-a809-d38b4fb8c838 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9eddc88-6587-4a53-a809-d38b4fb8c838.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9eddc88-6587-4a53-a809-d38b4fb8c838.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f9eddc88-6587-4a53-a809-d38b4fb8c838.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d {
  max-width: 690px;
aspect-ratio: 690/392;
text-align: center;
}
@media (min-width: 1200px){#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d {
  display: none;
}
#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d, #wrap-s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d {
  display: none;
}
#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d, #wrap-s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d {
  display: none;
}
#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d, #wrap-s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d { display:none !important; }}




  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d img.shogun-image,
  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d {
    width: 100%;
    height: auto;
  }



  img.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image {
    
    
  }


.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shg-align-container {
  text-align: center
}

.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d img.shogun-image,
  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d {
    width: 100%;
    height: auto;
  }



  img.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image {
    
    
  }


.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shg-align-container {
  text-align: center
}

.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d img.shogun-image,
  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d {
    width: 100%;
    height: auto;
  }



  img.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image {
    
    
  }


.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shg-align-container {
  text-align: center
}

.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d img.shogun-image,
  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d {
    width: 100%;
    height: auto;
  }



  img.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image {
    
    
  }


.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shg-align-container {
  text-align: center
}

.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image {
  box-sizing: border-box;
}


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



  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d img.shogun-image,
  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d {
    width: 100%;
    height: auto;
  }



  img.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image {
    
    
  }


.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shg-align-container {
  text-align: center
}

.s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ef77b0-bf20-4fc2-a03c-cd2f0205117d.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-9d589139-7e0f-4686-a8be-2778aed73bfa {
  display: none;
}
#s-9d589139-7e0f-4686-a8be-2778aed73bfa, #wrap-s-9d589139-7e0f-4686-a8be-2778aed73bfa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d589139-7e0f-4686-a8be-2778aed73bfa {
  display: none;
}
#s-9d589139-7e0f-4686-a8be-2778aed73bfa, #wrap-s-9d589139-7e0f-4686-a8be-2778aed73bfa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d589139-7e0f-4686-a8be-2778aed73bfa {
  display: none;
}
#s-9d589139-7e0f-4686-a8be-2778aed73bfa, #wrap-s-9d589139-7e0f-4686-a8be-2778aed73bfa { display:none !important; }}@media (max-width: 767px){#s-9d589139-7e0f-4686-a8be-2778aed73bfa {
  
}
}
#s-c427a365-d1a6-4a75-97ec-adde30c845fb {
  display: none;
}
#s-dbeaa872-de15-445d-930a-9e118d73341c {
  text-align: left;
}



.shg-c#s-dbeaa872-de15-445d-930a-9e118d73341c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbeaa872-de15-445d-930a-9e118d73341c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dbeaa872-de15-445d-930a-9e118d73341c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbeaa872-de15-445d-930a-9e118d73341c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbeaa872-de15-445d-930a-9e118d73341c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbeaa872-de15-445d-930a-9e118d73341c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbeaa872-de15-445d-930a-9e118d73341c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbeaa872-de15-445d-930a-9e118d73341c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbeaa872-de15-445d-930a-9e118d73341c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbeaa872-de15-445d-930a-9e118d73341c img.shogun-image {
  width: 100%;
}



}
#s-e53e85c6-d704-49ed-b15e-28b3947ebd83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e53e85c6-d704-49ed-b15e-28b3947ebd83 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b0358d06-736c-4415-a3ea-8d9575febf34 {
  text-align: left;
}

#s-b0358d06-736c-4415-a3ea-8d9575febf34 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b0358d06-736c-4415-a3ea-8d9575febf34 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b0358d06-736c-4415-a3ea-8d9575febf34 .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-61caf3e0-6be1-4bce-976b-bc2a546fa700 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-61caf3e0-6be1-4bce-976b-bc2a546fa700:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61caf3e0-6be1-4bce-976b-bc2a546fa700:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61caf3e0-6be1-4bce-976b-bc2a546fa700 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61caf3e0-6be1-4bce-976b-bc2a546fa700.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61caf3e0-6be1-4bce-976b-bc2a546fa700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61caf3e0-6be1-4bce-976b-bc2a546fa700.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24695e71-e3ce-46e3-bf4c-2ae46077d895 {
  display: none;
}
#s-8e03e738-eba8-4f18-b859-ebeb201891f8 {
  text-align: left;
}



.shg-c#s-8e03e738-eba8-4f18-b859-ebeb201891f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e03e738-eba8-4f18-b859-ebeb201891f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8e03e738-eba8-4f18-b859-ebeb201891f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e03e738-eba8-4f18-b859-ebeb201891f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e03e738-eba8-4f18-b859-ebeb201891f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e03e738-eba8-4f18-b859-ebeb201891f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e03e738-eba8-4f18-b859-ebeb201891f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e03e738-eba8-4f18-b859-ebeb201891f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e03e738-eba8-4f18-b859-ebeb201891f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e03e738-eba8-4f18-b859-ebeb201891f8 img.shogun-image {
  width: 100%;
}



}
#s-5a150c3b-2efb-4b3e-81d6-6d27b46eab16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5a150c3b-2efb-4b3e-81d6-6d27b46eab16 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-818ec5ec-4a9e-47d8-a81d-1f21d1a41d6c {
  text-align: left;
}

#s-818ec5ec-4a9e-47d8-a81d-1f21d1a41d6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-818ec5ec-4a9e-47d8-a81d-1f21d1a41d6c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-818ec5ec-4a9e-47d8-a81d-1f21d1a41d6c .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-2cf81386-9f01-463f-8c09-1759466c0519 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2cf81386-9f01-463f-8c09-1759466c0519:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2cf81386-9f01-463f-8c09-1759466c0519:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2cf81386-9f01-463f-8c09-1759466c0519 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cf81386-9f01-463f-8c09-1759466c0519.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cf81386-9f01-463f-8c09-1759466c0519.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2cf81386-9f01-463f-8c09-1759466c0519.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-25687cee-cf77-4ab8-9613-aeb29b07b3e4 {
  display: none;
}
#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 {
  text-align: left;
}



.shg-c#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6106ac2-a727-49e4-ab0c-3087cc34e899 img.shogun-image {
  width: 100%;
}



}
#s-207488d5-31a3-49ec-8727-229babed9c66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-207488d5-31a3-49ec-8727-229babed9c66 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0ad7e150-6a19-407c-a526-c3d264bc4413 {
  text-align: left;
}

#s-0ad7e150-6a19-407c-a526-c3d264bc4413 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0ad7e150-6a19-407c-a526-c3d264bc4413 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0ad7e150-6a19-407c-a526-c3d264bc4413 .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-5dc8c1ec-0e93-4b32-881a-1f28a39e2700 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5dc8c1ec-0e93-4b32-881a-1f28a39e2700:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5dc8c1ec-0e93-4b32-881a-1f28a39e2700:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5dc8c1ec-0e93-4b32-881a-1f28a39e2700 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5dc8c1ec-0e93-4b32-881a-1f28a39e2700.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5dc8c1ec-0e93-4b32-881a-1f28a39e2700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5dc8c1ec-0e93-4b32-881a-1f28a39e2700.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7c67ada7-4de0-4a8c-a9dc-e96de91e9c3b {
  display: none;
}
#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d {
  text-align: left;
}



.shg-c#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f17431f7-d92a-46a6-bdb9-f57c4790b80d img.shogun-image {
  width: 100%;
}



}
#s-3b0f0a62-9a4c-4ced-82c5-0c43cc4dd098 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b0f0a62-9a4c-4ced-82c5-0c43cc4dd098 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-adcc5e97-abc0-4517-a5ae-e25ab6aed4da {
  text-align: left;
}

#s-adcc5e97-abc0-4517-a5ae-e25ab6aed4da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-adcc5e97-abc0-4517-a5ae-e25ab6aed4da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-adcc5e97-abc0-4517-a5ae-e25ab6aed4da .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-5a1d726b-1639-4a01-adc3-6223debf2944 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5a1d726b-1639-4a01-adc3-6223debf2944:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a1d726b-1639-4a01-adc3-6223debf2944:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a1d726b-1639-4a01-adc3-6223debf2944 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a1d726b-1639-4a01-adc3-6223debf2944.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a1d726b-1639-4a01-adc3-6223debf2944.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a1d726b-1639-4a01-adc3-6223debf2944.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-47c13169-c37b-45ef-9ee9-89924f2786d8 {
  margin-top: 30px;
margin-bottom: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(233, 192, 154, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-47c13169-c37b-45ef-9ee9-89924f2786d8:hover {background-color: rgba(240, 206, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-47c13169-c37b-45ef-9ee9-89924f2786d8:active {background-color: rgba(240, 206, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-47c13169-c37b-45ef-9ee9-89924f2786d8 {
  margin-top: 60px;
margin-bottom: 80px;
}
}

  #s-47c13169-c37b-45ef-9ee9-89924f2786d8-root {
    text-align: center;
  }


#s-47c13169-c37b-45ef-9ee9-89924f2786d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-47c13169-c37b-45ef-9ee9-89924f2786d8-root {
    text-align: center;
  }


#s-47c13169-c37b-45ef-9ee9-89924f2786d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47c13169-c37b-45ef-9ee9-89924f2786d8-root {
    text-align: center;
  }


#s-47c13169-c37b-45ef-9ee9-89924f2786d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47c13169-c37b-45ef-9ee9-89924f2786d8-root {
    text-align: center;
  }


#s-47c13169-c37b-45ef-9ee9-89924f2786d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-47c13169-c37b-45ef-9ee9-89924f2786d8-root {
    text-align: center;
  }


#s-47c13169-c37b-45ef-9ee9-89924f2786d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-27665783-395b-4b0c-81bb-aa89f43f1636 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-27665783-395b-4b0c-81bb-aa89f43f1636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27665783-395b-4b0c-81bb-aa89f43f1636.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee1808e3-6489-4892-8730-70c276d28c71 {
  margin-top: 60px;
margin-bottom: 0px;
max-width: 2120px;
aspect-ratio: 2120/376;
text-align: center;
}
@media (max-width: 767px){#s-ee1808e3-6489-4892-8730-70c276d28c71 {
  display: none;
}
#s-ee1808e3-6489-4892-8730-70c276d28c71, #wrap-s-ee1808e3-6489-4892-8730-70c276d28c71 { display:none !important; }}




  #s-ee1808e3-6489-4892-8730-70c276d28c71 img.shogun-image,
  #s-ee1808e3-6489-4892-8730-70c276d28c71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee1808e3-6489-4892-8730-70c276d28c71 {
    width: 100%;
    height: auto;
  }



  img.s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image {
    
    
  }


.s-ee1808e3-6489-4892-8730-70c276d28c71 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee1808e3-6489-4892-8730-70c276d28c71.shg-align-container {
  text-align: center
}

.s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ee1808e3-6489-4892-8730-70c276d28c71 img.shogun-image,
  #s-ee1808e3-6489-4892-8730-70c276d28c71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee1808e3-6489-4892-8730-70c276d28c71 {
    width: 100%;
    height: auto;
  }



  img.s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image {
    
    
  }


.s-ee1808e3-6489-4892-8730-70c276d28c71 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee1808e3-6489-4892-8730-70c276d28c71.shg-align-container {
  text-align: center
}

.s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image {
  box-sizing: border-box;
}


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



  #s-ee1808e3-6489-4892-8730-70c276d28c71 img.shogun-image,
  #s-ee1808e3-6489-4892-8730-70c276d28c71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee1808e3-6489-4892-8730-70c276d28c71 {
    width: 100%;
    height: auto;
  }



  img.s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image {
    
    
  }


.s-ee1808e3-6489-4892-8730-70c276d28c71 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee1808e3-6489-4892-8730-70c276d28c71.shg-align-container {
  text-align: center
}

.s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image {
  box-sizing: border-box;
}


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



  #s-ee1808e3-6489-4892-8730-70c276d28c71 img.shogun-image,
  #s-ee1808e3-6489-4892-8730-70c276d28c71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee1808e3-6489-4892-8730-70c276d28c71 {
    width: 100%;
    height: auto;
  }



  img.s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image {
    
    
  }


.s-ee1808e3-6489-4892-8730-70c276d28c71 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee1808e3-6489-4892-8730-70c276d28c71.shg-align-container {
  text-align: center
}

.s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image {
  box-sizing: border-box;
}


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



  #s-ee1808e3-6489-4892-8730-70c276d28c71 img.shogun-image,
  #s-ee1808e3-6489-4892-8730-70c276d28c71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee1808e3-6489-4892-8730-70c276d28c71 {
    width: 100%;
    height: auto;
  }



  img.s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image {
    
    
  }


.s-ee1808e3-6489-4892-8730-70c276d28c71 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee1808e3-6489-4892-8730-70c276d28c71.shg-align-container {
  text-align: center
}

.s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1808e3-6489-4892-8730-70c276d28c71.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-1676938e-195f-4d04-9f4b-1ff32cac4249 {
  display: none;
}
#s-1676938e-195f-4d04-9f4b-1ff32cac4249, #wrap-s-1676938e-195f-4d04-9f4b-1ff32cac4249 { display:none !important; }}
#s-fc8d4f1c-bea0-468c-a127-db94a6241dd6 {
  display: none;
}
#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf {
  text-align: left;
}



.shg-c#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7f41184-b561-4df1-bbb2-da5d7d5f6fdf img.shogun-image {
  width: 100%;
}



}
#s-32e62be1-3637-45c3-9382-7ed000847cbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-32e62be1-3637-45c3-9382-7ed000847cbb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-afed51d4-9c96-4856-9097-27a288130dbb {
  text-align: left;
}

#s-afed51d4-9c96-4856-9097-27a288130dbb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-afed51d4-9c96-4856-9097-27a288130dbb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-afed51d4-9c96-4856-9097-27a288130dbb .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-3c28ad9d-772f-4a64-a951-edfcb13cd7cf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3c28ad9d-772f-4a64-a951-edfcb13cd7cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c28ad9d-772f-4a64-a951-edfcb13cd7cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c28ad9d-772f-4a64-a951-edfcb13cd7cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c28ad9d-772f-4a64-a951-edfcb13cd7cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c28ad9d-772f-4a64-a951-edfcb13cd7cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c28ad9d-772f-4a64-a951-edfcb13cd7cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-16a6e23b-e130-4109-a0fa-67592f71c51e {
  display: none;
}
#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 {
  text-align: left;
}



.shg-c#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3812bf7-89ad-4f41-8d8c-5510490f9de9 img.shogun-image {
  width: 100%;
}



}
#s-8072a386-b86e-4f56-8849-e5a7dc477543 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8072a386-b86e-4f56-8849-e5a7dc477543 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-64b5d45f-5e35-4d76-85e8-022365b1fbb9 {
  text-align: left;
}

#s-64b5d45f-5e35-4d76-85e8-022365b1fbb9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-64b5d45f-5e35-4d76-85e8-022365b1fbb9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-64b5d45f-5e35-4d76-85e8-022365b1fbb9 .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-54603146-3980-492a-b756-4b8569d81279 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-54603146-3980-492a-b756-4b8569d81279:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54603146-3980-492a-b756-4b8569d81279:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-54603146-3980-492a-b756-4b8569d81279 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54603146-3980-492a-b756-4b8569d81279.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54603146-3980-492a-b756-4b8569d81279.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-54603146-3980-492a-b756-4b8569d81279.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d62762a0-88eb-4a67-ab93-c186abeb67a3 {
  display: none;
}
#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b {
  text-align: left;
}



.shg-c#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e13024e3-eea5-4fe2-9e93-648f83ef8a3b img.shogun-image {
  width: 100%;
}



}
#s-a6494a72-091f-485f-8089-b765cf02de2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a6494a72-091f-485f-8089-b765cf02de2d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4545cae4-0da0-4220-937e-d2a363ce51c6 {
  text-align: left;
}

#s-4545cae4-0da0-4220-937e-d2a363ce51c6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4545cae4-0da0-4220-937e-d2a363ce51c6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4545cae4-0da0-4220-937e-d2a363ce51c6 .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-3ae95bc9-7b71-4275-8986-f755f68d21cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3ae95bc9-7b71-4275-8986-f755f68d21cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ae95bc9-7b71-4275-8986-f755f68d21cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ae95bc9-7b71-4275-8986-f755f68d21cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ae95bc9-7b71-4275-8986-f755f68d21cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ae95bc9-7b71-4275-8986-f755f68d21cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ae95bc9-7b71-4275-8986-f755f68d21cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a6b77e03-b72c-4eea-8c6e-8ac4511035c2 {
  display: none;
}
#s-bc89a21f-0ceb-4c13-8073-44c20547c224 {
  text-align: left;
}



.shg-c#s-bc89a21f-0ceb-4c13-8073-44c20547c224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc89a21f-0ceb-4c13-8073-44c20547c224 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bc89a21f-0ceb-4c13-8073-44c20547c224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc89a21f-0ceb-4c13-8073-44c20547c224 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc89a21f-0ceb-4c13-8073-44c20547c224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc89a21f-0ceb-4c13-8073-44c20547c224 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc89a21f-0ceb-4c13-8073-44c20547c224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc89a21f-0ceb-4c13-8073-44c20547c224 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc89a21f-0ceb-4c13-8073-44c20547c224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc89a21f-0ceb-4c13-8073-44c20547c224 img.shogun-image {
  width: 100%;
}



}
#s-3e722b60-3830-4c18-8c04-7c7fafa771d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e722b60-3830-4c18-8c04-7c7fafa771d4 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-49c4c445-32e8-4397-8f99-010f95c9357e {
  text-align: left;
}

#s-49c4c445-32e8-4397-8f99-010f95c9357e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-49c4c445-32e8-4397-8f99-010f95c9357e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-49c4c445-32e8-4397-8f99-010f95c9357e .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-3b581cf0-4e32-468e-a9bb-818eb5d6b61f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3b581cf0-4e32-468e-a9bb-818eb5d6b61f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b581cf0-4e32-468e-a9bb-818eb5d6b61f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3b581cf0-4e32-468e-a9bb-818eb5d6b61f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b581cf0-4e32-468e-a9bb-818eb5d6b61f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b581cf0-4e32-468e-a9bb-818eb5d6b61f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b581cf0-4e32-468e-a9bb-818eb5d6b61f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 {
  max-width: 690px;
aspect-ratio: 690/416;
text-align: center;
}
@media (min-width: 1200px){#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 {
  display: none;
}
#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2, #wrap-s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 {
  display: none;
}
#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2, #wrap-s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 {
  display: none;
}
#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2, #wrap-s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 { display:none !important; }}




  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 img.shogun-image,
  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 {
    width: 100%;
    height: auto;
  }



  img.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image {
    
    
  }


.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shg-align-container {
  text-align: center
}

.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 img.shogun-image,
  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 {
    width: 100%;
    height: auto;
  }



  img.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image {
    
    
  }


.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shg-align-container {
  text-align: center
}

.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image {
  box-sizing: border-box;
}


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



  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 img.shogun-image,
  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 {
    width: 100%;
    height: auto;
  }



  img.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image {
    
    
  }


.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shg-align-container {
  text-align: center
}

.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image {
  box-sizing: border-box;
}


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



  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 img.shogun-image,
  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 {
    width: 100%;
    height: auto;
  }



  img.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image {
    
    
  }


.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shg-align-container {
  text-align: center
}

.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image {
  box-sizing: border-box;
}


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



  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 img.shogun-image,
  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 {
    width: 100%;
    height: auto;
  }



  img.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image {
    
    
  }


.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shg-align-container {
  text-align: center
}

.s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6c1b95e-937a-4be8-9b3b-f8a777e4fed2.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-9f79f813-cd76-47dc-b830-18a7f3b93aaf {
  display: none;
}
#s-9f79f813-cd76-47dc-b830-18a7f3b93aaf, #wrap-s-9f79f813-cd76-47dc-b830-18a7f3b93aaf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f79f813-cd76-47dc-b830-18a7f3b93aaf {
  display: none;
}
#s-9f79f813-cd76-47dc-b830-18a7f3b93aaf, #wrap-s-9f79f813-cd76-47dc-b830-18a7f3b93aaf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f79f813-cd76-47dc-b830-18a7f3b93aaf {
  display: none;
}
#s-9f79f813-cd76-47dc-b830-18a7f3b93aaf, #wrap-s-9f79f813-cd76-47dc-b830-18a7f3b93aaf { display:none !important; }}@media (max-width: 767px){#s-9f79f813-cd76-47dc-b830-18a7f3b93aaf {
  
}
}
#s-bc219c7c-e1cc-48d6-958c-2fbcf8565d7c {
  display: none;
}
#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 {
  text-align: left;
}



.shg-c#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b8d5540-f088-4dc0-8ff8-5f3ab35cd368 img.shogun-image {
  width: 100%;
}



}
#s-a1aa2371-72a1-48f2-bb83-89be08ef1ba3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a1aa2371-72a1-48f2-bb83-89be08ef1ba3 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e54bf6e3-5ac3-4d71-94a3-a763b37a3778 {
  text-align: left;
}

#s-e54bf6e3-5ac3-4d71-94a3-a763b37a3778 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e54bf6e3-5ac3-4d71-94a3-a763b37a3778 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e54bf6e3-5ac3-4d71-94a3-a763b37a3778 .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-6d549be6-46aa-4b6d-bc28-09fd2ed8d5bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6d549be6-46aa-4b6d-bc28-09fd2ed8d5bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d549be6-46aa-4b6d-bc28-09fd2ed8d5bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d549be6-46aa-4b6d-bc28-09fd2ed8d5bf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d549be6-46aa-4b6d-bc28-09fd2ed8d5bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d549be6-46aa-4b6d-bc28-09fd2ed8d5bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6d549be6-46aa-4b6d-bc28-09fd2ed8d5bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e073a1b0-d821-4e3f-9e35-073eab5ae78e {
  display: none;
}
#s-43701d58-7e43-45a3-b7c5-6533aca1e553 {
  text-align: left;
}



.shg-c#s-43701d58-7e43-45a3-b7c5-6533aca1e553 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43701d58-7e43-45a3-b7c5-6533aca1e553 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-43701d58-7e43-45a3-b7c5-6533aca1e553 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43701d58-7e43-45a3-b7c5-6533aca1e553 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43701d58-7e43-45a3-b7c5-6533aca1e553 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43701d58-7e43-45a3-b7c5-6533aca1e553 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43701d58-7e43-45a3-b7c5-6533aca1e553 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43701d58-7e43-45a3-b7c5-6533aca1e553 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43701d58-7e43-45a3-b7c5-6533aca1e553 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43701d58-7e43-45a3-b7c5-6533aca1e553 img.shogun-image {
  width: 100%;
}



}
#s-9dc5faee-af61-4ddb-8f69-0bc3897db72a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9dc5faee-af61-4ddb-8f69-0bc3897db72a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bbfccac8-08d1-47ee-b0e8-8feceb460a0c {
  text-align: left;
}

#s-bbfccac8-08d1-47ee-b0e8-8feceb460a0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bbfccac8-08d1-47ee-b0e8-8feceb460a0c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bbfccac8-08d1-47ee-b0e8-8feceb460a0c .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-b7fe1d16-f33e-4d9a-8abe-f93c7338da28 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b7fe1d16-f33e-4d9a-8abe-f93c7338da28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7fe1d16-f33e-4d9a-8abe-f93c7338da28:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7fe1d16-f33e-4d9a-8abe-f93c7338da28 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7fe1d16-f33e-4d9a-8abe-f93c7338da28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7fe1d16-f33e-4d9a-8abe-f93c7338da28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b7fe1d16-f33e-4d9a-8abe-f93c7338da28.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ca5d412d-f14a-4c19-b9f2-c940b708264c {
  display: none;
}
#s-b58cf535-3433-43d7-9cdc-5b0f9684389f {
  text-align: left;
}



.shg-c#s-b58cf535-3433-43d7-9cdc-5b0f9684389f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b58cf535-3433-43d7-9cdc-5b0f9684389f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b58cf535-3433-43d7-9cdc-5b0f9684389f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b58cf535-3433-43d7-9cdc-5b0f9684389f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b58cf535-3433-43d7-9cdc-5b0f9684389f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b58cf535-3433-43d7-9cdc-5b0f9684389f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b58cf535-3433-43d7-9cdc-5b0f9684389f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b58cf535-3433-43d7-9cdc-5b0f9684389f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b58cf535-3433-43d7-9cdc-5b0f9684389f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b58cf535-3433-43d7-9cdc-5b0f9684389f img.shogun-image {
  width: 100%;
}



}
#s-b915ca9e-5cad-4125-bb3b-ea2c8c19d41d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b915ca9e-5cad-4125-bb3b-ea2c8c19d41d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b649dcd2-55fa-4188-bcce-683edf2e4a13 {
  text-align: left;
}

#s-b649dcd2-55fa-4188-bcce-683edf2e4a13 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b649dcd2-55fa-4188-bcce-683edf2e4a13 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b649dcd2-55fa-4188-bcce-683edf2e4a13 .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-245f4cfd-2d1e-4830-9a8e-2f2c3b958884 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-245f4cfd-2d1e-4830-9a8e-2f2c3b958884:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-245f4cfd-2d1e-4830-9a8e-2f2c3b958884:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-245f4cfd-2d1e-4830-9a8e-2f2c3b958884 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-245f4cfd-2d1e-4830-9a8e-2f2c3b958884.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-245f4cfd-2d1e-4830-9a8e-2f2c3b958884.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-245f4cfd-2d1e-4830-9a8e-2f2c3b958884.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7a8d98bf-e0cd-41ab-b533-de136832392f {
  display: none;
}
#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 {
  text-align: left;
}



.shg-c#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97d4adb3-7660-4f45-9eb6-b1e8270867d0 img.shogun-image {
  width: 100%;
}



}
#s-8dd4fd96-87c0-46b2-afeb-232bc4799bec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8dd4fd96-87c0-46b2-afeb-232bc4799bec .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-da6cab93-0bdd-4dfa-9887-b08a6a452cc0 {
  text-align: left;
}

#s-da6cab93-0bdd-4dfa-9887-b08a6a452cc0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-da6cab93-0bdd-4dfa-9887-b08a6a452cc0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-da6cab93-0bdd-4dfa-9887-b08a6a452cc0 .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-22b302df-75e9-4045-8f9a-9c179dbf5cd9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-22b302df-75e9-4045-8f9a-9c179dbf5cd9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22b302df-75e9-4045-8f9a-9c179dbf5cd9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22b302df-75e9-4045-8f9a-9c179dbf5cd9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22b302df-75e9-4045-8f9a-9c179dbf5cd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22b302df-75e9-4045-8f9a-9c179dbf5cd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22b302df-75e9-4045-8f9a-9c179dbf5cd9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dc013069-b9f6-444c-8055-4d925a8b573c {
  margin-top: 30px;
margin-bottom: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(233, 192, 154, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dc013069-b9f6-444c-8055-4d925a8b573c:hover {background-color: rgba(240, 206, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc013069-b9f6-444c-8055-4d925a8b573c:active {background-color: rgba(240, 206, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-dc013069-b9f6-444c-8055-4d925a8b573c {
  margin-top: 60px;
margin-bottom: 80px;
}
}

  #s-dc013069-b9f6-444c-8055-4d925a8b573c-root {
    text-align: center;
  }


#s-dc013069-b9f6-444c-8055-4d925a8b573c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc013069-b9f6-444c-8055-4d925a8b573c-root {
    text-align: center;
  }


#s-dc013069-b9f6-444c-8055-4d925a8b573c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc013069-b9f6-444c-8055-4d925a8b573c-root {
    text-align: center;
  }


#s-dc013069-b9f6-444c-8055-4d925a8b573c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc013069-b9f6-444c-8055-4d925a8b573c-root {
    text-align: center;
  }


#s-dc013069-b9f6-444c-8055-4d925a8b573c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc013069-b9f6-444c-8055-4d925a8b573c-root {
    text-align: center;
  }


#s-dc013069-b9f6-444c-8055-4d925a8b573c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0e816234-252e-4cfa-ad71-e23120665d54 {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-0e816234-252e-4cfa-ad71-e23120665d54 {
  
}
}







#s-0e816234-252e-4cfa-ad71-e23120665d54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e816234-252e-4cfa-ad71-e23120665d54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09045b5c-f0c1-48a1-ac98-d2f35871d92e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-09045b5c-f0c1-48a1-ac98-d2f35871d92e {
  
}
}
#s-09045b5c-f0c1-48a1-ac98-d2f35871d92e .shogun-heading-component h3 {
  color: rgba(190, 136, 105, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6c05c315-ce56-469f-9182-f9a7e958110e {
  margin-left: 450px;
margin-bottom: 0px;
margin-right: 450px;
}
@media (max-width: 767px){#s-6c05c315-ce56-469f-9182-f9a7e958110e {
  display: none;
}
#s-6c05c315-ce56-469f-9182-f9a7e958110e, #wrap-s-6c05c315-ce56-469f-9182-f9a7e958110e { display:none !important; }}
#s-6c05c315-ce56-469f-9182-f9a7e958110e hr {
  border-top: 2px solid rgba(190, 136, 105, 1);
}

#s-22740347-6bf2-4802-80ee-c6f3a9266c88 {
  margin-top: -20px;
margin-left: 150px;
margin-bottom: -20px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-22740347-6bf2-4802-80ee-c6f3a9266c88 {
  display: none;
}
#s-22740347-6bf2-4802-80ee-c6f3a9266c88, #wrap-s-22740347-6bf2-4802-80ee-c6f3a9266c88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22740347-6bf2-4802-80ee-c6f3a9266c88 {
  display: none;
}
#s-22740347-6bf2-4802-80ee-c6f3a9266c88, #wrap-s-22740347-6bf2-4802-80ee-c6f3a9266c88 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22740347-6bf2-4802-80ee-c6f3a9266c88 {
  display: none;
}
#s-22740347-6bf2-4802-80ee-c6f3a9266c88, #wrap-s-22740347-6bf2-4802-80ee-c6f3a9266c88 { display:none !important; }}
#s-22740347-6bf2-4802-80ee-c6f3a9266c88 hr {
  border-top: 2px solid rgba(190, 136, 105, 1);
}

@media (max-width: 767px){#s-08dc88d7-28fc-42ef-8adb-92e7486ebbd4 {
  display: none;
}
#s-08dc88d7-28fc-42ef-8adb-92e7486ebbd4, #wrap-s-08dc88d7-28fc-42ef-8adb-92e7486ebbd4 { display:none !important; }}
#s-a314b5c3-fd11-465f-98b8-993b0161986e {
  display: none;
}
#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 {
  text-align: left;
}



.shg-c#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bac3ead2-5c50-45d8-84b8-4601030d5a10 img.shogun-image {
  width: 100%;
}



}
#s-6bdc8159-a0d8-4dd6-a529-4c3c0821a2f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6bdc8159-a0d8-4dd6-a529-4c3c0821a2f9 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-80aad8a3-808d-48e4-9e68-6e49d8a63916 {
  text-align: left;
}

#s-80aad8a3-808d-48e4-9e68-6e49d8a63916 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-80aad8a3-808d-48e4-9e68-6e49d8a63916 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-80aad8a3-808d-48e4-9e68-6e49d8a63916 .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-865711dc-b219-421c-8eba-0af474c5c328 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-865711dc-b219-421c-8eba-0af474c5c328:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-865711dc-b219-421c-8eba-0af474c5c328:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-865711dc-b219-421c-8eba-0af474c5c328 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-865711dc-b219-421c-8eba-0af474c5c328.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-865711dc-b219-421c-8eba-0af474c5c328.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-865711dc-b219-421c-8eba-0af474c5c328.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8cea1009-fefc-47fb-b3ba-17d81aec142e {
  display: none;
}
#s-35d60569-6557-4ed7-a904-598817cb8435 {
  text-align: left;
}



.shg-c#s-35d60569-6557-4ed7-a904-598817cb8435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35d60569-6557-4ed7-a904-598817cb8435 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35d60569-6557-4ed7-a904-598817cb8435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35d60569-6557-4ed7-a904-598817cb8435 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35d60569-6557-4ed7-a904-598817cb8435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35d60569-6557-4ed7-a904-598817cb8435 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35d60569-6557-4ed7-a904-598817cb8435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35d60569-6557-4ed7-a904-598817cb8435 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35d60569-6557-4ed7-a904-598817cb8435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35d60569-6557-4ed7-a904-598817cb8435 img.shogun-image {
  width: 100%;
}



}
#s-036adf31-9dee-4ccd-ab41-a3ba230230d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-036adf31-9dee-4ccd-ab41-a3ba230230d5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d7068eec-63b9-451c-9cde-46c3604befe0 {
  text-align: left;
}

#s-d7068eec-63b9-451c-9cde-46c3604befe0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d7068eec-63b9-451c-9cde-46c3604befe0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d7068eec-63b9-451c-9cde-46c3604befe0 .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-b7efc675-5de2-47ee-8c7f-996df62a0cd1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b7efc675-5de2-47ee-8c7f-996df62a0cd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7efc675-5de2-47ee-8c7f-996df62a0cd1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7efc675-5de2-47ee-8c7f-996df62a0cd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7efc675-5de2-47ee-8c7f-996df62a0cd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7efc675-5de2-47ee-8c7f-996df62a0cd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b7efc675-5de2-47ee-8c7f-996df62a0cd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-18ec22cb-03cd-4470-ad7c-da6b99b4854e {
  display: none;
}
#s-a752d082-aa80-4183-8de5-b748107c0a13 {
  text-align: left;
}



.shg-c#s-a752d082-aa80-4183-8de5-b748107c0a13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a752d082-aa80-4183-8de5-b748107c0a13 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a752d082-aa80-4183-8de5-b748107c0a13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a752d082-aa80-4183-8de5-b748107c0a13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a752d082-aa80-4183-8de5-b748107c0a13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a752d082-aa80-4183-8de5-b748107c0a13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a752d082-aa80-4183-8de5-b748107c0a13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a752d082-aa80-4183-8de5-b748107c0a13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a752d082-aa80-4183-8de5-b748107c0a13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a752d082-aa80-4183-8de5-b748107c0a13 img.shogun-image {
  width: 100%;
}



}
#s-f1a8989c-a85a-4602-9dfd-fb59e365e418 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1a8989c-a85a-4602-9dfd-fb59e365e418 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ea709ba8-0c0d-486c-b29c-40ea74d154bc {
  text-align: left;
}

#s-ea709ba8-0c0d-486c-b29c-40ea74d154bc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ea709ba8-0c0d-486c-b29c-40ea74d154bc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ea709ba8-0c0d-486c-b29c-40ea74d154bc .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-35cc7c22-78e9-4f5c-8051-3796fa1cd946 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-35cc7c22-78e9-4f5c-8051-3796fa1cd946:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35cc7c22-78e9-4f5c-8051-3796fa1cd946:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35cc7c22-78e9-4f5c-8051-3796fa1cd946 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35cc7c22-78e9-4f5c-8051-3796fa1cd946.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35cc7c22-78e9-4f5c-8051-3796fa1cd946.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35cc7c22-78e9-4f5c-8051-3796fa1cd946.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4642cd98-3a8a-4c17-b2d9-b34f07d99b5f {
  display: none;
}
#s-4548da5f-3757-4d93-b7fd-c0222b26291d {
  text-align: left;
}



.shg-c#s-4548da5f-3757-4d93-b7fd-c0222b26291d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4548da5f-3757-4d93-b7fd-c0222b26291d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4548da5f-3757-4d93-b7fd-c0222b26291d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4548da5f-3757-4d93-b7fd-c0222b26291d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4548da5f-3757-4d93-b7fd-c0222b26291d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4548da5f-3757-4d93-b7fd-c0222b26291d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4548da5f-3757-4d93-b7fd-c0222b26291d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4548da5f-3757-4d93-b7fd-c0222b26291d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4548da5f-3757-4d93-b7fd-c0222b26291d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4548da5f-3757-4d93-b7fd-c0222b26291d img.shogun-image {
  width: 100%;
}



}
#s-a7602299-e6bd-4c23-8e5c-f3c63b22cd95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a7602299-e6bd-4c23-8e5c-f3c63b22cd95 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a379559f-8646-4530-9f97-09cc866f3101 {
  text-align: left;
}

#s-a379559f-8646-4530-9f97-09cc866f3101 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a379559f-8646-4530-9f97-09cc866f3101 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a379559f-8646-4530-9f97-09cc866f3101 .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-b180cd47-3526-4a2b-afcd-d1ebca49f699 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b180cd47-3526-4a2b-afcd-d1ebca49f699:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b180cd47-3526-4a2b-afcd-d1ebca49f699:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b180cd47-3526-4a2b-afcd-d1ebca49f699 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b180cd47-3526-4a2b-afcd-d1ebca49f699.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b180cd47-3526-4a2b-afcd-d1ebca49f699.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b180cd47-3526-4a2b-afcd-d1ebca49f699.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-39659afb-d304-426c-ad6b-a97caeaec1a3 {
  display: none;
}
#s-39659afb-d304-426c-ad6b-a97caeaec1a3, #wrap-s-39659afb-d304-426c-ad6b-a97caeaec1a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39659afb-d304-426c-ad6b-a97caeaec1a3 {
  display: none;
}
#s-39659afb-d304-426c-ad6b-a97caeaec1a3, #wrap-s-39659afb-d304-426c-ad6b-a97caeaec1a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39659afb-d304-426c-ad6b-a97caeaec1a3 {
  display: none;
}
#s-39659afb-d304-426c-ad6b-a97caeaec1a3, #wrap-s-39659afb-d304-426c-ad6b-a97caeaec1a3 { display:none !important; }}
#s-12d01baa-d488-4c64-9c8d-aab50fd7887d {
  display: none;
}
#s-d2a58e15-7249-48cb-aecf-73751b1462dc {
  text-align: left;
}



.shg-c#s-d2a58e15-7249-48cb-aecf-73751b1462dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2a58e15-7249-48cb-aecf-73751b1462dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d2a58e15-7249-48cb-aecf-73751b1462dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2a58e15-7249-48cb-aecf-73751b1462dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2a58e15-7249-48cb-aecf-73751b1462dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2a58e15-7249-48cb-aecf-73751b1462dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2a58e15-7249-48cb-aecf-73751b1462dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2a58e15-7249-48cb-aecf-73751b1462dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2a58e15-7249-48cb-aecf-73751b1462dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2a58e15-7249-48cb-aecf-73751b1462dc img.shogun-image {
  width: 100%;
}



}
#s-e54ed34b-9bb2-4c5a-a37e-7306d9079053 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e54ed34b-9bb2-4c5a-a37e-7306d9079053 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-007d87c7-e568-45d8-851d-432563f6b9bc {
  text-align: left;
}

#s-007d87c7-e568-45d8-851d-432563f6b9bc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-007d87c7-e568-45d8-851d-432563f6b9bc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-007d87c7-e568-45d8-851d-432563f6b9bc .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-ace3cb54-142b-4eeb-b70a-e6371fa7525c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ace3cb54-142b-4eeb-b70a-e6371fa7525c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ace3cb54-142b-4eeb-b70a-e6371fa7525c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ace3cb54-142b-4eeb-b70a-e6371fa7525c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ace3cb54-142b-4eeb-b70a-e6371fa7525c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ace3cb54-142b-4eeb-b70a-e6371fa7525c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ace3cb54-142b-4eeb-b70a-e6371fa7525c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-93a4f848-0cb0-466e-9fe7-48aabec17b61 {
  display: none;
}
#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 {
  text-align: left;
}



.shg-c#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8cebe9-8216-41c6-9b0e-25e2e5122ba3 img.shogun-image {
  width: 100%;
}



}
#s-4b7849a0-d7b2-48e7-b4df-3f9d2770ed1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b7849a0-d7b2-48e7-b4df-3f9d2770ed1e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dfff7765-0c30-4471-bc88-daaa7a53bc6c {
  text-align: left;
}

#s-dfff7765-0c30-4471-bc88-daaa7a53bc6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dfff7765-0c30-4471-bc88-daaa7a53bc6c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dfff7765-0c30-4471-bc88-daaa7a53bc6c .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-f25535e8-49bf-4bd2-a839-060f14dad784 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f25535e8-49bf-4bd2-a839-060f14dad784:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f25535e8-49bf-4bd2-a839-060f14dad784:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f25535e8-49bf-4bd2-a839-060f14dad784 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f25535e8-49bf-4bd2-a839-060f14dad784.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f25535e8-49bf-4bd2-a839-060f14dad784.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f25535e8-49bf-4bd2-a839-060f14dad784.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9b73a563-af61-440a-bb00-9810c9a335aa {
  display: none;
}
#s-9709191b-8e54-498e-9602-8432d0c2c1b2 {
  text-align: left;
}



.shg-c#s-9709191b-8e54-498e-9602-8432d0c2c1b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9709191b-8e54-498e-9602-8432d0c2c1b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9709191b-8e54-498e-9602-8432d0c2c1b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9709191b-8e54-498e-9602-8432d0c2c1b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9709191b-8e54-498e-9602-8432d0c2c1b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9709191b-8e54-498e-9602-8432d0c2c1b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9709191b-8e54-498e-9602-8432d0c2c1b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9709191b-8e54-498e-9602-8432d0c2c1b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9709191b-8e54-498e-9602-8432d0c2c1b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9709191b-8e54-498e-9602-8432d0c2c1b2 img.shogun-image {
  width: 100%;
}



}
#s-dd6a1261-a51b-4c23-979c-1f2ea44c4f7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dd6a1261-a51b-4c23-979c-1f2ea44c4f7b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-66255edb-912f-421f-9f52-76433040f2fd {
  text-align: left;
}

#s-66255edb-912f-421f-9f52-76433040f2fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-66255edb-912f-421f-9f52-76433040f2fd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-66255edb-912f-421f-9f52-76433040f2fd .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-8dd86365-c87e-4a14-9ee7-32876bc72905 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8dd86365-c87e-4a14-9ee7-32876bc72905:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8dd86365-c87e-4a14-9ee7-32876bc72905:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8dd86365-c87e-4a14-9ee7-32876bc72905 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dd86365-c87e-4a14-9ee7-32876bc72905.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dd86365-c87e-4a14-9ee7-32876bc72905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8dd86365-c87e-4a14-9ee7-32876bc72905.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b11842e1-edf3-488e-bb58-dd39abf1ebf3 {
  display: none;
}
#s-35038ae8-b267-4be7-84ae-ffd191b00e83 {
  text-align: left;
}



.shg-c#s-35038ae8-b267-4be7-84ae-ffd191b00e83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35038ae8-b267-4be7-84ae-ffd191b00e83 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35038ae8-b267-4be7-84ae-ffd191b00e83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35038ae8-b267-4be7-84ae-ffd191b00e83 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35038ae8-b267-4be7-84ae-ffd191b00e83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35038ae8-b267-4be7-84ae-ffd191b00e83 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35038ae8-b267-4be7-84ae-ffd191b00e83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35038ae8-b267-4be7-84ae-ffd191b00e83 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35038ae8-b267-4be7-84ae-ffd191b00e83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35038ae8-b267-4be7-84ae-ffd191b00e83 img.shogun-image {
  width: 100%;
}



}
#s-9ef1be66-7dd4-4a3b-862d-649f2ff45d2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9ef1be66-7dd4-4a3b-862d-649f2ff45d2d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-cf2d504c-4068-42fe-a9e3-1f95c20766e9 {
  text-align: left;
}

#s-cf2d504c-4068-42fe-a9e3-1f95c20766e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cf2d504c-4068-42fe-a9e3-1f95c20766e9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cf2d504c-4068-42fe-a9e3-1f95c20766e9 .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-4c312601-38f5-4fc9-a83f-8d8b9da817be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4c312601-38f5-4fc9-a83f-8d8b9da817be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c312601-38f5-4fc9-a83f-8d8b9da817be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c312601-38f5-4fc9-a83f-8d8b9da817be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c312601-38f5-4fc9-a83f-8d8b9da817be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c312601-38f5-4fc9-a83f-8d8b9da817be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4c312601-38f5-4fc9-a83f-8d8b9da817be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e0dd9fb8-0962-4206-9e42-db351ccc7231 {
  margin-top: 30px;
margin-bottom: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(233, 192, 154, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e0dd9fb8-0962-4206-9e42-db351ccc7231:hover {background-color: rgba(240, 206, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e0dd9fb8-0962-4206-9e42-db351ccc7231:active {background-color: rgba(240, 206, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-e0dd9fb8-0962-4206-9e42-db351ccc7231 {
  margin-top: 60px;
margin-bottom: 80px;
}
}

  #s-e0dd9fb8-0962-4206-9e42-db351ccc7231-root {
    text-align: center;
  }


#s-e0dd9fb8-0962-4206-9e42-db351ccc7231.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e0dd9fb8-0962-4206-9e42-db351ccc7231-root {
    text-align: center;
  }


#s-e0dd9fb8-0962-4206-9e42-db351ccc7231.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0dd9fb8-0962-4206-9e42-db351ccc7231-root {
    text-align: center;
  }


#s-e0dd9fb8-0962-4206-9e42-db351ccc7231.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0dd9fb8-0962-4206-9e42-db351ccc7231-root {
    text-align: center;
  }


#s-e0dd9fb8-0962-4206-9e42-db351ccc7231.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e0dd9fb8-0962-4206-9e42-db351ccc7231-root {
    text-align: center;
  }


#s-e0dd9fb8-0962-4206-9e42-db351ccc7231.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-886947be-27da-4978-a189-00a7b7acc390 {
  min-height: 50px;
}








#s-886947be-27da-4978-a189-00a7b7acc390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-886947be-27da-4978-a189-00a7b7acc390.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2abead04-b900-46f6-bdfe-5173f1fe64eb {
  text-align: left;
}

#s-c555f603-626d-41a1-9e00-55f69b55fed7 {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-c555f603-626d-41a1-9e00-55f69b55fed7 {
  
}
}







#s-c555f603-626d-41a1-9e00-55f69b55fed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c555f603-626d-41a1-9e00-55f69b55fed7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e1bcb8a-2ceb-40b3-8996-3f26cb92cc51 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7e1bcb8a-2ceb-40b3-8996-3f26cb92cc51 {
  
}
}
#s-7e1bcb8a-2ceb-40b3-8996-3f26cb92cc51 .shogun-heading-component h3 {
  color: rgba(120, 100, 116, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-89795a80-bd7b-4322-8c09-5093a6ef9573 {
  margin-left: 450px;
margin-bottom: 20px;
margin-right: 450px;
}
@media (max-width: 767px){#s-89795a80-bd7b-4322-8c09-5093a6ef9573 {
  display: none;
}
#s-89795a80-bd7b-4322-8c09-5093a6ef9573, #wrap-s-89795a80-bd7b-4322-8c09-5093a6ef9573 { display:none !important; }}
#s-89795a80-bd7b-4322-8c09-5093a6ef9573 hr {
  border-top: 2px solid rgba(120, 100, 116, 1);
}

#s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69 {
  margin-top: -20px;
margin-left: 150px;
margin-bottom: -20px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69 {
  display: none;
}
#s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69, #wrap-s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69 {
  display: none;
}
#s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69, #wrap-s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69 {
  display: none;
}
#s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69, #wrap-s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69 { display:none !important; }}
#s-0bee936c-9c5f-42a0-9829-2f8fd1aeda69 hr {
  border-top: 2px solid rgba(120, 100, 116, 1);
}

#s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 {
  max-width: 2120px;
aspect-ratio: 2120/1278;
text-align: center;
}
#s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 {
  display: none;
}
#s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271, #wrap-s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 { display:none !important; }}




  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 img.shogun-image,
  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 {
    width: 100%;
    height: auto;
  }



  img.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image {
    
    
  }


.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 .shogun-image-content {
  
    align-items: center;
  
}

.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shg-align-container {
  text-align: center
}

.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 img.shogun-image,
  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 {
    width: 100%;
    height: auto;
  }



  img.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image {
    
    
  }


.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 .shogun-image-content {
  
    align-items: center;
  
}

.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shg-align-container {
  text-align: center
}

.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image {
  box-sizing: border-box;
}


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



  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 img.shogun-image,
  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 {
    width: 100%;
    height: auto;
  }



  img.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image {
    
    
  }


.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 .shogun-image-content {
  
    align-items: center;
  
}

.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shg-align-container {
  text-align: center
}

.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image {
  box-sizing: border-box;
}


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



  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 img.shogun-image,
  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 {
    width: 100%;
    height: auto;
  }



  img.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image {
    
    
  }


.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 .shogun-image-content {
  
    align-items: center;
  
}

.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shg-align-container {
  text-align: center
}

.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image {
  box-sizing: border-box;
}


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



  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 img.shogun-image,
  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 {
    width: 100%;
    height: auto;
  }



  img.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image {
    
    
  }


.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271 .shogun-image-content {
  
    align-items: center;
  
}

.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shg-align-container {
  text-align: center
}

.s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c388d6d0-2a20-40a5-bd8e-cf0c7d346271.shogun-image {
  box-sizing: border-box;
}


}
#s-5d82488c-6470-4720-8731-81f02046d105 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 690px;
aspect-ratio: 690/1520;
text-align: center;
}
#s-5d82488c-6470-4720-8731-81f02046d105:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-5d82488c-6470-4720-8731-81f02046d105 {
  display: none;
}
#s-5d82488c-6470-4720-8731-81f02046d105, #wrap-s-5d82488c-6470-4720-8731-81f02046d105 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d82488c-6470-4720-8731-81f02046d105 {
  display: none;
}
#s-5d82488c-6470-4720-8731-81f02046d105, #wrap-s-5d82488c-6470-4720-8731-81f02046d105 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d82488c-6470-4720-8731-81f02046d105 {
  display: none;
}
#s-5d82488c-6470-4720-8731-81f02046d105, #wrap-s-5d82488c-6470-4720-8731-81f02046d105 { display:none !important; }}@media (max-width: 767px){#s-5d82488c-6470-4720-8731-81f02046d105 {
  
}
}




  #s-5d82488c-6470-4720-8731-81f02046d105 img.shogun-image,
  #s-5d82488c-6470-4720-8731-81f02046d105 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d82488c-6470-4720-8731-81f02046d105 {
    width: 100%;
    height: auto;
  }



  img.s-5d82488c-6470-4720-8731-81f02046d105.shogun-image {
    
    
  }


.s-5d82488c-6470-4720-8731-81f02046d105 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d82488c-6470-4720-8731-81f02046d105.shg-align-container {
  text-align: center
}

.s-5d82488c-6470-4720-8731-81f02046d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d82488c-6470-4720-8731-81f02046d105.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5d82488c-6470-4720-8731-81f02046d105 img.shogun-image,
  #s-5d82488c-6470-4720-8731-81f02046d105 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d82488c-6470-4720-8731-81f02046d105 {
    width: 100%;
    height: auto;
  }



  img.s-5d82488c-6470-4720-8731-81f02046d105.shogun-image {
    
    
  }


.s-5d82488c-6470-4720-8731-81f02046d105 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d82488c-6470-4720-8731-81f02046d105.shg-align-container {
  text-align: center
}

.s-5d82488c-6470-4720-8731-81f02046d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d82488c-6470-4720-8731-81f02046d105.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d82488c-6470-4720-8731-81f02046d105 img.shogun-image,
  #s-5d82488c-6470-4720-8731-81f02046d105 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d82488c-6470-4720-8731-81f02046d105 {
    width: 100%;
    height: auto;
  }



  img.s-5d82488c-6470-4720-8731-81f02046d105.shogun-image {
    
    
  }


.s-5d82488c-6470-4720-8731-81f02046d105 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d82488c-6470-4720-8731-81f02046d105.shg-align-container {
  text-align: center
}

.s-5d82488c-6470-4720-8731-81f02046d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d82488c-6470-4720-8731-81f02046d105.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d82488c-6470-4720-8731-81f02046d105 img.shogun-image,
  #s-5d82488c-6470-4720-8731-81f02046d105 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d82488c-6470-4720-8731-81f02046d105 {
    width: 100%;
    height: auto;
  }



  img.s-5d82488c-6470-4720-8731-81f02046d105.shogun-image {
    
    
  }


.s-5d82488c-6470-4720-8731-81f02046d105 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d82488c-6470-4720-8731-81f02046d105.shg-align-container {
  text-align: center
}

.s-5d82488c-6470-4720-8731-81f02046d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d82488c-6470-4720-8731-81f02046d105.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d82488c-6470-4720-8731-81f02046d105 img.shogun-image,
  #s-5d82488c-6470-4720-8731-81f02046d105 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d82488c-6470-4720-8731-81f02046d105 {
    width: 100%;
    height: auto;
  }



  img.s-5d82488c-6470-4720-8731-81f02046d105.shogun-image {
    
    
  }


.s-5d82488c-6470-4720-8731-81f02046d105 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d82488c-6470-4720-8731-81f02046d105.shg-align-container {
  text-align: center
}

.s-5d82488c-6470-4720-8731-81f02046d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d82488c-6470-4720-8731-81f02046d105.shogun-image {
  box-sizing: border-box;
}


}
#s-f949bb94-9a55-4fa7-83e7-3fbc84681fbe {
  margin-top: 60px;
}
@media (max-width: 767px){#s-f949bb94-9a55-4fa7-83e7-3fbc84681fbe {
  display: none;
}
#s-f949bb94-9a55-4fa7-83e7-3fbc84681fbe, #wrap-s-f949bb94-9a55-4fa7-83e7-3fbc84681fbe { display:none !important; }}
#s-531f51ee-3400-44fd-ad02-c2dac89710d5 {
  display: none;
}
#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 {
  text-align: left;
}



.shg-c#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10374d3a-ac5a-46aa-88f8-8156cb679e55 img.shogun-image {
  width: 100%;
}



}
#s-c6ccffab-a8a9-40a4-9173-162b549dbb0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c6ccffab-a8a9-40a4-9173-162b549dbb0c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d29b7694-e552-433e-b572-223ccededb2d {
  text-align: left;
}

#s-d29b7694-e552-433e-b572-223ccededb2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d29b7694-e552-433e-b572-223ccededb2d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d29b7694-e552-433e-b572-223ccededb2d .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-dd4fa3cb-2a03-4c4b-b1fc-2eb6451c09c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dd4fa3cb-2a03-4c4b-b1fc-2eb6451c09c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd4fa3cb-2a03-4c4b-b1fc-2eb6451c09c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd4fa3cb-2a03-4c4b-b1fc-2eb6451c09c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd4fa3cb-2a03-4c4b-b1fc-2eb6451c09c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd4fa3cb-2a03-4c4b-b1fc-2eb6451c09c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd4fa3cb-2a03-4c4b-b1fc-2eb6451c09c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3a12e9a6-9e08-4941-9528-d6eb4809972f {
  display: none;
}
#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 {
  text-align: left;
}



.shg-c#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1d808a-41c5-421a-a523-3e433fcf0d19 img.shogun-image {
  width: 100%;
}



}
#s-54d99266-9ce5-4a99-b7c3-f36a81d96373 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-54d99266-9ce5-4a99-b7c3-f36a81d96373 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b4b381f8-4742-45fd-b869-e2cb737c9121 {
  text-align: left;
}

#s-b4b381f8-4742-45fd-b869-e2cb737c9121 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b4b381f8-4742-45fd-b869-e2cb737c9121 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4b381f8-4742-45fd-b869-e2cb737c9121 .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-5b755284-f560-46f3-9067-e5efa874d26d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5b755284-f560-46f3-9067-e5efa874d26d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b755284-f560-46f3-9067-e5efa874d26d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b755284-f560-46f3-9067-e5efa874d26d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b755284-f560-46f3-9067-e5efa874d26d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b755284-f560-46f3-9067-e5efa874d26d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b755284-f560-46f3-9067-e5efa874d26d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-813094ed-8258-4b08-929d-f0b61c3427d4 {
  display: none;
}
#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 {
  text-align: left;
}



.shg-c#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00e3575-312e-4f2c-a7f5-1fe8b5d9c761 img.shogun-image {
  width: 100%;
}



}
#s-6ae4c4a1-96d0-471e-b042-a533ea37bb02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6ae4c4a1-96d0-471e-b042-a533ea37bb02 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-11433a2c-50a0-472a-a9f6-ddaba28e80f5 {
  text-align: left;
}

#s-11433a2c-50a0-472a-a9f6-ddaba28e80f5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-11433a2c-50a0-472a-a9f6-ddaba28e80f5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-11433a2c-50a0-472a-a9f6-ddaba28e80f5 .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-ac1a869c-edd1-4797-8d47-ef66362d7afc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ac1a869c-edd1-4797-8d47-ef66362d7afc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac1a869c-edd1-4797-8d47-ef66362d7afc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ac1a869c-edd1-4797-8d47-ef66362d7afc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac1a869c-edd1-4797-8d47-ef66362d7afc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac1a869c-edd1-4797-8d47-ef66362d7afc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ac1a869c-edd1-4797-8d47-ef66362d7afc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0fc74dac-6105-4780-abe1-1d484ee08962 {
  display: none;
}
#s-9b820274-2a03-43df-a355-bc7dbda1a125 {
  text-align: left;
}



.shg-c#s-9b820274-2a03-43df-a355-bc7dbda1a125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b820274-2a03-43df-a355-bc7dbda1a125 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b820274-2a03-43df-a355-bc7dbda1a125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b820274-2a03-43df-a355-bc7dbda1a125 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b820274-2a03-43df-a355-bc7dbda1a125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b820274-2a03-43df-a355-bc7dbda1a125 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b820274-2a03-43df-a355-bc7dbda1a125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b820274-2a03-43df-a355-bc7dbda1a125 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b820274-2a03-43df-a355-bc7dbda1a125 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b820274-2a03-43df-a355-bc7dbda1a125 img.shogun-image {
  width: 100%;
}



}
#s-c4b15d10-d5e6-4cf7-943f-204db16f331c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c4b15d10-d5e6-4cf7-943f-204db16f331c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9d12134c-4267-4d1b-aa07-f3771a5c4ad1 {
  text-align: left;
}

#s-9d12134c-4267-4d1b-aa07-f3771a5c4ad1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9d12134c-4267-4d1b-aa07-f3771a5c4ad1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9d12134c-4267-4d1b-aa07-f3771a5c4ad1 .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-d46490fd-3d42-460d-987d-b698979847dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d46490fd-3d42-460d-987d-b698979847dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d46490fd-3d42-460d-987d-b698979847dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d46490fd-3d42-460d-987d-b698979847dd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d46490fd-3d42-460d-987d-b698979847dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d46490fd-3d42-460d-987d-b698979847dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d46490fd-3d42-460d-987d-b698979847dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-de829e97-3f61-4e42-b4d0-d095bb6072b0 {
  display: none;
}
#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 {
  text-align: left;
}



.shg-c#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f88fe7fe-b517-49f3-9c5c-d3ace1a05433 img.shogun-image {
  width: 100%;
}



}
#s-e5077bed-b2ed-4d59-a2d3-615c3d9fcd26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e5077bed-b2ed-4d59-a2d3-615c3d9fcd26 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5772e227-2343-46cf-9829-2fdd76dc172e {
  text-align: left;
}

#s-5772e227-2343-46cf-9829-2fdd76dc172e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5772e227-2343-46cf-9829-2fdd76dc172e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5772e227-2343-46cf-9829-2fdd76dc172e .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-de17c9a9-5392-4258-8295-872bb564336e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-de17c9a9-5392-4258-8295-872bb564336e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de17c9a9-5392-4258-8295-872bb564336e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de17c9a9-5392-4258-8295-872bb564336e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de17c9a9-5392-4258-8295-872bb564336e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de17c9a9-5392-4258-8295-872bb564336e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de17c9a9-5392-4258-8295-872bb564336e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-f3fba6f9-8919-49e4-9c46-d53a58cc3bb6 {
  display: none;
}
#s-f3fba6f9-8919-49e4-9c46-d53a58cc3bb6, #wrap-s-f3fba6f9-8919-49e4-9c46-d53a58cc3bb6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3fba6f9-8919-49e4-9c46-d53a58cc3bb6 {
  display: none;
}
#s-f3fba6f9-8919-49e4-9c46-d53a58cc3bb6, #wrap-s-f3fba6f9-8919-49e4-9c46-d53a58cc3bb6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3fba6f9-8919-49e4-9c46-d53a58cc3bb6 {
  display: none;
}
#s-f3fba6f9-8919-49e4-9c46-d53a58cc3bb6, #wrap-s-f3fba6f9-8919-49e4-9c46-d53a58cc3bb6 { display:none !important; }}@media (max-width: 767px){#s-f3fba6f9-8919-49e4-9c46-d53a58cc3bb6 {
  
}
}
#s-3f7cf469-4c77-4105-a69a-4ee646b3a3e0 {
  display: none;
}
#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 {
  text-align: left;
}



.shg-c#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6b1c6a1-5643-43ab-b84c-ffc5e0a7bb26 img.shogun-image {
  width: 100%;
}



}
#s-331b52f8-e18f-4084-806f-41704370d040 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-331b52f8-e18f-4084-806f-41704370d040 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9e8ba16a-9917-4495-836e-dc69999d8910 {
  text-align: left;
}

#s-9e8ba16a-9917-4495-836e-dc69999d8910 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9e8ba16a-9917-4495-836e-dc69999d8910 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9e8ba16a-9917-4495-836e-dc69999d8910 .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-af47581f-7081-4de0-9df4-7fff7dc2fcfe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-af47581f-7081-4de0-9df4-7fff7dc2fcfe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af47581f-7081-4de0-9df4-7fff7dc2fcfe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af47581f-7081-4de0-9df4-7fff7dc2fcfe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af47581f-7081-4de0-9df4-7fff7dc2fcfe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af47581f-7081-4de0-9df4-7fff7dc2fcfe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-af47581f-7081-4de0-9df4-7fff7dc2fcfe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-85981113-d72c-43ed-9ac8-bb8a881234ee {
  display: none;
}
#s-9deecf3f-271e-4484-b4a9-88f817263ea1 {
  text-align: left;
}



.shg-c#s-9deecf3f-271e-4484-b4a9-88f817263ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9deecf3f-271e-4484-b4a9-88f817263ea1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9deecf3f-271e-4484-b4a9-88f817263ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9deecf3f-271e-4484-b4a9-88f817263ea1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9deecf3f-271e-4484-b4a9-88f817263ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9deecf3f-271e-4484-b4a9-88f817263ea1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9deecf3f-271e-4484-b4a9-88f817263ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9deecf3f-271e-4484-b4a9-88f817263ea1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9deecf3f-271e-4484-b4a9-88f817263ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9deecf3f-271e-4484-b4a9-88f817263ea1 img.shogun-image {
  width: 100%;
}



}
#s-938fdb43-765f-4308-a4e9-1a69504f1a73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-938fdb43-765f-4308-a4e9-1a69504f1a73 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-42e50f5e-5257-45ab-b32a-39c0d0be29d6 {
  text-align: left;
}

#s-42e50f5e-5257-45ab-b32a-39c0d0be29d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-42e50f5e-5257-45ab-b32a-39c0d0be29d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-42e50f5e-5257-45ab-b32a-39c0d0be29d6 .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-4878286b-5900-4e43-9d6b-e41ed42c5262 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4878286b-5900-4e43-9d6b-e41ed42c5262:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4878286b-5900-4e43-9d6b-e41ed42c5262:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4878286b-5900-4e43-9d6b-e41ed42c5262 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4878286b-5900-4e43-9d6b-e41ed42c5262.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4878286b-5900-4e43-9d6b-e41ed42c5262.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4878286b-5900-4e43-9d6b-e41ed42c5262.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-93cc3871-8ba6-43f9-843b-5f90a35cb8c1 {
  display: none;
}
#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 {
  text-align: left;
}



.shg-c#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fed78c4e-6f44-4815-bc5e-c4698a1eeaa1 img.shogun-image {
  width: 100%;
}



}
#s-17f00907-1577-41a9-8091-1882b048d3ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17f00907-1577-41a9-8091-1882b048d3ef .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8400b9e5-77c7-4cf2-b3ff-df7b1c729830 {
  text-align: left;
}

#s-8400b9e5-77c7-4cf2-b3ff-df7b1c729830 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8400b9e5-77c7-4cf2-b3ff-df7b1c729830 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8400b9e5-77c7-4cf2-b3ff-df7b1c729830 .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-545f7f8a-c5de-45a5-95cc-677778f65733 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-545f7f8a-c5de-45a5-95cc-677778f65733:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-545f7f8a-c5de-45a5-95cc-677778f65733:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-545f7f8a-c5de-45a5-95cc-677778f65733 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-545f7f8a-c5de-45a5-95cc-677778f65733.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-545f7f8a-c5de-45a5-95cc-677778f65733.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-545f7f8a-c5de-45a5-95cc-677778f65733.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f29ff285-41b7-406d-9bee-5b6525cbc8b1 {
  display: none;
}
#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e {
  text-align: left;
}



.shg-c#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd7456c5-df87-4d0b-97ba-a154968dbc4e img.shogun-image {
  width: 100%;
}



}
#s-3433384f-3107-4f44-9130-5765112ba32e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3433384f-3107-4f44-9130-5765112ba32e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-391d04fb-9dcb-4127-baef-eb9fbc2a0ce4 {
  text-align: left;
}

#s-391d04fb-9dcb-4127-baef-eb9fbc2a0ce4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-391d04fb-9dcb-4127-baef-eb9fbc2a0ce4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-391d04fb-9dcb-4127-baef-eb9fbc2a0ce4 .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-e68c3780-2421-41e6-a777-c64be95cb04c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e68c3780-2421-41e6-a777-c64be95cb04c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e68c3780-2421-41e6-a777-c64be95cb04c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e68c3780-2421-41e6-a777-c64be95cb04c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e68c3780-2421-41e6-a777-c64be95cb04c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e68c3780-2421-41e6-a777-c64be95cb04c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e68c3780-2421-41e6-a777-c64be95cb04c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3631be96-3c06-4a5b-9a60-580788c376d1 {
  display: none;
}
#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 {
  text-align: left;
}



.shg-c#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7177b5fe-3677-44b2-8d4a-5a8910728c92 img.shogun-image {
  width: 100%;
}



}
#s-cde6a066-8f77-4fc8-83e1-bd0c935b8006 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cde6a066-8f77-4fc8-83e1-bd0c935b8006 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2176dc9e-96dd-4019-be41-017e7cb8512e {
  text-align: left;
}

#s-2176dc9e-96dd-4019-be41-017e7cb8512e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2176dc9e-96dd-4019-be41-017e7cb8512e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2176dc9e-96dd-4019-be41-017e7cb8512e .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-f4f0fed3-fb4c-4b3b-812a-162b1d32595f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f4f0fed3-fb4c-4b3b-812a-162b1d32595f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4f0fed3-fb4c-4b3b-812a-162b1d32595f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4f0fed3-fb4c-4b3b-812a-162b1d32595f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4f0fed3-fb4c-4b3b-812a-162b1d32595f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4f0fed3-fb4c-4b3b-812a-162b1d32595f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f4f0fed3-fb4c-4b3b-812a-162b1d32595f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7581746e-109d-41c9-8e0f-b2d5f40441fb {
  margin-top: 30px;
margin-bottom: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(164, 163, 197, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7581746e-109d-41c9-8e0f-b2d5f40441fb:hover {background-color: rgba(187, 185, 219, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7581746e-109d-41c9-8e0f-b2d5f40441fb:active {background-color: rgba(187, 185, 219, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-7581746e-109d-41c9-8e0f-b2d5f40441fb {
  margin-top: 60px;
margin-bottom: 80px;
}
}

  #s-7581746e-109d-41c9-8e0f-b2d5f40441fb-root {
    text-align: center;
  }


#s-7581746e-109d-41c9-8e0f-b2d5f40441fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7581746e-109d-41c9-8e0f-b2d5f40441fb-root {
    text-align: center;
  }


#s-7581746e-109d-41c9-8e0f-b2d5f40441fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7581746e-109d-41c9-8e0f-b2d5f40441fb-root {
    text-align: center;
  }


#s-7581746e-109d-41c9-8e0f-b2d5f40441fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7581746e-109d-41c9-8e0f-b2d5f40441fb-root {
    text-align: center;
  }


#s-7581746e-109d-41c9-8e0f-b2d5f40441fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7581746e-109d-41c9-8e0f-b2d5f40441fb-root {
    text-align: center;
  }


#s-7581746e-109d-41c9-8e0f-b2d5f40441fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a9fd76f8-fe03-4b0c-94ba-9f3c8cc008ea {
  min-height: 50px;
}








#s-a9fd76f8-fe03-4b0c-94ba-9f3c8cc008ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9fd76f8-fe03-4b0c-94ba-9f3c8cc008ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8108785-c89c-4db8-bde8-fbb9c0bf7f9b {
  text-align: left;
}

#s-4d2f7fd8-c76e-40e0-9e13-7e17951a576e {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-4d2f7fd8-c76e-40e0-9e13-7e17951a576e {
  
}
}







#s-4d2f7fd8-c76e-40e0-9e13-7e17951a576e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d2f7fd8-c76e-40e0-9e13-7e17951a576e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8565021f-5f4c-4cdb-af71-963dd54e6304 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8565021f-5f4c-4cdb-af71-963dd54e6304 {
  
}
}
#s-8565021f-5f4c-4cdb-af71-963dd54e6304 .shogun-heading-component h3 {
  color: rgba(164, 112, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-18d546aa-07ee-4073-a8be-ca6ebf1a1b7e {
  margin-left: 450px;
margin-bottom: 0px;
margin-right: 450px;
}
@media (max-width: 767px){#s-18d546aa-07ee-4073-a8be-ca6ebf1a1b7e {
  display: none;
}
#s-18d546aa-07ee-4073-a8be-ca6ebf1a1b7e, #wrap-s-18d546aa-07ee-4073-a8be-ca6ebf1a1b7e { display:none !important; }}
#s-18d546aa-07ee-4073-a8be-ca6ebf1a1b7e hr {
  border-top: 2px solid rgba(164, 112, 95, 1);
}

#s-8eaf394c-8acb-400e-bac5-53689dbb6b78 {
  margin-top: -20px;
margin-left: 150px;
margin-bottom: -20px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-8eaf394c-8acb-400e-bac5-53689dbb6b78 {
  display: none;
}
#s-8eaf394c-8acb-400e-bac5-53689dbb6b78, #wrap-s-8eaf394c-8acb-400e-bac5-53689dbb6b78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8eaf394c-8acb-400e-bac5-53689dbb6b78 {
  display: none;
}
#s-8eaf394c-8acb-400e-bac5-53689dbb6b78, #wrap-s-8eaf394c-8acb-400e-bac5-53689dbb6b78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8eaf394c-8acb-400e-bac5-53689dbb6b78 {
  display: none;
}
#s-8eaf394c-8acb-400e-bac5-53689dbb6b78, #wrap-s-8eaf394c-8acb-400e-bac5-53689dbb6b78 { display:none !important; }}
#s-8eaf394c-8acb-400e-bac5-53689dbb6b78 hr {
  border-top: 2px solid rgba(190, 136, 105, 1);
}

#s-697e92c0-06eb-453e-8a1e-43ee79b07dba {
  min-height: 50px;
}








#s-697e92c0-06eb-453e-8a1e-43ee79b07dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-697e92c0-06eb-453e-8a1e-43ee79b07dba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-814bf00b-00aa-4b55-a224-0316f9b1e041 {
  max-width: 2120px;
aspect-ratio: 2120/408;
text-align: center;
}
#s-814bf00b-00aa-4b55-a224-0316f9b1e041:hover {opacity: 0.8 !important;}




  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 img.shogun-image,
  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 {
    width: 100%;
    height: auto;
  }



  img.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image {
    
    
  }


.s-814bf00b-00aa-4b55-a224-0316f9b1e041 .shogun-image-content {
  
    align-items: center;
  
}

.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shg-align-container {
  text-align: center
}

.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 img.shogun-image,
  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 {
    width: 100%;
    height: auto;
  }



  img.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image {
    
    
  }


.s-814bf00b-00aa-4b55-a224-0316f9b1e041 .shogun-image-content {
  
    align-items: center;
  
}

.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shg-align-container {
  text-align: center
}

.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image {
  box-sizing: border-box;
}


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



  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 img.shogun-image,
  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 {
    width: 100%;
    height: auto;
  }



  img.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image {
    
    
  }


.s-814bf00b-00aa-4b55-a224-0316f9b1e041 .shogun-image-content {
  
    align-items: center;
  
}

.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shg-align-container {
  text-align: center
}

.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image {
  box-sizing: border-box;
}


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



  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 img.shogun-image,
  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 {
    width: 100%;
    height: auto;
  }



  img.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image {
    
    
  }


.s-814bf00b-00aa-4b55-a224-0316f9b1e041 .shogun-image-content {
  
    align-items: center;
  
}

.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shg-align-container {
  text-align: center
}

.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image {
  box-sizing: border-box;
}


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



  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 img.shogun-image,
  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-814bf00b-00aa-4b55-a224-0316f9b1e041 {
    width: 100%;
    height: auto;
  }



  img.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image {
    
    
  }


.s-814bf00b-00aa-4b55-a224-0316f9b1e041 .shogun-image-content {
  
    align-items: center;
  
}

.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shg-align-container {
  text-align: center
}

.s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814bf00b-00aa-4b55-a224-0316f9b1e041.shogun-image {
  box-sizing: border-box;
}


}
#s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 2118px;
aspect-ratio: 2118/656;
text-align: center;
}
#s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 {
  
}
}@media (max-width: 767px){#s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 {
  display: none;
}
#s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1, #wrap-s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 { display:none !important; }}




  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 img.shogun-image,
  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 {
    width: 100%;
    height: auto;
  }



  img.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image {
    
    
  }


.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shg-align-container {
  text-align: center
}

.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 img.shogun-image,
  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 {
    width: 100%;
    height: auto;
  }



  img.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image {
    
    
  }


.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shg-align-container {
  text-align: center
}

.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image {
  box-sizing: border-box;
}


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



  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 img.shogun-image,
  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 {
    width: 100%;
    height: auto;
  }



  img.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image {
    
    
  }


.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shg-align-container {
  text-align: center
}

.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image {
  box-sizing: border-box;
}


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



  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 img.shogun-image,
  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 {
    width: 100%;
    height: auto;
  }



  img.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image {
    
    
  }


.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shg-align-container {
  text-align: center
}

.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image {
  box-sizing: border-box;
}


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



  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 img.shogun-image,
  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 {
    width: 100%;
    height: auto;
  }



  img.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image {
    
    
  }


.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shg-align-container {
  text-align: center
}

.s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dec0ffb5-16a7-403f-b3a3-6945564b0dd1.shogun-image {
  box-sizing: border-box;
}


}
#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 690px;
aspect-ratio: 690/350;
text-align: center;
}
#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 {
  display: none;
}
#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719, #wrap-s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 {
  display: none;
}
#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719, #wrap-s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 {
  display: none;
}
#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719, #wrap-s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 { display:none !important; }}@media (max-width: 767px){#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 {
  
}
}




  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 img.shogun-image,
  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 {
    width: 100%;
    height: auto;
  }



  img.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image {
    
    
  }


.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 .shogun-image-content {
  
    align-items: center;
  
}

.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shg-align-container {
  text-align: center
}

.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 img.shogun-image,
  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 {
    width: 100%;
    height: auto;
  }



  img.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image {
    
    
  }


.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 .shogun-image-content {
  
    align-items: center;
  
}

.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shg-align-container {
  text-align: center
}

.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image {
  box-sizing: border-box;
}


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



  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 img.shogun-image,
  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 {
    width: 100%;
    height: auto;
  }



  img.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image {
    
    
  }


.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 .shogun-image-content {
  
    align-items: center;
  
}

.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shg-align-container {
  text-align: center
}

.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image {
  box-sizing: border-box;
}


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



  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 img.shogun-image,
  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 {
    width: 100%;
    height: auto;
  }



  img.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image {
    
    
  }


.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 .shogun-image-content {
  
    align-items: center;
  
}

.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shg-align-container {
  text-align: center
}

.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image {
  box-sizing: border-box;
}


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



  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 img.shogun-image,
  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 {
    width: 100%;
    height: auto;
  }



  img.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image {
    
    
  }


.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719 .shogun-image-content {
  
    align-items: center;
  
}

.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shg-align-container {
  text-align: center
}

.s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6a3edc-7a52-4ef5-84b5-96259d4bc719.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-f80131ca-d1b4-4480-837d-21395606c322 {
  display: none;
}
#s-f80131ca-d1b4-4480-837d-21395606c322, #wrap-s-f80131ca-d1b4-4480-837d-21395606c322 { display:none !important; }}
#s-3ccc9f2e-4170-4530-b279-1b1870a33109 {
  display: none;
}
#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 {
  text-align: left;
}



.shg-c#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc78b65f-5f3a-4d21-b70a-5af61a5d6ee0 img.shogun-image {
  width: 100%;
}



}
#s-b7ffdff0-447b-477e-968b-9ae6d3f3008c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7ffdff0-447b-477e-968b-9ae6d3f3008c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2b8a8adf-e362-4d57-bbbd-045d8f26b96c {
  text-align: left;
}

#s-2b8a8adf-e362-4d57-bbbd-045d8f26b96c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2b8a8adf-e362-4d57-bbbd-045d8f26b96c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2b8a8adf-e362-4d57-bbbd-045d8f26b96c .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-28d77f58-78cb-41a8-8859-4e8263e4d89b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-28d77f58-78cb-41a8-8859-4e8263e4d89b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28d77f58-78cb-41a8-8859-4e8263e4d89b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28d77f58-78cb-41a8-8859-4e8263e4d89b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28d77f58-78cb-41a8-8859-4e8263e4d89b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28d77f58-78cb-41a8-8859-4e8263e4d89b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-28d77f58-78cb-41a8-8859-4e8263e4d89b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f64ef0a5-712d-40fe-ba7c-e1293199404b {
  display: none;
}
#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 {
  text-align: left;
}



.shg-c#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4931940-2f5d-4119-bb33-77c5966bb6c1 img.shogun-image {
  width: 100%;
}



}
#s-e17b0f50-880c-4e40-b32f-57c51f9f3423 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e17b0f50-880c-4e40-b32f-57c51f9f3423 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ffefde20-260d-4dbb-9af3-4929d6c86fce {
  text-align: left;
}

#s-ffefde20-260d-4dbb-9af3-4929d6c86fce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ffefde20-260d-4dbb-9af3-4929d6c86fce .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ffefde20-260d-4dbb-9af3-4929d6c86fce .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-c445d02b-27eb-47e2-8d39-90af94caa93b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c445d02b-27eb-47e2-8d39-90af94caa93b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c445d02b-27eb-47e2-8d39-90af94caa93b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c445d02b-27eb-47e2-8d39-90af94caa93b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c445d02b-27eb-47e2-8d39-90af94caa93b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c445d02b-27eb-47e2-8d39-90af94caa93b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c445d02b-27eb-47e2-8d39-90af94caa93b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8df4c889-c845-4de2-a8ec-84f6bd911636 {
  display: none;
}
#s-7899cc82-f60b-4782-9230-bf2e25c220b6 {
  text-align: left;
}



.shg-c#s-7899cc82-f60b-4782-9230-bf2e25c220b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899cc82-f60b-4782-9230-bf2e25c220b6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7899cc82-f60b-4782-9230-bf2e25c220b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899cc82-f60b-4782-9230-bf2e25c220b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7899cc82-f60b-4782-9230-bf2e25c220b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899cc82-f60b-4782-9230-bf2e25c220b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7899cc82-f60b-4782-9230-bf2e25c220b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899cc82-f60b-4782-9230-bf2e25c220b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7899cc82-f60b-4782-9230-bf2e25c220b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7899cc82-f60b-4782-9230-bf2e25c220b6 img.shogun-image {
  width: 100%;
}



}
#s-fc09ae4b-1dd2-436d-b8a4-bcbf35d01884 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc09ae4b-1dd2-436d-b8a4-bcbf35d01884 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8200eeb9-29fc-4fed-a18d-bb70d4a2489d {
  text-align: left;
}

#s-8200eeb9-29fc-4fed-a18d-bb70d4a2489d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8200eeb9-29fc-4fed-a18d-bb70d4a2489d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8200eeb9-29fc-4fed-a18d-bb70d4a2489d .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-93a3c276-292d-47c9-92eb-273609f16924 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-93a3c276-292d-47c9-92eb-273609f16924:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93a3c276-292d-47c9-92eb-273609f16924:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-93a3c276-292d-47c9-92eb-273609f16924 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93a3c276-292d-47c9-92eb-273609f16924.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93a3c276-292d-47c9-92eb-273609f16924.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-93a3c276-292d-47c9-92eb-273609f16924.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0d96dd12-34cb-4052-abe0-ce57cd06d395 {
  display: none;
}
#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 {
  text-align: left;
}



.shg-c#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7786f29-65a2-4b7f-b25c-982815fed6e0 img.shogun-image {
  width: 100%;
}



}
#s-ecb6bf0b-ba43-4b04-922b-904566113ddd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ecb6bf0b-ba43-4b04-922b-904566113ddd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-4c475840-1c3a-497d-a13e-6debebb440f8 {
  text-align: left;
}

#s-4c475840-1c3a-497d-a13e-6debebb440f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c475840-1c3a-497d-a13e-6debebb440f8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c475840-1c3a-497d-a13e-6debebb440f8 .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-7b7f7dbb-8d00-44e3-b7e0-5877c775fb20 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7b7f7dbb-8d00-44e3-b7e0-5877c775fb20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b7f7dbb-8d00-44e3-b7e0-5877c775fb20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b7f7dbb-8d00-44e3-b7e0-5877c775fb20 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b7f7dbb-8d00-44e3-b7e0-5877c775fb20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b7f7dbb-8d00-44e3-b7e0-5877c775fb20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b7f7dbb-8d00-44e3-b7e0-5877c775fb20.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-c98d210b-bb07-4268-a99e-e3ee8257b6a1 {
  display: none;
}
#s-c98d210b-bb07-4268-a99e-e3ee8257b6a1, #wrap-s-c98d210b-bb07-4268-a99e-e3ee8257b6a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c98d210b-bb07-4268-a99e-e3ee8257b6a1 {
  display: none;
}
#s-c98d210b-bb07-4268-a99e-e3ee8257b6a1, #wrap-s-c98d210b-bb07-4268-a99e-e3ee8257b6a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c98d210b-bb07-4268-a99e-e3ee8257b6a1 {
  display: none;
}
#s-c98d210b-bb07-4268-a99e-e3ee8257b6a1, #wrap-s-c98d210b-bb07-4268-a99e-e3ee8257b6a1 { display:none !important; }}@media (max-width: 767px){#s-c98d210b-bb07-4268-a99e-e3ee8257b6a1 {
  
}
}
#s-486154d4-dbf7-461a-a9ea-46683677a78d {
  display: none;
}
#s-21fccfca-d8b0-4bdc-b220-f6afb480581a {
  text-align: left;
}



.shg-c#s-21fccfca-d8b0-4bdc-b220-f6afb480581a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21fccfca-d8b0-4bdc-b220-f6afb480581a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21fccfca-d8b0-4bdc-b220-f6afb480581a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21fccfca-d8b0-4bdc-b220-f6afb480581a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21fccfca-d8b0-4bdc-b220-f6afb480581a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21fccfca-d8b0-4bdc-b220-f6afb480581a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21fccfca-d8b0-4bdc-b220-f6afb480581a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21fccfca-d8b0-4bdc-b220-f6afb480581a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21fccfca-d8b0-4bdc-b220-f6afb480581a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21fccfca-d8b0-4bdc-b220-f6afb480581a img.shogun-image {
  width: 100%;
}



}
#s-fb414998-3261-410e-a878-e2450dd4e533 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb414998-3261-410e-a878-e2450dd4e533 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a5b50eb1-cb8e-4850-80da-c7d8ea9df1f9 {
  text-align: left;
}

#s-a5b50eb1-cb8e-4850-80da-c7d8ea9df1f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a5b50eb1-cb8e-4850-80da-c7d8ea9df1f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a5b50eb1-cb8e-4850-80da-c7d8ea9df1f9 .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-be933bb6-6de3-490f-beae-5af338599885 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-be933bb6-6de3-490f-beae-5af338599885:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-be933bb6-6de3-490f-beae-5af338599885:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-be933bb6-6de3-490f-beae-5af338599885 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be933bb6-6de3-490f-beae-5af338599885.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be933bb6-6de3-490f-beae-5af338599885.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-be933bb6-6de3-490f-beae-5af338599885.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f60819ac-0dc5-4206-a0d9-5fbbf71afb01 {
  display: none;
}
#s-77efd44f-14fa-48f7-a8f3-e90155961e72 {
  text-align: left;
}



.shg-c#s-77efd44f-14fa-48f7-a8f3-e90155961e72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77efd44f-14fa-48f7-a8f3-e90155961e72 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-77efd44f-14fa-48f7-a8f3-e90155961e72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77efd44f-14fa-48f7-a8f3-e90155961e72 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77efd44f-14fa-48f7-a8f3-e90155961e72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77efd44f-14fa-48f7-a8f3-e90155961e72 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77efd44f-14fa-48f7-a8f3-e90155961e72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77efd44f-14fa-48f7-a8f3-e90155961e72 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77efd44f-14fa-48f7-a8f3-e90155961e72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77efd44f-14fa-48f7-a8f3-e90155961e72 img.shogun-image {
  width: 100%;
}



}
#s-81e9860d-4638-4ae5-9b67-0279e991e52e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-81e9860d-4638-4ae5-9b67-0279e991e52e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3728c40b-c169-4d51-a540-2a26294f1796 {
  text-align: left;
}

#s-3728c40b-c169-4d51-a540-2a26294f1796 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3728c40b-c169-4d51-a540-2a26294f1796 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3728c40b-c169-4d51-a540-2a26294f1796 .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-cdfefdf1-7735-4282-b790-f3f84d78eeaa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cdfefdf1-7735-4282-b790-f3f84d78eeaa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cdfefdf1-7735-4282-b790-f3f84d78eeaa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cdfefdf1-7735-4282-b790-f3f84d78eeaa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cdfefdf1-7735-4282-b790-f3f84d78eeaa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cdfefdf1-7735-4282-b790-f3f84d78eeaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cdfefdf1-7735-4282-b790-f3f84d78eeaa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c881d38b-ce01-4251-b192-ab21574f461f {
  display: none;
}
#s-36571cc0-9c77-438f-91b9-13ae928c5d5f {
  text-align: left;
}



.shg-c#s-36571cc0-9c77-438f-91b9-13ae928c5d5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36571cc0-9c77-438f-91b9-13ae928c5d5f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-36571cc0-9c77-438f-91b9-13ae928c5d5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36571cc0-9c77-438f-91b9-13ae928c5d5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36571cc0-9c77-438f-91b9-13ae928c5d5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36571cc0-9c77-438f-91b9-13ae928c5d5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36571cc0-9c77-438f-91b9-13ae928c5d5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36571cc0-9c77-438f-91b9-13ae928c5d5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36571cc0-9c77-438f-91b9-13ae928c5d5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36571cc0-9c77-438f-91b9-13ae928c5d5f img.shogun-image {
  width: 100%;
}



}
#s-0783e5cc-d044-4af8-bab5-ce91e04fd1fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0783e5cc-d044-4af8-bab5-ce91e04fd1fa .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4a0c2a5e-661f-40bd-b0db-b9d870892c89 {
  text-align: left;
}

#s-4a0c2a5e-661f-40bd-b0db-b9d870892c89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4a0c2a5e-661f-40bd-b0db-b9d870892c89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4a0c2a5e-661f-40bd-b0db-b9d870892c89 .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-e2a18467-528f-4b5c-bc24-a53c0c22c981 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e2a18467-528f-4b5c-bc24-a53c0c22c981:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e2a18467-528f-4b5c-bc24-a53c0c22c981:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e2a18467-528f-4b5c-bc24-a53c0c22c981 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2a18467-528f-4b5c-bc24-a53c0c22c981.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2a18467-528f-4b5c-bc24-a53c0c22c981.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e2a18467-528f-4b5c-bc24-a53c0c22c981.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e9bc7c22-2c53-424d-80aa-98b069bb198f {
  display: none;
}
#s-7efad27d-cd6f-4ff1-a056-882a149c63be {
  text-align: left;
}



.shg-c#s-7efad27d-cd6f-4ff1-a056-882a149c63be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7efad27d-cd6f-4ff1-a056-882a149c63be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7efad27d-cd6f-4ff1-a056-882a149c63be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7efad27d-cd6f-4ff1-a056-882a149c63be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7efad27d-cd6f-4ff1-a056-882a149c63be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7efad27d-cd6f-4ff1-a056-882a149c63be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7efad27d-cd6f-4ff1-a056-882a149c63be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7efad27d-cd6f-4ff1-a056-882a149c63be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7efad27d-cd6f-4ff1-a056-882a149c63be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7efad27d-cd6f-4ff1-a056-882a149c63be img.shogun-image {
  width: 100%;
}



}
#s-bb22e4d2-5c1c-4ec8-aecd-1ecf59420ff7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb22e4d2-5c1c-4ec8-aecd-1ecf59420ff7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-56d16120-e8ad-4122-bd6f-0eac96f7c035 {
  text-align: left;
}

#s-56d16120-e8ad-4122-bd6f-0eac96f7c035 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56d16120-e8ad-4122-bd6f-0eac96f7c035 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-56d16120-e8ad-4122-bd6f-0eac96f7c035 .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-155e8d7b-0186-4e6c-b4d2-baa43dd61087 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-155e8d7b-0186-4e6c-b4d2-baa43dd61087:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-155e8d7b-0186-4e6c-b4d2-baa43dd61087:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-155e8d7b-0186-4e6c-b4d2-baa43dd61087 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-155e8d7b-0186-4e6c-b4d2-baa43dd61087.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-155e8d7b-0186-4e6c-b4d2-baa43dd61087.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-155e8d7b-0186-4e6c-b4d2-baa43dd61087.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-db8afc73-cae1-44e6-8681-3ff11383f1e7 {
  margin-top: 30px;
margin-bottom: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(234, 190, 176, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-db8afc73-cae1-44e6-8681-3ff11383f1e7:hover {background-color: rgba(243, 214, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db8afc73-cae1-44e6-8681-3ff11383f1e7:active {background-color: rgba(243, 214, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-db8afc73-cae1-44e6-8681-3ff11383f1e7 {
  margin-top: 60px;
margin-bottom: 80px;
}
}

  #s-db8afc73-cae1-44e6-8681-3ff11383f1e7-root {
    text-align: center;
  }


#s-db8afc73-cae1-44e6-8681-3ff11383f1e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-db8afc73-cae1-44e6-8681-3ff11383f1e7-root {
    text-align: center;
  }


#s-db8afc73-cae1-44e6-8681-3ff11383f1e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db8afc73-cae1-44e6-8681-3ff11383f1e7-root {
    text-align: center;
  }


#s-db8afc73-cae1-44e6-8681-3ff11383f1e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db8afc73-cae1-44e6-8681-3ff11383f1e7-root {
    text-align: center;
  }


#s-db8afc73-cae1-44e6-8681-3ff11383f1e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-db8afc73-cae1-44e6-8681-3ff11383f1e7-root {
    text-align: center;
  }


#s-db8afc73-cae1-44e6-8681-3ff11383f1e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2c821512-8fd2-4970-8812-1a754a35d37f {
  min-height: 50px;
}








#s-2c821512-8fd2-4970-8812-1a754a35d37f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c821512-8fd2-4970-8812-1a754a35d37f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 {
  max-width: 2121px;
aspect-ratio: 2121/408;
text-align: center;
}
#s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207:hover {opacity: 0.8 !important;}




  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 img.shogun-image,
  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 {
    width: 100%;
    height: auto;
  }



  img.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image {
    
    
  }


.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 .shogun-image-content {
  
    align-items: center;
  
}

.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shg-align-container {
  text-align: center
}

.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 img.shogun-image,
  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 {
    width: 100%;
    height: auto;
  }



  img.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image {
    
    
  }


.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 .shogun-image-content {
  
    align-items: center;
  
}

.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shg-align-container {
  text-align: center
}

.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image {
  box-sizing: border-box;
}


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



  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 img.shogun-image,
  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 {
    width: 100%;
    height: auto;
  }



  img.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image {
    
    
  }


.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 .shogun-image-content {
  
    align-items: center;
  
}

.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shg-align-container {
  text-align: center
}

.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image {
  box-sizing: border-box;
}


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



  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 img.shogun-image,
  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 {
    width: 100%;
    height: auto;
  }



  img.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image {
    
    
  }


.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 .shogun-image-content {
  
    align-items: center;
  
}

.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shg-align-container {
  text-align: center
}

.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image {
  box-sizing: border-box;
}


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



  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 img.shogun-image,
  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 {
    width: 100%;
    height: auto;
  }



  img.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image {
    
    
  }


.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207 .shogun-image-content {
  
    align-items: center;
  
}

.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shg-align-container {
  text-align: center
}

.s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1177fbc9-dd0f-4039-b1e4-90e8e5ffd207.shogun-image {
  box-sizing: border-box;
}


}
#s-97f4a05b-9c6b-4776-83ae-9e3733551416 {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 2118px;
aspect-ratio: 2118/656;
text-align: center;
}
#s-97f4a05b-9c6b-4776-83ae-9e3733551416:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-97f4a05b-9c6b-4776-83ae-9e3733551416 {
  display: none;
}
#s-97f4a05b-9c6b-4776-83ae-9e3733551416, #wrap-s-97f4a05b-9c6b-4776-83ae-9e3733551416 { display:none !important; }}




  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 img.shogun-image,
  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 {
    width: 100%;
    height: auto;
  }



  img.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image {
    
    
  }


.s-97f4a05b-9c6b-4776-83ae-9e3733551416 .shogun-image-content {
  
    align-items: center;
  
}

.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shg-align-container {
  text-align: center
}

.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 img.shogun-image,
  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 {
    width: 100%;
    height: auto;
  }



  img.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image {
    
    
  }


.s-97f4a05b-9c6b-4776-83ae-9e3733551416 .shogun-image-content {
  
    align-items: center;
  
}

.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shg-align-container {
  text-align: center
}

.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image {
  box-sizing: border-box;
}


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



  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 img.shogun-image,
  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 {
    width: 100%;
    height: auto;
  }



  img.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image {
    
    
  }


.s-97f4a05b-9c6b-4776-83ae-9e3733551416 .shogun-image-content {
  
    align-items: center;
  
}

.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shg-align-container {
  text-align: center
}

.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image {
  box-sizing: border-box;
}


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



  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 img.shogun-image,
  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 {
    width: 100%;
    height: auto;
  }



  img.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image {
    
    
  }


.s-97f4a05b-9c6b-4776-83ae-9e3733551416 .shogun-image-content {
  
    align-items: center;
  
}

.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shg-align-container {
  text-align: center
}

.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image {
  box-sizing: border-box;
}


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



  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 img.shogun-image,
  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97f4a05b-9c6b-4776-83ae-9e3733551416 {
    width: 100%;
    height: auto;
  }



  img.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image {
    
    
  }


.s-97f4a05b-9c6b-4776-83ae-9e3733551416 .shogun-image-content {
  
    align-items: center;
  
}

.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shg-align-container {
  text-align: center
}

.s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f4a05b-9c6b-4776-83ae-9e3733551416.shogun-image {
  box-sizing: border-box;
}


}
#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 690px;
aspect-ratio: 690/364;
text-align: center;
}
#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 {
  display: none;
}
#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1, #wrap-s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 {
  display: none;
}
#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1, #wrap-s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 {
  display: none;
}
#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1, #wrap-s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 { display:none !important; }}@media (max-width: 767px){#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 {
  
}
}




  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 img.shogun-image,
  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 {
    width: 100%;
    height: auto;
  }



  img.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image {
    
    
  }


.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shg-align-container {
  text-align: center
}

.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 img.shogun-image,
  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 {
    width: 100%;
    height: auto;
  }



  img.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image {
    
    
  }


.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shg-align-container {
  text-align: center
}

.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image {
  box-sizing: border-box;
}


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



  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 img.shogun-image,
  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 {
    width: 100%;
    height: auto;
  }



  img.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image {
    
    
  }


.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shg-align-container {
  text-align: center
}

.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image {
  box-sizing: border-box;
}


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



  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 img.shogun-image,
  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 {
    width: 100%;
    height: auto;
  }



  img.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image {
    
    
  }


.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shg-align-container {
  text-align: center
}

.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image {
  box-sizing: border-box;
}


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



  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 img.shogun-image,
  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 {
    width: 100%;
    height: auto;
  }



  img.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image {
    
    
  }


.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shg-align-container {
  text-align: center
}

.s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5232d23b-e00d-46fa-8e66-28212dfdc2d1.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-ec1ccafd-03f7-45eb-90c3-806a0bf8a932 {
  display: none;
}
#s-ec1ccafd-03f7-45eb-90c3-806a0bf8a932, #wrap-s-ec1ccafd-03f7-45eb-90c3-806a0bf8a932 { display:none !important; }}
#s-9bcad7be-d349-4bdd-b682-34b3c9217dfd {
  display: none;
}
#s-56e80482-8b38-4d6d-ad69-b108197e3a27 {
  text-align: left;
}



.shg-c#s-56e80482-8b38-4d6d-ad69-b108197e3a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56e80482-8b38-4d6d-ad69-b108197e3a27 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-56e80482-8b38-4d6d-ad69-b108197e3a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56e80482-8b38-4d6d-ad69-b108197e3a27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56e80482-8b38-4d6d-ad69-b108197e3a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56e80482-8b38-4d6d-ad69-b108197e3a27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56e80482-8b38-4d6d-ad69-b108197e3a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56e80482-8b38-4d6d-ad69-b108197e3a27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56e80482-8b38-4d6d-ad69-b108197e3a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56e80482-8b38-4d6d-ad69-b108197e3a27 img.shogun-image {
  width: 100%;
}



}
#s-67538728-0442-4c90-bcf1-7edc1045e917 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-67538728-0442-4c90-bcf1-7edc1045e917 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0526b49f-46d9-4cc5-81e9-ebd78aac30e5 {
  text-align: left;
}

#s-0526b49f-46d9-4cc5-81e9-ebd78aac30e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0526b49f-46d9-4cc5-81e9-ebd78aac30e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0526b49f-46d9-4cc5-81e9-ebd78aac30e5 .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-77cc738e-e0f5-4bc0-8a1a-4e6bc5d65dc0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-77cc738e-e0f5-4bc0-8a1a-4e6bc5d65dc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77cc738e-e0f5-4bc0-8a1a-4e6bc5d65dc0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-77cc738e-e0f5-4bc0-8a1a-4e6bc5d65dc0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77cc738e-e0f5-4bc0-8a1a-4e6bc5d65dc0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77cc738e-e0f5-4bc0-8a1a-4e6bc5d65dc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-77cc738e-e0f5-4bc0-8a1a-4e6bc5d65dc0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-00ef176a-603e-4b0d-85a4-33f6b2b16b28 {
  display: none;
}
#s-db400375-1505-40a9-b657-11635e143edb {
  text-align: left;
}



.shg-c#s-db400375-1505-40a9-b657-11635e143edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db400375-1505-40a9-b657-11635e143edb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db400375-1505-40a9-b657-11635e143edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db400375-1505-40a9-b657-11635e143edb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db400375-1505-40a9-b657-11635e143edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db400375-1505-40a9-b657-11635e143edb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db400375-1505-40a9-b657-11635e143edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db400375-1505-40a9-b657-11635e143edb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db400375-1505-40a9-b657-11635e143edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db400375-1505-40a9-b657-11635e143edb img.shogun-image {
  width: 100%;
}



}
#s-dcbaf37e-b88d-4115-be02-a0b2738a1f04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dcbaf37e-b88d-4115-be02-a0b2738a1f04 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8440e102-2184-448b-9af2-decb6eabb3df {
  text-align: left;
}

#s-8440e102-2184-448b-9af2-decb6eabb3df .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8440e102-2184-448b-9af2-decb6eabb3df .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8440e102-2184-448b-9af2-decb6eabb3df .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-7b5403f2-5a1e-40c0-8904-6093c70036ac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7b5403f2-5a1e-40c0-8904-6093c70036ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b5403f2-5a1e-40c0-8904-6093c70036ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b5403f2-5a1e-40c0-8904-6093c70036ac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b5403f2-5a1e-40c0-8904-6093c70036ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b5403f2-5a1e-40c0-8904-6093c70036ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b5403f2-5a1e-40c0-8904-6093c70036ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-03f3dd13-765e-4efa-ac04-6b764aa96a96 {
  display: none;
}
#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 {
  text-align: left;
}



.shg-c#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-995e2439-d04d-4adf-bfe0-ad09a3815e19 img.shogun-image {
  width: 100%;
}



}
#s-98e8074a-1a1e-4dcb-b138-fff1abd781d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-98e8074a-1a1e-4dcb-b138-fff1abd781d5 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e1816a71-fb44-43b1-8fa9-55589a950c02 {
  text-align: left;
}

#s-e1816a71-fb44-43b1-8fa9-55589a950c02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e1816a71-fb44-43b1-8fa9-55589a950c02 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e1816a71-fb44-43b1-8fa9-55589a950c02 .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-3e647e90-650f-4202-855b-5596689d218f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3e647e90-650f-4202-855b-5596689d218f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e647e90-650f-4202-855b-5596689d218f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3e647e90-650f-4202-855b-5596689d218f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3e647e90-650f-4202-855b-5596689d218f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3e647e90-650f-4202-855b-5596689d218f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3e647e90-650f-4202-855b-5596689d218f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5f492994-7165-4654-a41b-ee6b38d092cd {
  display: none;
}
#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 {
  text-align: left;
}



.shg-c#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b7009b0-0ab7-47be-80c0-d59b562a1190 img.shogun-image {
  width: 100%;
}



}
#s-8f3b60cb-7186-42d1-9d16-acd4347d4d8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f3b60cb-7186-42d1-9d16-acd4347d4d8d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d5c46373-4398-4582-bbe2-12f0056c3b20 {
  text-align: left;
}

#s-d5c46373-4398-4582-bbe2-12f0056c3b20 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d5c46373-4398-4582-bbe2-12f0056c3b20 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d5c46373-4398-4582-bbe2-12f0056c3b20 .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-02ad8b22-a560-4ab4-90ea-c244b4f49389 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-02ad8b22-a560-4ab4-90ea-c244b4f49389:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02ad8b22-a560-4ab4-90ea-c244b4f49389:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02ad8b22-a560-4ab4-90ea-c244b4f49389 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02ad8b22-a560-4ab4-90ea-c244b4f49389.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02ad8b22-a560-4ab4-90ea-c244b4f49389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-02ad8b22-a560-4ab4-90ea-c244b4f49389.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-babb5ea4-6aa0-415f-b3fe-e61133dfa055 {
  display: none;
}
#s-babb5ea4-6aa0-415f-b3fe-e61133dfa055, #wrap-s-babb5ea4-6aa0-415f-b3fe-e61133dfa055 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-babb5ea4-6aa0-415f-b3fe-e61133dfa055 {
  display: none;
}
#s-babb5ea4-6aa0-415f-b3fe-e61133dfa055, #wrap-s-babb5ea4-6aa0-415f-b3fe-e61133dfa055 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-babb5ea4-6aa0-415f-b3fe-e61133dfa055 {
  display: none;
}
#s-babb5ea4-6aa0-415f-b3fe-e61133dfa055, #wrap-s-babb5ea4-6aa0-415f-b3fe-e61133dfa055 { display:none !important; }}@media (max-width: 767px){#s-babb5ea4-6aa0-415f-b3fe-e61133dfa055 {
  
}
}
#s-364e7ecd-e077-4c2d-a327-36b1fb439eab {
  display: none;
}
#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e {
  text-align: left;
}



.shg-c#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5369f94-fb64-47ea-a0e4-ea2c1abab03e img.shogun-image {
  width: 100%;
}



}
#s-a0820d62-81c6-4ec3-a0b0-d006b5d6d3dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0820d62-81c6-4ec3-a0b0-d006b5d6d3dd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b47d6d80-de60-4a44-b44c-ce667dc2bc14 {
  text-align: left;
}

#s-b47d6d80-de60-4a44-b44c-ce667dc2bc14 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b47d6d80-de60-4a44-b44c-ce667dc2bc14 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b47d6d80-de60-4a44-b44c-ce667dc2bc14 .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-a9a84ba6-35b6-4784-bbdb-2bd8968b8e5e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a9a84ba6-35b6-4784-bbdb-2bd8968b8e5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9a84ba6-35b6-4784-bbdb-2bd8968b8e5e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9a84ba6-35b6-4784-bbdb-2bd8968b8e5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9a84ba6-35b6-4784-bbdb-2bd8968b8e5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9a84ba6-35b6-4784-bbdb-2bd8968b8e5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9a84ba6-35b6-4784-bbdb-2bd8968b8e5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6010ca7c-15cc-4e3c-b07a-650bb9d23009 {
  display: none;
}
#s-e10c3cee-d314-403c-8731-36252cca714d {
  text-align: left;
}



.shg-c#s-e10c3cee-d314-403c-8731-36252cca714d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e10c3cee-d314-403c-8731-36252cca714d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e10c3cee-d314-403c-8731-36252cca714d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e10c3cee-d314-403c-8731-36252cca714d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e10c3cee-d314-403c-8731-36252cca714d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e10c3cee-d314-403c-8731-36252cca714d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e10c3cee-d314-403c-8731-36252cca714d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e10c3cee-d314-403c-8731-36252cca714d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e10c3cee-d314-403c-8731-36252cca714d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e10c3cee-d314-403c-8731-36252cca714d img.shogun-image {
  width: 100%;
}



}
#s-0a887b6f-2219-4a77-b2bb-7d74175f9c8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0a887b6f-2219-4a77-b2bb-7d74175f9c8d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-74418076-f3e2-49d7-aa3d-db4bfa4ae091 {
  text-align: left;
}

#s-74418076-f3e2-49d7-aa3d-db4bfa4ae091 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-74418076-f3e2-49d7-aa3d-db4bfa4ae091 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-74418076-f3e2-49d7-aa3d-db4bfa4ae091 .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-95e684f4-0ae1-4804-9759-66154d565444 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-95e684f4-0ae1-4804-9759-66154d565444:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-95e684f4-0ae1-4804-9759-66154d565444:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-95e684f4-0ae1-4804-9759-66154d565444 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-95e684f4-0ae1-4804-9759-66154d565444.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-95e684f4-0ae1-4804-9759-66154d565444.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-95e684f4-0ae1-4804-9759-66154d565444.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-19b62278-9865-412c-9965-2adb24d556e8 {
  display: none;
}
#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 {
  text-align: left;
}



.shg-c#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b928cae-2fa5-45ba-b8a9-60976244b2b2 img.shogun-image {
  width: 100%;
}



}
#s-c4d42c52-07c7-4841-bc80-0d34ef9b261d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c4d42c52-07c7-4841-bc80-0d34ef9b261d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4c209965-edbc-427c-bbd0-74b02504aeab {
  text-align: left;
}

#s-4c209965-edbc-427c-bbd0-74b02504aeab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c209965-edbc-427c-bbd0-74b02504aeab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c209965-edbc-427c-bbd0-74b02504aeab .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-cf1deb25-66c3-4e07-b6c8-908b83e9f599 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cf1deb25-66c3-4e07-b6c8-908b83e9f599:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf1deb25-66c3-4e07-b6c8-908b83e9f599:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf1deb25-66c3-4e07-b6c8-908b83e9f599 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf1deb25-66c3-4e07-b6c8-908b83e9f599.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf1deb25-66c3-4e07-b6c8-908b83e9f599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cf1deb25-66c3-4e07-b6c8-908b83e9f599.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4745673b-46f3-4ab0-ab1a-1e4671b081d0 {
  display: none;
}
#s-34addd40-956d-46ad-a6c9-48d50702c2f2 {
  text-align: left;
}



.shg-c#s-34addd40-956d-46ad-a6c9-48d50702c2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34addd40-956d-46ad-a6c9-48d50702c2f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-34addd40-956d-46ad-a6c9-48d50702c2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34addd40-956d-46ad-a6c9-48d50702c2f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34addd40-956d-46ad-a6c9-48d50702c2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34addd40-956d-46ad-a6c9-48d50702c2f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34addd40-956d-46ad-a6c9-48d50702c2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34addd40-956d-46ad-a6c9-48d50702c2f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34addd40-956d-46ad-a6c9-48d50702c2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34addd40-956d-46ad-a6c9-48d50702c2f2 img.shogun-image {
  width: 100%;
}



}
#s-0239789b-f6f7-4a60-974a-abf9cce0292f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0239789b-f6f7-4a60-974a-abf9cce0292f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-92475993-5c0f-40d9-a7e4-737a418ff6ba {
  text-align: left;
}

#s-92475993-5c0f-40d9-a7e4-737a418ff6ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92475993-5c0f-40d9-a7e4-737a418ff6ba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-92475993-5c0f-40d9-a7e4-737a418ff6ba .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-49a7d827-d0f1-4cbe-a71c-9121bf0a4da3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-49a7d827-d0f1-4cbe-a71c-9121bf0a4da3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49a7d827-d0f1-4cbe-a71c-9121bf0a4da3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-49a7d827-d0f1-4cbe-a71c-9121bf0a4da3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49a7d827-d0f1-4cbe-a71c-9121bf0a4da3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49a7d827-d0f1-4cbe-a71c-9121bf0a4da3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49a7d827-d0f1-4cbe-a71c-9121bf0a4da3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097 {
  margin-top: 30px;
margin-bottom: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(234, 190, 176, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097:hover {background-color: rgba(243, 214, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097:active {background-color: rgba(243, 214, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097 {
  margin-top: 60px;
margin-bottom: 80px;
}
}

  #s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097-root {
    text-align: center;
  }


#s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097-root {
    text-align: center;
  }


#s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097-root {
    text-align: center;
  }


#s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097-root {
    text-align: center;
  }


#s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097-root {
    text-align: center;
  }


#s-7aaefeb6-ddab-4f0a-87fc-cc4cafb52097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-cf8ed95f-5a53-44ab-964d-e888a3ca4946 {
  min-height: 50px;
}








#s-cf8ed95f-5a53-44ab-964d-e888a3ca4946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf8ed95f-5a53-44ab-964d-e888a3ca4946.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 {
  max-width: 2120px;
aspect-ratio: 2120/408;
text-align: center;
}
#s-36c325ee-60d8-4672-bc5e-33edb6bbaed6:hover {opacity: 0.8 !important;}




  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 img.shogun-image,
  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 {
    width: 100%;
    height: auto;
  }



  img.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image {
    
    
  }


.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shg-align-container {
  text-align: center
}

.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 img.shogun-image,
  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 {
    width: 100%;
    height: auto;
  }



  img.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image {
    
    
  }


.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shg-align-container {
  text-align: center
}

.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image {
  box-sizing: border-box;
}


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



  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 img.shogun-image,
  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 {
    width: 100%;
    height: auto;
  }



  img.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image {
    
    
  }


.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shg-align-container {
  text-align: center
}

.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image {
  box-sizing: border-box;
}


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



  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 img.shogun-image,
  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 {
    width: 100%;
    height: auto;
  }



  img.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image {
    
    
  }


.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shg-align-container {
  text-align: center
}

.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image {
  box-sizing: border-box;
}


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



  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 img.shogun-image,
  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 {
    width: 100%;
    height: auto;
  }



  img.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image {
    
    
  }


.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shg-align-container {
  text-align: center
}

.s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c325ee-60d8-4672-bc5e-33edb6bbaed6.shogun-image {
  box-sizing: border-box;
}


}
#s-dba6770f-5e17-4f90-9659-24f8e83c5480 {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 2120px;
aspect-ratio: 2120/1278;
text-align: center;
}
#s-dba6770f-5e17-4f90-9659-24f8e83c5480:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-dba6770f-5e17-4f90-9659-24f8e83c5480 {
  display: none;
}
#s-dba6770f-5e17-4f90-9659-24f8e83c5480, #wrap-s-dba6770f-5e17-4f90-9659-24f8e83c5480 { display:none !important; }}




  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 img.shogun-image,
  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 {
    width: 100%;
    height: auto;
  }



  img.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image {
    
    
  }


.s-dba6770f-5e17-4f90-9659-24f8e83c5480 .shogun-image-content {
  
    align-items: center;
  
}

.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shg-align-container {
  text-align: center
}

.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 img.shogun-image,
  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 {
    width: 100%;
    height: auto;
  }



  img.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image {
    
    
  }


.s-dba6770f-5e17-4f90-9659-24f8e83c5480 .shogun-image-content {
  
    align-items: center;
  
}

.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shg-align-container {
  text-align: center
}

.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image {
  box-sizing: border-box;
}


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



  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 img.shogun-image,
  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 {
    width: 100%;
    height: auto;
  }



  img.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image {
    
    
  }


.s-dba6770f-5e17-4f90-9659-24f8e83c5480 .shogun-image-content {
  
    align-items: center;
  
}

.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shg-align-container {
  text-align: center
}

.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image {
  box-sizing: border-box;
}


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



  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 img.shogun-image,
  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 {
    width: 100%;
    height: auto;
  }



  img.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image {
    
    
  }


.s-dba6770f-5e17-4f90-9659-24f8e83c5480 .shogun-image-content {
  
    align-items: center;
  
}

.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shg-align-container {
  text-align: center
}

.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image {
  box-sizing: border-box;
}


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



  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 img.shogun-image,
  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dba6770f-5e17-4f90-9659-24f8e83c5480 {
    width: 100%;
    height: auto;
  }



  img.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image {
    
    
  }


.s-dba6770f-5e17-4f90-9659-24f8e83c5480 .shogun-image-content {
  
    align-items: center;
  
}

.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shg-align-container {
  text-align: center
}

.s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dba6770f-5e17-4f90-9659-24f8e83c5480.shogun-image {
  box-sizing: border-box;
}


}
#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 690px;
aspect-ratio: 690/1410;
text-align: center;
}
#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a {
  display: none;
}
#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a, #wrap-s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a {
  display: none;
}
#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a, #wrap-s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a {
  display: none;
}
#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a, #wrap-s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a { display:none !important; }}@media (max-width: 767px){#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a {
  
}
}




  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a img.shogun-image,
  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a {
    width: 100%;
    height: auto;
  }



  img.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image {
    
    
  }


.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shg-align-container {
  text-align: center
}

.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a img.shogun-image,
  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a {
    width: 100%;
    height: auto;
  }



  img.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image {
    
    
  }


.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shg-align-container {
  text-align: center
}

.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image {
  box-sizing: border-box;
}


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



  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a img.shogun-image,
  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a {
    width: 100%;
    height: auto;
  }



  img.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image {
    
    
  }


.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shg-align-container {
  text-align: center
}

.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image {
  box-sizing: border-box;
}


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



  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a img.shogun-image,
  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a {
    width: 100%;
    height: auto;
  }



  img.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image {
    
    
  }


.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shg-align-container {
  text-align: center
}

.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image {
  box-sizing: border-box;
}


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



  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a img.shogun-image,
  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a {
    width: 100%;
    height: auto;
  }



  img.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image {
    
    
  }


.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shg-align-container {
  text-align: center
}

.s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c152a0a-6ed6-41ad-b258-3adbcc946b8a.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-2dbcf09c-3626-4589-a6ec-b63f9ebf1944 {
  display: none;
}
#s-2dbcf09c-3626-4589-a6ec-b63f9ebf1944, #wrap-s-2dbcf09c-3626-4589-a6ec-b63f9ebf1944 { display:none !important; }}
#s-b149ceae-eef5-491a-9be2-a456f8933bf4 {
  display: none;
}
#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 {
  text-align: left;
}



.shg-c#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e985d8-fc1f-486e-a9f5-ea033b229c80 img.shogun-image {
  width: 100%;
}



}
#s-37ea944d-8ea7-4118-9280-0477f7eb92b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-37ea944d-8ea7-4118-9280-0477f7eb92b7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e4254b43-585c-4b44-9d84-57302e57dbad {
  text-align: left;
}

#s-e4254b43-585c-4b44-9d84-57302e57dbad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e4254b43-585c-4b44-9d84-57302e57dbad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e4254b43-585c-4b44-9d84-57302e57dbad .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-3cef21ff-bf93-4149-91a3-397105714f7b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3cef21ff-bf93-4149-91a3-397105714f7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3cef21ff-bf93-4149-91a3-397105714f7b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3cef21ff-bf93-4149-91a3-397105714f7b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3cef21ff-bf93-4149-91a3-397105714f7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3cef21ff-bf93-4149-91a3-397105714f7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3cef21ff-bf93-4149-91a3-397105714f7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1d388d93-0461-4a82-8e97-ed8e533f5969 {
  display: none;
}
#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 {
  text-align: left;
}



.shg-c#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a10fb3bc-4683-4351-aa21-e3ebd6faa2e2 img.shogun-image {
  width: 100%;
}



}
#s-3a9a9f1d-d818-475c-9981-903b49d0e7e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3a9a9f1d-d818-475c-9981-903b49d0e7e9 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-788a997c-1861-402c-9278-6e7fcdf27f4e {
  text-align: left;
}

#s-788a997c-1861-402c-9278-6e7fcdf27f4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-788a997c-1861-402c-9278-6e7fcdf27f4e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-788a997c-1861-402c-9278-6e7fcdf27f4e .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-28461232-fde9-4f03-8d7c-bd03cc22f761 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-28461232-fde9-4f03-8d7c-bd03cc22f761:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28461232-fde9-4f03-8d7c-bd03cc22f761:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28461232-fde9-4f03-8d7c-bd03cc22f761 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28461232-fde9-4f03-8d7c-bd03cc22f761.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28461232-fde9-4f03-8d7c-bd03cc22f761.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-28461232-fde9-4f03-8d7c-bd03cc22f761.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b82b0865-ecc1-413f-8bc2-1581b0b2ee35 {
  display: none;
}
#s-c6980106-c732-4281-a1dd-e74889128522 {
  text-align: left;
}



.shg-c#s-c6980106-c732-4281-a1dd-e74889128522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6980106-c732-4281-a1dd-e74889128522 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c6980106-c732-4281-a1dd-e74889128522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6980106-c732-4281-a1dd-e74889128522 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6980106-c732-4281-a1dd-e74889128522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6980106-c732-4281-a1dd-e74889128522 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6980106-c732-4281-a1dd-e74889128522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6980106-c732-4281-a1dd-e74889128522 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6980106-c732-4281-a1dd-e74889128522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6980106-c732-4281-a1dd-e74889128522 img.shogun-image {
  width: 100%;
}



}
#s-ceabdcdf-3fda-4716-afb1-6a966cdda2ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ceabdcdf-3fda-4716-afb1-6a966cdda2ef .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-45d6de5c-f893-4b21-9a3e-e79b44795aa1 {
  text-align: left;
}

#s-45d6de5c-f893-4b21-9a3e-e79b44795aa1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-45d6de5c-f893-4b21-9a3e-e79b44795aa1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-45d6de5c-f893-4b21-9a3e-e79b44795aa1 .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-7cf5b346-2974-4960-8334-5c0c27d95d96 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7cf5b346-2974-4960-8334-5c0c27d95d96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7cf5b346-2974-4960-8334-5c0c27d95d96:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7cf5b346-2974-4960-8334-5c0c27d95d96 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7cf5b346-2974-4960-8334-5c0c27d95d96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cf5b346-2974-4960-8334-5c0c27d95d96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7cf5b346-2974-4960-8334-5c0c27d95d96.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-64ce390f-22f7-4798-8ecd-bb30e5c72461 {
  display: none;
}
#s-d97ad876-40d0-4995-b408-24225c49520a {
  text-align: left;
}



.shg-c#s-d97ad876-40d0-4995-b408-24225c49520a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d97ad876-40d0-4995-b408-24225c49520a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d97ad876-40d0-4995-b408-24225c49520a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d97ad876-40d0-4995-b408-24225c49520a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d97ad876-40d0-4995-b408-24225c49520a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d97ad876-40d0-4995-b408-24225c49520a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d97ad876-40d0-4995-b408-24225c49520a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d97ad876-40d0-4995-b408-24225c49520a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d97ad876-40d0-4995-b408-24225c49520a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d97ad876-40d0-4995-b408-24225c49520a img.shogun-image {
  width: 100%;
}



}
#s-838e798a-67dd-4172-bfe1-c7f1c6138657 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-838e798a-67dd-4172-bfe1-c7f1c6138657 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-193309e8-2b59-4c23-80a4-57def43a3716 {
  text-align: left;
}

#s-193309e8-2b59-4c23-80a4-57def43a3716 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-193309e8-2b59-4c23-80a4-57def43a3716 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-193309e8-2b59-4c23-80a4-57def43a3716 .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-46c098b4-0e66-4d0e-b98e-b16601cb01cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-46c098b4-0e66-4d0e-b98e-b16601cb01cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46c098b4-0e66-4d0e-b98e-b16601cb01cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-46c098b4-0e66-4d0e-b98e-b16601cb01cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46c098b4-0e66-4d0e-b98e-b16601cb01cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46c098b4-0e66-4d0e-b98e-b16601cb01cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-46c098b4-0e66-4d0e-b98e-b16601cb01cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-13c21cd5-a1f9-4bc0-99d3-4e595d4a0964 {
  display: none;
}
#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c {
  text-align: left;
}



.shg-c#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5e2e78a-ab61-4e26-89d3-d7df1a11942c img.shogun-image {
  width: 100%;
}



}
#s-216a83f1-5c46-46bb-af8b-acb591846cfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-216a83f1-5c46-46bb-af8b-acb591846cfe .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9855ed3d-0ed4-4150-a5bf-052fad4a673c {
  text-align: left;
}

#s-9855ed3d-0ed4-4150-a5bf-052fad4a673c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9855ed3d-0ed4-4150-a5bf-052fad4a673c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9855ed3d-0ed4-4150-a5bf-052fad4a673c .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-a5a68c05-3798-4fc4-8482-8d1d49a1f12a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a5a68c05-3798-4fc4-8482-8d1d49a1f12a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5a68c05-3798-4fc4-8482-8d1d49a1f12a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5a68c05-3798-4fc4-8482-8d1d49a1f12a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5a68c05-3798-4fc4-8482-8d1d49a1f12a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5a68c05-3798-4fc4-8482-8d1d49a1f12a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a5a68c05-3798-4fc4-8482-8d1d49a1f12a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-30db4e8e-1e06-4980-b012-834bd12d0b5a {
  display: none;
}
#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 {
  text-align: left;
}



.shg-c#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75de7357-a345-4bcf-b68f-ea256b6c6b63 img.shogun-image {
  width: 100%;
}



}
#s-4154f246-ce29-4064-bf27-900092f81e5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4154f246-ce29-4064-bf27-900092f81e5e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8dfc6f79-d434-493c-a9d7-d02c6eb58b52 {
  text-align: left;
}

#s-8dfc6f79-d434-493c-a9d7-d02c6eb58b52 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8dfc6f79-d434-493c-a9d7-d02c6eb58b52 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8dfc6f79-d434-493c-a9d7-d02c6eb58b52 .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-177904f4-a424-4f8f-9f0f-eff5766a3683 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-177904f4-a424-4f8f-9f0f-eff5766a3683:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-177904f4-a424-4f8f-9f0f-eff5766a3683:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-177904f4-a424-4f8f-9f0f-eff5766a3683 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-177904f4-a424-4f8f-9f0f-eff5766a3683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-177904f4-a424-4f8f-9f0f-eff5766a3683.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-177904f4-a424-4f8f-9f0f-eff5766a3683.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e9f72a5f-ac41-40ad-af71-3243b4f3095f {
  display: none;
}
#s-1562a098-d361-4109-8607-1d899524254b {
  text-align: left;
}



.shg-c#s-1562a098-d361-4109-8607-1d899524254b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1562a098-d361-4109-8607-1d899524254b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1562a098-d361-4109-8607-1d899524254b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1562a098-d361-4109-8607-1d899524254b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1562a098-d361-4109-8607-1d899524254b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1562a098-d361-4109-8607-1d899524254b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1562a098-d361-4109-8607-1d899524254b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1562a098-d361-4109-8607-1d899524254b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1562a098-d361-4109-8607-1d899524254b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1562a098-d361-4109-8607-1d899524254b img.shogun-image {
  width: 100%;
}



}
#s-0b238942-9657-443d-9139-e3bedf32bd8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b238942-9657-443d-9139-e3bedf32bd8a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ae40667c-1196-48e7-8d0d-67eec4a92f2d {
  text-align: left;
}

#s-ae40667c-1196-48e7-8d0d-67eec4a92f2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ae40667c-1196-48e7-8d0d-67eec4a92f2d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ae40667c-1196-48e7-8d0d-67eec4a92f2d .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-90833bb9-ed46-457b-b0b2-b0ac0f1b6b70 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-90833bb9-ed46-457b-b0b2-b0ac0f1b6b70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90833bb9-ed46-457b-b0b2-b0ac0f1b6b70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90833bb9-ed46-457b-b0b2-b0ac0f1b6b70 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90833bb9-ed46-457b-b0b2-b0ac0f1b6b70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90833bb9-ed46-457b-b0b2-b0ac0f1b6b70.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-90833bb9-ed46-457b-b0b2-b0ac0f1b6b70.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-463d3a7b-eeba-40fa-bf4c-1934d1a4427e {
  display: none;
}
#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a {
  text-align: left;
}



.shg-c#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6890de8b-6e1d-4fc9-a1b7-6fc847ddc31a img.shogun-image {
  width: 100%;
}



}
#s-ac45a0af-4927-426b-b1b5-9d87e0881992 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac45a0af-4927-426b-b1b5-9d87e0881992 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0e8b7c97-a2fb-4de8-9658-c21f021bb133 {
  text-align: left;
}

#s-0e8b7c97-a2fb-4de8-9658-c21f021bb133 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0e8b7c97-a2fb-4de8-9658-c21f021bb133 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0e8b7c97-a2fb-4de8-9658-c21f021bb133 .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-2e2aea13-3229-430f-90f6-8c3703bff9ab {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2e2aea13-3229-430f-90f6-8c3703bff9ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e2aea13-3229-430f-90f6-8c3703bff9ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2e2aea13-3229-430f-90f6-8c3703bff9ab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e2aea13-3229-430f-90f6-8c3703bff9ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e2aea13-3229-430f-90f6-8c3703bff9ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e2aea13-3229-430f-90f6-8c3703bff9ab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-66bbffab-7ee1-4673-99c1-2df16879fc8a {
  display: none;
}
#s-66bbffab-7ee1-4673-99c1-2df16879fc8a, #wrap-s-66bbffab-7ee1-4673-99c1-2df16879fc8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66bbffab-7ee1-4673-99c1-2df16879fc8a {
  display: none;
}
#s-66bbffab-7ee1-4673-99c1-2df16879fc8a, #wrap-s-66bbffab-7ee1-4673-99c1-2df16879fc8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66bbffab-7ee1-4673-99c1-2df16879fc8a {
  display: none;
}
#s-66bbffab-7ee1-4673-99c1-2df16879fc8a, #wrap-s-66bbffab-7ee1-4673-99c1-2df16879fc8a { display:none !important; }}@media (max-width: 767px){#s-66bbffab-7ee1-4673-99c1-2df16879fc8a {
  
}
}
#s-eb845197-6d40-4cea-9218-e0d7997dab5f {
  display: none;
}
#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 {
  text-align: left;
}



.shg-c#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b74cef7-af1f-47d7-bddb-81a94f05fd88 img.shogun-image {
  width: 100%;
}



}
#s-efd00ce3-19f2-4607-bc3a-c0e9e15cdba7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-efd00ce3-19f2-4607-bc3a-c0e9e15cdba7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ff71c2c2-c301-4b98-b39f-b6d47344708e {
  text-align: left;
}

#s-ff71c2c2-c301-4b98-b39f-b6d47344708e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ff71c2c2-c301-4b98-b39f-b6d47344708e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ff71c2c2-c301-4b98-b39f-b6d47344708e .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-e1122e4f-dd69-4fd1-9936-06e0689be88c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e1122e4f-dd69-4fd1-9936-06e0689be88c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1122e4f-dd69-4fd1-9936-06e0689be88c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e1122e4f-dd69-4fd1-9936-06e0689be88c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1122e4f-dd69-4fd1-9936-06e0689be88c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1122e4f-dd69-4fd1-9936-06e0689be88c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1122e4f-dd69-4fd1-9936-06e0689be88c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2cb681e1-a35c-4e79-bc8b-ec0e4aacacb1 {
  display: none;
}
#s-60c22d20-623d-477e-a941-ddcacea4c7e7 {
  text-align: left;
}



.shg-c#s-60c22d20-623d-477e-a941-ddcacea4c7e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c22d20-623d-477e-a941-ddcacea4c7e7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-60c22d20-623d-477e-a941-ddcacea4c7e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c22d20-623d-477e-a941-ddcacea4c7e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60c22d20-623d-477e-a941-ddcacea4c7e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c22d20-623d-477e-a941-ddcacea4c7e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60c22d20-623d-477e-a941-ddcacea4c7e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c22d20-623d-477e-a941-ddcacea4c7e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60c22d20-623d-477e-a941-ddcacea4c7e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c22d20-623d-477e-a941-ddcacea4c7e7 img.shogun-image {
  width: 100%;
}



}
#s-e81f30b0-9de0-4279-b105-12379d76a426 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e81f30b0-9de0-4279-b105-12379d76a426 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-590f5813-c5c8-45b3-97bd-8a1fa0051dc9 {
  text-align: left;
}

#s-590f5813-c5c8-45b3-97bd-8a1fa0051dc9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-590f5813-c5c8-45b3-97bd-8a1fa0051dc9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-590f5813-c5c8-45b3-97bd-8a1fa0051dc9 .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-62d5c328-0430-4e10-b708-917ae1b4a1fc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-62d5c328-0430-4e10-b708-917ae1b4a1fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62d5c328-0430-4e10-b708-917ae1b4a1fc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62d5c328-0430-4e10-b708-917ae1b4a1fc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62d5c328-0430-4e10-b708-917ae1b4a1fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62d5c328-0430-4e10-b708-917ae1b4a1fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-62d5c328-0430-4e10-b708-917ae1b4a1fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-82236fc6-ffc5-47b9-8445-148ccb630e3e {
  display: none;
}
#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 {
  text-align: left;
}



.shg-c#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fcd8ddd-1a2e-4547-9069-977b96c351f2 img.shogun-image {
  width: 100%;
}



}
#s-844e4064-b0f3-481f-a611-afde0133aaf8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-844e4064-b0f3-481f-a611-afde0133aaf8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-19f76e0e-b613-4264-ab74-36fa2202011f {
  text-align: left;
}

#s-19f76e0e-b613-4264-ab74-36fa2202011f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19f76e0e-b613-4264-ab74-36fa2202011f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-19f76e0e-b613-4264-ab74-36fa2202011f .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-6034f8eb-f190-400d-b7ff-357079689b13 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6034f8eb-f190-400d-b7ff-357079689b13:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6034f8eb-f190-400d-b7ff-357079689b13:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6034f8eb-f190-400d-b7ff-357079689b13 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6034f8eb-f190-400d-b7ff-357079689b13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6034f8eb-f190-400d-b7ff-357079689b13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6034f8eb-f190-400d-b7ff-357079689b13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-67db227e-213f-40a8-8c4a-1c59884d1209 {
  display: none;
}
#s-29197d46-7072-4a43-8330-127765035dec {
  text-align: left;
}



.shg-c#s-29197d46-7072-4a43-8330-127765035dec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29197d46-7072-4a43-8330-127765035dec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-29197d46-7072-4a43-8330-127765035dec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29197d46-7072-4a43-8330-127765035dec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-29197d46-7072-4a43-8330-127765035dec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29197d46-7072-4a43-8330-127765035dec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-29197d46-7072-4a43-8330-127765035dec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29197d46-7072-4a43-8330-127765035dec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-29197d46-7072-4a43-8330-127765035dec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29197d46-7072-4a43-8330-127765035dec img.shogun-image {
  width: 100%;
}



}
#s-deaa4b2b-5ecd-4c9a-9302-92bbaed3ad41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-deaa4b2b-5ecd-4c9a-9302-92bbaed3ad41 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5ab0e63c-c6d0-462e-a824-235f6e455ff5 {
  text-align: left;
}

#s-5ab0e63c-c6d0-462e-a824-235f6e455ff5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ab0e63c-c6d0-462e-a824-235f6e455ff5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5ab0e63c-c6d0-462e-a824-235f6e455ff5 .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-73e1c42a-5359-47b0-93b4-125523791079 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-73e1c42a-5359-47b0-93b4-125523791079:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73e1c42a-5359-47b0-93b4-125523791079:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73e1c42a-5359-47b0-93b4-125523791079 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73e1c42a-5359-47b0-93b4-125523791079.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73e1c42a-5359-47b0-93b4-125523791079.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-73e1c42a-5359-47b0-93b4-125523791079.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4b061ed1-962c-4c8d-a718-d19db07b3aac {
  display: none;
}
#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba {
  text-align: left;
}



.shg-c#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8362701e-5d5a-4a6a-9512-8ea14ec324ba img.shogun-image {
  width: 100%;
}



}
#s-a9364323-ca11-4476-baad-23f816d1c8d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9364323-ca11-4476-baad-23f816d1c8d7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f851b9f2-b3fc-416e-9fec-672e51200289 {
  text-align: left;
}

#s-f851b9f2-b3fc-416e-9fec-672e51200289 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f851b9f2-b3fc-416e-9fec-672e51200289 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f851b9f2-b3fc-416e-9fec-672e51200289 .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-915afc65-1d47-47ec-bb0a-3489d47ccf65 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-915afc65-1d47-47ec-bb0a-3489d47ccf65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-915afc65-1d47-47ec-bb0a-3489d47ccf65:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-915afc65-1d47-47ec-bb0a-3489d47ccf65 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-915afc65-1d47-47ec-bb0a-3489d47ccf65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-915afc65-1d47-47ec-bb0a-3489d47ccf65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-915afc65-1d47-47ec-bb0a-3489d47ccf65.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-34f7b66d-fba4-483f-a858-33e14c21fe90 {
  display: none;
}
#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 {
  text-align: left;
}



.shg-c#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e3df4bc-e668-4afd-ba68-f2fd258dff54 img.shogun-image {
  width: 100%;
}



}
#s-6ad49753-2b3e-4972-b611-3a2bededc425 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6ad49753-2b3e-4972-b611-3a2bededc425 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8f4cf504-430d-4af6-af5f-12c2b27c9edd {
  text-align: left;
}

#s-8f4cf504-430d-4af6-af5f-12c2b27c9edd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8f4cf504-430d-4af6-af5f-12c2b27c9edd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f4cf504-430d-4af6-af5f-12c2b27c9edd .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-6ede98ef-ed77-4d01-a47b-f6cc0917265b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6ede98ef-ed77-4d01-a47b-f6cc0917265b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ede98ef-ed77-4d01-a47b-f6cc0917265b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ede98ef-ed77-4d01-a47b-f6cc0917265b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ede98ef-ed77-4d01-a47b-f6cc0917265b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ede98ef-ed77-4d01-a47b-f6cc0917265b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ede98ef-ed77-4d01-a47b-f6cc0917265b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f8f647cf-5087-4e78-a955-7b2f60320f46 {
  display: none;
}
#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 {
  text-align: left;
}



.shg-c#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1bd041e-c417-4ea7-9c04-bf51d08391c0 img.shogun-image {
  width: 100%;
}



}
#s-dc3e28b5-5af5-4f71-a918-ca2d520243d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc3e28b5-5af5-4f71-a918-ca2d520243d0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4ef2c700-3c64-4765-b3f6-6ef3a576f180 {
  text-align: left;
}

#s-4ef2c700-3c64-4765-b3f6-6ef3a576f180 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4ef2c700-3c64-4765-b3f6-6ef3a576f180 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4ef2c700-3c64-4765-b3f6-6ef3a576f180 .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-fe0f8e05-f9a2-47fb-9f9c-da245ad164f9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fe0f8e05-f9a2-47fb-9f9c-da245ad164f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe0f8e05-f9a2-47fb-9f9c-da245ad164f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe0f8e05-f9a2-47fb-9f9c-da245ad164f9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe0f8e05-f9a2-47fb-9f9c-da245ad164f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe0f8e05-f9a2-47fb-9f9c-da245ad164f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe0f8e05-f9a2-47fb-9f9c-da245ad164f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dbc7e3cc-19c9-4847-95aa-3c3ad9e367fb {
  display: none;
}
#s-380e92e5-9198-46f7-8578-1ed23b5a569f {
  text-align: left;
}



.shg-c#s-380e92e5-9198-46f7-8578-1ed23b5a569f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-380e92e5-9198-46f7-8578-1ed23b5a569f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-380e92e5-9198-46f7-8578-1ed23b5a569f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-380e92e5-9198-46f7-8578-1ed23b5a569f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-380e92e5-9198-46f7-8578-1ed23b5a569f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-380e92e5-9198-46f7-8578-1ed23b5a569f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-380e92e5-9198-46f7-8578-1ed23b5a569f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-380e92e5-9198-46f7-8578-1ed23b5a569f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-380e92e5-9198-46f7-8578-1ed23b5a569f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-380e92e5-9198-46f7-8578-1ed23b5a569f img.shogun-image {
  width: 100%;
}



}
#s-dcf0d9b0-e94f-4ddf-bd1d-c6745716b5f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dcf0d9b0-e94f-4ddf-bd1d-c6745716b5f0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-daf2bdcc-4995-4e3b-a2c2-a531a864d168 {
  text-align: left;
}

#s-daf2bdcc-4995-4e3b-a2c2-a531a864d168 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-daf2bdcc-4995-4e3b-a2c2-a531a864d168 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-daf2bdcc-4995-4e3b-a2c2-a531a864d168 .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-0f36a0eb-15ee-46e2-af45-e32018c8eb03 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0f36a0eb-15ee-46e2-af45-e32018c8eb03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f36a0eb-15ee-46e2-af45-e32018c8eb03:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f36a0eb-15ee-46e2-af45-e32018c8eb03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f36a0eb-15ee-46e2-af45-e32018c8eb03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f36a0eb-15ee-46e2-af45-e32018c8eb03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0f36a0eb-15ee-46e2-af45-e32018c8eb03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f4b0beab-32b8-4a40-8429-57e50181c421 {
  margin-top: 30px;
margin-bottom: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(234, 190, 176, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f4b0beab-32b8-4a40-8429-57e50181c421:hover {background-color: rgba(243, 214, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4b0beab-32b8-4a40-8429-57e50181c421:active {background-color: rgba(243, 214, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f4b0beab-32b8-4a40-8429-57e50181c421 {
  margin-top: 60px;
margin-bottom: 80px;
}
}

  #s-f4b0beab-32b8-4a40-8429-57e50181c421-root {
    text-align: center;
  }


#s-f4b0beab-32b8-4a40-8429-57e50181c421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f4b0beab-32b8-4a40-8429-57e50181c421-root {
    text-align: center;
  }


#s-f4b0beab-32b8-4a40-8429-57e50181c421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4b0beab-32b8-4a40-8429-57e50181c421-root {
    text-align: center;
  }


#s-f4b0beab-32b8-4a40-8429-57e50181c421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4b0beab-32b8-4a40-8429-57e50181c421-root {
    text-align: center;
  }


#s-f4b0beab-32b8-4a40-8429-57e50181c421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f4b0beab-32b8-4a40-8429-57e50181c421-root {
    text-align: center;
  }


#s-f4b0beab-32b8-4a40-8429-57e50181c421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-10b0b700-472c-4f28-9e52-b877663dd185 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-10b0b700-472c-4f28-9e52-b877663dd185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10b0b700-472c-4f28-9e52-b877663dd185.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 {
  max-width: 2120px;
aspect-ratio: 2120/440;
text-align: center;
}
#s-79d45965-26e5-4b01-88a1-5e1861a5e2f4:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 {
  display: none;
}
#s-79d45965-26e5-4b01-88a1-5e1861a5e2f4, #wrap-s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 { display:none !important; }}




  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 img.shogun-image,
  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 {
    width: 100%;
    height: auto;
  }



  img.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image {
    
    
  }


.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shg-align-container {
  text-align: center
}

.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 img.shogun-image,
  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 {
    width: 100%;
    height: auto;
  }



  img.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image {
    
    
  }


.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shg-align-container {
  text-align: center
}

.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image {
  box-sizing: border-box;
}


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



  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 img.shogun-image,
  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 {
    width: 100%;
    height: auto;
  }



  img.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image {
    
    
  }


.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shg-align-container {
  text-align: center
}

.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image {
  box-sizing: border-box;
}


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



  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 img.shogun-image,
  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 {
    width: 100%;
    height: auto;
  }



  img.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image {
    
    
  }


.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shg-align-container {
  text-align: center
}

.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image {
  box-sizing: border-box;
}


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



  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 img.shogun-image,
  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 {
    width: 100%;
    height: auto;
  }



  img.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image {
    
    
  }


.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shg-align-container {
  text-align: center
}

.s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d45965-26e5-4b01-88a1-5e1861a5e2f4.shogun-image {
  box-sizing: border-box;
}


}
#s-19871d21-3f92-42b0-b83f-109deb5861d9 {
  max-width: 690px;
aspect-ratio: 690/568;
text-align: center;
}
#s-19871d21-3f92-42b0-b83f-109deb5861d9:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-19871d21-3f92-42b0-b83f-109deb5861d9 {
  display: none;
}
#s-19871d21-3f92-42b0-b83f-109deb5861d9, #wrap-s-19871d21-3f92-42b0-b83f-109deb5861d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19871d21-3f92-42b0-b83f-109deb5861d9 {
  display: none;
}
#s-19871d21-3f92-42b0-b83f-109deb5861d9, #wrap-s-19871d21-3f92-42b0-b83f-109deb5861d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19871d21-3f92-42b0-b83f-109deb5861d9 {
  display: none;
}
#s-19871d21-3f92-42b0-b83f-109deb5861d9, #wrap-s-19871d21-3f92-42b0-b83f-109deb5861d9 { display:none !important; }}




  #s-19871d21-3f92-42b0-b83f-109deb5861d9 img.shogun-image,
  #s-19871d21-3f92-42b0-b83f-109deb5861d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19871d21-3f92-42b0-b83f-109deb5861d9 {
    width: 100%;
    height: auto;
  }



  img.s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image {
    
    
  }


.s-19871d21-3f92-42b0-b83f-109deb5861d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-19871d21-3f92-42b0-b83f-109deb5861d9.shg-align-container {
  text-align: center
}

.s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-19871d21-3f92-42b0-b83f-109deb5861d9 img.shogun-image,
  #s-19871d21-3f92-42b0-b83f-109deb5861d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19871d21-3f92-42b0-b83f-109deb5861d9 {
    width: 100%;
    height: auto;
  }



  img.s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image {
    
    
  }


.s-19871d21-3f92-42b0-b83f-109deb5861d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-19871d21-3f92-42b0-b83f-109deb5861d9.shg-align-container {
  text-align: center
}

.s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-19871d21-3f92-42b0-b83f-109deb5861d9 img.shogun-image,
  #s-19871d21-3f92-42b0-b83f-109deb5861d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19871d21-3f92-42b0-b83f-109deb5861d9 {
    width: 100%;
    height: auto;
  }



  img.s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image {
    
    
  }


.s-19871d21-3f92-42b0-b83f-109deb5861d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-19871d21-3f92-42b0-b83f-109deb5861d9.shg-align-container {
  text-align: center
}

.s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-19871d21-3f92-42b0-b83f-109deb5861d9 img.shogun-image,
  #s-19871d21-3f92-42b0-b83f-109deb5861d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19871d21-3f92-42b0-b83f-109deb5861d9 {
    width: 100%;
    height: auto;
  }



  img.s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image {
    
    
  }


.s-19871d21-3f92-42b0-b83f-109deb5861d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-19871d21-3f92-42b0-b83f-109deb5861d9.shg-align-container {
  text-align: center
}

.s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-19871d21-3f92-42b0-b83f-109deb5861d9 img.shogun-image,
  #s-19871d21-3f92-42b0-b83f-109deb5861d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19871d21-3f92-42b0-b83f-109deb5861d9 {
    width: 100%;
    height: auto;
  }



  img.s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image {
    
    
  }


.s-19871d21-3f92-42b0-b83f-109deb5861d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-19871d21-3f92-42b0-b83f-109deb5861d9.shg-align-container {
  text-align: center
}

.s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19871d21-3f92-42b0-b83f-109deb5861d9.shogun-image {
  box-sizing: border-box;
}


}
#s-b372412c-3e6c-4ec9-99ad-6698dbe17e72 {
  text-align: left;
}

#s-ab21b215-d821-4799-a396-6564309896ac {
  text-align: left;
}

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