.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-bd310783-5915-412e-ad27-339a98bccbc5 {
  min-height: 0px;
}








#s-bd310783-5915-412e-ad27-339a98bccbc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd310783-5915-412e-ad27-339a98bccbc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e233aa68-a9bf-4c90-8d33-5b8739512336 {
  display: none;
}
#s-e233aa68-a9bf-4c90-8d33-5b8739512336, #wrap-s-e233aa68-a9bf-4c90-8d33-5b8739512336 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e233aa68-a9bf-4c90-8d33-5b8739512336 {
  display: none;
}
#s-e233aa68-a9bf-4c90-8d33-5b8739512336, #wrap-s-e233aa68-a9bf-4c90-8d33-5b8739512336 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e233aa68-a9bf-4c90-8d33-5b8739512336 {
  display: none;
}
#s-e233aa68-a9bf-4c90-8d33-5b8739512336, #wrap-s-e233aa68-a9bf-4c90-8d33-5b8739512336 { display:none !important; }}
#s-e233aa68-a9bf-4c90-8d33-5b8739512336 {
  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-b1907fcf-f291-4f27-b6b2-c2324352f5fc {
  text-align: left;
}



.shg-c#s-b1907fcf-f291-4f27-b6b2-c2324352f5fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1907fcf-f291-4f27-b6b2-c2324352f5fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b1907fcf-f291-4f27-b6b2-c2324352f5fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1907fcf-f291-4f27-b6b2-c2324352f5fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1907fcf-f291-4f27-b6b2-c2324352f5fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1907fcf-f291-4f27-b6b2-c2324352f5fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1907fcf-f291-4f27-b6b2-c2324352f5fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1907fcf-f291-4f27-b6b2-c2324352f5fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1907fcf-f291-4f27-b6b2-c2324352f5fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1907fcf-f291-4f27-b6b2-c2324352f5fc img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-231f87ff-76ae-4424-9039-71bc257e6cf3 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-231f87ff-76ae-4424-9039-71bc257e6cf3 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-231f87ff-76ae-4424-9039-71bc257e6cf3 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-231f87ff-76ae-4424-9039-71bc257e6cf3 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-231f87ff-76ae-4424-9039-71bc257e6cf3 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-231f87ff-76ae-4424-9039-71bc257e6cf3 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-231f87ff-76ae-4424-9039-71bc257e6cf3 .shg-gallery-dot {
  background-color: #FFF;
}

.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-3e03fe63-32b4-45ef-bbce-697a9f1136b1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-3e03fe63-32b4-45ef-bbce-697a9f1136b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e03fe63-32b4-45ef-bbce-697a9f1136b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e03fe63-32b4-45ef-bbce-697a9f1136b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e03fe63-32b4-45ef-bbce-697a9f1136b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e03fe63-32b4-45ef-bbce-697a9f1136b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e03fe63-32b4-45ef-bbce-697a9f1136b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e03fe63-32b4-45ef-bbce-697a9f1136b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5a914227-97be-45e5-a14e-706c7b2f62e4 {
  margin-top: 44px;
margin-left: 4px;
margin-bottom: -3px;
margin-right: -6px;
padding-left: 44px;
padding-right: 48px;
max-width: 984px;
}
@media (max-width: 767px){#s-5a914227-97be-45e5-a14e-706c7b2f62e4 {
  display: none;
}
#s-5a914227-97be-45e5-a14e-706c7b2f62e4, #wrap-s-5a914227-97be-45e5-a14e-706c7b2f62e4 { display:none !important; }}
#s-5a914227-97be-45e5-a14e-706c7b2f62e4 {
  display: none;
}
#s-dbfb7ada-6d7f-45d6-a296-e398c3b41209 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dbfb7ada-6d7f-45d6-a296-e398c3b41209 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-dbfb7ada-6d7f-45d6-a296-e398c3b41209 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-dbfb7ada-6d7f-45d6-a296-e398c3b41209 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-dbfb7ada-6d7f-45d6-a296-e398c3b41209 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-dbfb7ada-6d7f-45d6-a296-e398c3b41209 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-dbfb7ada-6d7f-45d6-a296-e398c3b41209 .shg-gallery-dot {
  background-color: #FFF;
}

#s-7b7193fd-92e1-4444-9e57-1fc0efb8563f {
  margin-top: 48px;
margin-left: 0px;
margin-right: 8px;
padding-left: 24px;
padding-bottom: 0px;
padding-right: 24px;
min-height: 0px;
max-width: 456px;
}
@media (max-width: 767px){#s-7b7193fd-92e1-4444-9e57-1fc0efb8563f {
  margin-top: 0px;
margin-left: -1px;
margin-right: 0px;
padding-top: 20px;
}
}







#s-7b7193fd-92e1-4444-9e57-1fc0efb8563f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b7193fd-92e1-4444-9e57-1fc0efb8563f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eea994a8-3829-4d18-bd0f-778617b1ab74 {
  padding-left: 0px;
padding-right: 0px;
}

#s-eea994a8-3829-4d18-bd0f-778617b1ab74 {
  display: none;
}
#s-b8ff3784-8ae4-4452-957d-50fab154df34 {
  margin-top: 0px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
text-align: left;
}

.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-7acab618-85c8-4e18-8627-d61ce8a5be0c {
  margin-left: 12px;
margin-bottom: 8px;
margin-right: 12px;
text-align: left;
}
@media (max-width: 767px){#s-7acab618-85c8-4e18-8627-d61ce8a5be0c {
  
}
}
#s-7acab618-85c8-4e18-8627-d61ce8a5be0c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cf3754d1-3173-475c-b666-8edb6113dad4 {
  margin-left: 12px;
margin-right: 12px;
}

#s-1f26f5e3-bd5c-4bec-af59-450798c8b9b3 {
  margin-top: 10px;
margin-left: 12px;
margin-bottom: 20px;
margin-right: 12px;
text-align: left;
}

#s-1f26f5e3-bd5c-4bec-af59-450798c8b9b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1f26f5e3-bd5c-4bec-af59-450798c8b9b3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-1f26f5e3-bd5c-4bec-af59-450798c8b9b3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(117, 117, 117, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 15px;
}

#s-e0040ff9-8fdd-4811-80a6-dfb4ec35d93b {
  margin-top: 6px;
margin-left: 12px;
margin-bottom: 24px;
margin-right: 12px;
min-height: 50px;
}








