.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 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-a4a8051a-be4a-4538-afe6-25ed4c337c8d {
  display: none;
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
}

#s-c5fc3c77-d578-4a0f-bae4-33e21926028f { margin-top: 40px; }
#s-c5fc3c77-d578-4a0f-bae4-33e21926028f .shogun-tabs {
  justify-content: center;
}


  #s-c5fc3c77-d578-4a0f-bae4-33e21926028f .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-c5fc3c77-d578-4a0f-bae4-33e21926028f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-c5fc3c77-d578-4a0f-bae4-33e21926028f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-c5fc3c77-d578-4a0f-bae4-33e21926028f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-c5fc3c77-d578-4a0f-bae4-33e21926028f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-c5fc3c77-d578-4a0f-bae4-33e21926028f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-c5fc3c77-d578-4a0f-bae4-33e21926028f .shogun-tab {
  max-width: calc(100% / 2 - (2 - 2) * 2px / 2);
}

.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: #000;
  text-transform: none;
  font-weight: normal;
  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-ded3dd9a-b6bf-4ace-8e76-f0711434c27b { padding-top: 10px;
padding-bottom: 10px; }
 #s-ded3dd9a-b6bf-4ace-8e76-f0711434c27b .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   
   
   
   text-align: center;
 }

 

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  display: inline-block;
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-stars-hoverable .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .shg-product-reviews-container .shg-product-reviews-button-write {
    position: absolute;
    top: 15px;
    right: 0;
    margin-top: 0;
  }
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-all;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}


.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-top: 5px;
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #CF4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #CF4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .shg-product-reviews-container .shg-product-reviews-wrapper-cell {
    text-align: center;
  }

  .shg-product-reviews-container .shg-product-reviews-button-cancel {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .shg-product-reviews-container .shg-product-reviews-wrapper-cell > * {
    display: table-cell;
  }

  .shg-product-reviews-container .shg-product-reviews-col1 {
    width: 49%;
    text-align: right;
  }

  .shg-product-reviews-container .shg-product-reviews-col2 {
    width: 2%;
    white-space: nowrap;
  }

  .shg-product-reviews-container .shg-product-reviews-button-cancel {
    margin-right: 30px;
  }
}

.shg-product-reviews-container .shg-product-reviews-col3 {
  width: 49%;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-c7beca83-d79d-4be7-91f7-66b9ff9afef4 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-c7beca83-d79d-4be7-91f7-66b9ff9afef4 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-c7beca83-d79d-4be7-91f7-66b9ff9afef4 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-c7beca83-d79d-4be7-91f7-66b9ff9afef4 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-c7beca83-d79d-4be7-91f7-66b9ff9afef4 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-c7beca83-d79d-4be7-91f7-66b9ff9afef4 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-c7beca83-d79d-4be7-91f7-66b9ff9afef4 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-c7beca83-d79d-4be7-91f7-66b9ff9afef4 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-c7beca83-d79d-4be7-91f7-66b9ff9afef4 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(237, 95, 171, 1);
}

.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-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d30f1d0a-b75d-43bb-8c34-6e810e5bfbaa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-c320d9f8-3da2-4f4f-81da-4f919d304721 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-9fb4611a-5e43-420f-aab5-f49f68984a4e { border-style: solid;
margin-bottom: -10px;
padding-top: 35px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 02px;
border-left-width: 02px;
border-bottom-width: 02px;
border-right-width: 02px;
border-color: rgba(218, 218, 218, 1); }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.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-b7799e86-caf9-4af1-85c8-5cc4b5ce8dc9 { box-shadow:1px 1px 1px 1px rgba(245, 202, 211, 1);
margin-top: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 95, 171, 1);
text-decoration: none; }
#s-b7799e86-caf9-4af1-85c8-5cc4b5ce8dc9:hover {box-shadow:1px 1px 1px 1px rgba(237, 95, 171, 1) !important;
background-color: rgba(242, 141, 195, 1) !important;
text-decoration: none !important;}
#s-b7799e86-caf9-4af1-85c8-5cc4b5ce8dc9:active {box-shadow:1px 1px 1px 1px rgba(244, 98, 176, 1) !important;
background-color: rgba(245, 202, 211, 1) !important;
text-decoration: none !important;}

 #s-b7799e86-caf9-4af1-85c8-5cc4b5ce8dc9.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-af658c4d-f8c6-4e12-862d-16f84ce96c82 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-2d82a435-0cee-4c99-8c31-3754bd55b278 { border-style: solid;
margin-bottom: -10px;
padding-top: 35px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 02px;
border-left-width: 02px;
border-bottom-width: 02px;
border-right-width: 02px;
border-color: rgba(218, 218, 218, 1); }
#s-266751f9-6e5d-4ad2-9fbd-4596e168ec39 { box-shadow:1px 1px 1px 1px rgba(245, 202, 211, 1);
margin-top: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 95, 171, 1);
text-decoration: none; }
#s-266751f9-6e5d-4ad2-9fbd-4596e168ec39:hover {box-shadow:1px 1px 1px 1px rgba(237, 95, 171, 1) !important;
background-color: rgba(242, 141, 195, 1) !important;
text-decoration: none !important;}
#s-266751f9-6e5d-4ad2-9fbd-4596e168ec39:active {box-shadow:1px 1px 1px 1px rgba(244, 98, 176, 1) !important;
background-color: rgba(245, 202, 211, 1) !important;
text-decoration: none !important;}

 #s-266751f9-6e5d-4ad2-9fbd-4596e168ec39.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-4bbda161-cd70-4b18-b11d-4d2c26ce4c64 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-f568f722-f312-4525-b30e-eac898a81bd9 { border-style: solid;
