.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-c67b278e-ce87-4fde-83e7-4f14ac8613d1 {
  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-e04e41b3-0e8d-46bb-968c-0558ac483b22 { margin-top: 40px; }
#s-e04e41b3-0e8d-46bb-968c-0558ac483b22 .shogun-tabs {
  justify-content: center;
}


  #s-e04e41b3-0e8d-46bb-968c-0558ac483b22 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-e04e41b3-0e8d-46bb-968c-0558ac483b22 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-e04e41b3-0e8d-46bb-968c-0558ac483b22 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-e04e41b3-0e8d-46bb-968c-0558ac483b22 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-e04e41b3-0e8d-46bb-968c-0558ac483b22 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-e04e41b3-0e8d-46bb-968c-0558ac483b22 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-e04e41b3-0e8d-46bb-968c-0558ac483b22 .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-6d281dbb-7390-4ad4-8e47-416977d1e033 { padding-top: 10px;
padding-bottom: 10px; }
 #s-6d281dbb-7390-4ad4-8e47-416977d1e033 .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-4146c409-5d17-40ba-ade9-d2c70b98c283 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-4146c409-5d17-40ba-ade9-d2c70b98c283 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-4146c409-5d17-40ba-ade9-d2c70b98c283 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-4146c409-5d17-40ba-ade9-d2c70b98c283 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-4146c409-5d17-40ba-ade9-d2c70b98c283 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-4146c409-5d17-40ba-ade9-d2c70b98c283 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-4146c409-5d17-40ba-ade9-d2c70b98c283 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-4146c409-5d17-40ba-ade9-d2c70b98c283 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-4146c409-5d17-40ba-ade9-d2c70b98c283 .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-d1986d1a-db75-48e0-8f1f-43cacb99ec92 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1986d1a-db75-48e0-8f1f-43cacb99ec92"] > .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-a2f1fb08-5d71-4290-a628-4964cb4bc7bc { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-e8efe7a0-cf11-4ada-a476-e577d9507f61 { 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-33d34229-fe99-4607-9ffe-8631e9adb3e9 { 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-33d34229-fe99-4607-9ffe-8631e9adb3e9: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-33d34229-fe99-4607-9ffe-8631e9adb3e9: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-33d34229-fe99-4607-9ffe-8631e9adb3e9.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-46911b86-f3eb-4a62-8fdc-a00b87c59483 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-92263ff2-3ed0-4612-984d-ed2f1a4a2758 { 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-862ff567-7ccd-431f-804b-9b365bf48af9 { 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-862ff567-7ccd-431f-804b-9b365bf48af9: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-862ff567-7ccd-431f-804b-9b365bf48af9: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-862ff567-7ccd-431f-804b-9b365bf48af9.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-0843bd4c-fbac-4fc8-aac2-7faa0b53b9bf { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-71dea3c4-cecf-42fb-95b7-0ebf19c45f90 { 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-bb3a79fd-3a6c-41b4-b2cf-53c057d8d12d { 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-bb3a79fd-3a6c-41b4-b2cf-53c057d8d12d: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-bb3a79fd-3a6c-41b4-b2cf-53c057d8d12d: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-bb3a79fd-3a6c-41b4-b2cf-53c057d8d12d.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-6ac23b94-17c1-4f2e-bbb6-4d4440df54e9 { min-height: 50px; }
#s-6ac23b94-17c1-4f2e-bbb6-4d4440df54e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-60f5a9bc-a9f9-4035-9ca5-3db004ed3060 { 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-60f5a9bc-a9f9-4035-9ca5-3db004ed3060 .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-bc5d1a44-a5c9-4f44-b461-cd3a4e037d3d {
  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-2cd007ed-c377-41fb-8220-9f20fed301a3 { 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-a16da9f0-dc99-43a9-ae61-bcff3eef2acb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a16da9f0-dc99-43a9-ae61-bcff3eef2acb .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0db1f5e4-1c9f-4e9c-a28a-d4793165a028 {
  display: none;
}
#s-a5fdf2f2-3728-4067-b8e2-0e2faa8e94c4 { text-align: left; }
#s-245c6973-a6c2-4559-b610-1c86bca2d4b5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-245c6973-a6c2-4559-b610-1c86bca2d4b5 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-713d6637-acca-45d7-906c-bd0ad867b095 {
  display: none;
}
#s-18994bb0-4dfd-476b-b84a-71a3cff50af6 { text-align: left; }
#s-4ed6fe9f-d0f5-4851-abe3-f6bc870c9581 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4ed6fe9f-d0f5-4851-abe3-f6bc870c9581 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-978dab67-1cfa-4a2a-895f-10fac06b7bdd {
  display: none;
}
#s-6ec26678-0586-40c3-9062-9b3367741a0d { text-align: left; }
#s-dc9e779d-7a38-41c5-80c7-584d3ffbf9fe { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dc9e779d-7a38-41c5-80c7-584d3ffbf9fe .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-5662f8e4-1a9e-4ef9-aa7a-92c4365e9e3b {
  display: none;
}
#s-367b3b6f-9f8f-40cf-a1f5-60c7ac167c0c { text-align: left; }
#s-47a959af-60d9-4415-8c1b-e23a090de6c6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-47a959af-60d9-4415-8c1b-e23a090de6c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c1176f5b-f139-48da-9efe-e36e96ca1a6f { text-align: left; }
#s-c1176f5b-f139-48da-9efe-e36e96ca1a6f .shg-product-sold-out {
  display: none;
}

