.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-5dc70dd3-2208-4440-b05f-eacef23c9eae {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-5dc70dd3-2208-4440-b05f-eacef23c9eae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dc70dd3-2208-4440-b05f-eacef23c9eae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-d816ad40-6230-4c89-a688-55ddbd70695f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d816ad40-6230-4c89-a688-55ddbd70695f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-78b2db6e-bbf3-4c7b-a79b-dc7187f32b5b {
  margin-top: -25px;
margin-bottom: -25px;
}

#s-78b2db6e-bbf3-4c7b-a79b-dc7187f32b5b hr {
  border-top: 2px solid rgba(250, 240, 237, 1);
}

.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-350c8c39-6fc3-40bc-ab7d-9e306f8262d3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
opacity: 1;
background-color: rgba(250, 240, 237, 1);
}

@media (min-width: 0px) {
[id="s-350c8c39-6fc3-40bc-ab7d-9e306f8262d3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-350c8c39-6fc3-40bc-ab7d-9e306f8262d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-350c8c39-6fc3-40bc-ab7d-9e306f8262d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-350c8c39-6fc3-40bc-ab7d-9e306f8262d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e394de48-392a-4643-b1fa-11582065bb49 {
  margin-top: 10px;
}

#s-e394de48-392a-4643-b1fa-11582065bb49 .shogun-icon-wrapper {
  text-align: center;
}


#s-e394de48-392a-4643-b1fa-11582065bb49 .shogun-icon-wrapper > .shogun-icon {

  font-size: 14px !important;
  color: rgba(97, 94, 94, 1);
}

.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-8e0164f2-5703-4f0f-babc-5f77ef175e3b {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-8e0164f2-5703-4f0f-babc-5f77ef175e3b .shogun-icon-wrapper {
  text-align: center;
}


#s-8e0164f2-5703-4f0f-babc-5f77ef175e3b .shogun-icon-wrapper > .shogun-icon {

  font-size: 14px !important;
  color: rgba(97, 94, 94, 1);
}

#s-c1a4b76d-3e97-44c4-ba7c-dbcd082b2e49 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-c1a4b76d-3e97-44c4-ba7c-dbcd082b2e49 .shogun-icon-wrapper {
  text-align: center;
}


#s-c1a4b76d-3e97-44c4-ba7c-dbcd082b2e49 .shogun-icon-wrapper > .shogun-icon {

  font-size: 14px !important;
  color: rgba(97, 94, 94, 1);
}

#s-39eb349e-2725-48d8-aeac-2308b7252438 {
  margin-top: -25px;
margin-bottom: -25px;
}

#s-39eb349e-2725-48d8-aeac-2308b7252438 hr {
  border-top: 2px solid rgba(250, 240, 237, 1);
}

#s-118d1d1e-1445-4d29-bf6e-02928d5258e7 {
  margin-top: 10px;
}

#s-118d1d1e-1445-4d29-bf6e-02928d5258e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-118d1d1e-1445-4d29-bf6e-02928d5258e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 14px !important;
  color: rgba(97, 94, 94, 1);
}

#s-b5379eff-059b-4ad9-9027-db4b96154ae4 {
  margin-top: -25px;
margin-bottom: -25px;
}

#s-b5379eff-059b-4ad9-9027-db4b96154ae4 hr {
  border-top: 2px solid rgba(250, 240, 237, 1);
}

#s-3b6e092d-7307-41e8-88cd-bfbcd7509bcc {
  margin-top: -8px;
margin-bottom: 0px;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

#s-3b6e092d-7307-41e8-88cd-bfbcd7509bcc {
  display: none;
}
#s-32a55cf5-3fdf-467b-ac92-7b8dc8cbc4ef {
  margin-top: -1px;
margin-bottom: -1px;
}

@media (min-width: 0px) {
[id="s-32a55cf5-3fdf-467b-ac92-7b8dc8cbc4ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32a55cf5-3fdf-467b-ac92-7b8dc8cbc4ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32a55cf5-3fdf-467b-ac92-7b8dc8cbc4ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32a55cf5-3fdf-467b-ac92-7b8dc8cbc4ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-dae4d1e4-ef02-4855-a320-8d4c7ce34518 {
  margin-top: 0px;
text-align: left;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 {
  
}
}@media (max-width: 767px){#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 {
  
}
}


.shg-c#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dae4d1e4-ef02-4855-a320-8d4c7ce34518 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;
}

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

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

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

.selected {
  opacity: 1;
}
#s-acfd1eb4-37a7-4b85-abb8-47399bfe47db {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
opacity: 0.71;
}

#s-acfd1eb4-37a7-4b85-abb8-47399bfe47db .shg-gallery-thumb-image-wrapper {
  

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

#s-acfd1eb4-37a7-4b85-abb8-47399bfe47db .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-acfd1eb4-37a7-4b85-abb8-47399bfe47db .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-acfd1eb4-37a7-4b85-abb8-47399bfe47db .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-acfd1eb4-37a7-4b85-abb8-47399bfe47db .shg-gallery-scroll-button {
  color: #FFF;
}

#s-acfd1eb4-37a7-4b85-abb8-47399bfe47db .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 1200px){#s-44353c36-c074-4cf0-8975-2819c4ee5d43 {
  display: none;
}
#s-44353c36-c074-4cf0-8975-2819c4ee5d43, #wrap-s-44353c36-c074-4cf0-8975-2819c4ee5d43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44353c36-c074-4cf0-8975-2819c4ee5d43 {
  display: none;
}
#s-44353c36-c074-4cf0-8975-2819c4ee5d43, #wrap-s-44353c36-c074-4cf0-8975-2819c4ee5d43 { display:none !important; }}
.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-f4499563-1b0a-4b1d-bc30-85d892421946 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4499563-1b0a-4b1d-bc30-85d892421946 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-69c95576-5b5b-417b-98fc-7159f97239e9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-69c95576-5b5b-417b-98fc-7159f97239e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69c95576-5b5b-417b-98fc-7159f97239e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69c95576-5b5b-417b-98fc-7159f97239e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69c95576-5b5b-417b-98fc-7159f97239e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-7dc02aae-8333-4550-b334-829850121df2 {
  margin-top: 1px;
margin-bottom: 1px;
max-width: 200px;
text-align: left;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7dc02aae-8333-4550-b334-829850121df2-btn-wrapper {
    text-align: center;
  }


#s-7dc02aae-8333-4550-b334-829850121df2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-variant-btn:hover {
  background: #252525;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-variant-btn:active, #s-7dc02aae-8333-4550-b334-829850121df2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7dc02aae-8333-4550-b334-829850121df2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-72ba4f74-74e3-4e6b-ab49-6e8bc3b383e8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-72ba4f74-74e3-4e6b-ab49-6e8bc3b383e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-72ba4f74-74e3-4e6b-ab49-6e8bc3b383e8 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 20px;
}

