.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-f7a1dadb-0e9b-4dd1-85c2-424c24e478ad {
  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-9f6827bc-9c64-431d-a216-03b993456945 { margin-top: 40px; }
#s-9f6827bc-9c64-431d-a216-03b993456945 .shogun-tabs {
  justify-content: center;
}


  #s-9f6827bc-9c64-431d-a216-03b993456945 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-9f6827bc-9c64-431d-a216-03b993456945 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-9f6827bc-9c64-431d-a216-03b993456945 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-9f6827bc-9c64-431d-a216-03b993456945 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-9f6827bc-9c64-431d-a216-03b993456945 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-9f6827bc-9c64-431d-a216-03b993456945 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-9f6827bc-9c64-431d-a216-03b993456945 .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-606de862-6a6a-46ba-b6af-d43e741599d4 { padding-top: 10px;
padding-bottom: 10px; }
 #s-606de862-6a6a-46ba-b6af-d43e741599d4 .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-fd77d4d9-5974-4f39-bd6c-0b18c551fac8 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-fd77d4d9-5974-4f39-bd6c-0b18c551fac8 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-fd77d4d9-5974-4f39-bd6c-0b18c551fac8 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-fd77d4d9-5974-4f39-bd6c-0b18c551fac8 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-fd77d4d9-5974-4f39-bd6c-0b18c551fac8 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-fd77d4d9-5974-4f39-bd6c-0b18c551fac8 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-fd77d4d9-5974-4f39-bd6c-0b18c551fac8 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-fd77d4d9-5974-4f39-bd6c-0b18c551fac8 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-fd77d4d9-5974-4f39-bd6c-0b18c551fac8 .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-2a67f0e9-bccf-4613-8bf5-b394c8473478 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2a67f0e9-bccf-4613-8bf5-b394c8473478"] > .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-99b9947a-bb74-47d5-946a-b5e8fcbf851a { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-817bdd6c-c58a-4114-aa22-0dbc5d8a2260 { 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-c511b2bc-9570-4f6b-99c1-d9b4be9b81b9 { 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-c511b2bc-9570-4f6b-99c1-d9b4be9b81b9: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-c511b2bc-9570-4f6b-99c1-d9b4be9b81b9: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-c511b2bc-9570-4f6b-99c1-d9b4be9b81b9.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-2747062a-4b2c-4030-b647-96b79759b5f4 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-f5b4bd39-2d88-4651-9a8c-3ef1d913cc5b { 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-17da609a-5f3b-4d05-83e3-f885b440f957 { 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-17da609a-5f3b-4d05-83e3-f885b440f957: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-17da609a-5f3b-4d05-83e3-f885b440f957: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-17da609a-5f3b-4d05-83e3-f885b440f957.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-2205c384-0418-4570-a30f-3fa8128462e2 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-781abcbb-96f2-4ec7-b67f-eec46060a174 { 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-18e1c234-cf98-4f2d-b7ef-28289da70dc2 { 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-18e1c234-cf98-4f2d-b7ef-28289da70dc2: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-18e1c234-cf98-4f2d-b7ef-28289da70dc2: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-18e1c234-cf98-4f2d-b7ef-28289da70dc2.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-16e29690-0e8b-42d1-83a2-145204173b79 { min-height: 50px; }
#s-16e29690-0e8b-42d1-83a2-145204173b79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c37bed66-5770-40f2-9c7b-7defe0290261 { 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-c37bed66-5770-40f2-9c7b-7defe0290261 .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-65ebbc10-62af-4021-90c9-08de952f42dd {
  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-e5f15166-5ab8-462f-af30-41c09201c4b7 { 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-5ef29362-36a2-4fca-8dad-106ae8277828 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5ef29362-36a2-4fca-8dad-106ae8277828 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ce4c3b24-3988-4127-86b8-51356fc95deb {
  display: none;
}
#s-3218223c-db7e-48ca-9904-2fd7df88cd40 { text-align: left; }
#s-f007621c-2aee-4dcf-95dc-fe80334dbf82 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f007621c-2aee-4dcf-95dc-fe80334dbf82 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ce3e6624-9e58-4720-99cc-630b2830c0c9 {
  display: none;
}
#s-64045b08-de06-45ae-aed0-0e0b5c68417e { text-align: left; }
#s-6ee49671-5965-49d2-893a-200c2f76bf60 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6ee49671-5965-49d2-893a-200c2f76bf60 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8419f676-979b-40af-856f-01ff22230cbe {
  display: none;
}
#s-821f14b8-a52b-4771-b5f6-1212ea0c6f7c { text-align: left; }
#s-4260ae6b-cd5e-4b2d-8991-def3478e739c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4260ae6b-cd5e-4b2d-8991-def3478e739c .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-5ddd6d4e-04a2-4293-b605-44ca0de494a5 {
  display: none;
}
#s-4a1274a5-ed64-4f90-b264-25898a1c6d56 { text-align: left; }
#s-5a84e658-00bd-4c5b-94c4-e5835820f530 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5a84e658-00bd-4c5b-94c4-e5835820f530 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c01e7d3b-3dbd-4f04-966f-60d084dff7ae { text-align: left; }
#s-c01e7d3b-3dbd-4f04-966f-60d084dff7ae .shg-product-sold-out {
  display: none;
}

