.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-494365fe-d01b-46dc-8c98-5d83aa9c369b { min-height: 50px; }
#s-494365fe-d01b-46dc-8c98-5d83aa9c369b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a8b8f6ec-fe3d-4457-ad61-f64901f1e70f { text-align: center; }
.shg-rich-text {
  overflow-wrap: break-word;
  text-align: left;
}

.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 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 a {
  background-color: inherit;
  color: inherit;
  cursor: text;
  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 ::-moz-selection,
.shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-144e9185-5f8d-4585-b55d-6d1f60144a1a { padding-top: 6px;
padding-bottom: 6px; }
#s-80b497f5-8cd9-4fa2-8dd4-e63db875df9f { min-height: 50px; }
#s-80b497f5-8cd9-4fa2-8dd4-e63db875df9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-6a700137-c3d1-4564-b52b-701784f07343 { padding-top: 8px;
padding-bottom: 8px; }
@media (min-width: 0px) {
[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6a700137-c3d1-4564-b52b-701784f07343"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cb065c1d-3c08-4035-b970-7e5d729b1cfe {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-b8678d4a-24af-41d4-aa71-1ea800948e1c { text-align: left; }
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-599263f1-5f3e-4a52-a6a1-eabe8f7ec39a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-599263f1-5f3e-4a52-a6a1-eabe8f7ec39a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f8579a39-554b-41d9-8eec-0228c3d14945 { text-align: center; }
#s-f8579a39-554b-41d9-8eec-0228c3d14945 .shg-product-sold-out {
  display: none;
}

#s-f8579a39-554b-41d9-8eec-0228c3d14945 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f8579a39-554b-41d9-8eec-0228c3d14945 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8096dca4-1c60-486b-a558-3148180ebe3d { text-align: left; }
#s-8096dca4-1c60-486b-a558-3148180ebe3d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8096dca4-1c60-486b-a558-3148180ebe3d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8096dca4-1c60-486b-a558-3148180ebe3d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8096dca4-1c60-486b-a558-3148180ebe3d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


.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-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

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

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

#s-d405ce33-15bd-4415-8f7f-ce434d80f027 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-d405ce33-15bd-4415-8f7f-ce434d80f027:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d405ce33-15bd-4415-8f7f-ce434d80f027:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d405ce33-15bd-4415-8f7f-ce434d80f027 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d405ce33-15bd-4415-8f7f-ce434d80f027.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d405ce33-15bd-4415-8f7f-ce434d80f027.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d405ce33-15bd-4415-8f7f-ce434d80f027.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d9f85e13-9c49-4dc2-bcd1-fafcaf4a7982 {
  display: none;
}
#s-4ad330ac-d263-4740-9991-3decf1c74c0f { text-align: left; }
#s-a35294a1-429a-4d74-ab4b-a1a25f58887e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a35294a1-429a-4d74-ab4b-a1a25f58887e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f3ed739c-9f27-4acd-bef9-24592202050a { text-align: center; }
#s-f3ed739c-9f27-4acd-bef9-24592202050a .shg-product-sold-out {
  display: none;
}

#s-f3ed739c-9f27-4acd-bef9-24592202050a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f3ed739c-9f27-4acd-bef9-24592202050a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-101d3498-3c9f-4f97-81db-e4b209fefe0c { text-align: left; }
#s-101d3498-3c9f-4f97-81db-e4b209fefe0c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-101d3498-3c9f-4f97-81db-e4b209fefe0c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-101d3498-3c9f-4f97-81db-e4b209fefe0c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-101d3498-3c9f-4f97-81db-e4b209fefe0c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-31c424b8-5ed8-4b24-95c7-90b49025e54b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-31c424b8-5ed8-4b24-95c7-90b49025e54b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-31c424b8-5ed8-4b24-95c7-90b49025e54b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-31c424b8-5ed8-4b24-95c7-90b49025e54b {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31c424b8-5ed8-4b24-95c7-90b49025e54b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31c424b8-5ed8-4b24-95c7-90b49025e54b.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-31c424b8-5ed8-4b24-95c7-90b49025e54b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ff484260-3fe8-4a8b-977f-579c7077299e {
  display: none;
}
#s-d9c81055-40ee-4a48-a001-927608362510 { text-align: left; }
#s-5dc5d9ce-7f73-4520-b412-daae91a1e4e9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5dc5d9ce-7f73-4520-b412-daae91a1e4e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-28b19982-6059-452a-9283-852dfee3649c { text-align: center; }
#s-28b19982-6059-452a-9283-852dfee3649c .shg-product-sold-out {
  display: none;
}