#s-72ba4f74-74e3-4e6b-ab49-6e8bc3b383e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-fda96753-0135-4721-aa98-0a67c244a6f4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-fda96753-0135-4721-aa98-0a67c244a6f4:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fda96753-0135-4721-aa98-0a67c244a6f4:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fda96753-0135-4721-aa98-0a67c244a6f4-atc-btn-wrapper {
    text-align: center;
  }


#s-fda96753-0135-4721-aa98-0a67c244a6f4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fda96753-0135-4721-aa98-0a67c244a6f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fda96753-0135-4721-aa98-0a67c244a6f4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-fda96753-0135-4721-aa98-0a67c244a6f4.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-fda96753-0135-4721-aa98-0a67c244a6f4.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }


#s-e5613ec9-66a2-4ad3-9222-6bfac7c295c4 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-6a2bbd79-603a-494a-ad4a-df6631b13a6a {
  margin-top: -30px;
margin-bottom: -30px;
padding-top: 13px;
padding-bottom: 13px;
min-height: 50px;
}








#s-6a2bbd79-603a-494a-ad4a-df6631b13a6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a2bbd79-603a-494a-ad4a-df6631b13a6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20874d8a-d855-44bc-8fac-096f9a8e3f73 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-20874d8a-d855-44bc-8fac-096f9a8e3f73 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-56cb1864-5cfe-4954-93b4-e7a465111cc2 {
  display: none;
}
#s-56cb1864-5cfe-4954-93b4-e7a465111cc2, #wrap-s-56cb1864-5cfe-4954-93b4-e7a465111cc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56cb1864-5cfe-4954-93b4-e7a465111cc2 {
  display: none;
}
#s-56cb1864-5cfe-4954-93b4-e7a465111cc2, #wrap-s-56cb1864-5cfe-4954-93b4-e7a465111cc2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-56cb1864-5cfe-4954-93b4-e7a465111cc2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56cb1864-5cfe-4954-93b4-e7a465111cc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56cb1864-5cfe-4954-93b4-e7a465111cc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56cb1864-5cfe-4954-93b4-e7a465111cc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-43b6c110-410c-40eb-b99a-f3d0ede624e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-43b6c110-410c-40eb-b99a-f3d0ede624e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(163, 157, 157, 1);
}

#s-432ea5ef-087f-4fe1-88f0-261879b37cae {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(240, 158, 158, 1);
border-style: dashed;
}

#s-77e1c19d-e112-4a46-8909-9d23ffda236c .shogun-icon-wrapper {
  text-align: center;
}


#s-77e1c19d-e112-4a46-8909-9d23ffda236c .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(240, 158, 158, 1);
}

#s-93945a82-63e8-4998-bdd7-daa8adff3dd3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(240, 158, 158, 1);
border-style: dashed;
}

#s-2581249d-3eb1-42b4-83f5-aabfeee02a90 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-2581249d-3eb1-42b4-83f5-aabfeee02a90 {
  display: none;
}
#s-2581249d-3eb1-42b4-83f5-aabfeee02a90, #wrap-s-2581249d-3eb1-42b4-83f5-aabfeee02a90 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2581249d-3eb1-42b4-83f5-aabfeee02a90 {
  display: none;
}
#s-2581249d-3eb1-42b4-83f5-aabfeee02a90, #wrap-s-2581249d-3eb1-42b4-83f5-aabfeee02a90 { display:none !important; }}
#s-2581249d-3eb1-42b4-83f5-aabfeee02a90 hr {
  border-top: 2px solid #ddd;
}

#s-c88a1c65-674a-4041-958c-8fa5d056eb41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c88a1c65-674a-4041-958c-8fa5d056eb41 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c7a7c443-f10d-4259-bcaa-dfbe8b712747 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c7a7c443-f10d-4259-bcaa-dfbe8b712747"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c7a7c443-f10d-4259-bcaa-dfbe8b712747"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7a7c443-f10d-4259-bcaa-dfbe8b712747"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7a7c443-f10d-4259-bcaa-dfbe8b712747"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 {
  margin-top: 1px;
margin-bottom: 1px;
max-width: 200px;
text-align: left;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69-btn-wrapper {
    text-align: center;
  }


#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-variant-btn:hover {
  background: #252525;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-variant-btn:active, #s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c5599eaf-f20c-4705-a9d3-aad3c00e5c69 .shg-variant-btn.disabled {
  background: #252525;
}

#s-bdf3ee11-0920-40db-9016-e7c590b05470 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-bdf3ee11-0920-40db-9016-e7c590b05470 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-bdf3ee11-0920-40db-9016-e7c590b05470 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 20px;
}

#s-bdf3ee11-0920-40db-9016-e7c590b05470 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7936c2e3-e64d-4c71-818c-0e692da9c4fb {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-7936c2e3-e64d-4c71-818c-0e692da9c4fb:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7936c2e3-e64d-4c71-818c-0e692da9c4fb:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7936c2e3-e64d-4c71-818c-0e692da9c4fb-atc-btn-wrapper {
    text-align: center;
  }


#s-7936c2e3-e64d-4c71-818c-0e692da9c4fb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7936c2e3-e64d-4c71-818c-0e692da9c4fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7936c2e3-e64d-4c71-818c-0e692da9c4fb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-7936c2e3-e64d-4c71-818c-0e692da9c4fb.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-7936c2e3-e64d-4c71-818c-0e692da9c4fb.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }


@media (min-width: 1200px){#s-e9316816-7f6f-4109-92d1-b10109dfb439 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9316816-7f6f-4109-92d1-b10109dfb439 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9316816-7f6f-4109-92d1-b10109dfb439 {
  display: none;
}
#s-e9316816-7f6f-4109-92d1-b10109dfb439, #wrap-s-e9316816-7f6f-4109-92d1-b10109dfb439 { display:none !important; }}@media (max-width: 767px){#s-e9316816-7f6f-4109-92d1-b10109dfb439 {
  display: none;
}
#s-e9316816-7f6f-4109-92d1-b10109dfb439, #wrap-s-e9316816-7f6f-4109-92d1-b10109dfb439 { display:none !important; }}
#s-9f40d1a0-4634-44d9-9c73-3468e58385ee hr {
  border-top: 2px solid #ddd;
}