#s-e0040ff9-8fdd-4811-80a6-dfb4ec35d93b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0040ff9-8fdd-4811-80a6-dfb4ec35d93b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-599515a6-487f-42c8-b169-0d23e72dade4 {
  margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
padding-top: 16.5px;
padding-left: 0px;
padding-bottom: 16.5px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(17, 17, 17, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(17, 17, 17, 1);
cursor: pointer;
text-align: center;
color: rgba(202, 189, 129, 1);
background-image: none;
hover-type: color;
}
#s-599515a6-487f-42c8-b169-0d23e72dade4:hover {border-style: solid !important;
border-color: rgba(64, 64, 64, 1) !important;
background-color: rgba(120, 116, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(202, 189, 129, 1) !important;}#s-599515a6-487f-42c8-b169-0d23e72dade4:active {background-color: rgba(120, 116, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(202, 189, 129, 1) !important;}


#s-599515a6-487f-42c8-b169-0d23e72dade4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-599515a6-487f-42c8-b169-0d23e72dade4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-599515a6-487f-42c8-b169-0d23e72dade4.shg-btn {
  color: rgba(202, 189, 129, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-599515a6-487f-42c8-b169-0d23e72dade4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-869dfad5-b397-4729-be30-091e1ab971b7 {
  margin-top: 0px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
min-height: 50px;
}








#s-869dfad5-b397-4729-be30-091e1ab971b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-869dfad5-b397-4729-be30-091e1ab971b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a3a496f-9ac6-4800-90d0-92978f60a999 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-1a3a496f-9ac6-4800-90d0-92978f60a999"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1a3a496f-9ac6-4800-90d0-92978f60a999"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1a3a496f-9ac6-4800-90d0-92978f60a999"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1a3a496f-9ac6-4800-90d0-92978f60a999"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1a3a496f-9ac6-4800-90d0-92978f60a999"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a3a496f-9ac6-4800-90d0-92978f60a999"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1a3a496f-9ac6-4800-90d0-92978f60a999"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

.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;
}
#s-047cbb40-140e-4518-a9ac-780c70beb3d3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 25px;
text-align: left;
}







  #s-047cbb40-140e-4518-a9ac-780c70beb3d3 img.shogun-image {
    

    
    
    
  }


#s-047cbb40-140e-4518-a9ac-780c70beb3d3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-92b8717a-c4d4-4cce-a51b-7c00c807ad65 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-92b8717a-c4d4-4cce-a51b-7c00c807ad65 {
  margin-left: -84%;
}
}
#s-a4202428-28c7-48e4-92a7-18c2d66b7bfc {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-a4202428-28c7-48e4-92a7-18c2d66b7bfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a4202428-28c7-48e4-92a7-18c2d66b7bfc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a4202428-28c7-48e4-92a7-18c2d66b7bfc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a4202428-28c7-48e4-92a7-18c2d66b7bfc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a4202428-28c7-48e4-92a7-18c2d66b7bfc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4202428-28c7-48e4-92a7-18c2d66b7bfc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a4202428-28c7-48e4-92a7-18c2d66b7bfc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-ac190881-470e-4f1e-84e6-aaa345deeba8 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 25px;
text-align: left;
}







  #s-ac190881-470e-4f1e-84e6-aaa345deeba8 img.shogun-image {
    

    
    
    
  }


#s-ac190881-470e-4f1e-84e6-aaa345deeba8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a88f54cb-01dc-426d-951d-ccb72f85be0c {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-a88f54cb-01dc-426d-951d-ccb72f85be0c {
  margin-left: -84%;
}
}
#s-c0267203-d16c-4cfa-9dbd-287d2d1bfbca {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-c0267203-d16c-4cfa-9dbd-287d2d1bfbca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c0267203-d16c-4cfa-9dbd-287d2d1bfbca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c0267203-d16c-4cfa-9dbd-287d2d1bfbca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c0267203-d16c-4cfa-9dbd-287d2d1bfbca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c0267203-d16c-4cfa-9dbd-287d2d1bfbca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0267203-d16c-4cfa-9dbd-287d2d1bfbca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c0267203-d16c-4cfa-9dbd-287d2d1bfbca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-cfa3266c-b454-4fce-8c4d-1cfc49c23b8d {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 25px;
text-align: left;
}







  #s-cfa3266c-b454-4fce-8c4d-1cfc49c23b8d img.shogun-image {
    

    
    
    
  }


#s-cfa3266c-b454-4fce-8c4d-1cfc49c23b8d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-99679172-6041-472a-a877-3c7b9b9445aa {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-99679172-6041-472a-a877-3c7b9b9445aa {
  margin-left: -84%;
}
}
#s-fdf4bfe9-136f-43c5-ac2c-4f226a9ce64f {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-fdf4bfe9-136f-43c5-ac2c-4f226a9ce64f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fdf4bfe9-136f-43c5-ac2c-4f226a9ce64f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fdf4bfe9-136f-43c5-ac2c-4f226a9ce64f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fdf4bfe9-136f-43c5-ac2c-4f226a9ce64f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fdf4bfe9-136f-43c5-ac2c-4f226a9ce64f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdf4bfe9-136f-43c5-ac2c-4f226a9ce64f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fdf4bfe9-136f-43c5-ac2c-4f226a9ce64f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-4b75e066-c15c-40c3-84f2-7a5810cd5bc8 {
  margin-bottom: 10px;
max-width: 25px;
text-align: left;
}







  #s-4b75e066-c15c-40c3-84f2-7a5810cd5bc8 img.shogun-image {
    

    
    
    
  }


#s-4b75e066-c15c-40c3-84f2-7a5810cd5bc8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-44a1a99d-5b97-4034-ad57-26f89605db4d {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-44a1a99d-5b97-4034-ad57-26f89605db4d {
  margin-left: -84%;
}
}
#s-bca96ab0-5639-4870-bc09-af5b9863a2ea {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-bca96ab0-5639-4870-bc09-af5b9863a2ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bca96ab0-5639-4870-bc09-af5b9863a2ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bca96ab0-5639-4870-bc09-af5b9863a2ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bca96ab0-5639-4870-bc09-af5b9863a2ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bca96ab0-5639-4870-bc09-af5b9863a2ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bca96ab0-5639-4870-bc09-af5b9863a2ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bca96ab0-5639-4870-bc09-af5b9863a2ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-572247b9-7a7e-4132-9015-168a94ff83e0 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 25px;
text-align: left;
}







  #s-572247b9-7a7e-4132-9015-168a94ff83e0 img.shogun-image {
    

    
    
    
  }