#s-c01e7d3b-3dbd-4f04-966f-60d084dff7ae .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c01e7d3b-3dbd-4f04-966f-60d084dff7ae .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-d774a69b-9188-43c0-858d-7f093fe2896b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d774a69b-9188-43c0-858d-7f093fe2896b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d774a69b-9188-43c0-858d-7f093fe2896b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d774a69b-9188-43c0-858d-7f093fe2896b {
  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-d774a69b-9188-43c0-858d-7f093fe2896b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d774a69b-9188-43c0-858d-7f093fe2896b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d774a69b-9188-43c0-858d-7f093fe2896b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3f7804ff-1622-405a-aaeb-1d8306b81990 {
  display: none;
}
#s-ed1013d9-b74f-4ec3-994b-f34ac3783326 { text-align: left; }
#s-527f620e-56ef-4a46-9eac-07bc86acba2f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-527f620e-56ef-4a46-9eac-07bc86acba2f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-219667f8-95a3-4a28-aff1-ddd638e8a3a7 { text-align: left; }
#s-219667f8-95a3-4a28-aff1-ddd638e8a3a7 .shg-product-sold-out {
  display: none;
}

#s-219667f8-95a3-4a28-aff1-ddd638e8a3a7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-219667f8-95a3-4a28-aff1-ddd638e8a3a7 .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-f5555d89-5dad-457f-84b2-b367e931c874 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f5555d89-5dad-457f-84b2-b367e931c874:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f5555d89-5dad-457f-84b2-b367e931c874:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f5555d89-5dad-457f-84b2-b367e931c874 {
  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-f5555d89-5dad-457f-84b2-b367e931c874.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5555d89-5dad-457f-84b2-b367e931c874.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f5555d89-5dad-457f-84b2-b367e931c874.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e9acfafe-7cbe-4d07-9581-6f40c8f3ec9f {
  display: none;
}
#s-d0737d98-d45b-40d6-9ebf-a589f8691dd3 { text-align: left; }
#s-a081d606-7ced-4473-b491-c6e51d7a0578 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a081d606-7ced-4473-b491-c6e51d7a0578 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-252d4bde-4f72-4487-8fc0-56c46d2685dd { text-align: left; }
#s-252d4bde-4f72-4487-8fc0-56c46d2685dd .shg-product-sold-out {
  display: none;
}

#s-252d4bde-4f72-4487-8fc0-56c46d2685dd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-252d4bde-4f72-4487-8fc0-56c46d2685dd .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-4c3e62b9-eb14-43bf-80cd-0dae288c537b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4c3e62b9-eb14-43bf-80cd-0dae288c537b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4c3e62b9-eb14-43bf-80cd-0dae288c537b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4c3e62b9-eb14-43bf-80cd-0dae288c537b {
  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-4c3e62b9-eb14-43bf-80cd-0dae288c537b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c3e62b9-eb14-43bf-80cd-0dae288c537b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4c3e62b9-eb14-43bf-80cd-0dae288c537b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1fcdee9a-38c3-4788-8037-3026efccdceb {
  display: none;
}
#s-eb9069cb-55b2-42f7-979b-7f7f4a726460 { text-align: left; }
#s-c2eaf677-7c97-4ba0-bb6c-6587307af390 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c2eaf677-7c97-4ba0-bb6c-6587307af390 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a08fe604-b635-4c15-9283-5d1042052daa { text-align: left; }
#s-a08fe604-b635-4c15-9283-5d1042052daa .shg-product-sold-out {
  display: none;
}

