.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-adcfd4e7-3e99-41d9-9235-1b82173b79c7 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-adcfd4e7-3e99-41d9-9235-1b82173b79c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adcfd4e7-3e99-41d9-9235-1b82173b79c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44150a40-0b3a-4a1b-918e-048b0f893edd {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-44150a40-0b3a-4a1b-918e-048b0f893edd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44150a40-0b3a-4a1b-918e-048b0f893edd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 {
  background-image: url(https://i.shgcdn.com/dea31b05-b63a-4bfe-b736-751b34f96a32/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 {
  background-image: url(https://i.shgcdn.com/dea31b05-b63a-4bfe-b736-751b34f96a32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 {
  background-image: url(https://i.shgcdn.com/dea31b05-b63a-4bfe-b736-751b34f96a32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 {
  background-image: url(https://i.shgcdn.com/dea31b05-b63a-4bfe-b736-751b34f96a32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 {
  background-image: url(https://i.shgcdn.com/dea31b05-b63a-4bfe-b736-751b34f96a32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 {
  background-image: url(https://i.shgcdn.com/dea31b05-b63a-4bfe-b736-751b34f96a32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 {
  background-image: url(https://i.shgcdn.com/dea31b05-b63a-4bfe-b736-751b34f96a32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 {
  background-image: url(https://i.shgcdn.com/dea31b05-b63a-4bfe-b736-751b34f96a32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 {
  background-image: url(https://i.shgcdn.com/dea31b05-b63a-4bfe-b736-751b34f96a32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d92e2e6a-9882-4771-8077-06cd1b098aa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d92e2e6a-9882-4771-8077-06cd1b098aa9.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-293c2a29-3075-460e-8e32-dd8a6960b8b9 {
  padding-top: 150px;
padding-bottom: 150px;
text-align: center;
}

#s-293c2a29-3075-460e-8e32-dd8a6960b8b9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-225c8b7e-ee79-4b02-8c4b-2364de42f869 {
  margin-top: 50px;
margin-left: 20%;
margin-bottom: 50px;
margin-right: 20%;
min-height: 50px;
}








#s-225c8b7e-ee79-4b02-8c4b-2364de42f869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-225c8b7e-ee79-4b02-8c4b-2364de42f869.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0df639aa-75c9-47fd-b8ca-dc4f72fd4c30 {
  text-align: left;
}

#s-741ee243-e066-4586-80a8-6a013e3faa9a {
  background-size: contain;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
background-color: rgba(0, 0, 0, 1);
}








#s-741ee243-e066-4586-80a8-6a013e3faa9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-741ee243-e066-4586-80a8-6a013e3faa9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3b032e0-0014-48f8-9f5e-9b34106f741d {
  min-height: 50px;
}








#s-b3b032e0-0014-48f8-9f5e-9b34106f741d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3b032e0-0014-48f8-9f5e-9b34106f741d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-340015bc-58ac-4ec3-842f-5da6d05633f1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-340015bc-58ac-4ec3-842f-5da6d05633f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2bd177b1-7cef-4849-8e36-217a8d152909 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
text-align: center;
}

#s-2bd177b1-7cef-4849-8e36-217a8d152909 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-815105ee-d609-420a-aaa8-99316780c729 {
  min-height: 50px;
background-color: rgba(140, 161, 151, 1);
}








#s-815105ee-d609-420a-aaa8-99316780c729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-815105ee-d609-420a-aaa8-99316780c729.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-69f6f028-5abd-46fe-ac71-5e16a4e9ef1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69f6f028-5abd-46fe-ac71-5e16a4e9ef1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69f6f028-5abd-46fe-ac71-5e16a4e9ef1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69f6f028-5abd-46fe-ac71-5e16a4e9ef1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d078cb7c-6c53-4ad0-aafb-f69488e4cbfc {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(140, 161, 151, 1);
}








#s-d078cb7c-6c53-4ad0-aafb-f69488e4cbfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d078cb7c-6c53-4ad0-aafb-f69488e4cbfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2e58217-55fc-4f54-a041-5cf8bc19b7f0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c2e58217-55fc-4f54-a041-5cf8bc19b7f0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-a4521c3a-af37-43a6-ad47-33d9d9527596 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-a4521c3a-af37-43a6-ad47-33d9d9527596"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4521c3a-af37-43a6-ad47-33d9d9527596"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a4521c3a-af37-43a6-ad47-33d9d9527596"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4521c3a-af37-43a6-ad47-33d9d9527596"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a8d4d391-0561-4838-a3dd-3e0149eadf00 {
  padding-top: 20px;
padding-bottom: 20px;
}

.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-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc {
  text-align: left;
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc {
  max-width:  100%;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  width: 100%;
}



.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc {
  max-width:  100%;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  width: 100%;
}



.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc {
  max-width:  100%;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  width: 100%;
}



.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc {
  max-width:  100%;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  width: 100%;
}



.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc {
  max-width:  100%;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  width: 100%;
}



.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc .shg-image-zoom,
.shg-c#s-7b12a25b-ea5e-46e1-bbc6-131e17ed0cfc img.shogun-image {
  aspect-ratio: 1/1;
}

}
.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-c4de1666-a5ce-4921-bf5a-5aad7fcd9698 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4de1666-a5ce-4921-bf5a-5aad7fcd9698 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ff67b9d4-31e8-4322-bd2f-1091f908d90a {
  text-align: left;
}

#s-ff67b9d4-31e8-4322-bd2f-1091f908d90a .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ff67b9d4-31e8-4322-bd2f-1091f908d90a .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ff67b9d4-31e8-4322-bd2f-1091f908d90a .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-4dce4245-fb1e-41f4-9b1e-6f7850ab4cf6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4dce4245-fb1e-41f4-9b1e-6f7850ab4cf6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dce4245-fb1e-41f4-9b1e-6f7850ab4cf6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4dce4245-fb1e-41f4-9b1e-6f7850ab4cf6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4dce4245-fb1e-41f4-9b1e-6f7850ab4cf6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4dce4245-fb1e-41f4-9b1e-6f7850ab4cf6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4dce4245-fb1e-41f4-9b1e-6f7850ab4cf6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7617c3e7-74be-4b7c-a1a5-c0f548da085f {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-9cac587b-0a3f-438b-8200-03ee08d1d76e {
  text-align: left;
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e {
  max-width:  100%;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  width: 100%;
}



.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e {
  max-width:  100%;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  width: 100%;
}



.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e {
  max-width:  100%;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  width: 100%;
}



.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e {
  max-width:  100%;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  width: 100%;
}



.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e {
  max-width:  100%;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  width: 100%;
}



.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e .shg-image-zoom,
.shg-c#s-9cac587b-0a3f-438b-8200-03ee08d1d76e img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-f550e5e1-23f7-4eb2-935a-4af6ed7cf7fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f550e5e1-23f7-4eb2-935a-4af6ed7cf7fa .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9dbcbf5a-e9d3-41f2-8a49-1b7a4592d3fb {
  text-align: left;
}