#s-4013bcd4-4645-4d00-8ee3-c152f2782592 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4013bcd4-4645-4d00-8ee3-c152f2782592 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4013bcd4-4645-4d00-8ee3-c152f2782592 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4013bcd4-4645-4d00-8ee3-c152f2782592 {
  
}
}@media (max-width: 767px){#s-4013bcd4-4645-4d00-8ee3-c152f2782592 {
  
}
}







#s-4013bcd4-4645-4d00-8ee3-c152f2782592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4013bcd4-4645-4d00-8ee3-c152f2782592.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-24f73eb1-8c33-408c-88ea-096b9e1d984e {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-24f73eb1-8c33-408c-88ea-096b9e1d984e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24f73eb1-8c33-408c-88ea-096b9e1d984e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24f73eb1-8c33-408c-88ea-096b9e1d984e {
  
}
}@media (max-width: 767px){#s-24f73eb1-8c33-408c-88ea-096b9e1d984e {
  
}
}
@media (min-width: 0px) {
[id="s-24f73eb1-8c33-408c-88ea-096b9e1d984e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24f73eb1-8c33-408c-88ea-096b9e1d984e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-24f73eb1-8c33-408c-88ea-096b9e1d984e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-24f73eb1-8c33-408c-88ea-096b9e1d984e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-62cb08dc-2b21-404a-bf6c-2263a4f27d90 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-62cb08dc-2b21-404a-bf6c-2263a4f27d90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62cb08dc-2b21-404a-bf6c-2263a4f27d90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-fcc32036-39ce-4865-953c-19ab656dbf87 {
  text-align: center;
opacity: 0.6;
}







  #s-fcc32036-39ce-4865-953c-19ab656dbf87 img.shogun-image {
    

    
    
    
  }


#s-fcc32036-39ce-4865-953c-19ab656dbf87 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e196950-fd48-41b2-9336-5262800ac394 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-0e196950-fd48-41b2-9336-5262800ac394 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e196950-fd48-41b2-9336-5262800ac394 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e196950-fd48-41b2-9336-5262800ac394 {
  
}
}@media (max-width: 767px){#s-0e196950-fd48-41b2-9336-5262800ac394 {
  
}
}
#s-9b11c930-824e-40bd-a66b-02d58e56f668 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-9b11c930-824e-40bd-a66b-02d58e56f668 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b11c930-824e-40bd-a66b-02d58e56f668.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-067af5f5-d41a-40c5-ae16-50f70742242c {
  text-align: center;
opacity: 0.6;
}







  #s-067af5f5-d41a-40c5-ae16-50f70742242c img.shogun-image {
    

    
    
    
  }


#s-067af5f5-d41a-40c5-ae16-50f70742242c .shogun-image-content {
  
    align-items: center;
  
}

#s-4c40ed1e-57a4-4857-b826-c70336647a05 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-4c40ed1e-57a4-4857-b826-c70336647a05 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c40ed1e-57a4-4857-b826-c70336647a05 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c40ed1e-57a4-4857-b826-c70336647a05 {
  
}
}@media (max-width: 767px){#s-4c40ed1e-57a4-4857-b826-c70336647a05 {
  
}
}
#s-099035dc-4f49-4709-8f41-f70139c76519 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-099035dc-4f49-4709-8f41-f70139c76519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-099035dc-4f49-4709-8f41-f70139c76519.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f41d1236-30e3-4cc5-b2e9-eb3c485e5003 {
  text-align: center;
opacity: 0.6;
}







  #s-f41d1236-30e3-4cc5-b2e9-eb3c485e5003 img.shogun-image {
    

    
    
    
  }


#s-f41d1236-30e3-4cc5-b2e9-eb3c485e5003 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0b6ddde-f11e-4fb9-9e2c-3772704e684c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-f0b6ddde-f11e-4fb9-9e2c-3772704e684c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0b6ddde-f11e-4fb9-9e2c-3772704e684c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0b6ddde-f11e-4fb9-9e2c-3772704e684c {
  
}
}@media (max-width: 767px){#s-f0b6ddde-f11e-4fb9-9e2c-3772704e684c {
  
}
}
#s-f2ae0451-a5e6-4a5e-85e5-8b71bb526863 {
  min-height: 50px;
}








#s-f2ae0451-a5e6-4a5e-85e5-8b71bb526863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2ae0451-a5e6-4a5e-85e5-8b71bb526863.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-2df67255-9c25-4417-b6d4-ba6f69b9d220 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2df67255-9c25-4417-b6d4-ba6f69b9d220 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Assistant";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 2px;
  
}



.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-d4b12d2d-faf5-4369-a379-2636ab1b4c93 {
  margin-left: 300px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d4b12d2d-faf5-4369-a379-2636ab1b4c93 {
  max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4b12d2d-faf5-4369-a379-2636ab1b4c93 {
  max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4b12d2d-faf5-4369-a379-2636ab1b4c93 {
  margin-left: 150px;
max-width: 400px;
}
}@media (max-width: 767px){#s-d4b12d2d-faf5-4369-a379-2636ab1b4c93 {
  margin-left: 0px;
}
}
#s-d4b12d2d-faf5-4369-a379-2636ab1b4c93 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d4b12d2d-faf5-4369-a379-2636ab1b4c93 .shg-sld-nav-button.shg-sld-left,
#s-d4b12d2d-faf5-4369-a379-2636ab1b4c93 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-eb235a8f-13b5-4f7a-badc-60f05993ddfe {
  display: none;
}
#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb {
  text-align: left;
}



.shg-c#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18280ad1-ee5c-4016-b7c8-bc1c07fcc6cb img.shogun-image {
  width: 100%;
}



}
#s-d6266d0b-016b-42b4-b8d0-e439be69417f {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d6266d0b-016b-42b4-b8d0-e439be69417f .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6f8d5f57-44f1-409c-9e85-84136b3266c8 {
  margin-bottom: 0px;
text-align: center;
}

#s-6f8d5f57-44f1-409c-9e85-84136b3266c8 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-6f8d5f57-44f1-409c-9e85-84136b3266c8 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: ;
}