margin-bottom: -10px;
padding-top: 35px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 02px;
border-left-width: 02px;
border-bottom-width: 02px;
border-right-width: 02px;
border-color: rgba(218, 218, 218, 1); }
#s-a135bb0d-c06d-4279-a361-85475f31f819 { box-shadow:1px 1px 1px 1px rgba(245, 202, 211, 1);
margin-top: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 95, 171, 1);
text-decoration: none; }
#s-a135bb0d-c06d-4279-a361-85475f31f819:hover {box-shadow:1px 1px 1px 1px rgba(237, 95, 171, 1) !important;
background-color: rgba(242, 141, 195, 1) !important;
text-decoration: none !important;}
#s-a135bb0d-c06d-4279-a361-85475f31f819:active {box-shadow:1px 1px 1px 1px rgba(244, 98, 176, 1) !important;
background-color: rgba(245, 202, 211, 1) !important;
text-decoration: none !important;}

 #s-a135bb0d-c06d-4279-a361-85475f31f819.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
.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-c35f1467-c75d-4225-9275-8f260754306c { min-height: 50px; }
#s-c35f1467-c75d-4225-9275-8f260754306c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bcf0b5d9-10c5-4e0d-9a3b-bcfa271c5d3d { border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(237, 95, 171, 1); }
 #s-bcf0b5d9-10c5-4e0d-9a3b-bcfa271c5d3d .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   font-family: Assistant;
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0de0b10b-e49b-4a6d-8a8b-64beef1dece9 {
  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-3fc8fb34-9552-4ab7-8d6e-7348e7029e24 { 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-776e5708-0456-47ed-87ae-f1b209627125 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-776e5708-0456-47ed-87ae-f1b209627125 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-de386fd5-a05f-41e2-aba4-9df2654728a0 {
  display: none;
}
#s-346a9ff2-ab2b-482f-9c6c-b77ef362f63f { text-align: left; }
#s-ecf06678-b12f-4708-b7eb-67e5aff78ee7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ecf06678-b12f-4708-b7eb-67e5aff78ee7 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-99e34d14-544f-4f85-9d8e-bf8291db6a18 {
  display: none;
}
#s-f39257e1-6271-4199-976c-a1fbce56e40c { text-align: left; }
#s-2e74cd41-6c7e-4157-849c-6f74b0da4c98 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2e74cd41-6c7e-4157-849c-6f74b0da4c98 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-841908f0-486d-4677-9a47-5ca36d4ceecb {
  display: none;
}
#s-94660d9f-5f7e-4b6d-9eae-cf174bbabf94 { text-align: left; }
#s-48791386-873d-4edf-ac3a-1d9499ae777c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-48791386-873d-4edf-ac3a-1d9499ae777c .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a0195c2d-801d-4e96-b77e-f81fb6a96012 {
  display: none;
}
#s-278b3516-cb14-4877-bdf1-1259bc9351a0 { text-align: left; }
#s-8d66196a-97fc-49cd-ac7a-c4dc1e189f8b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8d66196a-97fc-49cd-ac7a-c4dc1e189f8b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8543235a-e67f-4f81-b7fe-c3fff681489a { text-align: left; }
#s-8543235a-e67f-4f81-b7fe-c3fff681489a .shg-product-sold-out {
  display: none;
}

#s-8543235a-e67f-4f81-b7fe-c3fff681489a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8543235a-e67f-4f81-b7fe-c3fff681489a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-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-cfcaca41-052d-4df8-92ab-145e95b6aba1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cfcaca41-052d-4df8-92ab-145e95b6aba1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cfcaca41-052d-4df8-92ab-145e95b6aba1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cfcaca41-052d-4df8-92ab-145e95b6aba1 {
  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-cfcaca41-052d-4df8-92ab-145e95b6aba1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfcaca41-052d-4df8-92ab-145e95b6aba1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cfcaca41-052d-4df8-92ab-145e95b6aba1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9e32b43a-e1b0-4d47-a1c3-ee64aac3881b {
  display: none;
}
#s-240bfa9a-eae4-4aa6-804f-8d52d6c801eb { text-align: left; }
#s-0d858fb1-3224-424a-af55-03ddd2abd726 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0d858fb1-3224-424a-af55-03ddd2abd726 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-37467a79-6626-4556-9034-6874a2a90c63 { text-align: left; }
#s-37467a79-6626-4556-9034-6874a2a90c63 .shg-product-sold-out {
  display: none;
}