#s-9dbcbf5a-e9d3-41f2-8a49-1b7a4592d3fb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9dbcbf5a-e9d3-41f2-8a49-1b7a4592d3fb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9dbcbf5a-e9d3-41f2-8a49-1b7a4592d3fb .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-1f53b277-6416-4804-98b6-99ebec327b42 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1f53b277-6416-4804-98b6-99ebec327b42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f53b277-6416-4804-98b6-99ebec327b42:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f53b277-6416-4804-98b6-99ebec327b42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f53b277-6416-4804-98b6-99ebec327b42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f53b277-6416-4804-98b6-99ebec327b42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f53b277-6416-4804-98b6-99ebec327b42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ed45ec5f-550a-4532-a4eb-180af2baf7ca {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-ed45ec5f-550a-4532-a4eb-180af2baf7ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed45ec5f-550a-4532-a4eb-180af2baf7ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed45ec5f-550a-4532-a4eb-180af2baf7ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed45ec5f-550a-4532-a4eb-180af2baf7ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aecaeb95-804f-4100-acf2-7d4c85d04786 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-96634562-dbb5-4448-803c-a7e650b3b19a {
  text-align: left;
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a {
  max-width:  100%;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  width: 100%;
}



.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a {
  max-width:  100%;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  width: 100%;
}



.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a {
  max-width:  100%;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  width: 100%;
}



.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a {
  max-width:  100%;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  width: 100%;
}



.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a {
  max-width:  100%;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  width: 100%;
}



.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a .shg-image-zoom,
.shg-c#s-96634562-dbb5-4448-803c-a7e650b3b19a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-269461ce-3828-4d44-9ab1-07513991f4e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-269461ce-3828-4d44-9ab1-07513991f4e9 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-75bc3505-9b7d-4d95-ad44-9554486a1b63 {
  text-align: left;
}