#s-572247b9-7a7e-4132-9015-168a94ff83e0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a037b53e-66a0-4d0d-8a1e-d5c54eba7e5c {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-a037b53e-66a0-4d0d-8a1e-d5c54eba7e5c {
  margin-left: -84%;
}
}
#s-e24c5ae1-2b62-4d95-a563-30e5eac19c1e {
  margin-top: 3px;
margin-left: 12px;
margin-bottom: 10px;
margin-right: 12px;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
min-height: 50px;
background-color: rgba(247, 246, 245, 1);
}








#s-e24c5ae1-2b62-4d95-a563-30e5eac19c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e24c5ae1-2b62-4d95-a563-30e5eac19c1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67cbd1d4-50d9-479c-8aa3-614b2d1863ee {
  margin-top: 0px;
margin-bottom: 12px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9cd3c846-c409-45ac-914e-45c89fe25715"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9cd3c846-c409-45ac-914e-45c89fe25715"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9cd3c846-c409-45ac-914e-45c89fe25715"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cd3c846-c409-45ac-914e-45c89fe25715"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-20bd64d2-37c4-40df-8061-850a1d7bf158 {
  margin-top: 30px;
margin-left: 12px;
margin-bottom: 30px;
margin-right: 12px;
}
@media (min-width: 1200px){#s-20bd64d2-37c4-40df-8061-850a1d7bf158 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20bd64d2-37c4-40df-8061-850a1d7bf158 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20bd64d2-37c4-40df-8061-850a1d7bf158 {
  
}
}
#s-20bd64d2-37c4-40df-8061-850a1d7bf158 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-20bd64d2-37c4-40df-8061-850a1d7bf158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-20bd64d2-37c4-40df-8061-850a1d7bf158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(25, 17, 11, 1);
}

#s-20bd64d2-37c4-40df-8061-850a1d7bf158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-20bd64d2-37c4-40df-8061-850a1d7bf158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(25, 17, 11, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-20bd64d2-37c4-40df-8061-850a1d7bf158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ae797867-4b81-43f2-87bc-14ca3bd37534 {
  margin-left: 4px;
margin-bottom: 32px;
margin-right: 4px;
}

#s-2739f744-06f4-43f8-b6e0-c15b1f81df40 {
  margin-left: 4px;
margin-bottom: 32px;
margin-right: 4px;
}

#s-81f6d35f-4013-4106-b779-904e57b6143d {
  margin-left: 4px;
margin-bottom: 32px;
margin-right: 4px;
}

#s-c042c85f-fc85-42fa-9424-d95c9603564e {
  margin-left: 4px;
margin-bottom: 32px;
margin-right: 4px;
}

#s-3fa9ef3c-370e-43c0-95e5-ad49055fd72c {
  margin-left: 4px;
margin-bottom: 32px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ba3b5aa9-6b66-41d9-bed1-15abbf7fc320 {
  margin-top: 5px;
margin-bottom: 24px;
}

#s-18c18dec-03a7-4595-bc75-f021bd460e73 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-18c18dec-03a7-4595-bc75-f021bd460e73 {
  display: none;
}
#s-18c18dec-03a7-4595-bc75-f021bd460e73, #wrap-s-18c18dec-03a7-4595-bc75-f021bd460e73 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18c18dec-03a7-4595-bc75-f021bd460e73 {
  display: none;
}
#s-18c18dec-03a7-4595-bc75-f021bd460e73, #wrap-s-18c18dec-03a7-4595-bc75-f021bd460e73 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18c18dec-03a7-4595-bc75-f021bd460e73 {
  display: none;
}
#s-18c18dec-03a7-4595-bc75-f021bd460e73, #wrap-s-18c18dec-03a7-4595-bc75-f021bd460e73 { display:none !important; }}@media (max-width: 767px){#s-18c18dec-03a7-4595-bc75-f021bd460e73 {
  display: none;
}
#s-18c18dec-03a7-4595-bc75-f021bd460e73, #wrap-s-18c18dec-03a7-4595-bc75-f021bd460e73 { display:none !important; }}







#s-18c18dec-03a7-4595-bc75-f021bd460e73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18c18dec-03a7-4595-bc75-f021bd460e73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-362dd90c-d262-444e-acd1-2d22cb32589b {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-362dd90c-d262-444e-acd1-2d22cb32589b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-362dd90c-d262-444e-acd1-2d22cb32589b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-362dd90c-d262-444e-acd1-2d22cb32589b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-362dd90c-d262-444e-acd1-2d22cb32589b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d4dff350-7894-49eb-8fb4-25af1a71b0f8 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e37707eb-e0eb-4ea4-ad67-13abf3981e19 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-554dca12-965d-47ff-907d-94ef2002d5ac {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-554dca12-965d-47ff-907d-94ef2002d5ac {
  display: none;
}
#s-554dca12-965d-47ff-907d-94ef2002d5ac, #wrap-s-554dca12-965d-47ff-907d-94ef2002d5ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-554dca12-965d-47ff-907d-94ef2002d5ac {
  display: none;
}
#s-554dca12-965d-47ff-907d-94ef2002d5ac, #wrap-s-554dca12-965d-47ff-907d-94ef2002d5ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-554dca12-965d-47ff-907d-94ef2002d5ac {
  
}
}
@media (min-width: 0px) {
[id="s-554dca12-965d-47ff-907d-94ef2002d5ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-554dca12-965d-47ff-907d-94ef2002d5ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-554dca12-965d-47ff-907d-94ef2002d5ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-554dca12-965d-47ff-907d-94ef2002d5ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c3d55e3c-e537-4418-b869-4415b007b694 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 1px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: dotted;
}
@media (min-width: 1200px){#s-c3d55e3c-e537-4418-b869-4415b007b694 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3d55e3c-e537-4418-b869-4415b007b694 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3d55e3c-e537-4418-b869-4415b007b694 {
  display: none;
}
#s-c3d55e3c-e537-4418-b869-4415b007b694, #wrap-s-c3d55e3c-e537-4418-b869-4415b007b694 { display:none !important; }}@media (max-width: 767px){#s-c3d55e3c-e537-4418-b869-4415b007b694 {
  display: none;
}
#s-c3d55e3c-e537-4418-b869-4415b007b694, #wrap-s-c3d55e3c-e537-4418-b869-4415b007b694 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c3d55e3c-e537-4418-b869-4415b007b694"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c3d55e3c-e537-4418-b869-4415b007b694"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c3d55e3c-e537-4418-b869-4415b007b694"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3d55e3c-e537-4418-b869-4415b007b694"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e00108fd-e89c-4e49-ad0d-882f1a92a3ca {
  margin-left: 10px;