#s-37467a79-6626-4556-9034-6874a2a90c63 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-37467a79-6626-4556-9034-6874a2a90c63 .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-2d07025f-3a86-4d67-a9ea-c96f8fd7fbf4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2d07025f-3a86-4d67-a9ea-c96f8fd7fbf4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2d07025f-3a86-4d67-a9ea-c96f8fd7fbf4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2d07025f-3a86-4d67-a9ea-c96f8fd7fbf4 {
  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-2d07025f-3a86-4d67-a9ea-c96f8fd7fbf4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d07025f-3a86-4d67-a9ea-c96f8fd7fbf4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2d07025f-3a86-4d67-a9ea-c96f8fd7fbf4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6cfa9fb1-db7c-4d37-a163-b3b80de7896d {
  display: none;
}
#s-8c11d376-eb56-40a1-a736-1888d160a1a3 { text-align: left; }
#s-f49a5100-6aea-45da-a187-c42d8e21e268 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f49a5100-6aea-45da-a187-c42d8e21e268 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6533d7aa-7896-4590-90f7-bd0dc2786187 { text-align: left; }
#s-6533d7aa-7896-4590-90f7-bd0dc2786187 .shg-product-sold-out {
  display: none;
}

#s-6533d7aa-7896-4590-90f7-bd0dc2786187 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6533d7aa-7896-4590-90f7-bd0dc2786187 .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-4d59bcf6-80c8-43bd-92a5-8d6e38e3cb07 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4d59bcf6-80c8-43bd-92a5-8d6e38e3cb07:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4d59bcf6-80c8-43bd-92a5-8d6e38e3cb07:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4d59bcf6-80c8-43bd-92a5-8d6e38e3cb07 {
  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-4d59bcf6-80c8-43bd-92a5-8d6e38e3cb07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d59bcf6-80c8-43bd-92a5-8d6e38e3cb07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4d59bcf6-80c8-43bd-92a5-8d6e38e3cb07.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-13894f0b-5995-49b3-a0f3-0ee0a2a1fc5d {
  display: none;
}
#s-044b56d8-88f0-452f-84ce-fe85c5e7197e { text-align: left; }
#s-9a08d6ca-fa73-4c68-ae74-c24fb56684a5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9a08d6ca-fa73-4c68-ae74-c24fb56684a5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-508d5ff8-51c9-4fc8-a17f-53580913d730 { text-align: left; }
#s-508d5ff8-51c9-4fc8-a17f-53580913d730 .shg-product-sold-out {
  display: none;
}

#s-508d5ff8-51c9-4fc8-a17f-53580913d730 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-508d5ff8-51c9-4fc8-a17f-53580913d730 .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-058881fc-ed4d-4229-965d-ee45422323b8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-058881fc-ed4d-4229-965d-ee45422323b8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-058881fc-ed4d-4229-965d-ee45422323b8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-058881fc-ed4d-4229-965d-ee45422323b8 {
  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-058881fc-ed4d-4229-965d-ee45422323b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-058881fc-ed4d-4229-965d-ee45422323b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-058881fc-ed4d-4229-965d-ee45422323b8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e4a914ec-fa8f-4368-8ccb-0a2c2eb0d749 {
  display: none;
}
#s-e0f3d4ef-f320-4d73-ba91-d45be78c4a99 { text-align: left; }
#s-5deca1f4-83fe-42a0-8573-88a2fa8af654 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5deca1f4-83fe-42a0-8573-88a2fa8af654 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f7667c0b-f32c-4aa1-a916-5b374606cf2a { text-align: left; }
#s-f7667c0b-f32c-4aa1-a916-5b374606cf2a .shg-product-sold-out {
  display: none;
}

#s-f7667c0b-f32c-4aa1-a916-5b374606cf2a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f7667c0b-f32c-4aa1-a916-5b374606cf2a .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-43cb616a-42e5-4b72-ba71-9c8055ce30dc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-43cb616a-42e5-4b72-ba71-9c8055ce30dc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-43cb616a-42e5-4b72-ba71-9c8055ce30dc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-43cb616a-42e5-4b72-ba71-9c8055ce30dc {
  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-43cb616a-42e5-4b72-ba71-9c8055ce30dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43cb616a-42e5-4b72-ba71-9c8055ce30dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-43cb616a-42e5-4b72-ba71-9c8055ce30dc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6274baca-d156-45ec-b652-6aba6a9fca6c {
  display: none;
}
#s-e1abbc8e-189e-4611-b2e5-11e8497d0879 { text-align: left; }
#s-734d7288-3ed0-4762-8d7d-5ba7f1fa79e5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-734d7288-3ed0-4762-8d7d-5ba7f1fa79e5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9271d802-9a86-45df-b7e5-0ebc6ae2a3ba { text-align: left; }
#s-9271d802-9a86-45df-b7e5-0ebc6ae2a3ba .shg-product-sold-out {
  display: none;
}