#s-75bc3505-9b7d-4d95-ad44-9554486a1b63 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-75bc3505-9b7d-4d95-ad44-9554486a1b63 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-75bc3505-9b7d-4d95-ad44-9554486a1b63 .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-b6f725c1-d9be-46a3-833c-06049c0b5f01 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b6f725c1-d9be-46a3-833c-06049c0b5f01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6f725c1-d9be-46a3-833c-06049c0b5f01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6f725c1-d9be-46a3-833c-06049c0b5f01 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6f725c1-d9be-46a3-833c-06049c0b5f01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6f725c1-d9be-46a3-833c-06049c0b5f01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b6f725c1-d9be-46a3-833c-06049c0b5f01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3b662c1c-cfd7-44f9-901c-7578e5145274 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-6f378915-147c-46b7-bdc8-0c340096e57b {
  text-align: left;
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b {
  max-width:  100%;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  width: 100%;
}



.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b {
  max-width:  100%;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  width: 100%;
}



.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b {
  max-width:  100%;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  width: 100%;
}



.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b {
  max-width:  100%;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  width: 100%;
}



.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b {
  max-width:  100%;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  width: 100%;
}



.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b .shg-image-zoom,
.shg-c#s-6f378915-147c-46b7-bdc8-0c340096e57b img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-1c2b8ad8-a6f8-45a6-9eca-96557e5ed3e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c2b8ad8-a6f8-45a6-9eca-96557e5ed3e6 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-19dbbf91-9685-448b-8c81-d934281b8c1c {
  text-align: left;
}

#s-19dbbf91-9685-448b-8c81-d934281b8c1c .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19dbbf91-9685-448b-8c81-d934281b8c1c .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-19dbbf91-9685-448b-8c81-d934281b8c1c .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-c4210d87-cbb8-466c-ac28-8fd6de406176 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c4210d87-cbb8-466c-ac28-8fd6de406176:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4210d87-cbb8-466c-ac28-8fd6de406176:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4210d87-cbb8-466c-ac28-8fd6de406176 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4210d87-cbb8-466c-ac28-8fd6de406176.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4210d87-cbb8-466c-ac28-8fd6de406176.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4210d87-cbb8-466c-ac28-8fd6de406176.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-12cd7930-3769-498d-bf04-e40837b09c6f {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(234, 216, 214, 1);
}








#s-12cd7930-3769-498d-bf04-e40837b09c6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12cd7930-3769-498d-bf04-e40837b09c6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7f6d9c9-9b16-498d-bd46-021864f555d6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d7f6d9c9-9b16-498d-bd46-021864f555d6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1c33f80b-8e74-465d-b8ca-f84c678c8ccb {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-1c33f80b-8e74-465d-b8ca-f84c678c8ccb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c33f80b-8e74-465d-b8ca-f84c678c8ccb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1c33f80b-8e74-465d-b8ca-f84c678c8ccb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c33f80b-8e74-465d-b8ca-f84c678c8ccb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2591123d-5d0f-4509-b0f3-c815d09a0f7c {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b {
  text-align: left;
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b {
  max-width:  100%;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  width: 100%;
}



.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b {
  max-width:  100%;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  width: 100%;
}



.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b {
  max-width:  100%;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  width: 100%;
}



.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b {
  max-width:  100%;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  width: 100%;
}



.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b {
  max-width:  100%;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  width: 100%;
}



.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b .shg-image-zoom,
.shg-c#s-c9e7f6fa-5419-4faa-8bb5-885b7d89905b img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-20705f1a-398e-4804-b373-5b612a300e47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20705f1a-398e-4804-b373-5b612a300e47 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ed9c262d-8224-4b58-bb6e-b4ee4cbe401e {
  text-align: left;
}

#s-ed9c262d-8224-4b58-bb6e-b4ee4cbe401e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ed9c262d-8224-4b58-bb6e-b4ee4cbe401e .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ed9c262d-8224-4b58-bb6e-b4ee4cbe401e .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-561f8cd0-b026-4aa0-b741-db9187b07271 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-561f8cd0-b026-4aa0-b741-db9187b07271:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-561f8cd0-b026-4aa0-b741-db9187b07271:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-561f8cd0-b026-4aa0-b741-db9187b07271 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-561f8cd0-b026-4aa0-b741-db9187b07271.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-561f8cd0-b026-4aa0-b741-db9187b07271.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-561f8cd0-b026-4aa0-b741-db9187b07271.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5c137575-e067-471f-bbb8-3b244c30f336 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 {
  text-align: left;
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 {
  max-width:  100%;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  width: 100%;
}