#s-c1176f5b-f139-48da-9efe-e36e96ca1a6f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c1176f5b-f139-48da-9efe-e36e96ca1a6f .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-f55f38fd-3ed0-4580-b5c2-2f6ea1307477 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f55f38fd-3ed0-4580-b5c2-2f6ea1307477:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f55f38fd-3ed0-4580-b5c2-2f6ea1307477:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f55f38fd-3ed0-4580-b5c2-2f6ea1307477 {
  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-f55f38fd-3ed0-4580-b5c2-2f6ea1307477.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f55f38fd-3ed0-4580-b5c2-2f6ea1307477.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f55f38fd-3ed0-4580-b5c2-2f6ea1307477.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2434ef9a-8190-47ce-bd53-201814ecc686 {
  display: none;
}
#s-2e9b1836-755d-4577-b1ff-d06a91ac439b { text-align: left; }
#s-25cd3d18-56b7-45e1-a464-e7027a83e437 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-25cd3d18-56b7-45e1-a464-e7027a83e437 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7ac11c92-2cd6-4c79-ab32-a15ed58c43bb { text-align: left; }
#s-7ac11c92-2cd6-4c79-ab32-a15ed58c43bb .shg-product-sold-out {
  display: none;
}

#s-7ac11c92-2cd6-4c79-ab32-a15ed58c43bb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7ac11c92-2cd6-4c79-ab32-a15ed58c43bb .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-cd9584fa-107c-4178-a322-b72f9b95e3ca { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cd9584fa-107c-4178-a322-b72f9b95e3ca:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cd9584fa-107c-4178-a322-b72f9b95e3ca:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cd9584fa-107c-4178-a322-b72f9b95e3ca {
  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-cd9584fa-107c-4178-a322-b72f9b95e3ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd9584fa-107c-4178-a322-b72f9b95e3ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cd9584fa-107c-4178-a322-b72f9b95e3ca.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bfccc5ca-08fa-4a78-b65d-f1392175373d {
  display: none;
}
#s-76bab486-c50f-4a44-b7c8-a82d70bba343 { text-align: left; }
#s-81a3f174-4aa0-4466-8ee2-5fe040a7ee48 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-81a3f174-4aa0-4466-8ee2-5fe040a7ee48 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a70ac729-42b8-48b7-b035-fa2719bb3529 { text-align: left; }
#s-a70ac729-42b8-48b7-b035-fa2719bb3529 .shg-product-sold-out {
  display: none;
}

#s-a70ac729-42b8-48b7-b035-fa2719bb3529 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a70ac729-42b8-48b7-b035-fa2719bb3529 .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-3a26d277-43a4-45dd-8de8-81e1fab66d77 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3a26d277-43a4-45dd-8de8-81e1fab66d77:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3a26d277-43a4-45dd-8de8-81e1fab66d77:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3a26d277-43a4-45dd-8de8-81e1fab66d77 {
  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-3a26d277-43a4-45dd-8de8-81e1fab66d77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a26d277-43a4-45dd-8de8-81e1fab66d77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3a26d277-43a4-45dd-8de8-81e1fab66d77.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-40afc1ca-d94d-4e6c-90ed-caf3fbefdc2d {
  display: none;
}
#s-27cd659d-c2ec-49fe-89c2-162b96037137 { text-align: left; }
#s-6fb72d1d-4700-488a-80e0-3f705461f9a1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6fb72d1d-4700-488a-80e0-3f705461f9a1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e73c73a0-d107-4a6b-a409-e26913289fbf { text-align: left; }
#s-e73c73a0-d107-4a6b-a409-e26913289fbf .shg-product-sold-out {
  display: none;
}