#s-6f8d5f57-44f1-409c-9e85-84136b3266c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-32c243af-414b-496f-a34f-30851630864b {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-32c243af-414b-496f-a34f-30851630864b:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-32c243af-414b-496f-a34f-30851630864b:active {background-color: rgba(241, 233, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-32c243af-414b-496f-a34f-30851630864b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32c243af-414b-496f-a34f-30851630864b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32c243af-414b-496f-a34f-30851630864b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  inline-block ;
}

#s-32c243af-414b-496f-a34f-30851630864b.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-32c243af-414b-496f-a34f-30851630864b.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-f169879c-682c-49ea-8369-a9b4539d74db {
  display: none;
}
#s-2cd61220-95df-46ee-841f-3da4379fe759 {
  text-align: left;
}



.shg-c#s-2cd61220-95df-46ee-841f-3da4379fe759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd61220-95df-46ee-841f-3da4379fe759 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2cd61220-95df-46ee-841f-3da4379fe759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd61220-95df-46ee-841f-3da4379fe759 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2cd61220-95df-46ee-841f-3da4379fe759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd61220-95df-46ee-841f-3da4379fe759 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2cd61220-95df-46ee-841f-3da4379fe759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd61220-95df-46ee-841f-3da4379fe759 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2cd61220-95df-46ee-841f-3da4379fe759 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cd61220-95df-46ee-841f-3da4379fe759 img.shogun-image {
  width: 100%;
}



}
#s-0c5a031b-8d08-4eb9-b663-81cab0521c7a {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0c5a031b-8d08-4eb9-b663-81cab0521c7a .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2227181a-0d79-4075-8222-401c0b9806d2 {
  margin-bottom: 0px;
text-align: center;
}

#s-2227181a-0d79-4075-8222-401c0b9806d2 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-2227181a-0d79-4075-8222-401c0b9806d2 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: ;
}

#s-2227181a-0d79-4075-8222-401c0b9806d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f7331b38-7582-41cf-8082-d0ab1da34f43 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f7331b38-7582-41cf-8082-d0ab1da34f43:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f7331b38-7582-41cf-8082-d0ab1da34f43:active {background-color: rgba(241, 233, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f7331b38-7582-41cf-8082-d0ab1da34f43 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7331b38-7582-41cf-8082-d0ab1da34f43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7331b38-7582-41cf-8082-d0ab1da34f43.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  inline-block ;
}

#s-f7331b38-7582-41cf-8082-d0ab1da34f43.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-f7331b38-7582-41cf-8082-d0ab1da34f43.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-a97880bc-eea6-4b13-956c-353ce0f48386 {
  display: none;
}
#s-71de65ca-61bb-4826-8e48-095d6a787899 {
  text-align: left;
}



.shg-c#s-71de65ca-61bb-4826-8e48-095d6a787899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71de65ca-61bb-4826-8e48-095d6a787899 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71de65ca-61bb-4826-8e48-095d6a787899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71de65ca-61bb-4826-8e48-095d6a787899 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71de65ca-61bb-4826-8e48-095d6a787899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71de65ca-61bb-4826-8e48-095d6a787899 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71de65ca-61bb-4826-8e48-095d6a787899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71de65ca-61bb-4826-8e48-095d6a787899 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71de65ca-61bb-4826-8e48-095d6a787899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71de65ca-61bb-4826-8e48-095d6a787899 img.shogun-image {
  width: 100%;
}



}
#s-1a05bc71-248b-4995-a67b-3e964ac63f25 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1a05bc71-248b-4995-a67b-3e964ac63f25 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0c9104fa-283c-48cf-baa1-7fd6bfefe469 {
  margin-bottom: 0px;
text-align: center;
}

#s-0c9104fa-283c-48cf-baa1-7fd6bfefe469 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-0c9104fa-283c-48cf-baa1-7fd6bfefe469 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: ;
}

#s-0c9104fa-283c-48cf-baa1-7fd6bfefe469 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-013d1821-1db8-4083-a339-036e62e22489 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-013d1821-1db8-4083-a339-036e62e22489:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-013d1821-1db8-4083-a339-036e62e22489:active {background-color: rgba(241, 233, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-013d1821-1db8-4083-a339-036e62e22489 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-013d1821-1db8-4083-a339-036e62e22489.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-013d1821-1db8-4083-a339-036e62e22489.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  inline-block ;
}

#s-013d1821-1db8-4083-a339-036e62e22489.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-013d1821-1db8-4083-a339-036e62e22489.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-a38083d3-7e49-4d78-a360-3f4c0532244a {
  display: none;
}
#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 {
  text-align: left;
}



.shg-c#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57fa7579-35f5-4a41-af6e-5fe13bc9ced6 img.shogun-image {
  width: 100%;
}



}
#s-1b5d4424-74d9-4b87-967a-de726eefb051 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1b5d4424-74d9-4b87-967a-de726eefb051 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b710f0c0-6405-4981-9d45-b8388881e2a0 {
  margin-bottom: 0px;
text-align: center;
}

#s-b710f0c0-6405-4981-9d45-b8388881e2a0 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-b710f0c0-6405-4981-9d45-b8388881e2a0 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: ;
}

#s-b710f0c0-6405-4981-9d45-b8388881e2a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d16cdad1-619d-4770-93cf-b92e0f3845bc {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d16cdad1-619d-4770-93cf-b92e0f3845bc:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d16cdad1-619d-4770-93cf-b92e0f3845bc:active {background-color: rgba(241, 233, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d16cdad1-619d-4770-93cf-b92e0f3845bc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d16cdad1-619d-4770-93cf-b92e0f3845bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d16cdad1-619d-4770-93cf-b92e0f3845bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  inline-block ;
}

#s-d16cdad1-619d-4770-93cf-b92e0f3845bc.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-d16cdad1-619d-4770-93cf-b92e0f3845bc.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-abf2fe6a-5a8c-45a8-bde7-59ce1cd7aa37 {
  display: none;
}
#s-c2595257-8aee-4caf-8e3c-6a33feef7923 {
  text-align: left;
}