#s-a08fe604-b635-4c15-9283-5d1042052daa .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a08fe604-b635-4c15-9283-5d1042052daa .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-2dcc460c-a8c7-44c6-b31e-599e302b1c35 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2dcc460c-a8c7-44c6-b31e-599e302b1c35:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2dcc460c-a8c7-44c6-b31e-599e302b1c35:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2dcc460c-a8c7-44c6-b31e-599e302b1c35 {
  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-2dcc460c-a8c7-44c6-b31e-599e302b1c35.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dcc460c-a8c7-44c6-b31e-599e302b1c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2dcc460c-a8c7-44c6-b31e-599e302b1c35.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9b306f1c-895c-4802-be52-abcc2393f230 {
  display: none;
}
#s-724f3b43-1b94-4f2d-a109-3f4cd745c02a { text-align: left; }
#s-3fcc84b2-7088-4824-95ff-3ee36d4b1f78 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3fcc84b2-7088-4824-95ff-3ee36d4b1f78 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1b5310e9-2556-4bc5-acc2-e1f8eb9480f7 { text-align: left; }
#s-1b5310e9-2556-4bc5-acc2-e1f8eb9480f7 .shg-product-sold-out {
  display: none;
}

#s-1b5310e9-2556-4bc5-acc2-e1f8eb9480f7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1b5310e9-2556-4bc5-acc2-e1f8eb9480f7 .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-86a64c90-a78f-42a1-9784-959bf3c59e9c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-86a64c90-a78f-42a1-9784-959bf3c59e9c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-86a64c90-a78f-42a1-9784-959bf3c59e9c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-86a64c90-a78f-42a1-9784-959bf3c59e9c {
  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-86a64c90-a78f-42a1-9784-959bf3c59e9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86a64c90-a78f-42a1-9784-959bf3c59e9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-86a64c90-a78f-42a1-9784-959bf3c59e9c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8cb87c44-b565-43ce-b749-be2955e4ae15 {
  display: none;
}
#s-66337739-2923-42c4-ad3a-2f652898aaa1 { text-align: left; }
#s-55398182-ac0e-4038-ad91-e57ad486efee { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-55398182-ac0e-4038-ad91-e57ad486efee .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-53e9af67-17ba-4010-b9e0-d582844a87e0 { text-align: left; }
#s-53e9af67-17ba-4010-b9e0-d582844a87e0 .shg-product-sold-out {
  display: none;
}

#s-53e9af67-17ba-4010-b9e0-d582844a87e0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-53e9af67-17ba-4010-b9e0-d582844a87e0 .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-fdc06593-79b0-4aa9-8ef2-e2c0a101cfbe { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-fdc06593-79b0-4aa9-8ef2-e2c0a101cfbe:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-fdc06593-79b0-4aa9-8ef2-e2c0a101cfbe:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-fdc06593-79b0-4aa9-8ef2-e2c0a101cfbe {
  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-fdc06593-79b0-4aa9-8ef2-e2c0a101cfbe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fdc06593-79b0-4aa9-8ef2-e2c0a101cfbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-fdc06593-79b0-4aa9-8ef2-e2c0a101cfbe.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a6da5f11-92ed-4858-b11d-7e970838585e {
  display: none;
}
#s-9a26bab7-a88b-48d6-9446-8e2872c5be19 { text-align: left; }
#s-2b789acb-2f0b-4a7a-be00-2b1573bc1355 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2b789acb-2f0b-4a7a-be00-2b1573bc1355 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ef6077ad-fe6b-4b5d-9291-fcaca35a96e7 { text-align: left; }
#s-ef6077ad-fe6b-4b5d-9291-fcaca35a96e7 .shg-product-sold-out {
  display: none;
}

#s-ef6077ad-fe6b-4b5d-9291-fcaca35a96e7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ef6077ad-fe6b-4b5d-9291-fcaca35a96e7 .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-254b2fea-6ebe-433e-989d-66fac11ec1e6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-254b2fea-6ebe-433e-989d-66fac11ec1e6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-254b2fea-6ebe-433e-989d-66fac11ec1e6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-254b2fea-6ebe-433e-989d-66fac11ec1e6 {
  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-254b2fea-6ebe-433e-989d-66fac11ec1e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-254b2fea-6ebe-433e-989d-66fac11ec1e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-254b2fea-6ebe-433e-989d-66fac11ec1e6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-da3d899f-e0d4-4029-8755-5a38d11a02c4 {
  display: none;
}
#s-68a06d4f-af13-48da-b768-e66e0e62d609 { text-align: left; }
#s-f5388e17-d3cc-4cba-a253-005eeb49551e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f5388e17-d3cc-4cba-a253-005eeb49551e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ede92713-62ab-4df7-b4b6-889684c6f560 { text-align: left; }
#s-ede92713-62ab-4df7-b4b6-889684c6f560 .shg-product-sold-out {
  display: none;
}