#s-e73c73a0-d107-4a6b-a409-e26913289fbf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e73c73a0-d107-4a6b-a409-e26913289fbf .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-d4174753-449f-46c9-91d8-e6f59fbd479b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d4174753-449f-46c9-91d8-e6f59fbd479b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d4174753-449f-46c9-91d8-e6f59fbd479b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d4174753-449f-46c9-91d8-e6f59fbd479b {
  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-d4174753-449f-46c9-91d8-e6f59fbd479b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4174753-449f-46c9-91d8-e6f59fbd479b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d4174753-449f-46c9-91d8-e6f59fbd479b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-16c0f98b-40a7-43e5-a0f4-0969b3a13295 {
  display: none;
}
#s-47c68274-16f7-489e-abdb-c1c257bea1f5 { text-align: left; }
#s-954d3b16-1b0c-4704-a063-a31edbbd0312 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-954d3b16-1b0c-4704-a063-a31edbbd0312 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-26fd312f-58d6-48c2-b43f-89ff29c8984f { text-align: left; }
#s-26fd312f-58d6-48c2-b43f-89ff29c8984f .shg-product-sold-out {
  display: none;
}

#s-26fd312f-58d6-48c2-b43f-89ff29c8984f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-26fd312f-58d6-48c2-b43f-89ff29c8984f .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-43fa2a0c-d412-4e7b-ba3e-1790e42e64c9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-43fa2a0c-d412-4e7b-ba3e-1790e42e64c9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-43fa2a0c-d412-4e7b-ba3e-1790e42e64c9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-43fa2a0c-d412-4e7b-ba3e-1790e42e64c9 {
  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-43fa2a0c-d412-4e7b-ba3e-1790e42e64c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43fa2a0c-d412-4e7b-ba3e-1790e42e64c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-43fa2a0c-d412-4e7b-ba3e-1790e42e64c9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-597edc95-28f0-4da0-b678-2e797daf1207 {
  display: none;
}
#s-46833ff9-a9c6-49e0-9a53-c555b5e1297c { text-align: left; }
#s-bfd47085-bab0-4af2-9ff0-5283d78188c4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bfd47085-bab0-4af2-9ff0-5283d78188c4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d6729ba2-fd79-4a8f-b492-1d2a0905dac9 { text-align: left; }
#s-d6729ba2-fd79-4a8f-b492-1d2a0905dac9 .shg-product-sold-out {
  display: none;
}

#s-d6729ba2-fd79-4a8f-b492-1d2a0905dac9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d6729ba2-fd79-4a8f-b492-1d2a0905dac9 .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-85e06c65-8cf8-4c11-b0e4-8f2e1b6d0a91 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-85e06c65-8cf8-4c11-b0e4-8f2e1b6d0a91:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-85e06c65-8cf8-4c11-b0e4-8f2e1b6d0a91:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-85e06c65-8cf8-4c11-b0e4-8f2e1b6d0a91 {
  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-85e06c65-8cf8-4c11-b0e4-8f2e1b6d0a91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85e06c65-8cf8-4c11-b0e4-8f2e1b6d0a91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-85e06c65-8cf8-4c11-b0e4-8f2e1b6d0a91.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8e3fb601-624c-41ea-9c89-2a461a8ed8ff {
  display: none;
}
#s-6702a19b-b046-4c9a-a5a7-646529c77cff { text-align: left; }
#s-b4a8d556-0c11-4d61-96ff-937c57d11407 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b4a8d556-0c11-4d61-96ff-937c57d11407 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bf57e97e-87d8-4064-a1a2-a1a4cc755063 { text-align: left; }
#s-bf57e97e-87d8-4064-a1a2-a1a4cc755063 .shg-product-sold-out {
  display: none;
}

#s-bf57e97e-87d8-4064-a1a2-a1a4cc755063 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bf57e97e-87d8-4064-a1a2-a1a4cc755063 .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-b3c471b6-f06d-47a0-841b-7000d4467605 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b3c471b6-f06d-47a0-841b-7000d4467605:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b3c471b6-f06d-47a0-841b-7000d4467605:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b3c471b6-f06d-47a0-841b-7000d4467605 {
  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-b3c471b6-f06d-47a0-841b-7000d4467605.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3c471b6-f06d-47a0-841b-7000d4467605.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b3c471b6-f06d-47a0-841b-7000d4467605.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-efd3fa26-9fbb-42bc-b8c4-b7899f5cacce {
  display: none;
}
#s-187f68b0-22fd-4dd3-8e23-b14080849e6c { text-align: left; }
#s-432ba5c1-b2dd-420a-b011-1ee39128b816 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-432ba5c1-b2dd-420a-b011-1ee39128b816 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5ee555aa-243d-4d4a-8652-d6e4804dfd73 { text-align: left; }
#s-5ee555aa-243d-4d4a-8652-d6e4804dfd73 .shg-product-sold-out {
  display: none;
}