#s-28b19982-6059-452a-9283-852dfee3649c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-28b19982-6059-452a-9283-852dfee3649c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ad3b1aaa-59e5-48f7-beeb-d97626e711eb { text-align: left; }
#s-ad3b1aaa-59e5-48f7-beeb-d97626e711eb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ad3b1aaa-59e5-48f7-beeb-d97626e711eb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ad3b1aaa-59e5-48f7-beeb-d97626e711eb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ad3b1aaa-59e5-48f7-beeb-d97626e711eb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-9ab13447-7a7d-46d2-99e5-94b97b0218e6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-9ab13447-7a7d-46d2-99e5-94b97b0218e6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9ab13447-7a7d-46d2-99e5-94b97b0218e6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9ab13447-7a7d-46d2-99e5-94b97b0218e6 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ab13447-7a7d-46d2-99e5-94b97b0218e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ab13447-7a7d-46d2-99e5-94b97b0218e6.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9ab13447-7a7d-46d2-99e5-94b97b0218e6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075 { padding-top: 8px;
padding-bottom: 8px; }
@media (min-width: 0px) {
[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a49c4cf-8fb2-4620-8b73-58cdaf21a075"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5e47e6d2-d29b-4c2b-a33a-b8a5192fabee {
  display: none;
}
#s-f945e8c8-378e-497a-b10d-b318974f7bc1 { text-align: left; }
#s-4294688e-56ee-432b-9fcb-7cd5d6b7f407 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4294688e-56ee-432b-9fcb-7cd5d6b7f407 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-4b00fa9a-8e78-4a96-857a-b38422ea314a { text-align: center; }
#s-4b00fa9a-8e78-4a96-857a-b38422ea314a .shg-product-sold-out {
  display: none;
}

#s-4b00fa9a-8e78-4a96-857a-b38422ea314a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-4b00fa9a-8e78-4a96-857a-b38422ea314a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1fbf2e6f-bc0d-4318-9ad6-3c6732de55cb { text-align: left; }
#s-1fbf2e6f-bc0d-4318-9ad6-3c6732de55cb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1fbf2e6f-bc0d-4318-9ad6-3c6732de55cb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1fbf2e6f-bc0d-4318-9ad6-3c6732de55cb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1fbf2e6f-bc0d-4318-9ad6-3c6732de55cb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-16a17260-22df-471f-acb8-3526dec6c2f0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-16a17260-22df-471f-acb8-3526dec6c2f0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-16a17260-22df-471f-acb8-3526dec6c2f0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-16a17260-22df-471f-acb8-3526dec6c2f0 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16a17260-22df-471f-acb8-3526dec6c2f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16a17260-22df-471f-acb8-3526dec6c2f0.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-16a17260-22df-471f-acb8-3526dec6c2f0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0ccac4e1-b28e-4c6d-9c1f-55b013883c86 {
  display: none;
}
#s-42fe2fa5-8fd6-4da0-89c9-6631b5ff86af { text-align: left; }
#s-9536b4a5-eab5-4359-a91b-7627e0fd8881 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9536b4a5-eab5-4359-a91b-7627e0fd8881 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-cc3a2dff-e586-4bca-89d8-9c83a77bdede { text-align: center; }
#s-cc3a2dff-e586-4bca-89d8-9c83a77bdede .shg-product-sold-out {
  display: none;
}