margin-right: 10px;
}

#s-149f1596-b9cc-4a41-9eda-dd55a43899d8 {
  margin-top: 48px;
margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
padding-left: 48px;
padding-right: 48px;
min-height: 0px;
max-width: 1440px;
}
@media (max-width: 767px){#s-149f1596-b9cc-4a41-9eda-dd55a43899d8 {
  padding-left: 24px;
padding-right: 24px;
}
}







#s-149f1596-b9cc-4a41-9eda-dd55a43899d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-149f1596-b9cc-4a41-9eda-dd55a43899d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e8de8b6-12b9-4abc-a445-a9775889af61 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 2px;
margin-right: 0px;
}

#s-2bd539e9-961f-4159-928a-9345421fb520 {
  margin-bottom: 30px;
}
@media (max-width: 767px){#s-2bd539e9-961f-4159-928a-9345421fb520 {
  display: none;
}
#s-2bd539e9-961f-4159-928a-9345421fb520, #wrap-s-2bd539e9-961f-4159-928a-9345421fb520 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2bd539e9-961f-4159-928a-9345421fb520"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-2bd539e9-961f-4159-928a-9345421fb520"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-2bd539e9-961f-4159-928a-9345421fb520"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-2bd539e9-961f-4159-928a-9345421fb520"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-6d43e64a-3e51-4d03-95e2-9cf764325950 {
  display: none;
}
#s-c188723c-bb8b-425a-b8fa-d996ac524099 {
  text-align: left;
}



.shg-c#s-c188723c-bb8b-425a-b8fa-d996ac524099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c188723c-bb8b-425a-b8fa-d996ac524099 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c188723c-bb8b-425a-b8fa-d996ac524099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c188723c-bb8b-425a-b8fa-d996ac524099 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c188723c-bb8b-425a-b8fa-d996ac524099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c188723c-bb8b-425a-b8fa-d996ac524099 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c188723c-bb8b-425a-b8fa-d996ac524099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c188723c-bb8b-425a-b8fa-d996ac524099 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c188723c-bb8b-425a-b8fa-d996ac524099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c188723c-bb8b-425a-b8fa-d996ac524099 img.shogun-image {
  width: 100%;
}



}
#s-4a5c650a-f02c-4c3c-bc4e-6eee81dfaf53 {
  margin-top: 10px;
text-align: left;
}

#s-4a5c650a-f02c-4c3c-bc4e-6eee81dfaf53 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a764c0f2-0cc1-43ff-b96a-2e3a69b39524 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-a764c0f2-0cc1-43ff-b96a-2e3a69b39524 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a764c0f2-0cc1-43ff-b96a-2e3a69b39524 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a764c0f2-0cc1-43ff-b96a-2e3a69b39524 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-bb25b5bf-ad8c-43d9-871c-ab17fec3357d {
  display: none;
}
#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 {
  text-align: left;
}



.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5da2269-7a40-4e1b-a29b-39bc53089a22 img.shogun-image {
  width: 100%;
}




#s-40fb5a87-2013-4891-b8c8-b6ad95def75f {
  margin-top: 10px;
text-align: left;
}

#s-40fb5a87-2013-4891-b8c8-b6ad95def75f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ddc290df-04a9-4760-ad72-5e5739d5767f {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-ddc290df-04a9-4760-ad72-5e5739d5767f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ddc290df-04a9-4760-ad72-5e5739d5767f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ddc290df-04a9-4760-ad72-5e5739d5767f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6b88f889-9e07-4b90-bfda-abd23adb5147 {
  display: none;
}
#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 {
  text-align: left;
}



.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8ebc7e-7679-4a60-80b1-b9fe95b0ec69 img.shogun-image {
  width: 100%;
}




#s-dbfef3eb-c9ba-4e3e-9dd3-208537e789cc {
  margin-top: 10px;
text-align: left;
}

#s-dbfef3eb-c9ba-4e3e-9dd3-208537e789cc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-0dacb76c-57ee-47e7-83bd-64c1c524d13b {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-0dacb76c-57ee-47e7-83bd-64c1c524d13b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0dacb76c-57ee-47e7-83bd-64c1c524d13b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0dacb76c-57ee-47e7-83bd-64c1c524d13b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c546f980-0b6c-407c-b428-4f5c7181e918 {
  display: none;
}
#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d {
  text-align: left;
}



.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c944ff8-ea3f-4b8e-b8a8-ee75dfb1510d img.shogun-image {
  width: 100%;
}




#s-348fbc00-7d3d-42b2-a66e-a2175d97ec3a {
  margin-top: 10px;
text-align: left;
}

#s-348fbc00-7d3d-42b2-a66e-a2175d97ec3a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b43f40d3-010d-4ffe-b13e-fd9341faffb2 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-b43f40d3-010d-4ffe-b13e-fd9341faffb2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b43f40d3-010d-4ffe-b13e-fd9341faffb2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b43f40d3-010d-4ffe-b13e-fd9341faffb2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a5bc086d-97b1-412f-9d5f-44ff845f4e26 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a5bc086d-97b1-412f-9d5f-44ff845f4e26 {
  display: none;
}
#s-a5bc086d-97b1-412f-9d5f-44ff845f4e26, #wrap-s-a5bc086d-97b1-412f-9d5f-44ff845f4e26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5bc086d-97b1-412f-9d5f-44ff845f4e26 {
  display: none;
}
#s-a5bc086d-97b1-412f-9d5f-44ff845f4e26, #wrap-s-a5bc086d-97b1-412f-9d5f-44ff845f4e26 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5bc086d-97b1-412f-9d5f-44ff845f4e26 {
  display: none;
}
#s-a5bc086d-97b1-412f-9d5f-44ff845f4e26, #wrap-s-a5bc086d-97b1-412f-9d5f-44ff845f4e26 { display:none !important; }}
#s-a5bc086d-97b1-412f-9d5f-44ff845f4e26 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a5bc086d-97b1-412f-9d5f-44ff845f4e26 .shg-sld-nav-button.shg-sld-left,
#s-a5bc086d-97b1-412f-9d5f-44ff845f4e26 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 1200px){#s-9ec9359a-9676-4221-be8f-ffc1b347d4b9 {
  display: none;
}
#s-9ec9359a-9676-4221-be8f-ffc1b347d4b9, #wrap-s-9ec9359a-9676-4221-be8f-ffc1b347d4b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ec9359a-9676-4221-be8f-ffc1b347d4b9 {
  display: none;
}
#s-9ec9359a-9676-4221-be8f-ffc1b347d4b9, #wrap-s-9ec9359a-9676-4221-be8f-ffc1b347d4b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ec9359a-9676-4221-be8f-ffc1b347d4b9 {
  display: none;
}
#s-9ec9359a-9676-4221-be8f-ffc1b347d4b9, #wrap-s-9ec9359a-9676-4221-be8f-ffc1b347d4b9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9ec9359a-9676-4221-be8f-ffc1b347d4b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-9ec9359a-9676-4221-be8f-ffc1b347d4b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9ec9359a-9676-4221-be8f-ffc1b347d4b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9ec9359a-9676-4221-be8f-ffc1b347d4b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-ab774f74-397c-433c-8a89-a39e0b0c54f7 {
  display: none;
}
#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 {
  text-align: left;
}