#s-9271d802-9a86-45df-b7e5-0ebc6ae2a3ba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9271d802-9a86-45df-b7e5-0ebc6ae2a3ba .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-0f298d4d-961d-488e-be8b-4ff6f32b8124 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0f298d4d-961d-488e-be8b-4ff6f32b8124:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0f298d4d-961d-488e-be8b-4ff6f32b8124:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0f298d4d-961d-488e-be8b-4ff6f32b8124 {
  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-0f298d4d-961d-488e-be8b-4ff6f32b8124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f298d4d-961d-488e-be8b-4ff6f32b8124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0f298d4d-961d-488e-be8b-4ff6f32b8124.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-63d46390-d0c9-4957-b9ba-b8379b99ea67 {
  display: none;
}
#s-35668d51-f730-482c-9719-d7e7270a75b7 { text-align: left; }
#s-91aec74a-21d5-4949-930c-be8dc1cf4238 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-91aec74a-21d5-4949-930c-be8dc1cf4238 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b0de1ad7-65c9-4609-90dc-dd90d8d04b48 { text-align: left; }
#s-b0de1ad7-65c9-4609-90dc-dd90d8d04b48 .shg-product-sold-out {
  display: none;
}

#s-b0de1ad7-65c9-4609-90dc-dd90d8d04b48 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b0de1ad7-65c9-4609-90dc-dd90d8d04b48 .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-d685bd27-4893-4313-a389-72f0db0455ad { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d685bd27-4893-4313-a389-72f0db0455ad:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d685bd27-4893-4313-a389-72f0db0455ad:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d685bd27-4893-4313-a389-72f0db0455ad {
  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-d685bd27-4893-4313-a389-72f0db0455ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d685bd27-4893-4313-a389-72f0db0455ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d685bd27-4893-4313-a389-72f0db0455ad.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-03a143fc-0419-4050-bcdd-e53a606c936a {
  display: none;
}
#s-71f3fcb9-f61d-4bac-8caf-5e7e2ec26de8 { text-align: left; }
#s-3155a0da-2c91-4a4c-83e6-9f2e9642b009 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3155a0da-2c91-4a4c-83e6-9f2e9642b009 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4bfaea53-c81a-4315-b031-722db3ff150b { text-align: left; }
#s-4bfaea53-c81a-4315-b031-722db3ff150b .shg-product-sold-out {
  display: none;
}

#s-4bfaea53-c81a-4315-b031-722db3ff150b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4bfaea53-c81a-4315-b031-722db3ff150b .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-bcd6ca9d-6dcc-4918-b5a8-a03e712b21c4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bcd6ca9d-6dcc-4918-b5a8-a03e712b21c4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bcd6ca9d-6dcc-4918-b5a8-a03e712b21c4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bcd6ca9d-6dcc-4918-b5a8-a03e712b21c4 {
  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-bcd6ca9d-6dcc-4918-b5a8-a03e712b21c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcd6ca9d-6dcc-4918-b5a8-a03e712b21c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bcd6ca9d-6dcc-4918-b5a8-a03e712b21c4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1201f1fd-62e5-4784-9d5c-3c2e06ad60f5 {
  display: none;
}
#s-f361d14a-eaf9-418b-99d9-3bd27fc4a068 { text-align: left; }
#s-c7133c12-23ea-443e-bd16-e1a9843810ae { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c7133c12-23ea-443e-bd16-e1a9843810ae .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cf0c4f27-3283-47ed-a081-cf645e638f36 { text-align: left; }
#s-cf0c4f27-3283-47ed-a081-cf645e638f36 .shg-product-sold-out {
  display: none;
}

#s-cf0c4f27-3283-47ed-a081-cf645e638f36 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cf0c4f27-3283-47ed-a081-cf645e638f36 .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-14b4c185-9220-4073-b8e0-aa3c42eb6bb0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-14b4c185-9220-4073-b8e0-aa3c42eb6bb0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-14b4c185-9220-4073-b8e0-aa3c42eb6bb0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-14b4c185-9220-4073-b8e0-aa3c42eb6bb0 {
  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-14b4c185-9220-4073-b8e0-aa3c42eb6bb0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-14b4c185-9220-4073-b8e0-aa3c42eb6bb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-14b4c185-9220-4073-b8e0-aa3c42eb6bb0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-af2585b8-5fd0-4fec-ac1b-f07ec761554a {
  display: none;
}
#s-c29f3396-15d5-4fe4-a2ad-8d6b47c65bf7 { text-align: left; }
#s-f51f8f03-7000-4c24-9de2-0079bbc57284 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f51f8f03-7000-4c24-9de2-0079bbc57284 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-37bf6086-ddd0-4cfb-b535-d97d0355dc39 { text-align: left; }
#s-37bf6086-ddd0-4cfb-b535-d97d0355dc39 .shg-product-sold-out {
  display: none;
}