.shg-c#s-c2595257-8aee-4caf-8e3c-6a33feef7923 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2595257-8aee-4caf-8e3c-6a33feef7923 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c2595257-8aee-4caf-8e3c-6a33feef7923 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2595257-8aee-4caf-8e3c-6a33feef7923 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2595257-8aee-4caf-8e3c-6a33feef7923 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2595257-8aee-4caf-8e3c-6a33feef7923 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2595257-8aee-4caf-8e3c-6a33feef7923 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2595257-8aee-4caf-8e3c-6a33feef7923 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2595257-8aee-4caf-8e3c-6a33feef7923 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2595257-8aee-4caf-8e3c-6a33feef7923 img.shogun-image {
  width: 100%;
}



}
#s-f0e6c108-3969-46f7-979f-7ef82c796a83 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f0e6c108-3969-46f7-979f-7ef82c796a83 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6bfc620b-9e64-4e48-9ac1-b370fb36a6af {
  margin-bottom: 0px;
text-align: center;
}

#s-6bfc620b-9e64-4e48-9ac1-b370fb36a6af .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-6bfc620b-9e64-4e48-9ac1-b370fb36a6af .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: ;
}

#s-6bfc620b-9e64-4e48-9ac1-b370fb36a6af .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b220eea-2536-41f0-be46-9486aeb25b3b {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6b220eea-2536-41f0-be46-9486aeb25b3b:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6b220eea-2536-41f0-be46-9486aeb25b3b:active {background-color: rgba(241, 233, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6b220eea-2536-41f0-be46-9486aeb25b3b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b220eea-2536-41f0-be46-9486aeb25b3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b220eea-2536-41f0-be46-9486aeb25b3b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  inline-block ;
}

#s-6b220eea-2536-41f0-be46-9486aeb25b3b.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-6b220eea-2536-41f0-be46-9486aeb25b3b.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-af0d238f-2dc4-43f1-99ef-7e9102be46e0 {
  display: none;
}
#s-64946531-e198-4364-bff6-1e5ac536e948 {
  text-align: left;
}



.shg-c#s-64946531-e198-4364-bff6-1e5ac536e948 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64946531-e198-4364-bff6-1e5ac536e948 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-64946531-e198-4364-bff6-1e5ac536e948 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64946531-e198-4364-bff6-1e5ac536e948 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64946531-e198-4364-bff6-1e5ac536e948 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64946531-e198-4364-bff6-1e5ac536e948 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64946531-e198-4364-bff6-1e5ac536e948 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64946531-e198-4364-bff6-1e5ac536e948 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64946531-e198-4364-bff6-1e5ac536e948 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64946531-e198-4364-bff6-1e5ac536e948 img.shogun-image {
  width: 100%;
}



}
#s-dfed5636-b64e-4cce-8fde-118f0171edc1 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dfed5636-b64e-4cce-8fde-118f0171edc1 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8657e1a9-e4b7-4011-8897-74923ef93943 {
  margin-bottom: 0px;
text-align: center;
}

#s-8657e1a9-e4b7-4011-8897-74923ef93943 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-8657e1a9-e4b7-4011-8897-74923ef93943 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: ;
}

#s-8657e1a9-e4b7-4011-8897-74923ef93943 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f4d40f48-1834-42e3-bea4-21a32ec51c3d {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f4d40f48-1834-42e3-bea4-21a32ec51c3d:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f4d40f48-1834-42e3-bea4-21a32ec51c3d:active {background-color: rgba(241, 233, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f4d40f48-1834-42e3-bea4-21a32ec51c3d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4d40f48-1834-42e3-bea4-21a32ec51c3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4d40f48-1834-42e3-bea4-21a32ec51c3d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  inline-block ;
}

#s-f4d40f48-1834-42e3-bea4-21a32ec51c3d.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-f4d40f48-1834-42e3-bea4-21a32ec51c3d.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-8520c1f1-ada2-4fe9-931c-ff88c82ca92b {
  display: none;
}
#s-98de40fb-d03b-4a0a-956b-6266a835dc3d {
  text-align: left;
}



.shg-c#s-98de40fb-d03b-4a0a-956b-6266a835dc3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98de40fb-d03b-4a0a-956b-6266a835dc3d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-98de40fb-d03b-4a0a-956b-6266a835dc3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98de40fb-d03b-4a0a-956b-6266a835dc3d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-98de40fb-d03b-4a0a-956b-6266a835dc3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98de40fb-d03b-4a0a-956b-6266a835dc3d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-98de40fb-d03b-4a0a-956b-6266a835dc3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98de40fb-d03b-4a0a-956b-6266a835dc3d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-98de40fb-d03b-4a0a-956b-6266a835dc3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-98de40fb-d03b-4a0a-956b-6266a835dc3d img.shogun-image {
  width: 100%;
}



}
#s-451fdd6b-c78e-4a9f-8b6c-b1d3c261c6fb {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-451fdd6b-c78e-4a9f-8b6c-b1d3c261c6fb .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-df2d37d6-0d6f-4525-abd2-79dbf26b063e {
  margin-bottom: 0px;
text-align: center;
}

#s-df2d37d6-0d6f-4525-abd2-79dbf26b063e .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-df2d37d6-0d6f-4525-abd2-79dbf26b063e .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: ;
}

#s-df2d37d6-0d6f-4525-abd2-79dbf26b063e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-499cadbb-e521-4c7f-b86b-0ede9bedc1c2 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-499cadbb-e521-4c7f-b86b-0ede9bedc1c2:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-499cadbb-e521-4c7f-b86b-0ede9bedc1c2:active {background-color: rgba(241, 233, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-499cadbb-e521-4c7f-b86b-0ede9bedc1c2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-499cadbb-e521-4c7f-b86b-0ede9bedc1c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-499cadbb-e521-4c7f-b86b-0ede9bedc1c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  inline-block ;
}

#s-499cadbb-e521-4c7f-b86b-0ede9bedc1c2.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-499cadbb-e521-4c7f-b86b-0ede9bedc1c2.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-ce6f9c45-1339-46db-b678-9351056040c3 {
  display: none;
}
#s-9de2aa52-1645-4b73-9417-eb4dddafa197 {
  text-align: left;
}



.shg-c#s-9de2aa52-1645-4b73-9417-eb4dddafa197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9de2aa52-1645-4b73-9417-eb4dddafa197 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9de2aa52-1645-4b73-9417-eb4dddafa197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9de2aa52-1645-4b73-9417-eb4dddafa197 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9de2aa52-1645-4b73-9417-eb4dddafa197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9de2aa52-1645-4b73-9417-eb4dddafa197 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9de2aa52-1645-4b73-9417-eb4dddafa197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9de2aa52-1645-4b73-9417-eb4dddafa197 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9de2aa52-1645-4b73-9417-eb4dddafa197 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9de2aa52-1645-4b73-9417-eb4dddafa197 img.shogun-image {
  width: 100%;
}



}
#s-5134bace-94f4-4986-9d76-890011096d2d {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5134bace-94f4-4986-9d76-890011096d2d .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ba3af58b-798c-44d4-a210-99a7472b320d {
  margin-bottom: 0px;