.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c04118-f2b5-451f-a3a8-fd6a69e08272 img.shogun-image {
  width: 100%;
}




#s-f55cd78f-3b11-4fd2-9a09-329b417cd72b {
  margin-top: 10px;
text-align: left;
}

#s-f55cd78f-3b11-4fd2-9a09-329b417cd72b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e73988f1-dc84-465b-9515-4ad1ad885308 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-e73988f1-dc84-465b-9515-4ad1ad885308 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e73988f1-dc84-465b-9515-4ad1ad885308 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e73988f1-dc84-465b-9515-4ad1ad885308 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-50937378-87c3-4415-b617-97c1d686cb51 {
  display: none;
}
#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 {
  text-align: left;
}



.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6deb19db-04ad-4425-b605-6f6a0cbd94c1 img.shogun-image {
  width: 100%;
}




#s-8e0be87f-722b-45ab-84be-d941b197c7eb {
  margin-top: 10px;
text-align: left;
}

#s-8e0be87f-722b-45ab-84be-d941b197c7eb .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-45b2833e-532e-46a2-aa3c-26e5053254d0 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-45b2833e-532e-46a2-aa3c-26e5053254d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-45b2833e-532e-46a2-aa3c-26e5053254d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-45b2833e-532e-46a2-aa3c-26e5053254d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-68ec40a9-0bab-47a7-afba-46773719ca0d {
  display: none;
}
#s-68ec40a9-0bab-47a7-afba-46773719ca0d, #wrap-s-68ec40a9-0bab-47a7-afba-46773719ca0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68ec40a9-0bab-47a7-afba-46773719ca0d {
  display: none;
}
#s-68ec40a9-0bab-47a7-afba-46773719ca0d, #wrap-s-68ec40a9-0bab-47a7-afba-46773719ca0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68ec40a9-0bab-47a7-afba-46773719ca0d {
  display: none;
}
#s-68ec40a9-0bab-47a7-afba-46773719ca0d, #wrap-s-68ec40a9-0bab-47a7-afba-46773719ca0d { display:none !important; }}
@media (min-width: 0px) {
[id="s-68ec40a9-0bab-47a7-afba-46773719ca0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-68ec40a9-0bab-47a7-afba-46773719ca0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-68ec40a9-0bab-47a7-afba-46773719ca0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-68ec40a9-0bab-47a7-afba-46773719ca0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-84c56033-056d-44af-a84e-5a5f712a4bee {
  display: none;
}
#s-a2df43bf-3857-4904-93bf-73024627783b {
  text-align: left;
}



.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2df43bf-3857-4904-93bf-73024627783b img.shogun-image {
  width: 100%;
}




#s-6a7b554c-c464-4449-9f33-8441902dbe2c {
  margin-top: 10px;
text-align: left;
}

#s-6a7b554c-c464-4449-9f33-8441902dbe2c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e634a216-676f-4f79-aa54-5d5043611b12 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-e634a216-676f-4f79-aa54-5d5043611b12 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e634a216-676f-4f79-aa54-5d5043611b12 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e634a216-676f-4f79-aa54-5d5043611b12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-67a29a52-f9ce-41c4-bc6c-dd0d99b2eb50 {
  display: none;
}
#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 {
  text-align: left;
}



.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e023c890-8f5d-48d1-b3df-37d05f4dbf32 img.shogun-image {
  width: 100%;
}




#s-c0ead431-d46d-46e8-9d1e-1bcb08f37a72 {
  margin-top: 10px;
text-align: left;
}

#s-c0ead431-d46d-46e8-9d1e-1bcb08f37a72 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a7f69eb4-4e5e-4b98-9c76-5cf7f747a080 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-a7f69eb4-4e5e-4b98-9c76-5cf7f747a080 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a7f69eb4-4e5e-4b98-9c76-5cf7f747a080 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a7f69eb4-4e5e-4b98-9c76-5cf7f747a080 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7f04d80a-cebc-4ac3-98df-5678345e6d0b {
  margin-top: 48px;
margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
padding-left: 48px;
padding-right: 48px;
min-height: 0px;
max-width: 1440px;
}
@media (max-width: 767px){#s-7f04d80a-cebc-4ac3-98df-5678345e6d0b {
  padding-left: 24px;
padding-right: 24px;
}
}







#s-7f04d80a-cebc-4ac3-98df-5678345e6d0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f04d80a-cebc-4ac3-98df-5678345e6d0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6cf17bc-a953-48b2-93aa-8ceef4df1f3e {
  margin-left: 0px;
margin-bottom: 2px;
margin-right: 0px;
}

#s-4872b44a-d561-4e7f-960c-2f82e301c375 {
  min-height: 50px;
}








#s-4872b44a-d561-4e7f-960c-2f82e301c375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4872b44a-d561-4e7f-960c-2f82e301c375.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-532482e4-6c4b-4703-8baf-0d3d3bcc7f62 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
}

#s-a7b810a6-6fc9-401f-85f4-ad7b8d92fbc6 {
  margin-top: 48px;
margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
min-height: 0px;
}