#s-5ee555aa-243d-4d4a-8652-d6e4804dfd73 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5ee555aa-243d-4d4a-8652-d6e4804dfd73 .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-f14f9c1b-42d6-4f63-8ef0-e8b608e3fc70 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f14f9c1b-42d6-4f63-8ef0-e8b608e3fc70:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f14f9c1b-42d6-4f63-8ef0-e8b608e3fc70:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f14f9c1b-42d6-4f63-8ef0-e8b608e3fc70 {
  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-f14f9c1b-42d6-4f63-8ef0-e8b608e3fc70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f14f9c1b-42d6-4f63-8ef0-e8b608e3fc70.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f14f9c1b-42d6-4f63-8ef0-e8b608e3fc70.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5f5f960c-872d-457b-8f27-896edbc9fff9 {
  display: none;
}
#s-e715bd79-7beb-456f-89ce-91a8ce752adf { text-align: left; }
#s-9dafdf22-2201-450a-872a-809faf66d12d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9dafdf22-2201-450a-872a-809faf66d12d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8361bd26-46a1-4d1b-872d-f328fe40f01e { text-align: left; }
#s-8361bd26-46a1-4d1b-872d-f328fe40f01e .shg-product-sold-out {
  display: none;
}

#s-8361bd26-46a1-4d1b-872d-f328fe40f01e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8361bd26-46a1-4d1b-872d-f328fe40f01e .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-a47b18f5-1a79-49ae-8c5e-bd85c2ae619c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a47b18f5-1a79-49ae-8c5e-bd85c2ae619c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a47b18f5-1a79-49ae-8c5e-bd85c2ae619c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a47b18f5-1a79-49ae-8c5e-bd85c2ae619c {
  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-a47b18f5-1a79-49ae-8c5e-bd85c2ae619c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a47b18f5-1a79-49ae-8c5e-bd85c2ae619c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a47b18f5-1a79-49ae-8c5e-bd85c2ae619c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9d2ea280-3b77-4606-ad78-8efacc802d44 {
  display: none;
}
#s-644d564d-8927-4110-9ed5-028948dc43be { text-align: left; }
#s-06de6095-4e85-479e-82d8-5570691c2451 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-06de6095-4e85-479e-82d8-5570691c2451 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8217a040-2d8e-4ace-90cc-4622af3d8506 { text-align: left; }
#s-8217a040-2d8e-4ace-90cc-4622af3d8506 .shg-product-sold-out {
  display: none;
}

#s-8217a040-2d8e-4ace-90cc-4622af3d8506 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8217a040-2d8e-4ace-90cc-4622af3d8506 .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-e1eb1436-06f9-4d23-9657-6c00a6f25caa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e1eb1436-06f9-4d23-9657-6c00a6f25caa:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e1eb1436-06f9-4d23-9657-6c00a6f25caa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e1eb1436-06f9-4d23-9657-6c00a6f25caa {
  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-e1eb1436-06f9-4d23-9657-6c00a6f25caa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1eb1436-06f9-4d23-9657-6c00a6f25caa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e1eb1436-06f9-4d23-9657-6c00a6f25caa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fcf5a672-085a-49f0-911e-f7a38977e6c9 {
  display: none;
}
#s-3cedac75-e026-450e-a784-46bc16441ccd { text-align: left; }
#s-5fcfb698-b166-4e6b-aff7-35cdaa4d7a97 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5fcfb698-b166-4e6b-aff7-35cdaa4d7a97 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c18f17af-f5bb-421a-a4e8-5c4d1073fad6 { text-align: left; }
#s-c18f17af-f5bb-421a-a4e8-5c4d1073fad6 .shg-product-sold-out {
  display: none;
}