.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 {
  max-width:  100%;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  width: 100%;
}



.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 {
  max-width:  100%;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  width: 100%;
}



.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 {
  max-width:  100%;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  width: 100%;
}



.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 {
  max-width:  100%;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  width: 100%;
}



.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 .shg-image-zoom,
.shg-c#s-02a074d5-cab5-4b70-9780-9abf156b3ec1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-e0ecff4a-8785-4375-a0c5-fab2ad20db56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0ecff4a-8785-4375-a0c5-fab2ad20db56 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4d169065-dc36-4c1f-bea7-23f2101e8e5b {
  text-align: left;
}

#s-4d169065-dc36-4c1f-bea7-23f2101e8e5b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d169065-dc36-4c1f-bea7-23f2101e8e5b .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4d169065-dc36-4c1f-bea7-23f2101e8e5b .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-57741c59-5b0c-441e-a781-883e87e365a6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-57741c59-5b0c-441e-a781-883e87e365a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57741c59-5b0c-441e-a781-883e87e365a6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57741c59-5b0c-441e-a781-883e87e365a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57741c59-5b0c-441e-a781-883e87e365a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57741c59-5b0c-441e-a781-883e87e365a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57741c59-5b0c-441e-a781-883e87e365a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a68440ca-7957-408b-84d0-367510327bcc {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-a68440ca-7957-408b-84d0-367510327bcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a68440ca-7957-408b-84d0-367510327bcc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a68440ca-7957-408b-84d0-367510327bcc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a68440ca-7957-408b-84d0-367510327bcc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-82e4ddc8-149e-4c5e-b8d9-472ed958c6ae {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-992b24ce-f10a-4482-92d0-34df3cdc4942 {
  text-align: left;
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 {
  max-width:  100%;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  width: 100%;
}



.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 {
  max-width:  100%;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  width: 100%;
}



.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 {
  max-width:  100%;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  width: 100%;
}



.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 {
  max-width:  100%;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  width: 100%;
}



.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 {
  max-width:  100%;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  width: 100%;
}



.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 .shg-image-zoom,
.shg-c#s-992b24ce-f10a-4482-92d0-34df3cdc4942 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-82e068c8-ae99-4256-8c68-0d08c72ccfd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82e068c8-ae99-4256-8c68-0d08c72ccfd6 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4ea3a906-e18e-4f69-a90f-df3b3bbb11c0 {
  text-align: left;
}

#s-4ea3a906-e18e-4f69-a90f-df3b3bbb11c0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4ea3a906-e18e-4f69-a90f-df3b3bbb11c0 .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4ea3a906-e18e-4f69-a90f-df3b3bbb11c0 .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-de352763-9f04-4f4a-a8a1-2fd1909828b7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-de352763-9f04-4f4a-a8a1-2fd1909828b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de352763-9f04-4f4a-a8a1-2fd1909828b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de352763-9f04-4f4a-a8a1-2fd1909828b7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de352763-9f04-4f4a-a8a1-2fd1909828b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de352763-9f04-4f4a-a8a1-2fd1909828b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de352763-9f04-4f4a-a8a1-2fd1909828b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-14feca50-5494-4f11-a646-633fa4d4b191 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc {
  text-align: left;
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc {
  max-width:  100%;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  width: 100%;
}



.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc {
  max-width:  100%;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  width: 100%;
}



.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc {
  max-width:  100%;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  width: 100%;
}



.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc {
  max-width:  100%;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  width: 100%;
}



.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc {
  max-width:  100%;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  width: 100%;
}



.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc .shg-image-zoom,
.shg-c#s-7ccfaea3-ed1a-4167-97cc-f4ab39efc8cc img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-d5e4503e-5f56-4f57-b8fc-e1a57e66bd6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5e4503e-5f56-4f57-b8fc-e1a57e66bd6e .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c733b05e-df92-43b4-a1bf-7cefcc0b0cbf {
  text-align: left;
}

#s-c733b05e-df92-43b4-a1bf-7cefcc0b0cbf .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c733b05e-df92-43b4-a1bf-7cefcc0b0cbf .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c733b05e-df92-43b4-a1bf-7cefcc0b0cbf .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-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-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .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-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .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-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 15px;
  }

  
    #s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 0px;
    }
  




  #s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf-btn-wrapper {
    text-align: center;
  }