#s-a7b810a6-6fc9-401f-85f4-ad7b8d92fbc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7b810a6-6fc9-401f-85f4-ad7b8d92fbc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fd4f477-a20b-4073-b914-c9bb5d51d887 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1fd4f477-a20b-4073-b914-c9bb5d51d887 {
  display: none;
}
#s-1fd4f477-a20b-4073-b914-c9bb5d51d887, #wrap-s-1fd4f477-a20b-4073-b914-c9bb5d51d887 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1fd4f477-a20b-4073-b914-c9bb5d51d887"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1fd4f477-a20b-4073-b914-c9bb5d51d887"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1fd4f477-a20b-4073-b914-c9bb5d51d887"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1fd4f477-a20b-4073-b914-c9bb5d51d887"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

#s-94b618fa-7049-4576-a588-d45c1c5fe152 {
  text-align: center;
}







  img.s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image {
    
    
  }


.s-94b618fa-7049-4576-a588-d45c1c5fe152 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b618fa-7049-4576-a588-d45c1c5fe152.shg-align-container {
  text-align: center
}

.s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image {
    
    
  }


.s-94b618fa-7049-4576-a588-d45c1c5fe152 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b618fa-7049-4576-a588-d45c1c5fe152.shg-align-container {
  text-align: center
}

.s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image {
  box-sizing: border-box;
}


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





  img.s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image {
    
    
  }


.s-94b618fa-7049-4576-a588-d45c1c5fe152 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b618fa-7049-4576-a588-d45c1c5fe152.shg-align-container {
  text-align: center
}

.s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image {
  box-sizing: border-box;
}


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





  img.s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image {
    
    
  }


.s-94b618fa-7049-4576-a588-d45c1c5fe152 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b618fa-7049-4576-a588-d45c1c5fe152.shg-align-container {
  text-align: center
}

.s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image {
  box-sizing: border-box;
}


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





  img.s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image {
    
    
  }


.s-94b618fa-7049-4576-a588-d45c1c5fe152 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b618fa-7049-4576-a588-d45c1c5fe152.shg-align-container {
  text-align: center
}

.s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b618fa-7049-4576-a588-d45c1c5fe152.shogun-image {
  box-sizing: border-box;
}


}
#s-20a6bfa2-77ed-4ad4-857d-00682b0fd2d0 {
  text-align: center;
}







  #s-20a6bfa2-77ed-4ad4-857d-00682b0fd2d0 img.shogun-image {
    

    
    
    
  }


#s-20a6bfa2-77ed-4ad4-857d-00682b0fd2d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82 {
  text-align: center;
}







  img.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image {
    
    
  }


.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shg-align-container {
  text-align: center
}

.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image {
    
    
  }


.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shg-align-container {
  text-align: center
}

.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image {
    
    
  }


.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shg-align-container {
  text-align: center
}

.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image {
    
    
  }


.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shg-align-container {
  text-align: center
}

.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image {
    
    
  }


.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shg-align-container {
  text-align: center
}

.s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5ca2951-c4ba-4c3d-94fb-619b9c0b6c82.shogun-image {
  box-sizing: border-box;
}


}
#s-b1a5f8e9-6f57-4e66-b0f9-586581176c26 {
  text-align: center;
}







  img.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image {
    
    
  }


.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shg-align-container {
  text-align: center
}

.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image {
    
    
  }


.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shg-align-container {
  text-align: center
}

.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image {
    
    
  }


.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shg-align-container {
  text-align: center
}

.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image {
    
    
  }


.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shg-align-container {
  text-align: center
}

.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image {
    
    
  }


.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shg-align-container {
  text-align: center
}

.s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1a5f8e9-6f57-4e66-b0f9-586581176c26.shogun-image {
  box-sizing: border-box;
}


}
#s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b {
  display: none;
}
#s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b, #wrap-s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b {
  display: none;
}
#s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b, #wrap-s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b {
  display: none;
}
#s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b, #wrap-s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b { display:none !important; }}
#s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b .shg-sld-nav-button.shg-sld-left,
#s-d6ec3cc9-4ef2-437c-8f11-0ec3e964137b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f4461420-e7b7-494e-a7cf-8fe85a7506af {
  text-align: center;
}







  img.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image {
    
    
  }


.s-f4461420-e7b7-494e-a7cf-8fe85a7506af .shogun-image-content {
  
    align-items: center;
  
}

.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shg-align-container {
  text-align: center
}

.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image {
    
    
  }


.s-f4461420-e7b7-494e-a7cf-8fe85a7506af .shogun-image-content {
  
    align-items: center;
  
}

.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shg-align-container {
  text-align: center
}

.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image {
    
    
  }


.s-f4461420-e7b7-494e-a7cf-8fe85a7506af .shogun-image-content {
  
    align-items: center;
  
}

.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shg-align-container {
  text-align: center
}

.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image {
    
    
  }


.s-f4461420-e7b7-494e-a7cf-8fe85a7506af .shogun-image-content {
  
    align-items: center;
  
}

.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shg-align-container {
  text-align: center
}

.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image {
    
    
  }


.s-f4461420-e7b7-494e-a7cf-8fe85a7506af .shogun-image-content {
  
    align-items: center;
  
}

.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shg-align-container {
  text-align: center
}

.s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4461420-e7b7-494e-a7cf-8fe85a7506af.shogun-image {
  box-sizing: border-box;
}


}
#s-11769245-42e7-47da-8da8-4e3e01e2f0e9 {
  text-align: center;
}







  img.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image {
    
    
  }


.s-11769245-42e7-47da-8da8-4e3e01e2f0e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shg-align-container {
  text-align: center
}

.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image {
    
    
  }


.s-11769245-42e7-47da-8da8-4e3e01e2f0e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shg-align-container {
  text-align: center
}

.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image {
    
    
  }


.s-11769245-42e7-47da-8da8-4e3e01e2f0e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shg-align-container {
  text-align: center
}

.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image {
    
    
  }


.s-11769245-42e7-47da-8da8-4e3e01e2f0e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shg-align-container {
  text-align: center
}

.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image {
    
    
  }


.s-11769245-42e7-47da-8da8-4e3e01e2f0e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shg-align-container {
  text-align: center
}

.s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11769245-42e7-47da-8da8-4e3e01e2f0e9.shogun-image {
  box-sizing: border-box;
}


}
#s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad {
  text-align: center;
}







  img.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image {
    
    
  }


.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad .shogun-image-content {
  
    align-items: center;
  
}

.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shg-align-container {
  text-align: center
}

.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image {
    
    
  }


.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad .shogun-image-content {
  
    align-items: center;
  
}

.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shg-align-container {
  text-align: center
}