#s-c18f17af-f5bb-421a-a4e8-5c4d1073fad6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c18f17af-f5bb-421a-a4e8-5c4d1073fad6 .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-ce57d880-b8a8-411e-aa38-dccbe4b4a2d8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ce57d880-b8a8-411e-aa38-dccbe4b4a2d8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ce57d880-b8a8-411e-aa38-dccbe4b4a2d8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ce57d880-b8a8-411e-aa38-dccbe4b4a2d8 {
  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-ce57d880-b8a8-411e-aa38-dccbe4b4a2d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce57d880-b8a8-411e-aa38-dccbe4b4a2d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ce57d880-b8a8-411e-aa38-dccbe4b4a2d8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6e4c43f5-0fac-4a6b-9864-945deb51522e {
  display: none;
}
#s-d26d6548-ab73-4896-bc62-8d53bf37a632 { text-align: left; }
#s-14f0c2f1-2d7a-4610-8547-9214897c2593 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-14f0c2f1-2d7a-4610-8547-9214897c2593 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-82d498fa-dd9a-430b-8bdc-38a263192004 { text-align: left; }
#s-82d498fa-dd9a-430b-8bdc-38a263192004 .shg-product-sold-out {
  display: none;
}

#s-82d498fa-dd9a-430b-8bdc-38a263192004 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-82d498fa-dd9a-430b-8bdc-38a263192004 .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-2703f005-0c54-4d21-8548-187936042466 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2703f005-0c54-4d21-8548-187936042466:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2703f005-0c54-4d21-8548-187936042466:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2703f005-0c54-4d21-8548-187936042466 {
  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-2703f005-0c54-4d21-8548-187936042466.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2703f005-0c54-4d21-8548-187936042466.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2703f005-0c54-4d21-8548-187936042466.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f48c8224-6635-46d4-b6dd-c22bf2ef2d87 {
  display: none;
}
#s-9f1b634e-9ad6-445a-af62-d8f352f22c76 { text-align: left; }
#s-ea5a4aae-e826-4383-827d-bfc07ffc83d2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ea5a4aae-e826-4383-827d-bfc07ffc83d2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0248835b-184e-453c-9d53-5f236031cf27 { text-align: left; }
#s-0248835b-184e-453c-9d53-5f236031cf27 .shg-product-sold-out {
  display: none;
}

#s-0248835b-184e-453c-9d53-5f236031cf27 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0248835b-184e-453c-9d53-5f236031cf27 .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-95748300-0b09-45fb-adbd-bdd9ba24e0d1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-95748300-0b09-45fb-adbd-bdd9ba24e0d1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-95748300-0b09-45fb-adbd-bdd9ba24e0d1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-95748300-0b09-45fb-adbd-bdd9ba24e0d1 {
  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-95748300-0b09-45fb-adbd-bdd9ba24e0d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-95748300-0b09-45fb-adbd-bdd9ba24e0d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-95748300-0b09-45fb-adbd-bdd9ba24e0d1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1534fbb0-9fd1-4772-a98c-b68bcf5c4451 {
  display: none;
}
#s-e2215836-7e11-4371-b823-e5e82abbce95 { text-align: left; }
#s-30e34ad9-905a-4c88-9efe-4676613a0a9c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-30e34ad9-905a-4c88-9efe-4676613a0a9c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7d6f38bb-ff6d-4e11-9da9-68c9040b2978 { text-align: left; }
#s-7d6f38bb-ff6d-4e11-9da9-68c9040b2978 .shg-product-sold-out {
  display: none;
}

#s-7d6f38bb-ff6d-4e11-9da9-68c9040b2978 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7d6f38bb-ff6d-4e11-9da9-68c9040b2978 .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-baebba7c-ee4f-4d47-86c7-d8656e5bf717 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-baebba7c-ee4f-4d47-86c7-d8656e5bf717:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-baebba7c-ee4f-4d47-86c7-d8656e5bf717:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-baebba7c-ee4f-4d47-86c7-d8656e5bf717 {
  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-baebba7c-ee4f-4d47-86c7-d8656e5bf717.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baebba7c-ee4f-4d47-86c7-d8656e5bf717.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-baebba7c-ee4f-4d47-86c7-d8656e5bf717.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-43e211c6-7a78-4211-97d9-7b66198c2362 {
  display: none;
}
#s-33f172ee-01ee-4279-9aa3-50730f6b4fff { text-align: left; }
#s-26d8e1d2-5c91-4f4d-b2f4-2c66d657e32d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-26d8e1d2-5c91-4f4d-b2f4-2c66d657e32d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b8f4ff9f-4f5c-433c-b826-96ff27d86027 { text-align: left; }
#s-b8f4ff9f-4f5c-433c-b826-96ff27d86027 .shg-product-sold-out {
  display: none;
}