#s-cc3a2dff-e586-4bca-89d8-9c83a77bdede .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-cc3a2dff-e586-4bca-89d8-9c83a77bdede .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-51ad04d0-8054-4dff-832c-1a2ddbd89307 { text-align: left; }
#s-51ad04d0-8054-4dff-832c-1a2ddbd89307 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-51ad04d0-8054-4dff-832c-1a2ddbd89307 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-51ad04d0-8054-4dff-832c-1a2ddbd89307 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-51ad04d0-8054-4dff-832c-1a2ddbd89307 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c0b7851f-e7a6-4254-b810-77ac073c47c7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-c0b7851f-e7a6-4254-b810-77ac073c47c7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c0b7851f-e7a6-4254-b810-77ac073c47c7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c0b7851f-e7a6-4254-b810-77ac073c47c7 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0b7851f-e7a6-4254-b810-77ac073c47c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0b7851f-e7a6-4254-b810-77ac073c47c7.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c0b7851f-e7a6-4254-b810-77ac073c47c7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7f5650a9-ed15-46b7-813f-8c853f361c0c {
  display: none;
}
#s-f9f2bf44-0f85-4186-b6ee-1d726084e2ee { text-align: left; }
#s-229ea5cf-0e04-4937-b501-7510dc92b051 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-229ea5cf-0e04-4937-b501-7510dc92b051 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-530b16d2-6c69-47ed-9853-83d76b311c01 { text-align: center; }
#s-530b16d2-6c69-47ed-9853-83d76b311c01 .shg-product-sold-out {
  display: none;
}

#s-530b16d2-6c69-47ed-9853-83d76b311c01 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-530b16d2-6c69-47ed-9853-83d76b311c01 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-aa747adb-4433-4bd5-b702-f88efe089f19 { text-align: left; }
#s-aa747adb-4433-4bd5-b702-f88efe089f19 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aa747adb-4433-4bd5-b702-f88efe089f19 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aa747adb-4433-4bd5-b702-f88efe089f19 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aa747adb-4433-4bd5-b702-f88efe089f19 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-20ac654a-156a-46d6-9c03-8e636046adac { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-20ac654a-156a-46d6-9c03-8e636046adac:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-20ac654a-156a-46d6-9c03-8e636046adac:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-20ac654a-156a-46d6-9c03-8e636046adac {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20ac654a-156a-46d6-9c03-8e636046adac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20ac654a-156a-46d6-9c03-8e636046adac.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-20ac654a-156a-46d6-9c03-8e636046adac.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-239a41d4-2e4e-41e0-b489-aa34d746a55f { padding-top: 8px;
padding-bottom: 8px; }
@media (min-width: 0px) {
[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239a41d4-2e4e-41e0-b489-aa34d746a55f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-84c7bc52-77ad-4bb7-89d8-62bbb0a5d875 {
  display: none;
}
#s-87327c64-0606-4361-b982-5b2a7e37b40c { text-align: left; }
#s-3e94a5aa-d99b-4cfd-a394-2f31dba1ba47 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3e94a5aa-d99b-4cfd-a394-2f31dba1ba47 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-39552e19-ff61-4bb2-b058-a30907a28c16 { text-align: center; }
#s-39552e19-ff61-4bb2-b058-a30907a28c16 .shg-product-sold-out {
  display: none;
}

#s-39552e19-ff61-4bb2-b058-a30907a28c16 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-39552e19-ff61-4bb2-b058-a30907a28c16 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6d9732c9-4c47-4a9c-b4bb-1498c45ae85e { text-align: left; }
#s-6d9732c9-4c47-4a9c-b4bb-1498c45ae85e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6d9732c9-4c47-4a9c-b4bb-1498c45ae85e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6d9732c9-4c47-4a9c-b4bb-1498c45ae85e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6d9732c9-4c47-4a9c-b4bb-1498c45ae85e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-5a015e8c-2afc-4ec4-9bb7-5496ad490a54 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-5a015e8c-2afc-4ec4-9bb7-5496ad490a54:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5a015e8c-2afc-4ec4-9bb7-5496ad490a54:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5a015e8c-2afc-4ec4-9bb7-5496ad490a54 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a015e8c-2afc-4ec4-9bb7-5496ad490a54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a015e8c-2afc-4ec4-9bb7-5496ad490a54.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5a015e8c-2afc-4ec4-9bb7-5496ad490a54.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7feb51a8-1bb9-4fee-b988-3f7952344fbf {
  display: none;
}
#s-9f399ba1-a53d-406b-a2eb-a9eaa463cf3d { text-align: left; }
#s-eb9ab2d0-b474-464a-999e-ae7ffac9290c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-eb9ab2d0-b474-464a-999e-ae7ffac9290c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f3490790-9080-486d-872d-f6e09c181c76 { text-align: center; }
#s-f3490790-9080-486d-872d-f6e09c181c76 .shg-product-sold-out {
  display: none;
}