.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image {
    
    
  }


.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad .shogun-image-content {
  
    align-items: center;
  
}

.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shg-align-container {
  text-align: center
}

.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image {
    
    
  }


.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad .shogun-image-content {
  
    align-items: center;
  
}

.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shg-align-container {
  text-align: center
}

.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image {
    
    
  }


.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad .shogun-image-content {
  
    align-items: center;
  
}

.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shg-align-container {
  text-align: center
}

.s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb3f1ef8-8e4f-4300-b3f4-745761d9b5ad.shogun-image {
  box-sizing: border-box;
}


}
#s-acf8636e-2c3e-4ad5-8675-ac4b4e5585e3 {
  text-align: center;
}







  #s-acf8636e-2c3e-4ad5-8675-ac4b4e5585e3 img.shogun-image {
    

    
    
    
  }


#s-acf8636e-2c3e-4ad5-8675-ac4b4e5585e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-eabde43f-716f-436e-b6ed-ac2724d506d2 {
  text-align: center;
}







  #s-eabde43f-716f-436e-b6ed-ac2724d506d2 img.shogun-image {
    

    
    
    
  }


#s-eabde43f-716f-436e-b6ed-ac2724d506d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e099339-f48a-450a-914e-492998f09cf0 {
  text-align: center;
}







  #s-9e099339-f48a-450a-914e-492998f09cf0 img.shogun-image {
    

    
    
    
  }


#s-9e099339-f48a-450a-914e-492998f09cf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b567f368-408b-424e-93ad-d8e83586dd68 {
  text-align: center;
}







  #s-b567f368-408b-424e-93ad-d8e83586dd68 img.shogun-image {
    

    
    
    
  }


#s-b567f368-408b-424e-93ad-d8e83586dd68 .shogun-image-content {
  
    align-items: center;
  
}

#s-b27b9af7-0f32-4a19-a9b9-fa207e9b47db {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-left: 48px;
padding-right: 48px;
min-height: 0px;
max-width: 1440px;
}
@media (max-width: 767px){#s-b27b9af7-0f32-4a19-a9b9-fa207e9b47db {
  padding-left: 24px;
padding-right: 24px;
}
}







#s-b27b9af7-0f32-4a19-a9b9-fa207e9b47db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b27b9af7-0f32-4a19-a9b9-fa207e9b47db.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1d66d46e-c8e3-47ed-8894-1273e9e5f2f2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 2px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
}

#s-e4ec5263-383c-4179-b517-f3edba6b9966 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e4ec5263-383c-4179-b517-f3edba6b9966 {
  display: none;
}
#s-e4ec5263-383c-4179-b517-f3edba6b9966, #wrap-s-e4ec5263-383c-4179-b517-f3edba6b9966 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4ec5263-383c-4179-b517-f3edba6b9966 {
  display: none;
}
#s-e4ec5263-383c-4179-b517-f3edba6b9966, #wrap-s-e4ec5263-383c-4179-b517-f3edba6b9966 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4ec5263-383c-4179-b517-f3edba6b9966 {
  display: none;
}
#s-e4ec5263-383c-4179-b517-f3edba6b9966, #wrap-s-e4ec5263-383c-4179-b517-f3edba6b9966 { display:none !important; }}
#s-e4ec5263-383c-4179-b517-f3edba6b9966 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e4ec5263-383c-4179-b517-f3edba6b9966 .shg-sld-nav-button.shg-sld-left,
#s-e4ec5263-383c-4179-b517-f3edba6b9966 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 1200px){#s-50836866-940c-477a-b82d-f72114f3bd49 {
  display: none;
}
#s-50836866-940c-477a-b82d-f72114f3bd49, #wrap-s-50836866-940c-477a-b82d-f72114f3bd49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50836866-940c-477a-b82d-f72114f3bd49 {
  display: none;
}
#s-50836866-940c-477a-b82d-f72114f3bd49, #wrap-s-50836866-940c-477a-b82d-f72114f3bd49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50836866-940c-477a-b82d-f72114f3bd49 {
  display: none;
}
#s-50836866-940c-477a-b82d-f72114f3bd49, #wrap-s-50836866-940c-477a-b82d-f72114f3bd49 { display:none !important; }}
@media (min-width: 0px) {
[id="s-50836866-940c-477a-b82d-f72114f3bd49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-50836866-940c-477a-b82d-f72114f3bd49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-50836866-940c-477a-b82d-f72114f3bd49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-50836866-940c-477a-b82d-f72114f3bd49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-dff606d7-f9b5-4bba-8946-4999d8c5d58f {
  display: none;
}
#s-8bb9fce8-0e40-496d-868a-9db60a4299ff {
  text-align: left;
}



.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bb9fce8-0e40-496d-868a-9db60a4299ff img.shogun-image {
  width: 100%;
}




#s-9c2e4748-adf4-47e6-878f-75a6404e0e70 {
  margin-top: 10px;
text-align: left;
}

#s-9c2e4748-adf4-47e6-878f-75a6404e0e70 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ccf92cf5-31bf-40ee-af7b-d0a2cd6a7ecb {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-ccf92cf5-31bf-40ee-af7b-d0a2cd6a7ecb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ccf92cf5-31bf-40ee-af7b-d0a2cd6a7ecb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ccf92cf5-31bf-40ee-af7b-d0a2cd6a7ecb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d1237b74-5608-4664-81aa-01029b587dcf {
  display: none;
}
#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 {
  text-align: left;
}



.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f707ccf6-08d0-4112-a109-f7e48c1850e8 img.shogun-image {
  width: 100%;
}




#s-f2d4d174-4e14-4d09-a971-2b13443b7634 {
  margin-top: 10px;
text-align: left;
}