#s-b8f4ff9f-4f5c-433c-b826-96ff27d86027 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b8f4ff9f-4f5c-433c-b826-96ff27d86027 .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-b2c13033-3fd6-4d01-afae-7f4fc00c3bf9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b2c13033-3fd6-4d01-afae-7f4fc00c3bf9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b2c13033-3fd6-4d01-afae-7f4fc00c3bf9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b2c13033-3fd6-4d01-afae-7f4fc00c3bf9 {
  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-b2c13033-3fd6-4d01-afae-7f4fc00c3bf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2c13033-3fd6-4d01-afae-7f4fc00c3bf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b2c13033-3fd6-4d01-afae-7f4fc00c3bf9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-815968a9-6c91-4bb5-baf5-85715b9fbbcd {
  display: none;
}
#s-27b8c3ef-bf22-46cb-9507-a822420e6567 { text-align: left; }
#s-46853a3b-1075-4884-b7a4-bf58d5804c9c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-46853a3b-1075-4884-b7a4-bf58d5804c9c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-42fb0df3-da95-477c-8afb-e22d728198b0 { text-align: left; }
#s-42fb0df3-da95-477c-8afb-e22d728198b0 .shg-product-sold-out {
  display: none;
}

#s-42fb0df3-da95-477c-8afb-e22d728198b0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-42fb0df3-da95-477c-8afb-e22d728198b0 .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-801bdd99-6241-4c78-9004-84206fc1d590 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-801bdd99-6241-4c78-9004-84206fc1d590:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-801bdd99-6241-4c78-9004-84206fc1d590:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-801bdd99-6241-4c78-9004-84206fc1d590 {
  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-801bdd99-6241-4c78-9004-84206fc1d590.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-801bdd99-6241-4c78-9004-84206fc1d590.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-801bdd99-6241-4c78-9004-84206fc1d590.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-adae6277-f636-4be6-ba7c-c7a49ed1b469 {
  display: none;
}
#s-f7c5a433-b7da-47b6-b0aa-ac16f609d7f6 { text-align: left; }
#s-6f638d58-4757-4f26-8d2e-6e9250a197ca { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6f638d58-4757-4f26-8d2e-6e9250a197ca .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-62701967-11a5-4cfa-ab1f-4fc491e26615 { text-align: left; }
#s-62701967-11a5-4cfa-ab1f-4fc491e26615 .shg-product-sold-out {
  display: none;
}

#s-62701967-11a5-4cfa-ab1f-4fc491e26615 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-62701967-11a5-4cfa-ab1f-4fc491e26615 .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-85eba575-3123-4376-bb82-f16977a4c8bf { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-85eba575-3123-4376-bb82-f16977a4c8bf:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-85eba575-3123-4376-bb82-f16977a4c8bf:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-85eba575-3123-4376-bb82-f16977a4c8bf {
  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-85eba575-3123-4376-bb82-f16977a4c8bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85eba575-3123-4376-bb82-f16977a4c8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-85eba575-3123-4376-bb82-f16977a4c8bf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6f6b9516-824e-446d-830a-b152c38d5069 {
  display: none;
}
#s-a575cbaa-0700-41cf-b917-ffbce2695b55 { text-align: left; }
#s-277a503d-3425-4218-a6c3-191e664413ba { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-277a503d-3425-4218-a6c3-191e664413ba .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6aaf3442-ee0a-48bb-912f-97299578ffde { text-align: left; }
#s-6aaf3442-ee0a-48bb-912f-97299578ffde .shg-product-sold-out {
  display: none;
}

#s-6aaf3442-ee0a-48bb-912f-97299578ffde .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6aaf3442-ee0a-48bb-912f-97299578ffde .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-8fbdb046-7e08-41e6-99ae-bcc29fb55c7b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8fbdb046-7e08-41e6-99ae-bcc29fb55c7b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8fbdb046-7e08-41e6-99ae-bcc29fb55c7b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8fbdb046-7e08-41e6-99ae-bcc29fb55c7b {
  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-8fbdb046-7e08-41e6-99ae-bcc29fb55c7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fbdb046-7e08-41e6-99ae-bcc29fb55c7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8fbdb046-7e08-41e6-99ae-bcc29fb55c7b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6ff3d2be-8343-4e9b-939f-d72d8ccdf64b {
  display: none;
}
#s-368d81c6-1dd2-4a8a-a97e-14e38cdf6b7b { text-align: left; }
#s-1d1da481-3675-4550-a87e-c13a07489b28 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1d1da481-3675-4550-a87e-c13a07489b28 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-aa466898-2bd6-474e-b115-1db743a84d79 { text-align: left; }
#s-aa466898-2bd6-474e-b115-1db743a84d79 .shg-product-sold-out {
  display: none;
}