#s-f3490790-9080-486d-872d-f6e09c181c76 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f3490790-9080-486d-872d-f6e09c181c76 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-93e36798-654f-4a0c-8688-56d858e9e24c { text-align: left; }
#s-93e36798-654f-4a0c-8688-56d858e9e24c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-93e36798-654f-4a0c-8688-56d858e9e24c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-93e36798-654f-4a0c-8688-56d858e9e24c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-93e36798-654f-4a0c-8688-56d858e9e24c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-92517a0d-5b7a-422a-a0b0-21da4ffb5140 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-92517a0d-5b7a-422a-a0b0-21da4ffb5140:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-92517a0d-5b7a-422a-a0b0-21da4ffb5140:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-92517a0d-5b7a-422a-a0b0-21da4ffb5140 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92517a0d-5b7a-422a-a0b0-21da4ffb5140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92517a0d-5b7a-422a-a0b0-21da4ffb5140.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-92517a0d-5b7a-422a-a0b0-21da4ffb5140.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cc174e01-1fa2-45a5-9414-7a170ee051a9 {
  display: none;
}
#s-51661e0c-1572-4934-a4e9-dc23b0266bc2 { text-align: left; }
#s-20100025-5a90-4069-ab9d-174f319620df { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-20100025-5a90-4069-ab9d-174f319620df .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-2a96aa4f-5656-4789-bbcb-a8e8dc8a6748 { text-align: center; }
#s-2a96aa4f-5656-4789-bbcb-a8e8dc8a6748 .shg-product-sold-out {
  display: none;
}

#s-2a96aa4f-5656-4789-bbcb-a8e8dc8a6748 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-2a96aa4f-5656-4789-bbcb-a8e8dc8a6748 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ff7b5cc6-6b6d-47cd-95ab-4cbf4a9be308 { text-align: left; }
#s-ff7b5cc6-6b6d-47cd-95ab-4cbf4a9be308 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ff7b5cc6-6b6d-47cd-95ab-4cbf4a9be308 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ff7b5cc6-6b6d-47cd-95ab-4cbf4a9be308 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ff7b5cc6-6b6d-47cd-95ab-4cbf4a9be308 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-8e550b86-fbac-484b-83cb-89085e86f66e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-8e550b86-fbac-484b-83cb-89085e86f66e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8e550b86-fbac-484b-83cb-89085e86f66e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8e550b86-fbac-484b-83cb-89085e86f66e {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e550b86-fbac-484b-83cb-89085e86f66e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e550b86-fbac-484b-83cb-89085e86f66e.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8e550b86-fbac-484b-83cb-89085e86f66e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1 { padding-top: 8px;
padding-bottom: 8px; }
@media (min-width: 0px) {
[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2bfb33f-fa2a-4b50-9387-115b0b86e2f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e305f02b-eb0d-4abb-99f3-44fe68a28cb6 {
  display: none;
}
#s-ba146652-171b-4aa8-b656-258358e12878 { text-align: left; }
#s-9ae404b7-1339-433f-b091-96807008363c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9ae404b7-1339-433f-b091-96807008363c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-dcd97f8d-4ddb-41e9-ae0e-a143fb77b1d9 { text-align: center; }
#s-dcd97f8d-4ddb-41e9-ae0e-a143fb77b1d9 .shg-product-sold-out {
  display: none;
}

#s-dcd97f8d-4ddb-41e9-ae0e-a143fb77b1d9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-dcd97f8d-4ddb-41e9-ae0e-a143fb77b1d9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7ad33015-5457-48db-8fa9-3d015b689a6b { text-align: left; }
#s-7ad33015-5457-48db-8fa9-3d015b689a6b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7ad33015-5457-48db-8fa9-3d015b689a6b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7ad33015-5457-48db-8fa9-3d015b689a6b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7ad33015-5457-48db-8fa9-3d015b689a6b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-48f586e2-c4d2-4e61-a100-f2e79f1f69ef { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-48f586e2-c4d2-4e61-a100-f2e79f1f69ef:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-48f586e2-c4d2-4e61-a100-f2e79f1f69ef:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-48f586e2-c4d2-4e61-a100-f2e79f1f69ef {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48f586e2-c4d2-4e61-a100-f2e79f1f69ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48f586e2-c4d2-4e61-a100-f2e79f1f69ef.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-48f586e2-c4d2-4e61-a100-f2e79f1f69ef.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c488cc29-f34f-4b32-aa22-3743d2c4ff0e {
  display: none;
}
#s-0a5bd05c-1793-45f7-9ec6-cdf70d8bd1a6 { text-align: left; }
#s-fbaa7cca-b001-4570-96d0-67755c644843 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fbaa7cca-b001-4570-96d0-67755c644843 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-49e209ab-a433-4117-b064-a74557f5e5ae { text-align: center; }
#s-49e209ab-a433-4117-b064-a74557f5e5ae .shg-product-sold-out {
  display: none;
}