#s-ede92713-62ab-4df7-b4b6-889684c6f560 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ede92713-62ab-4df7-b4b6-889684c6f560 .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-d71c9703-4940-4cf3-80a9-383289dc9e6b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d71c9703-4940-4cf3-80a9-383289dc9e6b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d71c9703-4940-4cf3-80a9-383289dc9e6b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d71c9703-4940-4cf3-80a9-383289dc9e6b {
  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-d71c9703-4940-4cf3-80a9-383289dc9e6b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d71c9703-4940-4cf3-80a9-383289dc9e6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d71c9703-4940-4cf3-80a9-383289dc9e6b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-46b07840-9fed-46a7-87ca-b535ca359c5d {
  display: none;
}
#s-0a9cc44c-7ae0-4ec0-9c91-733a74b6ed5a { text-align: left; }
#s-df7afcec-24ad-464f-8620-1fe9658f2e1c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-df7afcec-24ad-464f-8620-1fe9658f2e1c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-603d0718-24d4-4f94-85f6-728d57052fdc { text-align: left; }
#s-603d0718-24d4-4f94-85f6-728d57052fdc .shg-product-sold-out {
  display: none;
}

#s-603d0718-24d4-4f94-85f6-728d57052fdc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-603d0718-24d4-4f94-85f6-728d57052fdc .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-e058fe45-e554-42cc-a404-3d4360e49787 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e058fe45-e554-42cc-a404-3d4360e49787:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e058fe45-e554-42cc-a404-3d4360e49787:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e058fe45-e554-42cc-a404-3d4360e49787 {
  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-e058fe45-e554-42cc-a404-3d4360e49787.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e058fe45-e554-42cc-a404-3d4360e49787.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e058fe45-e554-42cc-a404-3d4360e49787.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fd52d76b-9ef1-4ccd-8bf2-ccc316058aaa {
  display: none;
}
#s-5e552b38-6b1a-45a0-a883-043dfa39557f { text-align: left; }
#s-58e10e93-ca25-4f65-bd1f-4dd212e4693e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-58e10e93-ca25-4f65-bd1f-4dd212e4693e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-da29e287-d791-4013-9492-1b9cb26611f3 { text-align: left; }
#s-da29e287-d791-4013-9492-1b9cb26611f3 .shg-product-sold-out {
  display: none;
}

#s-da29e287-d791-4013-9492-1b9cb26611f3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-da29e287-d791-4013-9492-1b9cb26611f3 .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-985cbe45-f437-4160-946a-238b428fe062 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-985cbe45-f437-4160-946a-238b428fe062:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-985cbe45-f437-4160-946a-238b428fe062:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-985cbe45-f437-4160-946a-238b428fe062 {
  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-985cbe45-f437-4160-946a-238b428fe062.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-985cbe45-f437-4160-946a-238b428fe062.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-985cbe45-f437-4160-946a-238b428fe062.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-20013188-3f8b-4a0f-87c4-436f4734dbed {
  display: none;
}
#s-52cff38f-08b7-4bd5-bcc8-b707477ea9be { text-align: left; }
#s-a43ca756-e2cb-4c88-b338-b78986e94345 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a43ca756-e2cb-4c88-b338-b78986e94345 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ceda7910-db08-4905-b875-480a25f2da66 { text-align: left; }
#s-ceda7910-db08-4905-b875-480a25f2da66 .shg-product-sold-out {
  display: none;
}

#s-ceda7910-db08-4905-b875-480a25f2da66 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ceda7910-db08-4905-b875-480a25f2da66 .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-22120a80-af90-4e6a-b02d-1c1ea9af6825 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-22120a80-af90-4e6a-b02d-1c1ea9af6825:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-22120a80-af90-4e6a-b02d-1c1ea9af6825:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-22120a80-af90-4e6a-b02d-1c1ea9af6825 {
  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-22120a80-af90-4e6a-b02d-1c1ea9af6825.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22120a80-af90-4e6a-b02d-1c1ea9af6825.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-22120a80-af90-4e6a-b02d-1c1ea9af6825.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2963b8cb-5dcc-430b-b766-c430fbe6639d {
  display: none;
}
#s-8f7e7ab1-28a9-4305-86f5-7c7054261ac5 { text-align: left; }
#s-3753167e-5e11-4e73-9bd7-d48874b255a3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3753167e-5e11-4e73-9bd7-d48874b255a3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4a2b9b11-9371-456b-be8e-8bd4f71f0b05 { text-align: left; }
#s-4a2b9b11-9371-456b-be8e-8bd4f71f0b05 .shg-product-sold-out {
  display: none;
}