#s-aa466898-2bd6-474e-b115-1db743a84d79 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-aa466898-2bd6-474e-b115-1db743a84d79 .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-ba5935d3-a4cb-4316-8b63-ea9b9e00c52b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ba5935d3-a4cb-4316-8b63-ea9b9e00c52b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ba5935d3-a4cb-4316-8b63-ea9b9e00c52b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ba5935d3-a4cb-4316-8b63-ea9b9e00c52b {
  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-ba5935d3-a4cb-4316-8b63-ea9b9e00c52b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba5935d3-a4cb-4316-8b63-ea9b9e00c52b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ba5935d3-a4cb-4316-8b63-ea9b9e00c52b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-87b38041-dd5a-4b4b-9581-4fc63e1c015b {
  display: none;
}
#s-c720ffc3-ee4b-41e6-80ce-d4e534a06f4a { text-align: left; }
#s-8608d945-c798-4447-a0f3-b65c3952b75f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8608d945-c798-4447-a0f3-b65c3952b75f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c1d20cbd-79dd-4c8a-b569-ce5c0e096ecc { text-align: left; }
#s-c1d20cbd-79dd-4c8a-b569-ce5c0e096ecc .shg-product-sold-out {
  display: none;
}

#s-c1d20cbd-79dd-4c8a-b569-ce5c0e096ecc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c1d20cbd-79dd-4c8a-b569-ce5c0e096ecc .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-ead83c9c-2d23-4178-8014-fa0ce4d246f5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ead83c9c-2d23-4178-8014-fa0ce4d246f5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ead83c9c-2d23-4178-8014-fa0ce4d246f5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ead83c9c-2d23-4178-8014-fa0ce4d246f5 {
  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-ead83c9c-2d23-4178-8014-fa0ce4d246f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ead83c9c-2d23-4178-8014-fa0ce4d246f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ead83c9c-2d23-4178-8014-fa0ce4d246f5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-60175e24-f5fd-4c95-b91b-b34a18f6a554 {
  display: none;
}
#s-51a46ea1-bc8e-42fd-8187-12e586dc0bd0 { text-align: left; }
#s-7c0cf7ac-7707-4122-b54a-acc8dbb9fe1b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7c0cf7ac-7707-4122-b54a-acc8dbb9fe1b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6d0ce6e1-fd59-4709-adac-dad0519ccc4a { text-align: left; }
#s-6d0ce6e1-fd59-4709-adac-dad0519ccc4a .shg-product-sold-out {
  display: none;
}

#s-6d0ce6e1-fd59-4709-adac-dad0519ccc4a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6d0ce6e1-fd59-4709-adac-dad0519ccc4a .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-369613d8-85ce-43ee-b567-2a7ebbfdb124 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-369613d8-85ce-43ee-b567-2a7ebbfdb124:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-369613d8-85ce-43ee-b567-2a7ebbfdb124:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-369613d8-85ce-43ee-b567-2a7ebbfdb124 {
  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-369613d8-85ce-43ee-b567-2a7ebbfdb124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-369613d8-85ce-43ee-b567-2a7ebbfdb124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-369613d8-85ce-43ee-b567-2a7ebbfdb124.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f0659eaa-51f6-454f-995b-e687770ec97c {
  display: none;
}
#s-76c6d3e7-c8a3-426b-8fb2-ed3cfc54bcfa { text-align: left; }
#s-a9693c30-2857-4cd2-bb36-856fb5bdfd3e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a9693c30-2857-4cd2-bb36-856fb5bdfd3e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-80c7363e-c853-423a-8fa5-856972c621f4 { text-align: left; }
#s-80c7363e-c853-423a-8fa5-856972c621f4 .shg-product-sold-out {
  display: none;
}

#s-80c7363e-c853-423a-8fa5-856972c621f4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-80c7363e-c853-423a-8fa5-856972c621f4 .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-d5a383b3-d109-48ec-acec-6542ee799e75 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d5a383b3-d109-48ec-acec-6542ee799e75:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d5a383b3-d109-48ec-acec-6542ee799e75:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d5a383b3-d109-48ec-acec-6542ee799e75 {
  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-d5a383b3-d109-48ec-acec-6542ee799e75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5a383b3-d109-48ec-acec-6542ee799e75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d5a383b3-d109-48ec-acec-6542ee799e75.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9b8d3e2a-2c72-4b6d-a448-4024640e953d {
  display: none;
}
#s-4ebaff3a-ce30-4cac-90e1-32fd55314974 { text-align: left; }
#s-cae28011-b2bc-4fad-ae6e-60c578b5b2d5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cae28011-b2bc-4fad-ae6e-60c578b5b2d5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-74cd241e-f536-4ab3-aaf1-2651d37c369c { text-align: left; }
#s-74cd241e-f536-4ab3-aaf1-2651d37c369c .shg-product-sold-out {
  display: none;
}