text-align: center;
}

#s-ba3af58b-798c-44d4-a210-99a7472b320d .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-ba3af58b-798c-44d4-a210-99a7472b320d .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: ;
}

#s-ba3af58b-798c-44d4-a210-99a7472b320d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-71d0a735-afe7-4c1d-b0c6-44d96e14932a {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 240, 237, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-71d0a735-afe7-4c1d-b0c6-44d96e14932a:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-71d0a735-afe7-4c1d-b0c6-44d96e14932a:active {background-color: rgba(241, 233, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-71d0a735-afe7-4c1d-b0c6-44d96e14932a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71d0a735-afe7-4c1d-b0c6-44d96e14932a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71d0a735-afe7-4c1d-b0c6-44d96e14932a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  inline-block ;
}

#s-71d0a735-afe7-4c1d-b0c6-44d96e14932a.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-71d0a735-afe7-4c1d-b0c6-44d96e14932a.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-82b996e0-ea61-4621-b15e-eb6d466a6201 {
  min-height: 50px;
}








#s-82b996e0-ea61-4621-b15e-eb6d466a6201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82b996e0-ea61-4621-b15e-eb6d466a6201.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f214630-6c74-4df3-ae80-b36908a0b026 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-2f214630-6c74-4df3-ae80-b36908a0b026 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f214630-6c74-4df3-ae80-b36908a0b026 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f214630-6c74-4df3-ae80-b36908a0b026 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2f214630-6c74-4df3-ae80-b36908a0b026 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-2f214630-6c74-4df3-ae80-b36908a0b026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f214630-6c74-4df3-ae80-b36908a0b026.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7316de63-3222-4c22-bb40-152e9b3a4a81 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-7316de63-3222-4c22-bb40-152e9b3a4a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7316de63-3222-4c22-bb40-152e9b3a4a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7316de63-3222-4c22-bb40-152e9b3a4a81 {
  
}
}@media (max-width: 767px){#s-7316de63-3222-4c22-bb40-152e9b3a4a81 {
  
}
}
#s-7316de63-3222-4c22-bb40-152e9b3a4a81 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "Assistant";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-3e9bf4ee-b004-4685-8e8e-b20171648ba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e9bf4ee-b004-4685-8e8e-b20171648ba3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e9bf4ee-b004-4685-8e8e-b20171648ba3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3e9bf4ee-b004-4685-8e8e-b20171648ba3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e9bf4ee-b004-4685-8e8e-b20171648ba3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e9bf4ee-b004-4685-8e8e-b20171648ba3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e9bf4ee-b004-4685-8e8e-b20171648ba3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-0df1b9ef-4930-443e-bdc8-04851b2813d5 {
  text-align: center;
opacity: 1;
}







  #s-0df1b9ef-4930-443e-bdc8-04851b2813d5 img.shogun-image {
    

    
    
    
  }


#s-0df1b9ef-4930-443e-bdc8-04851b2813d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-746b5630-8121-4948-8333-a4c64cb85eb6 {
  border-style: solid;
padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-746b5630-8121-4948-8333-a4c64cb85eb6 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-746b5630-8121-4948-8333-a4c64cb85eb6 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-746b5630-8121-4948-8333-a4c64cb85eb6 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-746b5630-8121-4948-8333-a4c64cb85eb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-746b5630-8121-4948-8333-a4c64cb85eb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-691031ff-9c89-4b64-b82c-e23216cb917a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-691031ff-9c89-4b64-b82c-e23216cb917a .shogun-heading-component h4 {
  color: rgba(84, 86, 90, 1);
  font-weight:   ;
  font-family: "Assistant";
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-0cc0d7fc-ac0f-4b73-ada2-4ab27c80dd0c {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0cc0d7fc-ac0f-4b73-ada2-4ab27c80dd0c .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: "Assistant";
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0b146bb7-929d-44e8-8faf-be924994ccc4 {
  text-align: center;
opacity: 1;
}
@media (max-width: 767px){#s-0b146bb7-929d-44e8-8faf-be924994ccc4 {
  display: none;
}
#s-0b146bb7-929d-44e8-8faf-be924994ccc4, #wrap-s-0b146bb7-929d-44e8-8faf-be924994ccc4 { display:none !important; }}






  #s-0b146bb7-929d-44e8-8faf-be924994ccc4 img.shogun-image {
    

    
    
    
  }


#s-0b146bb7-929d-44e8-8faf-be924994ccc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-08c80698-c454-4802-84b5-dba50068c7e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08c80698-c454-4802-84b5-dba50068c7e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-05993935-a1d4-4ecd-bf34-98f125a93ac2 {
  display: none;
}
#s-05993935-a1d4-4ecd-bf34-98f125a93ac2, #wrap-s-05993935-a1d4-4ecd-bf34-98f125a93ac2 { display:none !important; }}@media (max-width: 767px){#s-05993935-a1d4-4ecd-bf34-98f125a93ac2 {
  display: none;
}
#s-05993935-a1d4-4ecd-bf34-98f125a93ac2, #wrap-s-05993935-a1d4-4ecd-bf34-98f125a93ac2 { display:none !important; }}
#s-70b0ffc2-db77-4487-bd50-a7ff6f6a8714 {
  display: none;
}
#s-8d170ce7-5362-4d21-875d-435091a8f7d7 {
  text-align: left;
}



.shg-c#s-8d170ce7-5362-4d21-875d-435091a8f7d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d170ce7-5362-4d21-875d-435091a8f7d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d170ce7-5362-4d21-875d-435091a8f7d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d170ce7-5362-4d21-875d-435091a8f7d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d170ce7-5362-4d21-875d-435091a8f7d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d170ce7-5362-4d21-875d-435091a8f7d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d170ce7-5362-4d21-875d-435091a8f7d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d170ce7-5362-4d21-875d-435091a8f7d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d170ce7-5362-4d21-875d-435091a8f7d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d170ce7-5362-4d21-875d-435091a8f7d7 img.shogun-image {
  width: 100%;
}



}
#s-92fda998-6d3c-4093-9c8e-3a84fea39e55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92fda998-6d3c-4093-9c8e-3a84fea39e55 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-bcb52544-dd3e-4d5a-9863-d0ee3497b0e7 {
  text-align: center;
}