#s-4a2b9b11-9371-456b-be8e-8bd4f71f0b05 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4a2b9b11-9371-456b-be8e-8bd4f71f0b05 .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-9cfb7116-c7be-4f22-b214-e55328d5488f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9cfb7116-c7be-4f22-b214-e55328d5488f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9cfb7116-c7be-4f22-b214-e55328d5488f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9cfb7116-c7be-4f22-b214-e55328d5488f {
  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-9cfb7116-c7be-4f22-b214-e55328d5488f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9cfb7116-c7be-4f22-b214-e55328d5488f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9cfb7116-c7be-4f22-b214-e55328d5488f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bf1639af-aa12-4b9c-9980-04ded0fe318f {
  display: none;
}
#s-083c59ee-6b88-41ed-a4ed-704eebc36dbc { text-align: left; }
#s-5a826aee-4578-4429-8119-0daa23c2b91c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5a826aee-4578-4429-8119-0daa23c2b91c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c2001c32-3218-4785-96d4-0af6502804be { text-align: left; }
#s-c2001c32-3218-4785-96d4-0af6502804be .shg-product-sold-out {
  display: none;
}

#s-c2001c32-3218-4785-96d4-0af6502804be .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c2001c32-3218-4785-96d4-0af6502804be .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-3900cb68-7f17-4068-b3d3-7fcb17599e85 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3900cb68-7f17-4068-b3d3-7fcb17599e85:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3900cb68-7f17-4068-b3d3-7fcb17599e85:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3900cb68-7f17-4068-b3d3-7fcb17599e85 {
  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-3900cb68-7f17-4068-b3d3-7fcb17599e85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3900cb68-7f17-4068-b3d3-7fcb17599e85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3900cb68-7f17-4068-b3d3-7fcb17599e85.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e3654b71-8b81-42f9-a4e3-f50bbe647070 {
  display: none;
}
#s-e098b62f-c075-4df1-992a-351c283473de { text-align: left; }
#s-4e3bce95-f933-474d-8c94-ee38a513927c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4e3bce95-f933-474d-8c94-ee38a513927c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-022e6330-1f6a-46df-b894-27df90cfa728 { text-align: left; }
#s-022e6330-1f6a-46df-b894-27df90cfa728 .shg-product-sold-out {
  display: none;
}

#s-022e6330-1f6a-46df-b894-27df90cfa728 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-022e6330-1f6a-46df-b894-27df90cfa728 .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-b5ea9ae2-d2f8-42a9-a488-adf4311678b4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b5ea9ae2-d2f8-42a9-a488-adf4311678b4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b5ea9ae2-d2f8-42a9-a488-adf4311678b4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b5ea9ae2-d2f8-42a9-a488-adf4311678b4 {
  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-b5ea9ae2-d2f8-42a9-a488-adf4311678b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5ea9ae2-d2f8-42a9-a488-adf4311678b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b5ea9ae2-d2f8-42a9-a488-adf4311678b4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b3e40dd1-fa9a-431c-b734-28e73fba805c {
  display: none;
}
#s-26239d4b-7a1a-4e06-88af-c57eff4544ec { text-align: left; }
#s-6beb1502-4526-4700-85d7-210d5da6e816 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6beb1502-4526-4700-85d7-210d5da6e816 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-64e319aa-8631-47c2-82e4-ed5af3655970 { text-align: left; }
#s-64e319aa-8631-47c2-82e4-ed5af3655970 .shg-product-sold-out {
  display: none;
}

#s-64e319aa-8631-47c2-82e4-ed5af3655970 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-64e319aa-8631-47c2-82e4-ed5af3655970 .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-4a972db3-da74-4b1d-a11a-4b411ec31545 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4a972db3-da74-4b1d-a11a-4b411ec31545:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4a972db3-da74-4b1d-a11a-4b411ec31545:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4a972db3-da74-4b1d-a11a-4b411ec31545 {
  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-4a972db3-da74-4b1d-a11a-4b411ec31545.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a972db3-da74-4b1d-a11a-4b411ec31545.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4a972db3-da74-4b1d-a11a-4b411ec31545.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5547bb8a-4246-4b69-b2cb-e6901ef7bd27 {
  display: none;
}
#s-90f8d39e-2035-4753-9fcd-691ba6e33567 { text-align: left; }
#s-2aef13c0-85b4-40da-a318-fea9deee90c0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2aef13c0-85b4-40da-a318-fea9deee90c0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-11df37a8-f6d9-4c1b-9bb8-68b489f4acc3 { text-align: left; }
#s-11df37a8-f6d9-4c1b-9bb8-68b489f4acc3 .shg-product-sold-out {
  display: none;
}