#s-37bf6086-ddd0-4cfb-b535-d97d0355dc39 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-37bf6086-ddd0-4cfb-b535-d97d0355dc39 .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-a3ab3c09-4e58-4c11-a9ed-2397ae83936e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a3ab3c09-4e58-4c11-a9ed-2397ae83936e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a3ab3c09-4e58-4c11-a9ed-2397ae83936e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a3ab3c09-4e58-4c11-a9ed-2397ae83936e {
  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-a3ab3c09-4e58-4c11-a9ed-2397ae83936e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3ab3c09-4e58-4c11-a9ed-2397ae83936e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a3ab3c09-4e58-4c11-a9ed-2397ae83936e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cee95176-754c-4ed0-bf45-f006f5a9a378 {
  display: none;
}
#s-52705fb6-d2a0-4ef1-a8cd-dc03f2429301 { text-align: left; }
#s-ef3efe03-cd4a-44cf-965f-5232460085e7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ef3efe03-cd4a-44cf-965f-5232460085e7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a9635eec-0eba-4d45-95de-37b341d4e8a1 { text-align: left; }
#s-a9635eec-0eba-4d45-95de-37b341d4e8a1 .shg-product-sold-out {
  display: none;
}

#s-a9635eec-0eba-4d45-95de-37b341d4e8a1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a9635eec-0eba-4d45-95de-37b341d4e8a1 .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-a574995c-e44d-4323-9d01-611b9998dda6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a574995c-e44d-4323-9d01-611b9998dda6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a574995c-e44d-4323-9d01-611b9998dda6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a574995c-e44d-4323-9d01-611b9998dda6 {
  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-a574995c-e44d-4323-9d01-611b9998dda6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a574995c-e44d-4323-9d01-611b9998dda6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a574995c-e44d-4323-9d01-611b9998dda6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bb326765-aafd-4d92-ae5b-f1e91b99169e {
  display: none;
}
#s-bfe23fdc-958f-4ff8-9d67-62f187de5728 { text-align: left; }
#s-1e36f799-41d8-44d0-b165-edddf8c567b3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1e36f799-41d8-44d0-b165-edddf8c567b3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1470896e-e3ed-463d-881f-a185a7710986 { text-align: left; }
#s-1470896e-e3ed-463d-881f-a185a7710986 .shg-product-sold-out {
  display: none;
}

#s-1470896e-e3ed-463d-881f-a185a7710986 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1470896e-e3ed-463d-881f-a185a7710986 .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-90662c1a-571b-496a-84b9-8ef571a95406 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-90662c1a-571b-496a-84b9-8ef571a95406:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-90662c1a-571b-496a-84b9-8ef571a95406:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-90662c1a-571b-496a-84b9-8ef571a95406 {
  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-90662c1a-571b-496a-84b9-8ef571a95406.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90662c1a-571b-496a-84b9-8ef571a95406.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-90662c1a-571b-496a-84b9-8ef571a95406.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3a215400-f0bc-4caa-875a-cf9a0398927f {
  display: none;
}
#s-cf5ab7b2-eeec-4ddd-93ff-9bb85c92ea9a { text-align: left; }
#s-ca4c34d2-81fb-41fd-bb54-dfb0359d5975 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ca4c34d2-81fb-41fd-bb54-dfb0359d5975 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-17df6d4a-a1c7-4ed6-b43b-c508b9d2313e { text-align: left; }
#s-17df6d4a-a1c7-4ed6-b43b-c508b9d2313e .shg-product-sold-out {
  display: none;
}

#s-17df6d4a-a1c7-4ed6-b43b-c508b9d2313e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-17df6d4a-a1c7-4ed6-b43b-c508b9d2313e .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-aa7e1cbf-ea9d-4130-ad37-a421b84ee8f5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-aa7e1cbf-ea9d-4130-ad37-a421b84ee8f5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-aa7e1cbf-ea9d-4130-ad37-a421b84ee8f5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-aa7e1cbf-ea9d-4130-ad37-a421b84ee8f5 {
  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-aa7e1cbf-ea9d-4130-ad37-a421b84ee8f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa7e1cbf-ea9d-4130-ad37-a421b84ee8f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-aa7e1cbf-ea9d-4130-ad37-a421b84ee8f5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ea9084eb-2f85-4628-b124-b142f718266d {
  display: none;
}
#s-4ed7aeae-13c3-433a-94ce-dcd717235fe4 { text-align: left; }
#s-1d662781-1834-4fd5-95a4-da073161ead9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1d662781-1834-4fd5-95a4-da073161ead9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-eca2797d-31d6-4658-80eb-868e16881e2e { text-align: left; }
#s-eca2797d-31d6-4658-80eb-868e16881e2e .shg-product-sold-out {
  display: none;
}

#s-eca2797d-31d6-4658-80eb-868e16881e2e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-eca2797d-31d6-4658-80eb-868e16881e2e .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-d3e73d30-9397-43ca-9db8-35c3d9ce4a6f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d3e73d30-9397-43ca-9db8-35c3d9ce4a6f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d3e73d30-9397-43ca-9db8-35c3d9ce4a6f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d3e73d30-9397-43ca-9db8-35c3d9ce4a6f {
  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-d3e73d30-9397-43ca-9db8-35c3d9ce4a6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3e73d30-9397-43ca-9db8-35c3d9ce4a6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d3e73d30-9397-43ca-9db8-35c3d9ce4a6f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-effeb39e-cb51-491f-b6c8-80879e969239 {
  display: none;
}
#s-b8601f7f-ac2a-418c-bc7a-3b7ca2a62fe8 { text-align: left; }
#s-9f4963c5-1b2f-411f-84f5-4f020b3148c1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9f4963c5-1b2f-411f-84f5-4f020b3148c1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f52d3a94-4e86-4702-84a9-000160471f8b { text-align: left; }
#s-f52d3a94-4e86-4702-84a9-000160471f8b .shg-product-sold-out {
  display: none;
}