#s-f2d4d174-4e14-4d09-a971-2b13443b7634 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a422fb2b-5fc2-4a3b-9b02-06a48156d401 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-a422fb2b-5fc2-4a3b-9b02-06a48156d401 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a422fb2b-5fc2-4a3b-9b02-06a48156d401 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a422fb2b-5fc2-4a3b-9b02-06a48156d401 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-3ba85739-f33e-433d-ab20-3cde1b35919b {
  display: none;
}
#s-3ba85739-f33e-433d-ab20-3cde1b35919b, #wrap-s-3ba85739-f33e-433d-ab20-3cde1b35919b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ba85739-f33e-433d-ab20-3cde1b35919b {
  display: none;
}
#s-3ba85739-f33e-433d-ab20-3cde1b35919b, #wrap-s-3ba85739-f33e-433d-ab20-3cde1b35919b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ba85739-f33e-433d-ab20-3cde1b35919b {
  display: none;
}
#s-3ba85739-f33e-433d-ab20-3cde1b35919b, #wrap-s-3ba85739-f33e-433d-ab20-3cde1b35919b { display:none !important; }}
@media (min-width: 0px) {
[id="s-3ba85739-f33e-433d-ab20-3cde1b35919b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-3ba85739-f33e-433d-ab20-3cde1b35919b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3ba85739-f33e-433d-ab20-3cde1b35919b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ba85739-f33e-433d-ab20-3cde1b35919b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-03ed2354-7852-43c6-9180-375753fd562c {
  display: none;
}
#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 {
  text-align: left;
}



.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0c55335-04d4-4b6d-99e4-d9c9f6f81005 img.shogun-image {
  width: 100%;
}




#s-dd190982-4225-434e-9d88-dd4f0e7e3d8c {
  margin-top: 10px;
text-align: left;
}

#s-dd190982-4225-434e-9d88-dd4f0e7e3d8c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-89416eb2-4dc2-4e24-a636-413c4ac44d74 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-89416eb2-4dc2-4e24-a636-413c4ac44d74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89416eb2-4dc2-4e24-a636-413c4ac44d74 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-89416eb2-4dc2-4e24-a636-413c4ac44d74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-939e60d9-6b4b-40b0-b564-6935dea559cf {
  display: none;
}
#s-faee6a87-b709-4abc-841e-bdad75797d2d {
  text-align: left;
}



.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faee6a87-b709-4abc-841e-bdad75797d2d img.shogun-image {
  width: 100%;
}




#s-f348731d-e198-4497-9274-3a08f88bd612 {
  margin-top: 10px;
text-align: left;
}

#s-f348731d-e198-4497-9274-3a08f88bd612 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-221a5de2-9d94-4977-bb7f-55fd811e00b6 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-221a5de2-9d94-4977-bb7f-55fd811e00b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-221a5de2-9d94-4977-bb7f-55fd811e00b6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-221a5de2-9d94-4977-bb7f-55fd811e00b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e148b36e-4d5c-43ad-a8d2-f662145aeaf3 {
  margin-bottom: 30px;
}
@media (max-width: 767px){#s-e148b36e-4d5c-43ad-a8d2-f662145aeaf3 {
  display: none;
}
#s-e148b36e-4d5c-43ad-a8d2-f662145aeaf3, #wrap-s-e148b36e-4d5c-43ad-a8d2-f662145aeaf3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e148b36e-4d5c-43ad-a8d2-f662145aeaf3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-e148b36e-4d5c-43ad-a8d2-f662145aeaf3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-e148b36e-4d5c-43ad-a8d2-f662145aeaf3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-e148b36e-4d5c-43ad-a8d2-f662145aeaf3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-0b1d78cb-064b-4b44-8ad6-5e562ba281f3 {
  display: none;
}
#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 {
  text-align: left;
}



.shg-c#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ad90c16-6d16-4781-8b7c-621a5bbd3851 img.shogun-image {
  width: 100%;
}



}
#s-8cb593e5-f593-4788-af4e-00d12d048bcf {
  margin-top: 10px;
text-align: left;
}

#s-8cb593e5-f593-4788-af4e-00d12d048bcf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-93381e8b-0cc1-49fb-b207-9325a4ccf2c8 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-93381e8b-0cc1-49fb-b207-9325a4ccf2c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-93381e8b-0cc1-49fb-b207-9325a4ccf2c8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-93381e8b-0cc1-49fb-b207-9325a4ccf2c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-446b34a0-0bd2-48a1-b718-0078286f5a06 {
  display: none;
}
#s-b84858b7-89a7-479f-a8ba-af771fb86a96 {
  text-align: left;
}



.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84858b7-89a7-479f-a8ba-af771fb86a96 img.shogun-image {
  width: 100%;
}




#s-036e3173-5b25-468a-ae3b-33417cb08985 {
  margin-top: 10px;
text-align: left;
}

#s-036e3173-5b25-468a-ae3b-33417cb08985 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c6d262d6-dc98-47d5-847f-2aa1111fa030 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-c6d262d6-dc98-47d5-847f-2aa1111fa030 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c6d262d6-dc98-47d5-847f-2aa1111fa030 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c6d262d6-dc98-47d5-847f-2aa1111fa030 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5beac96b-e314-4af3-9e1a-c6eac5a2fbab {
  display: none;
}
#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 {
  text-align: left;
}



.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce0b99d-7cbe-48a9-a292-804e7bc5b5e8 img.shogun-image {
  width: 100%;
}




#s-873e71d1-b6c8-46f5-b9b6-77de5fe66d33 {
  margin-top: 10px;
text-align: left;
}

#s-873e71d1-b6c8-46f5-b9b6-77de5fe66d33 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-49256038-f19d-48e7-b8d3-a06f5c737c77 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-49256038-f19d-48e7-b8d3-a06f5c737c77 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-49256038-f19d-48e7-b8d3-a06f5c737c77 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-49256038-f19d-48e7-b8d3-a06f5c737c77 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1b22e755-9e03-4cc6-a647-a7808f8e1c93 {
  display: none;
}
#s-ed4d8707-d09e-482d-bf86-357b44be24f0 {
  text-align: left;
}



.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed4d8707-d09e-482d-bf86-357b44be24f0 img.shogun-image {
  width: 100%;
}




#s-5c6edb09-8a9a-46ff-a1cc-3f255069b131 {
  margin-top: 10px;
text-align: left;
}

#s-5c6edb09-8a9a-46ff-a1cc-3f255069b131 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1dc9f47d-40d9-4de9-94a0-33520af12658 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-1dc9f47d-40d9-4de9-94a0-33520af12658 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1dc9f47d-40d9-4de9-94a0-33520af12658 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1dc9f47d-40d9-4de9-94a0-33520af12658 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(118, 118, 118, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-93658084-6982-4664-b2cc-d466b5d0ec97 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 0px;
max-width: 1440px;
}








#s-93658084-6982-4664-b2cc-d466b5d0ec97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93658084-6982-4664-b2cc-d466b5d0ec97.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-988f01ce-57f2-4638-9006-2a6bd22a5df1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 2px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b88f34c9-b608-443c-85af-deda19bfcc18 {
  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:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