#s-11df37a8-f6d9-4c1b-9bb8-68b489f4acc3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-11df37a8-f6d9-4c1b-9bb8-68b489f4acc3 .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-8fc9bc4f-b5f2-4d68-8f82-229e8578b83f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8fc9bc4f-b5f2-4d68-8f82-229e8578b83f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8fc9bc4f-b5f2-4d68-8f82-229e8578b83f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8fc9bc4f-b5f2-4d68-8f82-229e8578b83f {
  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-8fc9bc4f-b5f2-4d68-8f82-229e8578b83f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fc9bc4f-b5f2-4d68-8f82-229e8578b83f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8fc9bc4f-b5f2-4d68-8f82-229e8578b83f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-36c4770b-ecbe-42e7-8b0d-30071f6227f9 {
  display: none;
}
#s-c93413e4-7cb9-4207-846f-2934804dfe03 { text-align: left; }
#s-911bbd54-c874-4162-921d-21aa39ed5a29 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-911bbd54-c874-4162-921d-21aa39ed5a29 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b10a529a-450d-40b3-b114-00bfc5501070 { text-align: left; }
#s-b10a529a-450d-40b3-b114-00bfc5501070 .shg-product-sold-out {
  display: none;
}

#s-b10a529a-450d-40b3-b114-00bfc5501070 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b10a529a-450d-40b3-b114-00bfc5501070 .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-1a1ac1bb-a2d3-4c03-8035-efde1c7ce792 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1a1ac1bb-a2d3-4c03-8035-efde1c7ce792:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1a1ac1bb-a2d3-4c03-8035-efde1c7ce792:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1a1ac1bb-a2d3-4c03-8035-efde1c7ce792 {
  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-1a1ac1bb-a2d3-4c03-8035-efde1c7ce792.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a1ac1bb-a2d3-4c03-8035-efde1c7ce792.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1a1ac1bb-a2d3-4c03-8035-efde1c7ce792.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-06561635-d6a0-452e-b4dc-e79dff7c4072 {
  display: none;
}
#s-06982bf7-39b8-4bbd-be0f-1209d9a5e6fa { text-align: left; }
#s-8017bccd-3334-4f39-b823-dc5451eb7055 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8017bccd-3334-4f39-b823-dc5451eb7055 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7eddfb1f-f307-4df2-a3a4-8d1440746113 { text-align: left; }
#s-7eddfb1f-f307-4df2-a3a4-8d1440746113 .shg-product-sold-out {
  display: none;
}

#s-7eddfb1f-f307-4df2-a3a4-8d1440746113 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7eddfb1f-f307-4df2-a3a4-8d1440746113 .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-d6bcc3b3-aee8-4da5-a81b-525c8ecaa0a7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d6bcc3b3-aee8-4da5-a81b-525c8ecaa0a7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d6bcc3b3-aee8-4da5-a81b-525c8ecaa0a7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d6bcc3b3-aee8-4da5-a81b-525c8ecaa0a7 {
  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-d6bcc3b3-aee8-4da5-a81b-525c8ecaa0a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6bcc3b3-aee8-4da5-a81b-525c8ecaa0a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d6bcc3b3-aee8-4da5-a81b-525c8ecaa0a7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d0c19bf4-3f5a-4250-9d06-ea7eea448bc4 {
  display: none;
}
#s-2cb16832-b982-4bc0-97fe-d5956fb85f7c { text-align: left; }
#s-867a75f5-e096-40eb-adc1-cddc314231b1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-867a75f5-e096-40eb-adc1-cddc314231b1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-13c0432d-ef99-4caa-982f-e0d8c58cd068 { text-align: left; }
#s-13c0432d-ef99-4caa-982f-e0d8c58cd068 .shg-product-sold-out {
  display: none;
}

#s-13c0432d-ef99-4caa-982f-e0d8c58cd068 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-13c0432d-ef99-4caa-982f-e0d8c58cd068 .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-29b0d3f2-8c99-497f-b6a2-bfdf5abbae21 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-29b0d3f2-8c99-497f-b6a2-bfdf5abbae21:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-29b0d3f2-8c99-497f-b6a2-bfdf5abbae21:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-29b0d3f2-8c99-497f-b6a2-bfdf5abbae21 {
  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-29b0d3f2-8c99-497f-b6a2-bfdf5abbae21.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29b0d3f2-8c99-497f-b6a2-bfdf5abbae21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-29b0d3f2-8c99-497f-b6a2-bfdf5abbae21.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-28261ed4-e614-4f73-9cb4-321545c55690 {
  display: none;
}
#s-247d266e-b336-4e9d-a1ca-2549b8ff157d { text-align: left; }
#s-c77479bb-a183-494f-917e-473b21ca77a3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c77479bb-a183-494f-917e-473b21ca77a3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3115b420-b428-4a00-9770-f5517f5fd11b { text-align: left; }
#s-3115b420-b428-4a00-9770-f5517f5fd11b .shg-product-sold-out {
  display: none;
}