#s-f52d3a94-4e86-4702-84a9-000160471f8b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f52d3a94-4e86-4702-84a9-000160471f8b .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-c52c2666-4fd8-4c94-86ef-48c17b905126 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c52c2666-4fd8-4c94-86ef-48c17b905126:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c52c2666-4fd8-4c94-86ef-48c17b905126:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c52c2666-4fd8-4c94-86ef-48c17b905126 {
  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-c52c2666-4fd8-4c94-86ef-48c17b905126.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c52c2666-4fd8-4c94-86ef-48c17b905126.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c52c2666-4fd8-4c94-86ef-48c17b905126.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1538aec5-3fda-48aa-b0b9-8005b8a79e21 {
  display: none;
}
#s-b83b9b1c-1e06-4558-aeec-c73cd7a97eb4 { text-align: left; }
#s-9a5d91d3-c132-444c-a2c1-bb2fa5b3fdae { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9a5d91d3-c132-444c-a2c1-bb2fa5b3fdae .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-02549d7e-e88e-4782-bf59-97dcae0f7006 { text-align: left; }
#s-02549d7e-e88e-4782-bf59-97dcae0f7006 .shg-product-sold-out {
  display: none;
}

#s-02549d7e-e88e-4782-bf59-97dcae0f7006 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-02549d7e-e88e-4782-bf59-97dcae0f7006 .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-b3bd81cb-bcbf-4fb1-9272-131b300b7654 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b3bd81cb-bcbf-4fb1-9272-131b300b7654:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b3bd81cb-bcbf-4fb1-9272-131b300b7654:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b3bd81cb-bcbf-4fb1-9272-131b300b7654 {
  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-b3bd81cb-bcbf-4fb1-9272-131b300b7654.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3bd81cb-bcbf-4fb1-9272-131b300b7654.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b3bd81cb-bcbf-4fb1-9272-131b300b7654.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-dbf0525c-868d-4d76-a09e-d59ab3d7e0de {
  display: none;
}
#s-dec592fb-2cae-44df-97dc-0c2f3a7d752e { text-align: left; }
#s-2fa831dd-e796-4743-ba9b-1d2741e12a13 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2fa831dd-e796-4743-ba9b-1d2741e12a13 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fa9aed09-19af-4f5b-b19d-46b840bf53f2 { text-align: left; }
#s-fa9aed09-19af-4f5b-b19d-46b840bf53f2 .shg-product-sold-out {
  display: none;
}

#s-fa9aed09-19af-4f5b-b19d-46b840bf53f2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fa9aed09-19af-4f5b-b19d-46b840bf53f2 .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-0e963b7e-e00e-46f4-a198-142859ec5179 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0e963b7e-e00e-46f4-a198-142859ec5179:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0e963b7e-e00e-46f4-a198-142859ec5179:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0e963b7e-e00e-46f4-a198-142859ec5179 {
  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-0e963b7e-e00e-46f4-a198-142859ec5179.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e963b7e-e00e-46f4-a198-142859ec5179.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0e963b7e-e00e-46f4-a198-142859ec5179.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-890b3e58-ed7b-48bb-8fc8-9a75760a2458 {
  display: none;
}
#s-c3f484cb-a755-42bf-b7b4-575b6415f590 { text-align: left; }
#s-d48af551-cead-4736-a720-88fa6b0cbca0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d48af551-cead-4736-a720-88fa6b0cbca0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-539457b9-91c3-42e9-9d49-3a39a9adcf19 { text-align: left; }
#s-539457b9-91c3-42e9-9d49-3a39a9adcf19 .shg-product-sold-out {
  display: none;
}

#s-539457b9-91c3-42e9-9d49-3a39a9adcf19 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-539457b9-91c3-42e9-9d49-3a39a9adcf19 .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-5ca834c5-e545-464e-bff3-b21b32d7dd90 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5ca834c5-e545-464e-bff3-b21b32d7dd90:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5ca834c5-e545-464e-bff3-b21b32d7dd90:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5ca834c5-e545-464e-bff3-b21b32d7dd90 {
  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-5ca834c5-e545-464e-bff3-b21b32d7dd90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ca834c5-e545-464e-bff3-b21b32d7dd90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5ca834c5-e545-464e-bff3-b21b32d7dd90.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-10789c29-ba66-4393-836a-c91792156975 {
  display: none;
}
#s-739588a9-8465-4487-a758-b4764ddb7ac2 { text-align: left; }
#s-e12b84d6-b67d-4ec2-8bbd-014eb02b01a4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e12b84d6-b67d-4ec2-8bbd-014eb02b01a4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-89147f5b-0a3b-406f-91b2-d3bb7a17e3a5 { text-align: left; }
#s-89147f5b-0a3b-406f-91b2-d3bb7a17e3a5 .shg-product-sold-out {
  display: none;
}