#s-49e209ab-a433-4117-b064-a74557f5e5ae .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-49e209ab-a433-4117-b064-a74557f5e5ae .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(238, 22, 22, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-32bde860-981a-4f00-9b2f-ae8a1dddcfb7 { text-align: left; }
#s-32bde860-981a-4f00-9b2f-ae8a1dddcfb7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-32bde860-981a-4f00-9b2f-ae8a1dddcfb7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-32bde860-981a-4f00-9b2f-ae8a1dddcfb7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-32bde860-981a-4f00-9b2f-ae8a1dddcfb7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1a7d9992-b6c8-4135-a7f8-a41d4abdba7b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-1a7d9992-b6c8-4135-a7f8-a41d4abdba7b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1a7d9992-b6c8-4135-a7f8-a41d4abdba7b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1a7d9992-b6c8-4135-a7f8-a41d4abdba7b {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a7d9992-b6c8-4135-a7f8-a41d4abdba7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a7d9992-b6c8-4135-a7f8-a41d4abdba7b.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1a7d9992-b6c8-4135-a7f8-a41d4abdba7b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f63add5f-64ce-40a4-b314-61c7c7cf07de {
  display: none;
}
#s-c80529d4-b393-4e5c-b3fb-a1efc86695f9 { text-align: left; }
#s-4748f582-d585-439e-8956-e5f2b4234a4e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4748f582-d585-439e-8956-e5f2b4234a4e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-0a5d238f-7e5c-41d0-b6a0-733ac0ab1fb1 { text-align: center; }
#s-0a5d238f-7e5c-41d0-b6a0-733ac0ab1fb1 .shg-product-sold-out {
  display: none;
}

#s-0a5d238f-7e5c-41d0-b6a0-733ac0ab1fb1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-0a5d238f-7e5c-41d0-b6a0-733ac0ab1fb1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-aa5f1344-bf39-4aa8-9946-93fcd1b4bd9d { text-align: left; }
#s-aa5f1344-bf39-4aa8-9946-93fcd1b4bd9d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aa5f1344-bf39-4aa8-9946-93fcd1b4bd9d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aa5f1344-bf39-4aa8-9946-93fcd1b4bd9d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aa5f1344-bf39-4aa8-9946-93fcd1b4bd9d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-b82e6621-5525-45c3-bcb7-46b4eef3d679 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-b82e6621-5525-45c3-bcb7-46b4eef3d679:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b82e6621-5525-45c3-bcb7-46b4eef3d679:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b82e6621-5525-45c3-bcb7-46b4eef3d679 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b82e6621-5525-45c3-bcb7-46b4eef3d679.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b82e6621-5525-45c3-bcb7-46b4eef3d679.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b82e6621-5525-45c3-bcb7-46b4eef3d679.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-59c8aab4-087a-4fa9-b5ea-80461047d277 { padding-top: 8px;
padding-bottom: 8px; }
@media (min-width: 0px) {
[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59c8aab4-087a-4fa9-b5ea-80461047d277"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b0a942b8-ccad-4120-96b6-20ea24263b3f {
  display: none;
}
#s-83694a9d-1055-4ffd-bd11-5d1a60ad28b5 { text-align: left; }
#s-eaf38689-5a97-4f7d-9cb5-63f47872781b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-eaf38689-5a97-4f7d-9cb5-63f47872781b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f3ec56b9-6c99-4afd-b763-3062414fa3cb { text-align: center; }
#s-f3ec56b9-6c99-4afd-b763-3062414fa3cb .shg-product-sold-out {
  display: none;
}