#s-3115b420-b428-4a00-9770-f5517f5fd11b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3115b420-b428-4a00-9770-f5517f5fd11b .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-3e1001d4-d36a-4085-9394-67185c48a012 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3e1001d4-d36a-4085-9394-67185c48a012:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3e1001d4-d36a-4085-9394-67185c48a012:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3e1001d4-d36a-4085-9394-67185c48a012 {
  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-3e1001d4-d36a-4085-9394-67185c48a012.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3e1001d4-d36a-4085-9394-67185c48a012.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3e1001d4-d36a-4085-9394-67185c48a012.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-957eacfc-7e6b-45f3-9d86-acf4f209aeb3 {
  display: none;
}
#s-00136474-a7f9-4b71-b879-2c69a2372577 { text-align: left; }
#s-1d1c2e14-f650-4950-9646-ae57c30ecd5b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1d1c2e14-f650-4950-9646-ae57c30ecd5b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9b1d33fb-5bc7-4c6e-957d-298ae0f6047c { text-align: left; }
#s-9b1d33fb-5bc7-4c6e-957d-298ae0f6047c .shg-product-sold-out {
  display: none;
}

#s-9b1d33fb-5bc7-4c6e-957d-298ae0f6047c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9b1d33fb-5bc7-4c6e-957d-298ae0f6047c .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-8cf8bb5d-91a7-4ac4-8a1a-d83230cdd5ff { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8cf8bb5d-91a7-4ac4-8a1a-d83230cdd5ff:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8cf8bb5d-91a7-4ac4-8a1a-d83230cdd5ff:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8cf8bb5d-91a7-4ac4-8a1a-d83230cdd5ff {
  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-8cf8bb5d-91a7-4ac4-8a1a-d83230cdd5ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8cf8bb5d-91a7-4ac4-8a1a-d83230cdd5ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8cf8bb5d-91a7-4ac4-8a1a-d83230cdd5ff.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7baf5533-0d9b-4bc9-a46c-b84ca9fd216d {
  display: none;
}
#s-591eb6f0-daf2-4984-b2d7-c2d92bb5281d { text-align: left; }
#s-a572790d-12ac-4104-8f23-769808cafa27 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a572790d-12ac-4104-8f23-769808cafa27 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3e53de9e-3f91-494c-9b96-5e12c0ec3e44 { text-align: left; }
#s-3e53de9e-3f91-494c-9b96-5e12c0ec3e44 .shg-product-sold-out {
  display: none;
}

#s-3e53de9e-3f91-494c-9b96-5e12c0ec3e44 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3e53de9e-3f91-494c-9b96-5e12c0ec3e44 .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-50021a01-2166-49ed-a015-093922cfefd0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-50021a01-2166-49ed-a015-093922cfefd0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-50021a01-2166-49ed-a015-093922cfefd0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-50021a01-2166-49ed-a015-093922cfefd0 {
  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-50021a01-2166-49ed-a015-093922cfefd0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-50021a01-2166-49ed-a015-093922cfefd0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-50021a01-2166-49ed-a015-093922cfefd0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-64278f2e-c97e-4d80-9c18-cc430dd14c48 {
  display: none;
}
#s-80714ed8-062e-4365-a49b-febdc760ecf8 { text-align: left; }
#s-bed4dfe7-748a-4156-bcb3-b05792cdc7ce { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bed4dfe7-748a-4156-bcb3-b05792cdc7ce .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-06d55880-9632-419f-9a18-34a99d8448ed { text-align: left; }
#s-06d55880-9632-419f-9a18-34a99d8448ed .shg-product-sold-out {
  display: none;
}

#s-06d55880-9632-419f-9a18-34a99d8448ed .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-06d55880-9632-419f-9a18-34a99d8448ed .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-e2461309-d297-45f7-8a96-e0b4b3d84e7c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e2461309-d297-45f7-8a96-e0b4b3d84e7c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e2461309-d297-45f7-8a96-e0b4b3d84e7c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e2461309-d297-45f7-8a96-e0b4b3d84e7c {
  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-e2461309-d297-45f7-8a96-e0b4b3d84e7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2461309-d297-45f7-8a96-e0b4b3d84e7c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e2461309-d297-45f7-8a96-e0b4b3d84e7c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-150cfceb-bf1a-46db-b886-6162c2b3a798 {
  display: none;
}
#s-a4aba2ae-1e19-4572-8868-fb8556e6dbc3 { text-align: left; }
#s-6c61edc8-c08d-473c-a82c-94ae2373f98f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6c61edc8-c08d-473c-a82c-94ae2373f98f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8324fcb3-f08d-424a-870b-627e093e6794 { text-align: left; }
#s-8324fcb3-f08d-424a-870b-627e093e6794 .shg-product-sold-out {
  display: none;
}