#s-89147f5b-0a3b-406f-91b2-d3bb7a17e3a5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-89147f5b-0a3b-406f-91b2-d3bb7a17e3a5 .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-3bfbc471-02eb-4332-94ae-2e86fda6f6d7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3bfbc471-02eb-4332-94ae-2e86fda6f6d7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3bfbc471-02eb-4332-94ae-2e86fda6f6d7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3bfbc471-02eb-4332-94ae-2e86fda6f6d7 {
  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-3bfbc471-02eb-4332-94ae-2e86fda6f6d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3bfbc471-02eb-4332-94ae-2e86fda6f6d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3bfbc471-02eb-4332-94ae-2e86fda6f6d7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a74965dd-3154-40ac-8c82-8173df081f61 {
  display: none;
}
#s-1d4a9ad1-6017-408e-8f97-2eed1c0a14dd { text-align: left; }
#s-99748e08-8eb3-4e25-a06f-992e5a07d5d7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-99748e08-8eb3-4e25-a06f-992e5a07d5d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-70cb1931-2ad1-4f54-88bf-6a4582ab9ae1 { text-align: left; }
#s-70cb1931-2ad1-4f54-88bf-6a4582ab9ae1 .shg-product-sold-out {
  display: none;
}

#s-70cb1931-2ad1-4f54-88bf-6a4582ab9ae1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-70cb1931-2ad1-4f54-88bf-6a4582ab9ae1 .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-7d5807db-8d27-42ff-9b19-a2c4392d7775 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7d5807db-8d27-42ff-9b19-a2c4392d7775:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7d5807db-8d27-42ff-9b19-a2c4392d7775:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7d5807db-8d27-42ff-9b19-a2c4392d7775 {
  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-7d5807db-8d27-42ff-9b19-a2c4392d7775.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d5807db-8d27-42ff-9b19-a2c4392d7775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7d5807db-8d27-42ff-9b19-a2c4392d7775.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b9c4cf29-81b4-4e81-99b1-e568e8485519 {
  display: none;
}
#s-ee2fe97f-9597-45c0-9547-5ee504cd559a { text-align: left; }
#s-f5d84dce-fd1d-4a61-afa6-747699a3486a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f5d84dce-fd1d-4a61-afa6-747699a3486a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ae13f1e8-582e-48da-902d-0928c41425bf { text-align: left; }
#s-ae13f1e8-582e-48da-902d-0928c41425bf .shg-product-sold-out {
  display: none;
}

#s-ae13f1e8-582e-48da-902d-0928c41425bf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ae13f1e8-582e-48da-902d-0928c41425bf .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-477074d3-68e5-41d7-84d5-8d63d1fa295c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-477074d3-68e5-41d7-84d5-8d63d1fa295c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-477074d3-68e5-41d7-84d5-8d63d1fa295c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-477074d3-68e5-41d7-84d5-8d63d1fa295c {
  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-477074d3-68e5-41d7-84d5-8d63d1fa295c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-477074d3-68e5-41d7-84d5-8d63d1fa295c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-477074d3-68e5-41d7-84d5-8d63d1fa295c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-371f9fe9-b8c4-4df4-a50d-7c6d119c2c72 {
  display: none;
}
#s-041f8a69-2fe6-4a30-8567-36bef37f4f7f { text-align: left; }
#s-76a525b8-05e8-48f4-b32f-4e22b5952605 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-76a525b8-05e8-48f4-b32f-4e22b5952605 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ce14cd30-59cc-4cf5-95fe-56ef8563ca22 { text-align: left; }
#s-ce14cd30-59cc-4cf5-95fe-56ef8563ca22 .shg-product-sold-out {
  display: none;
}

#s-ce14cd30-59cc-4cf5-95fe-56ef8563ca22 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ce14cd30-59cc-4cf5-95fe-56ef8563ca22 .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-6c11080b-904a-4bc3-8fc4-f21d479a18ed { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6c11080b-904a-4bc3-8fc4-f21d479a18ed:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6c11080b-904a-4bc3-8fc4-f21d479a18ed:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6c11080b-904a-4bc3-8fc4-f21d479a18ed {
  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-6c11080b-904a-4bc3-8fc4-f21d479a18ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c11080b-904a-4bc3-8fc4-f21d479a18ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6c11080b-904a-4bc3-8fc4-f21d479a18ed.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2342e24c-b70a-4c9a-86b8-24e9a804f367 {
  display: none;
}
#s-c6a00c22-d191-43c4-9a6b-cb48f6939e6a { text-align: left; }
#s-f673eb1f-c013-4209-b833-de1baf152f09 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f673eb1f-c013-4209-b833-de1baf152f09 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-32d1d2a1-1b6b-4011-b465-b6cc80cb53ec { text-align: left; }
#s-32d1d2a1-1b6b-4011-b465-b6cc80cb53ec .shg-product-sold-out {
  display: none;
}