#s-f3ec56b9-6c99-4afd-b763-3062414fa3cb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-f3ec56b9-6c99-4afd-b763-3062414fa3cb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(232, 20, 20, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-a49c408f-2889-4f93-a804-45fd5d1a4a09 { text-align: left; }
#s-a49c408f-2889-4f93-a804-45fd5d1a4a09 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a49c408f-2889-4f93-a804-45fd5d1a4a09 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a49c408f-2889-4f93-a804-45fd5d1a4a09 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a49c408f-2889-4f93-a804-45fd5d1a4a09 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4d9a5224-6ae8-4dbe-97f3-67d4c496d913 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-4d9a5224-6ae8-4dbe-97f3-67d4c496d913:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4d9a5224-6ae8-4dbe-97f3-67d4c496d913:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4d9a5224-6ae8-4dbe-97f3-67d4c496d913 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d9a5224-6ae8-4dbe-97f3-67d4c496d913.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d9a5224-6ae8-4dbe-97f3-67d4c496d913.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4d9a5224-6ae8-4dbe-97f3-67d4c496d913.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-beb41bd1-3722-442d-9bf8-eefeb88830af {
  display: none;
}
#s-a62a2354-d2b8-4fa4-8703-a2bf28096554 { text-align: left; }
#s-8c3fca34-26b1-4789-92ea-405bd8d358f6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8c3fca34-26b1-4789-92ea-405bd8d358f6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-5289e324-c49c-49ac-8cd3-2c6089b7b25a { text-align: center; }
#s-5289e324-c49c-49ac-8cd3-2c6089b7b25a .shg-product-sold-out {
  display: none;
}

#s-5289e324-c49c-49ac-8cd3-2c6089b7b25a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-5289e324-c49c-49ac-8cd3-2c6089b7b25a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(232, 25, 25, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-ea8d18e8-5a1b-4ca5-aec3-79ac1a5d850a { text-align: left; }
#s-ea8d18e8-5a1b-4ca5-aec3-79ac1a5d850a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ea8d18e8-5a1b-4ca5-aec3-79ac1a5d850a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ea8d18e8-5a1b-4ca5-aec3-79ac1a5d850a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ea8d18e8-5a1b-4ca5-aec3-79ac1a5d850a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-82a60dcc-be91-4094-8ad5-dd7d1dc81ac6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-82a60dcc-be91-4094-8ad5-dd7d1dc81ac6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-82a60dcc-be91-4094-8ad5-dd7d1dc81ac6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-82a60dcc-be91-4094-8ad5-dd7d1dc81ac6 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82a60dcc-be91-4094-8ad5-dd7d1dc81ac6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82a60dcc-be91-4094-8ad5-dd7d1dc81ac6.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-82a60dcc-be91-4094-8ad5-dd7d1dc81ac6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ee2d63d4-9712-4f37-930c-0be2fdc7c781 {
  display: none;
}
#s-87cea91a-abea-4080-9e4f-571a452ba856 { text-align: left; }
#s-6c0ec11d-2743-4920-acaa-6e6e932d3e70 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6c0ec11d-2743-4920-acaa-6e6e932d3e70 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-bbe67944-a71c-47b4-a8d3-452156168567 { text-align: center; }
#s-bbe67944-a71c-47b4-a8d3-452156168567 .shg-product-sold-out {
  display: none;
}

#s-bbe67944-a71c-47b4-a8d3-452156168567 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
}

#s-bbe67944-a71c-47b4-a8d3-452156168567 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(242, 19, 19, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-b151733e-3c81-4791-a1e6-1c49d50e3641 { text-align: left; }
#s-b151733e-3c81-4791-a1e6-1c49d50e3641 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b151733e-3c81-4791-a1e6-1c49d50e3641 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b151733e-3c81-4791-a1e6-1c49d50e3641 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b151733e-3c81-4791-a1e6-1c49d50e3641 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-2b5530fd-e85f-469c-b20f-f0769fccb2bc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(249, 181, 181, 1); }
#s-2b5530fd-e85f-469c-b20f-f0769fccb2bc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2b5530fd-e85f-469c-b20f-f0769fccb2bc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2b5530fd-e85f-469c-b20f-f0769fccb2bc {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b5530fd-e85f-469c-b20f-f0769fccb2bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b5530fd-e85f-469c-b20f-f0769fccb2bc.shg-btn {
  color: rgba(37, 35, 35, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2b5530fd-e85f-469c-b20f-f0769fccb2bc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



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

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
  -webkit-transform: translate(0%, -50%);
          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;
}