#s-8324fcb3-f08d-424a-870b-627e093e6794 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8324fcb3-f08d-424a-870b-627e093e6794 .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-3c69cf83-40c0-4c7f-80dc-f917ad03faea { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3c69cf83-40c0-4c7f-80dc-f917ad03faea:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3c69cf83-40c0-4c7f-80dc-f917ad03faea:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3c69cf83-40c0-4c7f-80dc-f917ad03faea {
  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-3c69cf83-40c0-4c7f-80dc-f917ad03faea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c69cf83-40c0-4c7f-80dc-f917ad03faea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3c69cf83-40c0-4c7f-80dc-f917ad03faea.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-28417653-15ce-4863-921a-78288e271b67 {
  display: none;
}
#s-39dfe1a5-faca-46d3-8a99-137fc22d499f { text-align: left; }
#s-432f870c-781c-41b2-bea9-f67feb33f8a8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-432f870c-781c-41b2-bea9-f67feb33f8a8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f287b7eb-4b8b-4349-8b07-6f071890c628 { text-align: left; }
#s-f287b7eb-4b8b-4349-8b07-6f071890c628 .shg-product-sold-out {
  display: none;
}

#s-f287b7eb-4b8b-4349-8b07-6f071890c628 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f287b7eb-4b8b-4349-8b07-6f071890c628 .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-2a6878ba-7b21-4c3b-8209-d4ce1ad230f8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2a6878ba-7b21-4c3b-8209-d4ce1ad230f8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2a6878ba-7b21-4c3b-8209-d4ce1ad230f8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2a6878ba-7b21-4c3b-8209-d4ce1ad230f8 {
  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-2a6878ba-7b21-4c3b-8209-d4ce1ad230f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a6878ba-7b21-4c3b-8209-d4ce1ad230f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2a6878ba-7b21-4c3b-8209-d4ce1ad230f8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9beba03d-2eb5-4805-8a4d-02dcbe5c5bdd {
  display: none;
}
#s-bab4fede-4cd9-4d46-b996-2e34fc5c25bf { text-align: left; }
#s-a32545b6-b614-4b88-9cf8-81bb2da81ff1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a32545b6-b614-4b88-9cf8-81bb2da81ff1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cefca284-becb-4378-8ebb-8dfb306a45e2 { text-align: left; }
#s-cefca284-becb-4378-8ebb-8dfb306a45e2 .shg-product-sold-out {
  display: none;
}

#s-cefca284-becb-4378-8ebb-8dfb306a45e2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cefca284-becb-4378-8ebb-8dfb306a45e2 .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-2dbeb703-5a3c-4338-b939-62b8901826c9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2dbeb703-5a3c-4338-b939-62b8901826c9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2dbeb703-5a3c-4338-b939-62b8901826c9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2dbeb703-5a3c-4338-b939-62b8901826c9 {
  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-2dbeb703-5a3c-4338-b939-62b8901826c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dbeb703-5a3c-4338-b939-62b8901826c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2dbeb703-5a3c-4338-b939-62b8901826c9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4a2ea750-d28c-4470-8bb3-6ed73bd640a7 {
  display: none;
}
#s-838e5dd5-917c-428d-8bff-af9a18127f92 { text-align: left; }
#s-83c8ee84-0ebc-4972-8821-558ac4136a27 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-83c8ee84-0ebc-4972-8821-558ac4136a27 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9e106a5d-6459-4d41-b0bb-8bbb2e1cfc28 { text-align: left; }
#s-9e106a5d-6459-4d41-b0bb-8bbb2e1cfc28 .shg-product-sold-out {
  display: none;
}

#s-9e106a5d-6459-4d41-b0bb-8bbb2e1cfc28 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9e106a5d-6459-4d41-b0bb-8bbb2e1cfc28 .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-ef9989bd-fdcb-48a2-9e96-76f51fc173aa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ef9989bd-fdcb-48a2-9e96-76f51fc173aa:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ef9989bd-fdcb-48a2-9e96-76f51fc173aa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ef9989bd-fdcb-48a2-9e96-76f51fc173aa {
  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-ef9989bd-fdcb-48a2-9e96-76f51fc173aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef9989bd-fdcb-48a2-9e96-76f51fc173aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ef9989bd-fdcb-48a2-9e96-76f51fc173aa.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;
}