#s-32d1d2a1-1b6b-4011-b465-b6cc80cb53ec .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-32d1d2a1-1b6b-4011-b465-b6cc80cb53ec .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-461d2636-0b0c-497b-8bbc-79debbb9b677 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-461d2636-0b0c-497b-8bbc-79debbb9b677:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-461d2636-0b0c-497b-8bbc-79debbb9b677:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-461d2636-0b0c-497b-8bbc-79debbb9b677 {
  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-461d2636-0b0c-497b-8bbc-79debbb9b677.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-461d2636-0b0c-497b-8bbc-79debbb9b677.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-461d2636-0b0c-497b-8bbc-79debbb9b677.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-012e6579-6901-4806-83d2-813e7cbe0934 {
  display: none;
}
#s-a40eda77-7963-4290-9dfe-27f22b285528 { text-align: left; }
#s-a930799c-d095-4e5f-b461-b1636042179a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a930799c-d095-4e5f-b461-b1636042179a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9babcb7c-1cfd-4a4e-bb0c-55470a15af8e { text-align: left; }
#s-9babcb7c-1cfd-4a4e-bb0c-55470a15af8e .shg-product-sold-out {
  display: none;
}

#s-9babcb7c-1cfd-4a4e-bb0c-55470a15af8e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9babcb7c-1cfd-4a4e-bb0c-55470a15af8e .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-92f360a9-2f7e-445f-87f1-4562daf16b6d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-92f360a9-2f7e-445f-87f1-4562daf16b6d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-92f360a9-2f7e-445f-87f1-4562daf16b6d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-92f360a9-2f7e-445f-87f1-4562daf16b6d {
  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-92f360a9-2f7e-445f-87f1-4562daf16b6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f360a9-2f7e-445f-87f1-4562daf16b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-92f360a9-2f7e-445f-87f1-4562daf16b6d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-adc70acd-9685-4ec9-b7ae-1b058b0f807a {
  display: none;
}
#s-bb63c8a3-94a6-4d15-9ec9-4d0904f7cfcd { text-align: left; }
#s-563cba47-ae7e-4ef9-a0bb-9b8d0d481c7b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-563cba47-ae7e-4ef9-a0bb-9b8d0d481c7b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-58b9f7af-140a-413a-9f6b-628255021937 { text-align: left; }
#s-58b9f7af-140a-413a-9f6b-628255021937 .shg-product-sold-out {
  display: none;
}

#s-58b9f7af-140a-413a-9f6b-628255021937 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-58b9f7af-140a-413a-9f6b-628255021937 .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-3127db3b-26bf-449d-8e1d-7e07b62f9683 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3127db3b-26bf-449d-8e1d-7e07b62f9683:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3127db3b-26bf-449d-8e1d-7e07b62f9683:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3127db3b-26bf-449d-8e1d-7e07b62f9683 {
  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-3127db3b-26bf-449d-8e1d-7e07b62f9683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3127db3b-26bf-449d-8e1d-7e07b62f9683.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3127db3b-26bf-449d-8e1d-7e07b62f9683.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-672b8522-e94e-42b2-a3f6-87ab80758210 {
  display: none;
}
#s-26f9deb5-e51b-4b0a-a8d7-f736aeff3713 { text-align: left; }
#s-7e8860ca-1d84-4247-804f-d3a6deac30ac { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7e8860ca-1d84-4247-804f-d3a6deac30ac .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d3ce6a31-b564-449e-8098-24c57a590246 { text-align: left; }
#s-d3ce6a31-b564-449e-8098-24c57a590246 .shg-product-sold-out {
  display: none;
}

#s-d3ce6a31-b564-449e-8098-24c57a590246 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d3ce6a31-b564-449e-8098-24c57a590246 .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-eab2d8b0-11f6-4e52-9adc-82fd642de03e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-eab2d8b0-11f6-4e52-9adc-82fd642de03e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-eab2d8b0-11f6-4e52-9adc-82fd642de03e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-eab2d8b0-11f6-4e52-9adc-82fd642de03e {
  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-eab2d8b0-11f6-4e52-9adc-82fd642de03e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eab2d8b0-11f6-4e52-9adc-82fd642de03e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-eab2d8b0-11f6-4e52-9adc-82fd642de03e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-82eb1155-1d7d-4fa1-8b6f-c8431262de5e {
  display: none;
}
#s-f65ce626-cfb6-4055-b38a-efb6c28c22d1 { text-align: left; }
#s-9d923aaa-b6a7-48ac-ac35-928849827955 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9d923aaa-b6a7-48ac-ac35-928849827955 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-eca63493-de75-493e-b63a-d01f1f2e258b { text-align: left; }
#s-eca63493-de75-493e-b63a-d01f1f2e258b .shg-product-sold-out {
  display: none;
}

#s-eca63493-de75-493e-b63a-d01f1f2e258b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-eca63493-de75-493e-b63a-d01f1f2e258b .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-8f592844-d937-4d90-9f44-c689549b4b7a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8f592844-d937-4d90-9f44-c689549b4b7a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8f592844-d937-4d90-9f44-c689549b4b7a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8f592844-d937-4d90-9f44-c689549b4b7a {
  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-8f592844-d937-4d90-9f44-c689549b4b7a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f592844-d937-4d90-9f44-c689549b4b7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8f592844-d937-4d90-9f44-c689549b4b7a.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;
}