#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-variant-btn:hover {
  background: #252525;
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-variant-btn:active, #s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2ec49c8b-d4a1-4dad-bc57-41134a14a3bf .shg-variant-btn.disabled {
  background: #252525;
}

#s-7a7fb51c-6b3b-41f7-8a45-58d68bca2e8c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7a7fb51c-6b3b-41f7-8a45-58d68bca2e8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a7fb51c-6b3b-41f7-8a45-58d68bca2e8c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a7fb51c-6b3b-41f7-8a45-58d68bca2e8c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a7fb51c-6b3b-41f7-8a45-58d68bca2e8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a7fb51c-6b3b-41f7-8a45-58d68bca2e8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a7fb51c-6b3b-41f7-8a45-58d68bca2e8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4a39dacb-7aec-4d74-aeda-b6dd09a4e8e2 {
  min-height: 50px;
background-color: rgba(234, 216, 214, 0.5);
}








#s-4a39dacb-7aec-4d74-aeda-b6dd09a4e8e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a39dacb-7aec-4d74-aeda-b6dd09a4e8e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d319729d-5a42-44ec-974c-f232fa4998fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d319729d-5a42-44ec-974c-f232fa4998fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d319729d-5a42-44ec-974c-f232fa4998fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d319729d-5a42-44ec-974c-f232fa4998fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d3a3965a-fdbe-4e9a-8a93-88d1eeaeefcb {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(234, 216, 214, 1);
}








#s-d3a3965a-fdbe-4e9a-8a93-88d1eeaeefcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3a3965a-fdbe-4e9a-8a93-88d1eeaeefcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-090bf4cc-edc5-4f8e-beaa-7e84bc906aa4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-090bf4cc-edc5-4f8e-beaa-7e84bc906aa4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-54f7f241-f239-4645-80b3-cb72a9c84e23 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-54f7f241-f239-4645-80b3-cb72a9c84e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54f7f241-f239-4645-80b3-cb72a9c84e23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-54f7f241-f239-4645-80b3-cb72a9c84e23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-54f7f241-f239-4645-80b3-cb72a9c84e23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8cc5f64a-6c7a-44ee-b72f-1ffb34f1d71c {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c {
  text-align: left;
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c {
  max-width:  100%;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  width: 100%;
}



.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c {
  max-width:  100%;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  width: 100%;
}



.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c {
  max-width:  100%;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  width: 100%;
}



.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c {
  max-width:  100%;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  width: 100%;
}



.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c {
  max-width:  100%;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  width: 100%;
}



.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c .shg-image-zoom,
.shg-c#s-0cfb4911-fc3d-4a85-8ad0-261c65434c0c img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-22811425-be4c-4601-9bce-e4f6e33913ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22811425-be4c-4601-9bce-e4f6e33913ea .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-15adb9eb-9c6a-48e1-b578-5143f71f2958 {
  text-align: left;
}

#s-15adb9eb-9c6a-48e1-b578-5143f71f2958 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-15adb9eb-9c6a-48e1-b578-5143f71f2958 .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-15adb9eb-9c6a-48e1-b578-5143f71f2958 .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-60472e7a-f537-4da7-ac1b-9d7642f51a4d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-60472e7a-f537-4da7-ac1b-9d7642f51a4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60472e7a-f537-4da7-ac1b-9d7642f51a4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-60472e7a-f537-4da7-ac1b-9d7642f51a4d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60472e7a-f537-4da7-ac1b-9d7642f51a4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60472e7a-f537-4da7-ac1b-9d7642f51a4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60472e7a-f537-4da7-ac1b-9d7642f51a4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f8c09a31-0ae5-44f4-91f7-a792137f7cdc {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-449c7df4-428f-4dfe-b43f-c386068dab12 {
  text-align: left;
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 {
  max-width:  100%;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  width: 100%;
}



.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 {
  max-width:  100%;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  width: 100%;
}



.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 {
  max-width:  100%;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  width: 100%;
}



.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 {
  max-width:  100%;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  width: 100%;
}



.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 {
  max-width:  100%;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  width: 100%;
}



.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 .shg-image-zoom,
.shg-c#s-449c7df4-428f-4dfe-b43f-c386068dab12 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-d1b529e9-95b7-470f-bcaa-3776593568c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1b529e9-95b7-470f-bcaa-3776593568c9 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6dcc28fd-fdec-4b8b-a86d-332fa800b3da {
  text-align: left;
}