#s-bcb52544-dd3e-4d5a-9863-d0ee3497b0e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-bcb52544-dd3e-4d5a-9863-d0ee3497b0e7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-bcb52544-dd3e-4d5a-9863-d0ee3497b0e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cce55b34-db61-4967-96f1-501f6543eb7f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-cce55b34-db61-4967-96f1-501f6543eb7f:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cce55b34-db61-4967-96f1-501f6543eb7f:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-cce55b34-db61-4967-96f1-501f6543eb7f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cce55b34-db61-4967-96f1-501f6543eb7f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cce55b34-db61-4967-96f1-501f6543eb7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-cce55b34-db61-4967-96f1-501f6543eb7f.shg-btn.shg-product-atc-error {
  
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-cce55b34-db61-4967-96f1-501f6543eb7f.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-9ca77a63-bc7f-42f6-91d6-ba076a71363e {
  display: none;
}
#s-759d668a-fe70-4e2b-8502-14f3b49fabad {
  text-align: left;
}



.shg-c#s-759d668a-fe70-4e2b-8502-14f3b49fabad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-759d668a-fe70-4e2b-8502-14f3b49fabad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-759d668a-fe70-4e2b-8502-14f3b49fabad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-759d668a-fe70-4e2b-8502-14f3b49fabad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-759d668a-fe70-4e2b-8502-14f3b49fabad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-759d668a-fe70-4e2b-8502-14f3b49fabad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-759d668a-fe70-4e2b-8502-14f3b49fabad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-759d668a-fe70-4e2b-8502-14f3b49fabad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-759d668a-fe70-4e2b-8502-14f3b49fabad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-759d668a-fe70-4e2b-8502-14f3b49fabad img.shogun-image {
  width: 100%;
}



}
#s-17b677fc-fbac-44a2-a124-86f36548f75e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17b677fc-fbac-44a2-a124-86f36548f75e .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b4d4b1ae-f22f-4918-908d-3454794e52fa {
  text-align: center;
}

#s-b4d4b1ae-f22f-4918-908d-3454794e52fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-b4d4b1ae-f22f-4918-908d-3454794e52fa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-b4d4b1ae-f22f-4918-908d-3454794e52fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e0d5ae2b-eadc-496d-8d27-e1ba7ae1aeb9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e0d5ae2b-eadc-496d-8d27-e1ba7ae1aeb9:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e0d5ae2b-eadc-496d-8d27-e1ba7ae1aeb9:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e0d5ae2b-eadc-496d-8d27-e1ba7ae1aeb9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0d5ae2b-eadc-496d-8d27-e1ba7ae1aeb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0d5ae2b-eadc-496d-8d27-e1ba7ae1aeb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Assistant;
  display:  block ;
}

#s-e0d5ae2b-eadc-496d-8d27-e1ba7ae1aeb9.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-e0d5ae2b-eadc-496d-8d27-e1ba7ae1aeb9.shg-btn.shg-product-atc-success {
    
    font-family: Assistant;
    
    font-size: 14px;
    
  }


#s-aa947a8d-1450-488f-8c25-f5ab91df6fef {
  display: none;
}
#s-748b368a-b266-4033-8d41-beafe25398e7 {
  text-align: left;
}



.shg-c#s-748b368a-b266-4033-8d41-beafe25398e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-748b368a-b266-4033-8d41-beafe25398e7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-748b368a-b266-4033-8d41-beafe25398e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-748b368a-b266-4033-8d41-beafe25398e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-748b368a-b266-4033-8d41-beafe25398e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-748b368a-b266-4033-8d41-beafe25398e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-748b368a-b266-4033-8d41-beafe25398e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-748b368a-b266-4033-8d41-beafe25398e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-748b368a-b266-4033-8d41-beafe25398e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-748b368a-b266-4033-8d41-beafe25398e7 img.shogun-image {
  width: 100%;
}



}
#s-62007b1d-79c3-4dfb-b65e-4d1b05150b8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62007b1d-79c3-4dfb-b65e-4d1b05150b8d .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a57ed33d-f165-4b79-8503-c2f6a3d84a2b {
  text-align: center;
}

#s-a57ed33d-f165-4b79-8503-c2f6a3d84a2b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-a57ed33d-f165-4b79-8503-c2f6a3d84a2b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-a57ed33d-f165-4b79-8503-c2f6a3d84a2b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-14adc053-516e-4ab4-ae66-997d924271a1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-14adc053-516e-4ab4-ae66-997d924271a1:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-14adc053-516e-4ab4-ae66-997d924271a1:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-14adc053-516e-4ab4-ae66-997d924271a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-14adc053-516e-4ab4-ae66-997d924271a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-14adc053-516e-4ab4-ae66-997d924271a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-14adc053-516e-4ab4-ae66-997d924271a1.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  
  
}


  #s-14adc053-516e-4ab4-ae66-997d924271a1.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    
  }


#s-4568de39-6a2f-4cce-84f4-f52079282bac {
  display: none;
}
#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d {
  text-align: left;
}



.shg-c#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf4920a9-c774-4137-800d-52e3e3bfbf2d img.shogun-image {
  width: 100%;
}



}
#s-8acc1cb2-27d4-4524-a3d6-c6e449fec3ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8acc1cb2-27d4-4524-a3d6-c6e449fec3ae .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1d381e84-8314-4144-ab4d-09c3b9bbc3d4 {
  text-align: center;
}

#s-1d381e84-8314-4144-ab4d-09c3b9bbc3d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-1d381e84-8314-4144-ab4d-09c3b9bbc3d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-1d381e84-8314-4144-ab4d-09c3b9bbc3d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-67fbe719-a96d-43e1-9a8a-71bad791b861 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-67fbe719-a96d-43e1-9a8a-71bad791b861:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67fbe719-a96d-43e1-9a8a-71bad791b861:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-67fbe719-a96d-43e1-9a8a-71bad791b861 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67fbe719-a96d-43e1-9a8a-71bad791b861.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67fbe719-a96d-43e1-9a8a-71bad791b861.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-67fbe719-a96d-43e1-9a8a-71bad791b861.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-67fbe719-a96d-43e1-9a8a-71bad791b861.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    
  }