#s-74cd241e-f536-4ab3-aaf1-2651d37c369c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-74cd241e-f536-4ab3-aaf1-2651d37c369c .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-49180903-6cca-42c4-9449-b9e3e6c0cc28 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-49180903-6cca-42c4-9449-b9e3e6c0cc28:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-49180903-6cca-42c4-9449-b9e3e6c0cc28:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-49180903-6cca-42c4-9449-b9e3e6c0cc28 {
  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-49180903-6cca-42c4-9449-b9e3e6c0cc28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49180903-6cca-42c4-9449-b9e3e6c0cc28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-49180903-6cca-42c4-9449-b9e3e6c0cc28.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-22fc8f24-b2d6-463d-9211-5eb4ffbaff61 {
  display: none;
}
#s-80f1385a-9bb1-4c49-8c09-b9f30eb37a7c { text-align: left; }
#s-11c826b6-155d-4beb-a0bb-090799893ead { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-11c826b6-155d-4beb-a0bb-090799893ead .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-331b4ca2-342e-4922-9b6c-ef24b026d9ce { text-align: left; }
#s-331b4ca2-342e-4922-9b6c-ef24b026d9ce .shg-product-sold-out {
  display: none;
}

#s-331b4ca2-342e-4922-9b6c-ef24b026d9ce .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-331b4ca2-342e-4922-9b6c-ef24b026d9ce .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-2226ff2e-3fa8-4db5-8d79-44fafa9f47a9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2226ff2e-3fa8-4db5-8d79-44fafa9f47a9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2226ff2e-3fa8-4db5-8d79-44fafa9f47a9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2226ff2e-3fa8-4db5-8d79-44fafa9f47a9 {
  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-2226ff2e-3fa8-4db5-8d79-44fafa9f47a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2226ff2e-3fa8-4db5-8d79-44fafa9f47a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2226ff2e-3fa8-4db5-8d79-44fafa9f47a9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-341c7cfa-c4cc-4d3d-b9b7-4794c88f38bd {
  display: none;
}
#s-415311e1-ed73-42a2-98de-b286ab969090 { text-align: left; }
#s-487f69c3-e5dd-4f13-b7e3-5e9f4ed5a1fe { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-487f69c3-e5dd-4f13-b7e3-5e9f4ed5a1fe .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3123c122-6a0a-4dc6-9f91-b4ae0b465acc { text-align: left; }
#s-3123c122-6a0a-4dc6-9f91-b4ae0b465acc .shg-product-sold-out {
  display: none;
}

#s-3123c122-6a0a-4dc6-9f91-b4ae0b465acc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3123c122-6a0a-4dc6-9f91-b4ae0b465acc .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-f40692fb-6b6a-430a-9953-24e077da1ef6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f40692fb-6b6a-430a-9953-24e077da1ef6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f40692fb-6b6a-430a-9953-24e077da1ef6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f40692fb-6b6a-430a-9953-24e077da1ef6 {
  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-f40692fb-6b6a-430a-9953-24e077da1ef6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f40692fb-6b6a-430a-9953-24e077da1ef6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f40692fb-6b6a-430a-9953-24e077da1ef6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cc13d6dd-2910-463b-a54f-0a76d25ba445 {
  display: none;
}
#s-5cc8f481-c0f1-437b-bc43-9588b1740a98 { text-align: left; }
#s-337d668b-4475-453b-b970-cdaf5747640c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-337d668b-4475-453b-b970-cdaf5747640c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9dcd3413-a73b-43af-92a6-7b874e93eec3 { text-align: left; }
#s-9dcd3413-a73b-43af-92a6-7b874e93eec3 .shg-product-sold-out {
  display: none;
}

#s-9dcd3413-a73b-43af-92a6-7b874e93eec3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9dcd3413-a73b-43af-92a6-7b874e93eec3 .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-496fe3c9-daa1-4493-aea5-d4798d626e58 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-496fe3c9-daa1-4493-aea5-d4798d626e58:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-496fe3c9-daa1-4493-aea5-d4798d626e58:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-496fe3c9-daa1-4493-aea5-d4798d626e58 {
  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-496fe3c9-daa1-4493-aea5-d4798d626e58.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-496fe3c9-daa1-4493-aea5-d4798d626e58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-496fe3c9-daa1-4493-aea5-d4798d626e58.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;
}