#s-6dcc28fd-fdec-4b8b-a86d-332fa800b3da .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6dcc28fd-fdec-4b8b-a86d-332fa800b3da .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6dcc28fd-fdec-4b8b-a86d-332fa800b3da .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-39ddc66f-4acf-4209-a030-f215a6518f3a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-39ddc66f-4acf-4209-a030-f215a6518f3a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39ddc66f-4acf-4209-a030-f215a6518f3a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-39ddc66f-4acf-4209-a030-f215a6518f3a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-39ddc66f-4acf-4209-a030-f215a6518f3a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39ddc66f-4acf-4209-a030-f215a6518f3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-39ddc66f-4acf-4209-a030-f215a6518f3a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2d8da19e-6a37-4df9-8cf5-507d9721ce2c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2d8da19e-6a37-4df9-8cf5-507d9721ce2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d8da19e-6a37-4df9-8cf5-507d9721ce2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2d8da19e-6a37-4df9-8cf5-507d9721ce2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d8da19e-6a37-4df9-8cf5-507d9721ce2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-080b3a75-88d6-4d75-931a-3ba941f5ba1b {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a {
  text-align: left;
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a {
  max-width:  100%;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  width: 100%;
}



.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a {
  max-width:  100%;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  width: 100%;
}



.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a {
  max-width:  100%;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  width: 100%;
}



.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a {
  max-width:  100%;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  width: 100%;
}



.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a {
  max-width:  100%;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  width: 100%;
}



.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a .shg-image-zoom,
.shg-c#s-8144a5e4-95fd-4a72-a7fa-9e2a9f34f61a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-b89ee67d-9d03-4313-919b-36ad41ab65c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b89ee67d-9d03-4313-919b-36ad41ab65c1 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6a7c48fe-ef6d-4363-806a-2e5d46ed678c {
  text-align: left;
}

#s-6a7c48fe-ef6d-4363-806a-2e5d46ed678c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6a7c48fe-ef6d-4363-806a-2e5d46ed678c .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6a7c48fe-ef6d-4363-806a-2e5d46ed678c .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-77840ac6-b609-4fb1-9778-a4b81aa76b17 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-77840ac6-b609-4fb1-9778-a4b81aa76b17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77840ac6-b609-4fb1-9778-a4b81aa76b17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-77840ac6-b609-4fb1-9778-a4b81aa76b17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77840ac6-b609-4fb1-9778-a4b81aa76b17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77840ac6-b609-4fb1-9778-a4b81aa76b17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-77840ac6-b609-4fb1-9778-a4b81aa76b17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-006ec68e-2fbe-49fb-b2a4-755480530b8d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd {
  text-align: left;
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd {
  max-width:  100%;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  width: 100%;
}



.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd {
  max-width:  100%;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  width: 100%;
}



.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd {
  max-width:  100%;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  width: 100%;
}



.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd {
  max-width:  100%;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  width: 100%;
}



.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd {
  max-width:  100%;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  width: 100%;
}



.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd .shg-image-zoom,
.shg-c#s-d8697f9a-3e7d-4202-a1b2-e699e56723dd img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-561da53d-0ee6-4c57-939c-156630c3f7d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-561da53d-0ee6-4c57-939c-156630c3f7d9 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d733744b-0e6a-437f-bed7-b39480aa0ace {
  text-align: left;
}

#s-d733744b-0e6a-437f-bed7-b39480aa0ace .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d733744b-0e6a-437f-bed7-b39480aa0ace .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-d733744b-0e6a-437f-bed7-b39480aa0ace .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-80fe9fef-380e-4ebe-8828-1a811c0e1850 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .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-80fe9fef-380e-4ebe-8828-1a811c0e1850 .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-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 15px;
  }

  
    #s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 0px;
    }
  




  #s-80fe9fef-380e-4ebe-8828-1a811c0e1850-btn-wrapper {
    text-align: center;
  }


#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-variant-btn:hover {
  background: #252525;
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-variant-btn:active, #s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-80fe9fef-380e-4ebe-8828-1a811c0e1850 .shg-variant-btn.disabled {
  background: #252525;
}