@media (min-width: 1200px){#s-42971aa8-2f6d-45a9-b80f-9513d3493fe9 {
  display: none;
}
#s-42971aa8-2f6d-45a9-b80f-9513d3493fe9, #wrap-s-42971aa8-2f6d-45a9-b80f-9513d3493fe9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42971aa8-2f6d-45a9-b80f-9513d3493fe9 {
  display: none;
}
#s-42971aa8-2f6d-45a9-b80f-9513d3493fe9, #wrap-s-42971aa8-2f6d-45a9-b80f-9513d3493fe9 { display:none !important; }}
#s-de640cef-a06e-4683-a68f-87fc7075eae8 {
  display: none;
}
#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 {
  text-align: left;
}



.shg-c#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-994a6194-b55e-4f84-99d2-0b12d734c4e5 img.shogun-image {
  width: 100%;
}



}
#s-5ab87bb5-bb06-456b-9c96-fc70ebf22fc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ab87bb5-bb06-456b-9c96-fc70ebf22fc8 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-cf42db4f-07bd-4883-80f8-92c32935a2df {
  text-align: center;
}

#s-cf42db4f-07bd-4883-80f8-92c32935a2df .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-cf42db4f-07bd-4883-80f8-92c32935a2df .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-cf42db4f-07bd-4883-80f8-92c32935a2df .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c9ee1e6-5e14-464f-be30-2312aba2bddf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7c9ee1e6-5e14-464f-be30-2312aba2bddf:hover {border-style: solid !important;
border-color: rgba(190, 190, 197, 1) !important;
background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7c9ee1e6-5e14-464f-be30-2312aba2bddf:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7c9ee1e6-5e14-464f-be30-2312aba2bddf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c9ee1e6-5e14-464f-be30-2312aba2bddf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c9ee1e6-5e14-464f-be30-2312aba2bddf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Assistant;
  display:  block ;
}

#s-7c9ee1e6-5e14-464f-be30-2312aba2bddf.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-7c9ee1e6-5e14-464f-be30-2312aba2bddf.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    
  }


#s-b6254c0a-07b9-4acb-9e33-54cb8b045f27 {
  display: none;
}
#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 {
  text-align: left;
}



.shg-c#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8b9045c-f33b-4a96-a299-aa0cd2745f15 img.shogun-image {
  width: 100%;
}



}
#s-658f9874-3047-47ba-a8fe-7c55884b71af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-658f9874-3047-47ba-a8fe-7c55884b71af .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5e96e361-a733-4f87-a080-e065bca0dddc {
  text-align: center;
}

#s-5e96e361-a733-4f87-a080-e065bca0dddc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-5e96e361-a733-4f87-a080-e065bca0dddc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-5e96e361-a733-4f87-a080-e065bca0dddc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-66d27d72-3045-4115-b5f8-0d385f467dc8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-66d27d72-3045-4115-b5f8-0d385f467dc8:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66d27d72-3045-4115-b5f8-0d385f467dc8:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-66d27d72-3045-4115-b5f8-0d385f467dc8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66d27d72-3045-4115-b5f8-0d385f467dc8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66d27d72-3045-4115-b5f8-0d385f467dc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Assistant;
  display:  block ;
}

#s-66d27d72-3045-4115-b5f8-0d385f467dc8.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  
  
}


  #s-66d27d72-3045-4115-b5f8-0d385f467dc8.shg-btn.shg-product-atc-success {
    
    font-family: Assistant;
    
    font-size: 14px;
    
  }


#s-d7725c1f-38db-4264-8ddb-5eb68e367b1c {
  display: none;
}
#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 {
  text-align: left;
}



.shg-c#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ede51845-9e22-4756-89fb-f2c0a5a232c0 img.shogun-image {
  width: 100%;
}



}
#s-dde41913-4d65-4ecd-bc66-1b7a4416d837 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dde41913-4d65-4ecd-bc66-1b7a4416d837 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-bf13741b-7139-4ffe-a0d5-5eae0eff7b42 {
  text-align: center;
}

#s-bf13741b-7139-4ffe-a0d5-5eae0eff7b42 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-bf13741b-7139-4ffe-a0d5-5eae0eff7b42 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-bf13741b-7139-4ffe-a0d5-5eae0eff7b42 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a889349c-6176-4297-bea6-333649965380 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a889349c-6176-4297-bea6-333649965380:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a889349c-6176-4297-bea6-333649965380:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a889349c-6176-4297-bea6-333649965380 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a889349c-6176-4297-bea6-333649965380.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a889349c-6176-4297-bea6-333649965380.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-a889349c-6176-4297-bea6-333649965380.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  
  
}


  #s-a889349c-6176-4297-bea6-333649965380.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    
  }


#s-21f62dd6-c3c6-4343-bfb0-c833091d7a7a {
  display: none;
}
#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d {
  text-align: left;
}



.shg-c#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6d2a117-a6e5-4adf-a98b-42d5d333b07d img.shogun-image {
  width: 100%;
}



}
#s-fe0505fb-284f-48b1-9041-50ad34c8f901 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe0505fb-284f-48b1-9041-50ad34c8f901 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6914f3be-b5f6-46c7-8baf-e5abcccb5aa7 {
  text-align: center;
}

#s-6914f3be-b5f6-46c7-8baf-e5abcccb5aa7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
}

#s-6914f3be-b5f6-46c7-8baf-e5abcccb5aa7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:  normal ;
  font-size: 14px;
}

#s-6914f3be-b5f6-46c7-8baf-e5abcccb5aa7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-26adcaa1-4246-48f3-9d65-fb7c94f7589c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(192, 129, 129, 0.6);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-26adcaa1-4246-48f3-9d65-fb7c94f7589c:hover {background-color: rgba(190, 190, 197, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-26adcaa1-4246-48f3-9d65-fb7c94f7589c:active {background-color: rgba(240, 158, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-26adcaa1-4246-48f3-9d65-fb7c94f7589c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26adcaa1-4246-48f3-9d65-fb7c94f7589c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26adcaa1-4246-48f3-9d65-fb7c94f7589c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Assistant;
  display:  block ;
}

#s-26adcaa1-4246-48f3-9d65-fb7c94f7589c.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Assistant;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-26adcaa1-4246-48f3-9d65-fb7c94f7589c.shg-btn.shg-product-atc-success {
    font-weight: 500;
    font-family: Assistant;
    
    font-size: 14px;
    
  }


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