#s-4ae8c44e-80c4-4bc6-8af0-4ed8deed8691 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4ae8c44e-80c4-4bc6-8af0-4ed8deed8691:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ae8c44e-80c4-4bc6-8af0-4ed8deed8691:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4ae8c44e-80c4-4bc6-8af0-4ed8deed8691 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ae8c44e-80c4-4bc6-8af0-4ed8deed8691.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ae8c44e-80c4-4bc6-8af0-4ed8deed8691.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4ae8c44e-80c4-4bc6-8af0-4ed8deed8691.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-94818ef7-7168-40e6-9f55-138f53eb0ef6 {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(244, 235, 234, 1);
}








#s-94818ef7-7168-40e6-9f55-138f53eb0ef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94818ef7-7168-40e6-9f55-138f53eb0ef6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d0d260e-b49e-471c-a4e0-83127e1aa81a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3d0d260e-b49e-471c-a4e0-83127e1aa81a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3a7dec5d-9044-4c75-b994-e04e6220b413 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-3a7dec5d-9044-4c75-b994-e04e6220b413"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a7dec5d-9044-4c75-b994-e04e6220b413"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3a7dec5d-9044-4c75-b994-e04e6220b413"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a7dec5d-9044-4c75-b994-e04e6220b413"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f1004405-aa56-4865-b69e-7a6affb1aa40 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 {
  text-align: left;
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 {
  max-width:  100%;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 {
  max-width:  100%;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 {
  max-width:  100%;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 {
  max-width:  100%;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 {
  max-width:  100%;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 .shg-image-zoom,
.shg-c#s-c755b5e7-c2a3-4a03-9159-6368a907eea1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-58a0d278-ee33-4ce1-9bf4-92e4f7b644ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58a0d278-ee33-4ce1-9bf4-92e4f7b644ff .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-61750b56-8793-476f-ac3f-a89323dd2b4a {
  text-align: left;
}

#s-61750b56-8793-476f-ac3f-a89323dd2b4a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-61750b56-8793-476f-ac3f-a89323dd2b4a .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-61750b56-8793-476f-ac3f-a89323dd2b4a .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-ca313243-a4c4-4fce-ae74-00ac0c3f6ae8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ca313243-a4c4-4fce-ae74-00ac0c3f6ae8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca313243-a4c4-4fce-ae74-00ac0c3f6ae8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca313243-a4c4-4fce-ae74-00ac0c3f6ae8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca313243-a4c4-4fce-ae74-00ac0c3f6ae8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca313243-a4c4-4fce-ae74-00ac0c3f6ae8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca313243-a4c4-4fce-ae74-00ac0c3f6ae8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d33e7256-733f-4a07-8d61-5b14b7d3c1ba {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 {
  text-align: left;
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 {
  max-width:  100%;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  width: 100%;
}



.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 {
  max-width:  100%;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  width: 100%;
}



.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 {
  max-width:  100%;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  width: 100%;
}



.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 {
  max-width:  100%;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  width: 100%;
}



.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 {
  max-width:  100%;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  width: 100%;
}



.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 .shg-image-zoom,
.shg-c#s-bb9fdfe5-6316-40c9-a942-ebd236e6acd4 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-6c4b7674-a722-4166-9380-af590303daad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c4b7674-a722-4166-9380-af590303daad .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bf3db9d1-dc3e-4055-88c8-936eabed6f89 {
  text-align: left;
}

#s-bf3db9d1-dc3e-4055-88c8-936eabed6f89 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bf3db9d1-dc3e-4055-88c8-936eabed6f89 .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-bf3db9d1-dc3e-4055-88c8-936eabed6f89 .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-ad3a8b62-96a7-4a71-9cec-c962d186b608 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ad3a8b62-96a7-4a71-9cec-c962d186b608:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad3a8b62-96a7-4a71-9cec-c962d186b608:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad3a8b62-96a7-4a71-9cec-c962d186b608 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad3a8b62-96a7-4a71-9cec-c962d186b608.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad3a8b62-96a7-4a71-9cec-c962d186b608.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad3a8b62-96a7-4a71-9cec-c962d186b608.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fc4d3765-60ec-404d-a4ca-02a7114e9f89 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-fc4d3765-60ec-404d-a4ca-02a7114e9f89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc4d3765-60ec-404d-a4ca-02a7114e9f89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fc4d3765-60ec-404d-a4ca-02a7114e9f89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc4d3765-60ec-404d-a4ca-02a7114e9f89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-465e49ca-1253-4e8f-8d03-f3e6b85763c7 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-b93a4703-a194-4082-ad0d-dcd8827bb812 {
  text-align: left;
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 {
  max-width:  100%;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  width: 100%;
}



.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 {
  max-width:  100%;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  width: 100%;
}



.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 {
  max-width:  100%;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  width: 100%;
}



.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 {
  max-width:  100%;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  width: 100%;
}



.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 {
  max-width:  100%;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  width: 100%;
}



.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 .shg-image-zoom,
.shg-c#s-b93a4703-a194-4082-ad0d-dcd8827bb812 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-e5001ae2-7ac8-4248-b93c-97e06c32f46c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5001ae2-7ac8-4248-b93c-97e06c32f46c .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-78ccbe24-6db9-4593-b595-9e114a5ddfef {
  text-align: left;
}

#s-78ccbe24-6db9-4593-b595-9e114a5ddfef .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78ccbe24-6db9-4593-b595-9e114a5ddfef .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-78ccbe24-6db9-4593-b595-9e114a5ddfef .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-a951b770-1337-4f3c-ba66-02dd1d9de1c3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a951b770-1337-4f3c-ba66-02dd1d9de1c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a951b770-1337-4f3c-ba66-02dd1d9de1c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a951b770-1337-4f3c-ba66-02dd1d9de1c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a951b770-1337-4f3c-ba66-02dd1d9de1c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a951b770-1337-4f3c-ba66-02dd1d9de1c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a951b770-1337-4f3c-ba66-02dd1d9de1c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ea78ed1c-ed8f-44a9-bac3-781f77a06143 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-23459197-118a-4916-9286-0fef4872b3ff {
  text-align: left;
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff {
  max-width:  100%;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  width: 100%;
}



.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff {
  max-width:  100%;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  width: 100%;
}



.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff {
  max-width:  100%;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  width: 100%;
}



.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff {
  max-width:  100%;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  width: 100%;
}



.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff {
  max-width:  100%;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  width: 100%;
}



.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff .shg-image-zoom,
.shg-c#s-23459197-118a-4916-9286-0fef4872b3ff img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-9ac36e9c-1d90-4592-94ea-592854442aa5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ac36e9c-1d90-4592-94ea-592854442aa5 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d0dcb358-f42f-4677-b764-e8bd5e36c0c6 {
  text-align: left;
}

#s-d0dcb358-f42f-4677-b764-e8bd5e36c0c6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d0dcb358-f42f-4677-b764-e8bd5e36c0c6 .shg-product-price {
  color: rgba(0, 0, 0, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-d0dcb358-f42f-4677-b764-e8bd5e36c0c6 .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-b62dc1a1-5acb-4d2d-a600-72a85ba85591 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(229, 212, 159, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b62dc1a1-5acb-4d2d-a600-72a85ba85591:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b62dc1a1-5acb-4d2d-a600-72a85ba85591:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b62dc1a1-5acb-4d2d-a600-72a85ba85591 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b62dc1a1-5acb-4d2d-a600-72a85ba85591.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b62dc1a1-5acb-4d2d-a600-72a85ba85591.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b62dc1a1-5acb-4d2d-a600-72a85ba85591.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2220c929-4f0b-4616-afdb-e75d5f64661a {
  padding-top: 50px;
padding-bottom: 20px;
text-align: center;
}

#s-2220c929-4f0b-4616-afdb-e75d5f64661a .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

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

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

#s-03cb615b-42f6-457a-a23f-3396d4937db1 {
  margin-top: 0px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-03cb615b-42f6-457a-a23f-3396d4937db1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03cb615b-42f6-457a-a23f-3396d4937db1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03cb615b-42f6-457a-a23f-3396d4937db1-root {
    text-align: center;
  }


#s-03cb615b-42f6-457a-a23f-3396d4937db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03cb615b-42f6-457a-a23f-3396d4937db1-root {
    text-align: center;
  }


#s-03cb615b-42f6-457a-a23f-3396d4937db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03cb615b-42f6-457a-a23f-3396d4937db1-root {
    text-align: center;
  }


#s-03cb615b-42f6-457a-a23f-3396d4937db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03cb615b-42f6-457a-a23f-3396d4937db1-root {
    text-align: center;
  }


#s-03cb615b-42f6-457a-a23f-3396d4937db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03cb615b-42f6-457a-a23f-3396d4937db1-root {
    text-align: center;
  }


#s-03cb615b-42f6-457a-a23f-3396d4937db1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c: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}
