.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-b31c0719-38e6-4baf-91a5-e236cfa1a94d {
  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-84089ae5-48a5-42cc-a1ba-c904183d5593 { margin-top: 40px; }
#s-84089ae5-48a5-42cc-a1ba-c904183d5593 .shogun-tabs {
  justify-content: center;
}


  #s-84089ae5-48a5-42cc-a1ba-c904183d5593 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-84089ae5-48a5-42cc-a1ba-c904183d5593 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-84089ae5-48a5-42cc-a1ba-c904183d5593 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-84089ae5-48a5-42cc-a1ba-c904183d5593 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-84089ae5-48a5-42cc-a1ba-c904183d5593 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-84089ae5-48a5-42cc-a1ba-c904183d5593 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-84089ae5-48a5-42cc-a1ba-c904183d5593 .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-0ef42c87-01fb-409e-9b67-f299eb21c05c { padding-top: 10px;
padding-bottom: 10px; }
 #s-0ef42c87-01fb-409e-9b67-f299eb21c05c .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-bbd67ff9-b581-4705-81f5-d7d4c5170c5d .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-bbd67ff9-b581-4705-81f5-d7d4c5170c5d .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-bbd67ff9-b581-4705-81f5-d7d4c5170c5d .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-bbd67ff9-b581-4705-81f5-d7d4c5170c5d .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-bbd67ff9-b581-4705-81f5-d7d4c5170c5d .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-bbd67ff9-b581-4705-81f5-d7d4c5170c5d .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-bbd67ff9-b581-4705-81f5-d7d4c5170c5d .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-bbd67ff9-b581-4705-81f5-d7d4c5170c5d .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-bbd67ff9-b581-4705-81f5-d7d4c5170c5d .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-0f6201cb-b7df-45d7-8572-a105320d5d4e { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0f6201cb-b7df-45d7-8572-a105320d5d4e"] > .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-ab6893b1-68f2-4d79-ac71-0e0a0443ab9f { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-6e0e7a10-64a1-4458-a12b-618c671a2e5c { 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-25b50ce1-38fb-4627-928f-01efcf2706b9 { 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-25b50ce1-38fb-4627-928f-01efcf2706b9: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-25b50ce1-38fb-4627-928f-01efcf2706b9: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-25b50ce1-38fb-4627-928f-01efcf2706b9.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-f9f279dc-b0ec-40f5-9312-1e3c3e4ba44b { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-b71d9557-7395-43a4-a46e-429c6a53515c { 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-d63ffd53-21ba-4d6c-9623-0fc0c1cbf443 { 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-d63ffd53-21ba-4d6c-9623-0fc0c1cbf443: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-d63ffd53-21ba-4d6c-9623-0fc0c1cbf443: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-d63ffd53-21ba-4d6c-9623-0fc0c1cbf443.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-22d5543c-115e-409a-af04-9df8637f3186 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-67c93098-b605-4a06-8f77-21700b70361e { 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-21ef701b-bb99-4d6c-aec2-d11f3573998e { 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-21ef701b-bb99-4d6c-aec2-d11f3573998e: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-21ef701b-bb99-4d6c-aec2-d11f3573998e: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-21ef701b-bb99-4d6c-aec2-d11f3573998e.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-92d89a71-2200-4f15-882a-f5a55fc8c365 { min-height: 50px; }
#s-92d89a71-2200-4f15-882a-f5a55fc8c365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-995c3b93-07ea-4506-9610-aedfb9a46723 { 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-995c3b93-07ea-4506-9610-aedfb9a46723 .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-cab658e1-1253-4a47-bd9f-8cab0ea93d43 {
  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-3fc91f21-69a5-4d50-9f9d-4dea4ac6bb95 { 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-35d29506-039c-418f-b724-21caa52c3ccb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-35d29506-039c-418f-b724-21caa52c3ccb .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8c3d2fe9-3e99-47b8-91ef-d87dfb37186e {
  display: none;
}
#s-e94b3c21-ca53-407f-a289-d06765e7d193 { text-align: left; }
#s-79cd9880-f177-451d-9b15-6d03b11d635f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-79cd9880-f177-451d-9b15-6d03b11d635f .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-710c3445-1084-4877-b21c-74fb17089dd6 {
  display: none;
}
#s-b8036463-e4c5-47cd-adb9-f4aa73b0db46 { text-align: left; }
#s-d5826620-0262-4463-8b1a-fa5b0ba7b17d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d5826620-0262-4463-8b1a-fa5b0ba7b17d .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-cf410ce2-dabe-4352-8aa9-2fbc93f681d7 {
  display: none;
}
#s-39419f00-e152-46e5-9753-5f2cdeab0c8c { text-align: left; }
#s-6a3f73ed-edae-4589-a37f-aa1bf435004d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6a3f73ed-edae-4589-a37f-aa1bf435004d .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-6015aee5-1ec6-4251-a706-19f23a48de60 {
  display: none;
}
#s-f90a594a-3985-4017-8459-6759d5154c24 { text-align: left; }
#s-850492fc-e04d-423b-82a1-6933b3b51e00 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-850492fc-e04d-423b-82a1-6933b3b51e00 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-459b3937-0a0b-4d69-928b-c913652d77fa { text-align: left; }
#s-459b3937-0a0b-4d69-928b-c913652d77fa .shg-product-sold-out {
  display: none;
}

#s-459b3937-0a0b-4d69-928b-c913652d77fa .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-459b3937-0a0b-4d69-928b-c913652d77fa .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-b156d17f-8559-4b4f-8cff-1075ef7c79a5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b156d17f-8559-4b4f-8cff-1075ef7c79a5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b156d17f-8559-4b4f-8cff-1075ef7c79a5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b156d17f-8559-4b4f-8cff-1075ef7c79a5 {
  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-b156d17f-8559-4b4f-8cff-1075ef7c79a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b156d17f-8559-4b4f-8cff-1075ef7c79a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b156d17f-8559-4b4f-8cff-1075ef7c79a5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-221ce33c-aa28-41ae-b57d-7ed0b2e5c1d9 {
  display: none;
}
#s-e40a6846-84e0-47e2-aede-f0c864dd6b37 { text-align: left; }
#s-cf2479c5-f8ee-4829-9283-25d3ce329831 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cf2479c5-f8ee-4829-9283-25d3ce329831 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-51c57088-3ff6-44fd-8003-92ca673513b5 { text-align: left; }
#s-51c57088-3ff6-44fd-8003-92ca673513b5 .shg-product-sold-out {
  display: none;
}

#s-51c57088-3ff6-44fd-8003-92ca673513b5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-51c57088-3ff6-44fd-8003-92ca673513b5 .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-b400ac48-238e-4fb8-944e-738db96b1589 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b400ac48-238e-4fb8-944e-738db96b1589:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b400ac48-238e-4fb8-944e-738db96b1589:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b400ac48-238e-4fb8-944e-738db96b1589 {
  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-b400ac48-238e-4fb8-944e-738db96b1589.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b400ac48-238e-4fb8-944e-738db96b1589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b400ac48-238e-4fb8-944e-738db96b1589.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1104f455-7100-4a8e-8d64-fdf8b8d10926 {
  display: none;
}
#s-651c53c4-99ee-4181-be3c-b407c3eb193d { text-align: left; }
#s-cc2671bd-1764-4e4e-bb25-b3ebe48dd9e0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cc2671bd-1764-4e4e-bb25-b3ebe48dd9e0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ba284043-f2f6-4985-a1d8-6dabf26c6088 { text-align: left; }
#s-ba284043-f2f6-4985-a1d8-6dabf26c6088 .shg-product-sold-out {
  display: none;
}

#s-ba284043-f2f6-4985-a1d8-6dabf26c6088 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ba284043-f2f6-4985-a1d8-6dabf26c6088 .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-f35bf46e-6631-43a8-bc8f-07d193c99cde { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f35bf46e-6631-43a8-bc8f-07d193c99cde:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f35bf46e-6631-43a8-bc8f-07d193c99cde:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f35bf46e-6631-43a8-bc8f-07d193c99cde {
  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-f35bf46e-6631-43a8-bc8f-07d193c99cde.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f35bf46e-6631-43a8-bc8f-07d193c99cde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f35bf46e-6631-43a8-bc8f-07d193c99cde.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2233b218-7973-49cc-ae63-5fbebc685f70 {
  display: none;
}
#s-eefebe75-a226-43d9-a6a5-30bb0ca7f014 { text-align: left; }
#s-cb10f396-d818-4ad7-b409-c40955ad5000 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cb10f396-d818-4ad7-b409-c40955ad5000 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-746bba5e-15f3-452e-b140-5d96e47b3049 { text-align: left; }
#s-746bba5e-15f3-452e-b140-5d96e47b3049 .shg-product-sold-out {
  display: none;
}

#s-746bba5e-15f3-452e-b140-5d96e47b3049 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-746bba5e-15f3-452e-b140-5d96e47b3049 .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-c202ea57-b9cb-4d08-8c0d-27484352e947 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c202ea57-b9cb-4d08-8c0d-27484352e947:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c202ea57-b9cb-4d08-8c0d-27484352e947:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c202ea57-b9cb-4d08-8c0d-27484352e947 {
  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-c202ea57-b9cb-4d08-8c0d-27484352e947.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c202ea57-b9cb-4d08-8c0d-27484352e947.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c202ea57-b9cb-4d08-8c0d-27484352e947.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-977e4239-f2a7-4631-b451-245faf3c34ef {
  display: none;
}
#s-2d8f1f44-45b6-4157-8de2-8999391d08e6 { text-align: left; }
#s-e2ed3e9c-77e3-4432-a9fd-16462abc29bf { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e2ed3e9c-77e3-4432-a9fd-16462abc29bf .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f90043d4-e32c-43f0-8238-0d2a7a6dee79 { text-align: left; }
#s-f90043d4-e32c-43f0-8238-0d2a7a6dee79 .shg-product-sold-out {
  display: none;
}

#s-f90043d4-e32c-43f0-8238-0d2a7a6dee79 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f90043d4-e32c-43f0-8238-0d2a7a6dee79 .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-69c673dd-86c1-49ba-9b0f-dda5f4f0d8ad { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-69c673dd-86c1-49ba-9b0f-dda5f4f0d8ad:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-69c673dd-86c1-49ba-9b0f-dda5f4f0d8ad:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-69c673dd-86c1-49ba-9b0f-dda5f4f0d8ad {
  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-69c673dd-86c1-49ba-9b0f-dda5f4f0d8ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69c673dd-86c1-49ba-9b0f-dda5f4f0d8ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-69c673dd-86c1-49ba-9b0f-dda5f4f0d8ad.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e70d8681-94ae-49b6-9d7f-79372b09d04c {
  display: none;
}
#s-ee747a73-081f-40dd-a444-b2fc52957ee7 { text-align: left; }
#s-2a3cb0f3-1074-43b7-96bc-212504c4c2bf { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2a3cb0f3-1074-43b7-96bc-212504c4c2bf .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-28cb13b6-5c28-45b0-93d6-a64d77a6a73b { text-align: left; }
#s-28cb13b6-5c28-45b0-93d6-a64d77a6a73b .shg-product-sold-out {
  display: none;
}

#s-28cb13b6-5c28-45b0-93d6-a64d77a6a73b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-28cb13b6-5c28-45b0-93d6-a64d77a6a73b .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-5fbb33d1-751e-437e-87ac-d7b18a47e6b4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5fbb33d1-751e-437e-87ac-d7b18a47e6b4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5fbb33d1-751e-437e-87ac-d7b18a47e6b4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5fbb33d1-751e-437e-87ac-d7b18a47e6b4 {
  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-5fbb33d1-751e-437e-87ac-d7b18a47e6b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fbb33d1-751e-437e-87ac-d7b18a47e6b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5fbb33d1-751e-437e-87ac-d7b18a47e6b4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8c4aed2d-124f-44d6-a430-38890ddd6eb5 {
  display: none;
}
#s-67389de6-82f3-448e-b32d-41af7e292d81 { text-align: left; }
#s-0f2c479e-be57-46c2-90db-8acf27d86fe7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0f2c479e-be57-46c2-90db-8acf27d86fe7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-53a8ba15-c035-4aae-84fe-7a6f12fbbd56 { text-align: left; }
#s-53a8ba15-c035-4aae-84fe-7a6f12fbbd56 .shg-product-sold-out {
  display: none;
}

#s-53a8ba15-c035-4aae-84fe-7a6f12fbbd56 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-53a8ba15-c035-4aae-84fe-7a6f12fbbd56 .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-7dd379f4-a858-4e61-b741-4b874a26a574 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7dd379f4-a858-4e61-b741-4b874a26a574:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7dd379f4-a858-4e61-b741-4b874a26a574:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7dd379f4-a858-4e61-b741-4b874a26a574 {
  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-7dd379f4-a858-4e61-b741-4b874a26a574.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7dd379f4-a858-4e61-b741-4b874a26a574.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7dd379f4-a858-4e61-b741-4b874a26a574.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ef8ea075-bbeb-45c5-8af5-4e0399f9d304 {
  display: none;
}
#s-2bad0d36-3835-475d-a0ed-bec2c5b03df3 { text-align: left; }
#s-e3a73e3e-5b7b-44ba-b016-ef38cb43169b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e3a73e3e-5b7b-44ba-b016-ef38cb43169b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f025942f-1deb-468b-8519-f5e332739308 { text-align: left; }
#s-f025942f-1deb-468b-8519-f5e332739308 .shg-product-sold-out {
  display: none;
}

#s-f025942f-1deb-468b-8519-f5e332739308 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f025942f-1deb-468b-8519-f5e332739308 .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-c0910109-8c53-418c-b3a8-fd8c8526ee3f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c0910109-8c53-418c-b3a8-fd8c8526ee3f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c0910109-8c53-418c-b3a8-fd8c8526ee3f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c0910109-8c53-418c-b3a8-fd8c8526ee3f {
  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-c0910109-8c53-418c-b3a8-fd8c8526ee3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0910109-8c53-418c-b3a8-fd8c8526ee3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c0910109-8c53-418c-b3a8-fd8c8526ee3f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-188d06f9-7260-4a3c-a0d2-83c3bb86168d {
  display: none;
}
#s-f431fcdc-bf3f-4e18-9763-fcfddab27411 { text-align: left; }
#s-a4c12256-cb25-4b6e-8040-2e8fe8a1b6f1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a4c12256-cb25-4b6e-8040-2e8fe8a1b6f1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-92795d4f-7fc2-48ac-9a8b-72c750b8b152 { text-align: left; }
#s-92795d4f-7fc2-48ac-9a8b-72c750b8b152 .shg-product-sold-out {
  display: none;
}

#s-92795d4f-7fc2-48ac-9a8b-72c750b8b152 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-92795d4f-7fc2-48ac-9a8b-72c750b8b152 .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-7b808076-d88d-4f47-a39f-bb7f385241b2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7b808076-d88d-4f47-a39f-bb7f385241b2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7b808076-d88d-4f47-a39f-bb7f385241b2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7b808076-d88d-4f47-a39f-bb7f385241b2 {
  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-7b808076-d88d-4f47-a39f-bb7f385241b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b808076-d88d-4f47-a39f-bb7f385241b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7b808076-d88d-4f47-a39f-bb7f385241b2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f75e0fb0-f565-4cfd-84bc-ca31880fa1ac {
  display: none;
}
#s-ec3a5466-591b-4a22-bf36-86231c4813ae { text-align: left; }
#s-0e473118-cdd7-4c6f-a821-d13b47044db8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0e473118-cdd7-4c6f-a821-d13b47044db8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-96cd9f6c-b50c-4f79-8de5-4eb5fec2149a { text-align: left; }
#s-96cd9f6c-b50c-4f79-8de5-4eb5fec2149a .shg-product-sold-out {
  display: none;
}

#s-96cd9f6c-b50c-4f79-8de5-4eb5fec2149a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-96cd9f6c-b50c-4f79-8de5-4eb5fec2149a .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-8f7e7917-10b2-4f4c-b22f-60cc38d36c51 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8f7e7917-10b2-4f4c-b22f-60cc38d36c51:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8f7e7917-10b2-4f4c-b22f-60cc38d36c51:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8f7e7917-10b2-4f4c-b22f-60cc38d36c51 {
  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-8f7e7917-10b2-4f4c-b22f-60cc38d36c51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f7e7917-10b2-4f4c-b22f-60cc38d36c51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8f7e7917-10b2-4f4c-b22f-60cc38d36c51.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-43ecee3d-d61f-4b27-adc5-308bd78afa04 {
  display: none;
}
#s-dac00c6b-d169-4abe-8540-9fd84309782f { text-align: left; }
#s-cb56b7b1-95fe-4a86-8046-dfd53a7e6b03 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cb56b7b1-95fe-4a86-8046-dfd53a7e6b03 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1682e289-ef6e-4b60-8ef9-d0fb263e005b { text-align: left; }
#s-1682e289-ef6e-4b60-8ef9-d0fb263e005b .shg-product-sold-out {
  display: none;
}

#s-1682e289-ef6e-4b60-8ef9-d0fb263e005b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1682e289-ef6e-4b60-8ef9-d0fb263e005b .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-02b7ed8e-e26e-4ebf-94c0-f1f9b9314058 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-02b7ed8e-e26e-4ebf-94c0-f1f9b9314058:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-02b7ed8e-e26e-4ebf-94c0-f1f9b9314058:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-02b7ed8e-e26e-4ebf-94c0-f1f9b9314058 {
  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-02b7ed8e-e26e-4ebf-94c0-f1f9b9314058.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02b7ed8e-e26e-4ebf-94c0-f1f9b9314058.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-02b7ed8e-e26e-4ebf-94c0-f1f9b9314058.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4178706e-d617-4d03-92e8-fccff2a2d58b {
  display: none;
}
#s-a8a3e86b-f7ae-4361-bf5b-56adf66adc5e { text-align: left; }
#s-50005714-30ef-4ff0-a925-92a1ca8cd799 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-50005714-30ef-4ff0-a925-92a1ca8cd799 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-dc1056e8-573b-4d30-a663-0c54f6adcd78 { text-align: left; }
#s-dc1056e8-573b-4d30-a663-0c54f6adcd78 .shg-product-sold-out {
  display: none;
}

#s-dc1056e8-573b-4d30-a663-0c54f6adcd78 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dc1056e8-573b-4d30-a663-0c54f6adcd78 .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-52b63a37-e4f4-49b0-be3d-f9dfb51a8995 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-52b63a37-e4f4-49b0-be3d-f9dfb51a8995:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-52b63a37-e4f4-49b0-be3d-f9dfb51a8995:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-52b63a37-e4f4-49b0-be3d-f9dfb51a8995 {
  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-52b63a37-e4f4-49b0-be3d-f9dfb51a8995.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52b63a37-e4f4-49b0-be3d-f9dfb51a8995.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-52b63a37-e4f4-49b0-be3d-f9dfb51a8995.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-efc6ad68-6c95-43e3-adc8-d27228aa3bfb {
  display: none;
}
#s-38556089-b7e3-40e2-81be-9f1f8815887a { text-align: left; }
#s-7843e522-1e37-4649-a4f9-c474af636160 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7843e522-1e37-4649-a4f9-c474af636160 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bbef2f14-c9bb-4c33-ba14-f293a96d551e { text-align: left; }
#s-bbef2f14-c9bb-4c33-ba14-f293a96d551e .shg-product-sold-out {
  display: none;
}

#s-bbef2f14-c9bb-4c33-ba14-f293a96d551e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bbef2f14-c9bb-4c33-ba14-f293a96d551e .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-cab53017-0bf9-4243-a71f-bd6b42f9fa9c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cab53017-0bf9-4243-a71f-bd6b42f9fa9c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cab53017-0bf9-4243-a71f-bd6b42f9fa9c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cab53017-0bf9-4243-a71f-bd6b42f9fa9c {
  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-cab53017-0bf9-4243-a71f-bd6b42f9fa9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cab53017-0bf9-4243-a71f-bd6b42f9fa9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cab53017-0bf9-4243-a71f-bd6b42f9fa9c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-062bd14f-9221-4d29-af0c-c6aaa3e4b50f {
  display: none;
}
#s-e4d0eb5a-aa73-4216-a2f1-01e00f8c9c00 { text-align: left; }
#s-5d1292f5-79eb-44cf-8473-3cc36f149c21 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5d1292f5-79eb-44cf-8473-3cc36f149c21 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a8ca8fd9-2e37-4f1a-98b1-15fdbbfc5407 { text-align: left; }
#s-a8ca8fd9-2e37-4f1a-98b1-15fdbbfc5407 .shg-product-sold-out {
  display: none;
}

#s-a8ca8fd9-2e37-4f1a-98b1-15fdbbfc5407 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a8ca8fd9-2e37-4f1a-98b1-15fdbbfc5407 .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-c5cdad1f-4ec3-417d-bad3-04b955ff8fbe { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c5cdad1f-4ec3-417d-bad3-04b955ff8fbe:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c5cdad1f-4ec3-417d-bad3-04b955ff8fbe:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c5cdad1f-4ec3-417d-bad3-04b955ff8fbe {
  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-c5cdad1f-4ec3-417d-bad3-04b955ff8fbe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5cdad1f-4ec3-417d-bad3-04b955ff8fbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c5cdad1f-4ec3-417d-bad3-04b955ff8fbe.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5659b7ae-c4a8-4d88-bada-3625b39cc31b {
  display: none;
}
#s-458bfc67-01eb-4fad-be9c-19be7ddf6ded { text-align: left; }
#s-2a19542d-2ec4-46c8-b30a-25fe8670cd7b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2a19542d-2ec4-46c8-b30a-25fe8670cd7b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-185faed7-b0ae-43b5-b633-a1d9e29a6dce { text-align: left; }
#s-185faed7-b0ae-43b5-b633-a1d9e29a6dce .shg-product-sold-out {
  display: none;
}

#s-185faed7-b0ae-43b5-b633-a1d9e29a6dce .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-185faed7-b0ae-43b5-b633-a1d9e29a6dce .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-e369e36a-0cb0-4a1d-96bd-c17f2d29cba0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e369e36a-0cb0-4a1d-96bd-c17f2d29cba0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e369e36a-0cb0-4a1d-96bd-c17f2d29cba0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e369e36a-0cb0-4a1d-96bd-c17f2d29cba0 {
  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-e369e36a-0cb0-4a1d-96bd-c17f2d29cba0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e369e36a-0cb0-4a1d-96bd-c17f2d29cba0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e369e36a-0cb0-4a1d-96bd-c17f2d29cba0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e0c67763-6bc0-4e38-932f-067c1da73075 {
  display: none;
}
#s-dbd76779-8ca9-4f33-87c9-0244689c6694 { text-align: left; }
#s-293d8920-53b6-4fd4-a6c4-252aa256b57d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-293d8920-53b6-4fd4-a6c4-252aa256b57d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-035e95c7-8a97-422a-aad7-1220fcea1a00 { text-align: left; }
#s-035e95c7-8a97-422a-aad7-1220fcea1a00 .shg-product-sold-out {
  display: none;
}

#s-035e95c7-8a97-422a-aad7-1220fcea1a00 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-035e95c7-8a97-422a-aad7-1220fcea1a00 .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-5eea3b9a-ad2b-4377-921e-7d759849d6f9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5eea3b9a-ad2b-4377-921e-7d759849d6f9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5eea3b9a-ad2b-4377-921e-7d759849d6f9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5eea3b9a-ad2b-4377-921e-7d759849d6f9 {
  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-5eea3b9a-ad2b-4377-921e-7d759849d6f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5eea3b9a-ad2b-4377-921e-7d759849d6f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5eea3b9a-ad2b-4377-921e-7d759849d6f9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7baae97e-c720-403c-9bf7-f8178a4415dc {
  display: none;
}
#s-51172911-4152-4b0a-9bc6-5c808f05b398 { text-align: left; }
#s-b65c00b1-c1f3-437c-ab5d-f03a4a88c415 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b65c00b1-c1f3-437c-ab5d-f03a4a88c415 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e42b2f0a-9ce8-4b7d-a337-fd4a0cc0ef90 { text-align: left; }
#s-e42b2f0a-9ce8-4b7d-a337-fd4a0cc0ef90 .shg-product-sold-out {
  display: none;
}

#s-e42b2f0a-9ce8-4b7d-a337-fd4a0cc0ef90 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e42b2f0a-9ce8-4b7d-a337-fd4a0cc0ef90 .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-639b80c1-0910-4bfd-ae6f-14b6bc29f4d5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-639b80c1-0910-4bfd-ae6f-14b6bc29f4d5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-639b80c1-0910-4bfd-ae6f-14b6bc29f4d5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-639b80c1-0910-4bfd-ae6f-14b6bc29f4d5 {
  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-639b80c1-0910-4bfd-ae6f-14b6bc29f4d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-639b80c1-0910-4bfd-ae6f-14b6bc29f4d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-639b80c1-0910-4bfd-ae6f-14b6bc29f4d5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-eb4c6efd-df38-4b7f-a016-f1411a5e6955 {
  display: none;
}
#s-4a3ed3a0-2542-4b51-a83f-893a4ca9126e { text-align: left; }
#s-8e95511c-527d-46cf-a53f-1a622307696b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8e95511c-527d-46cf-a53f-1a622307696b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-db3f9e2a-53a2-417b-8d67-67145ad9a066 { text-align: left; }
#s-db3f9e2a-53a2-417b-8d67-67145ad9a066 .shg-product-sold-out {
  display: none;
}

#s-db3f9e2a-53a2-417b-8d67-67145ad9a066 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-db3f9e2a-53a2-417b-8d67-67145ad9a066 .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-505c59d2-af02-462c-86a3-069f090f5cda { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-505c59d2-af02-462c-86a3-069f090f5cda:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-505c59d2-af02-462c-86a3-069f090f5cda:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-505c59d2-af02-462c-86a3-069f090f5cda {
  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-505c59d2-af02-462c-86a3-069f090f5cda.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-505c59d2-af02-462c-86a3-069f090f5cda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-505c59d2-af02-462c-86a3-069f090f5cda.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-05d0ddd9-ff2d-468b-b9fa-3d967cff72a8 {
  display: none;
}
#s-f6798f90-e1af-4100-b02a-c78dbc17ccc2 { text-align: left; }
#s-779085cb-9ccb-4e91-b4ea-9c596ac1481b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-779085cb-9ccb-4e91-b4ea-9c596ac1481b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-415ae984-2fd4-424c-b0e6-dae843eb134b { text-align: left; }
#s-415ae984-2fd4-424c-b0e6-dae843eb134b .shg-product-sold-out {
  display: none;
}

#s-415ae984-2fd4-424c-b0e6-dae843eb134b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-415ae984-2fd4-424c-b0e6-dae843eb134b .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-224b3e51-1808-42ba-a758-6d76fb7eb289 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-224b3e51-1808-42ba-a758-6d76fb7eb289:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-224b3e51-1808-42ba-a758-6d76fb7eb289:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-224b3e51-1808-42ba-a758-6d76fb7eb289 {
  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-224b3e51-1808-42ba-a758-6d76fb7eb289.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-224b3e51-1808-42ba-a758-6d76fb7eb289.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-224b3e51-1808-42ba-a758-6d76fb7eb289.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2d9bb2b3-3ff6-40f5-bd52-6c87e242a9a9 {
  display: none;
}
#s-5ee272ee-7846-4123-968c-4797615453de { text-align: left; }
#s-65c0d497-73c4-489f-96c1-ec41864b6fe9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-65c0d497-73c4-489f-96c1-ec41864b6fe9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cb084423-de95-45ca-86b6-3f502be3abcf { text-align: left; }
#s-cb084423-de95-45ca-86b6-3f502be3abcf .shg-product-sold-out {
  display: none;
}

#s-cb084423-de95-45ca-86b6-3f502be3abcf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cb084423-de95-45ca-86b6-3f502be3abcf .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-773c9016-b6ab-4fd5-a61c-b0bfd21e4cce { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-773c9016-b6ab-4fd5-a61c-b0bfd21e4cce:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-773c9016-b6ab-4fd5-a61c-b0bfd21e4cce:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-773c9016-b6ab-4fd5-a61c-b0bfd21e4cce {
  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-773c9016-b6ab-4fd5-a61c-b0bfd21e4cce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-773c9016-b6ab-4fd5-a61c-b0bfd21e4cce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-773c9016-b6ab-4fd5-a61c-b0bfd21e4cce.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4849735e-ed9d-4e8c-b1df-1f3eaa22602f {
  display: none;
}
#s-b94dee0a-be4a-4586-acef-7e9f9fa20f07 { text-align: left; }
#s-9924cf65-c6d7-4c91-9a31-677b0c3a1ef2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9924cf65-c6d7-4c91-9a31-677b0c3a1ef2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e2ea9750-2e36-4e8d-8133-d321707e3f7e { text-align: left; }
#s-e2ea9750-2e36-4e8d-8133-d321707e3f7e .shg-product-sold-out {
  display: none;
}

#s-e2ea9750-2e36-4e8d-8133-d321707e3f7e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e2ea9750-2e36-4e8d-8133-d321707e3f7e .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-eaa063ab-08ca-4d93-8b27-5db658dd6952 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-eaa063ab-08ca-4d93-8b27-5db658dd6952:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-eaa063ab-08ca-4d93-8b27-5db658dd6952:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-eaa063ab-08ca-4d93-8b27-5db658dd6952 {
  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-eaa063ab-08ca-4d93-8b27-5db658dd6952.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaa063ab-08ca-4d93-8b27-5db658dd6952.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-eaa063ab-08ca-4d93-8b27-5db658dd6952.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-89e06cfa-9fe5-4d29-b730-4f84c490a762 {
  display: none;
}
#s-0de9ef1b-3974-4d3f-b8d2-7ca2ea3a24de { text-align: left; }
#s-cfed63b3-8108-45fa-a15f-113175abc8de { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cfed63b3-8108-45fa-a15f-113175abc8de .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0d287065-4071-434f-bec6-7319ba369231 { text-align: left; }
#s-0d287065-4071-434f-bec6-7319ba369231 .shg-product-sold-out {
  display: none;
}

#s-0d287065-4071-434f-bec6-7319ba369231 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0d287065-4071-434f-bec6-7319ba369231 .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-4cf4034a-14fb-49bb-8d37-5268b6de7362 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4cf4034a-14fb-49bb-8d37-5268b6de7362:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4cf4034a-14fb-49bb-8d37-5268b6de7362:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4cf4034a-14fb-49bb-8d37-5268b6de7362 {
  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-4cf4034a-14fb-49bb-8d37-5268b6de7362.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cf4034a-14fb-49bb-8d37-5268b6de7362.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4cf4034a-14fb-49bb-8d37-5268b6de7362.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-eb465276-e77d-4f3e-8e5f-2adb74180733 {
  display: none;
}
#s-50bade74-a2a2-410d-a251-85d2a0bf2bb9 { text-align: left; }
#s-7eb3a29a-c161-4903-a474-4c1766c386b1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7eb3a29a-c161-4903-a474-4c1766c386b1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-911224d1-5b21-46e2-8e85-4589ed29eafe { text-align: left; }
#s-911224d1-5b21-46e2-8e85-4589ed29eafe .shg-product-sold-out {
  display: none;
}

#s-911224d1-5b21-46e2-8e85-4589ed29eafe .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-911224d1-5b21-46e2-8e85-4589ed29eafe .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-b41e59a0-e5af-493a-9e02-b7869ae5202c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b41e59a0-e5af-493a-9e02-b7869ae5202c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b41e59a0-e5af-493a-9e02-b7869ae5202c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b41e59a0-e5af-493a-9e02-b7869ae5202c {
  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-b41e59a0-e5af-493a-9e02-b7869ae5202c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b41e59a0-e5af-493a-9e02-b7869ae5202c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b41e59a0-e5af-493a-9e02-b7869ae5202c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7bfa1ada-42f9-4729-9086-e53240901a31 {
  display: none;
}
#s-b9acd78e-69f8-4673-a408-f78839ae2b9d { text-align: left; }
#s-97bc06a5-54e3-49c3-8b9d-242ea47a9905 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-97bc06a5-54e3-49c3-8b9d-242ea47a9905 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1b226caa-f693-4a09-a00d-d23c061a5892 { text-align: left; }
#s-1b226caa-f693-4a09-a00d-d23c061a5892 .shg-product-sold-out {
  display: none;
}

#s-1b226caa-f693-4a09-a00d-d23c061a5892 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1b226caa-f693-4a09-a00d-d23c061a5892 .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-3d832cc3-1c78-488d-b526-5ecb99d04107 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3d832cc3-1c78-488d-b526-5ecb99d04107:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3d832cc3-1c78-488d-b526-5ecb99d04107:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3d832cc3-1c78-488d-b526-5ecb99d04107 {
  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-3d832cc3-1c78-488d-b526-5ecb99d04107.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d832cc3-1c78-488d-b526-5ecb99d04107.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3d832cc3-1c78-488d-b526-5ecb99d04107.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c14e79d6-00ee-43a1-911f-ade5aba5e595 {
  display: none;
}
#s-9ee3b549-c884-4da5-8735-349c2c4b79a6 { text-align: left; }
#s-f3069ee5-625d-45d5-a8f9-82faa9af4a9b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f3069ee5-625d-45d5-a8f9-82faa9af4a9b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f7aab297-3f2f-4ddb-a8d5-a0f3fc7ebfbd { text-align: left; }
#s-f7aab297-3f2f-4ddb-a8d5-a0f3fc7ebfbd .shg-product-sold-out {
  display: none;
}

#s-f7aab297-3f2f-4ddb-a8d5-a0f3fc7ebfbd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f7aab297-3f2f-4ddb-a8d5-a0f3fc7ebfbd .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-d41c1dfd-4a39-43c8-81da-e00c32c5c75d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d41c1dfd-4a39-43c8-81da-e00c32c5c75d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d41c1dfd-4a39-43c8-81da-e00c32c5c75d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d41c1dfd-4a39-43c8-81da-e00c32c5c75d {
  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-d41c1dfd-4a39-43c8-81da-e00c32c5c75d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d41c1dfd-4a39-43c8-81da-e00c32c5c75d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d41c1dfd-4a39-43c8-81da-e00c32c5c75d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-70a29cf6-48e6-47b8-8ba1-9ac15ebf71a0 {
  display: none;
}
#s-2431f351-cac9-4b14-8670-e4b1e99a7c30 { text-align: left; }
#s-206a59af-c758-4986-b5e5-6981174d461a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-206a59af-c758-4986-b5e5-6981174d461a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9ed0ed49-9f32-4585-90ac-2dea2798b2db { text-align: left; }
#s-9ed0ed49-9f32-4585-90ac-2dea2798b2db .shg-product-sold-out {
  display: none;
}

#s-9ed0ed49-9f32-4585-90ac-2dea2798b2db .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9ed0ed49-9f32-4585-90ac-2dea2798b2db .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-1f711989-bf32-49fc-abbc-8dad60e43fe9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1f711989-bf32-49fc-abbc-8dad60e43fe9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1f711989-bf32-49fc-abbc-8dad60e43fe9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1f711989-bf32-49fc-abbc-8dad60e43fe9 {
  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-1f711989-bf32-49fc-abbc-8dad60e43fe9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f711989-bf32-49fc-abbc-8dad60e43fe9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1f711989-bf32-49fc-abbc-8dad60e43fe9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4336a4f6-252e-471a-bc72-8584037f6290 {
  display: none;
}
#s-0c2be787-3ae1-4874-b8b3-1a74ce7039e3 { text-align: left; }
#s-0d8c9219-8d7b-4eeb-b5ff-ef792d6e0636 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0d8c9219-8d7b-4eeb-b5ff-ef792d6e0636 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1a12f06f-e6e0-4c24-ba99-8b2a7075ef75 { text-align: left; }
#s-1a12f06f-e6e0-4c24-ba99-8b2a7075ef75 .shg-product-sold-out {
  display: none;
}

#s-1a12f06f-e6e0-4c24-ba99-8b2a7075ef75 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1a12f06f-e6e0-4c24-ba99-8b2a7075ef75 .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-d2c28b22-1e0a-4e4e-b4b0-9870c4f50804 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d2c28b22-1e0a-4e4e-b4b0-9870c4f50804:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d2c28b22-1e0a-4e4e-b4b0-9870c4f50804:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d2c28b22-1e0a-4e4e-b4b0-9870c4f50804 {
  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-d2c28b22-1e0a-4e4e-b4b0-9870c4f50804.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2c28b22-1e0a-4e4e-b4b0-9870c4f50804.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d2c28b22-1e0a-4e4e-b4b0-9870c4f50804.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1eedf478-3ac8-4ff1-9068-994e68274799 {
  display: none;
}
#s-7c3261c4-3cb7-4fc2-be40-b38fe986ddce { text-align: left; }
#s-d66406e9-1ea6-48b0-9a62-0ad0ebafcc64 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d66406e9-1ea6-48b0-9a62-0ad0ebafcc64 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-dcf197e5-6e89-43bf-abf5-86e188d3b1c2 { text-align: left; }
#s-dcf197e5-6e89-43bf-abf5-86e188d3b1c2 .shg-product-sold-out {
  display: none;
}

#s-dcf197e5-6e89-43bf-abf5-86e188d3b1c2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dcf197e5-6e89-43bf-abf5-86e188d3b1c2 .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-bf866f0b-b95f-45d0-b6d2-39ea3afac937 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bf866f0b-b95f-45d0-b6d2-39ea3afac937:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bf866f0b-b95f-45d0-b6d2-39ea3afac937:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bf866f0b-b95f-45d0-b6d2-39ea3afac937 {
  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-bf866f0b-b95f-45d0-b6d2-39ea3afac937.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf866f0b-b95f-45d0-b6d2-39ea3afac937.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bf866f0b-b95f-45d0-b6d2-39ea3afac937.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3d330c7f-e2d8-4265-b2bf-b81066cd8755 {
  display: none;
}
#s-06a87ecc-035a-4eea-af64-02bdc87a486b { text-align: left; }
#s-056dfb70-a663-48a9-a8fd-dc5752b4211a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-056dfb70-a663-48a9-a8fd-dc5752b4211a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c952eb4c-3503-4403-a62c-7c09250a547c { text-align: left; }
#s-c952eb4c-3503-4403-a62c-7c09250a547c .shg-product-sold-out {
  display: none;
}

#s-c952eb4c-3503-4403-a62c-7c09250a547c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c952eb4c-3503-4403-a62c-7c09250a547c .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-1e7add96-e077-4891-97f6-ea56362e97e5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1e7add96-e077-4891-97f6-ea56362e97e5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1e7add96-e077-4891-97f6-ea56362e97e5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1e7add96-e077-4891-97f6-ea56362e97e5 {
  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-1e7add96-e077-4891-97f6-ea56362e97e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e7add96-e077-4891-97f6-ea56362e97e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1e7add96-e077-4891-97f6-ea56362e97e5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-38f80fdb-8564-4762-a274-7c8f2b96748c {
  display: none;
}
#s-e837557f-f875-4b4c-9ed4-87ceba2f68db { text-align: left; }
#s-2b17e11b-292d-4665-97a0-8f18a6fd20cd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2b17e11b-292d-4665-97a0-8f18a6fd20cd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b530a1eb-fd17-49c0-acf3-f0637ac2e969 { text-align: left; }
#s-b530a1eb-fd17-49c0-acf3-f0637ac2e969 .shg-product-sold-out {
  display: none;
}

#s-b530a1eb-fd17-49c0-acf3-f0637ac2e969 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b530a1eb-fd17-49c0-acf3-f0637ac2e969 .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-06b217eb-16ff-46a1-913d-c4cb9575c058 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-06b217eb-16ff-46a1-913d-c4cb9575c058:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-06b217eb-16ff-46a1-913d-c4cb9575c058:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-06b217eb-16ff-46a1-913d-c4cb9575c058 {
  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-06b217eb-16ff-46a1-913d-c4cb9575c058.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06b217eb-16ff-46a1-913d-c4cb9575c058.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-06b217eb-16ff-46a1-913d-c4cb9575c058.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c9948193-1854-4068-93d4-35ca27d9e9c2 {
  display: none;
}
#s-a21979cf-d6b5-439a-be89-6e18cff794a1 { text-align: left; }
#s-da669437-7f86-4b38-9680-ba46bc1357e9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-da669437-7f86-4b38-9680-ba46bc1357e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-630213bf-7dc5-4955-ac1d-c37dedc3b59e { text-align: left; }
#s-630213bf-7dc5-4955-ac1d-c37dedc3b59e .shg-product-sold-out {
  display: none;
}

#s-630213bf-7dc5-4955-ac1d-c37dedc3b59e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-630213bf-7dc5-4955-ac1d-c37dedc3b59e .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-984a3204-d179-46de-a565-1dfca8052f28 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-984a3204-d179-46de-a565-1dfca8052f28:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-984a3204-d179-46de-a565-1dfca8052f28:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-984a3204-d179-46de-a565-1dfca8052f28 {
  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-984a3204-d179-46de-a565-1dfca8052f28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-984a3204-d179-46de-a565-1dfca8052f28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-984a3204-d179-46de-a565-1dfca8052f28.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-72b65fea-1e6a-4556-9ef9-f7d20b754388 {
  display: none;
}
#s-789d4a02-f70c-4e40-b7c1-2c9342e05168 { text-align: left; }
#s-f6b9e5db-08c8-4019-854b-50df241a82ab { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f6b9e5db-08c8-4019-854b-50df241a82ab .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-acaf5a21-6052-4644-adb9-c0b6ea0a1e0c { text-align: left; }
#s-acaf5a21-6052-4644-adb9-c0b6ea0a1e0c .shg-product-sold-out {
  display: none;
}

#s-acaf5a21-6052-4644-adb9-c0b6ea0a1e0c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-acaf5a21-6052-4644-adb9-c0b6ea0a1e0c .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-f33bad04-e5a9-431f-b0a0-2c70c354a916 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f33bad04-e5a9-431f-b0a0-2c70c354a916:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f33bad04-e5a9-431f-b0a0-2c70c354a916:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f33bad04-e5a9-431f-b0a0-2c70c354a916 {
  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-f33bad04-e5a9-431f-b0a0-2c70c354a916.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f33bad04-e5a9-431f-b0a0-2c70c354a916.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f33bad04-e5a9-431f-b0a0-2c70c354a916.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-aeeba8f5-d1cc-4c9e-9f4f-576f031e8535 {
  display: none;
}
#s-209fc1e7-6fe6-4816-b027-b608bab0599e { text-align: left; }
#s-124b73b2-a67d-4c16-a9d5-194af83a5646 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-124b73b2-a67d-4c16-a9d5-194af83a5646 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c9c5781a-6d8f-4890-ba7c-50b6a9d8e6d2 { text-align: left; }
#s-c9c5781a-6d8f-4890-ba7c-50b6a9d8e6d2 .shg-product-sold-out {
  display: none;
}

#s-c9c5781a-6d8f-4890-ba7c-50b6a9d8e6d2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c9c5781a-6d8f-4890-ba7c-50b6a9d8e6d2 .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-7f3b1136-bfbc-4ba6-8c77-43b1f51916f4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7f3b1136-bfbc-4ba6-8c77-43b1f51916f4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7f3b1136-bfbc-4ba6-8c77-43b1f51916f4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7f3b1136-bfbc-4ba6-8c77-43b1f51916f4 {
  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-7f3b1136-bfbc-4ba6-8c77-43b1f51916f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f3b1136-bfbc-4ba6-8c77-43b1f51916f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7f3b1136-bfbc-4ba6-8c77-43b1f51916f4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1a4c1696-1553-43b1-a227-376834e0c8bb {
  display: none;
}
#s-fdf4238b-bc39-4d89-a9ab-87978664f995 { text-align: left; }
#s-7ac3d75d-cd8b-4436-8b03-41eec0cb1829 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7ac3d75d-cd8b-4436-8b03-41eec0cb1829 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f7288611-4619-4b5a-b8cd-ce70cb11ea25 { text-align: left; }
#s-f7288611-4619-4b5a-b8cd-ce70cb11ea25 .shg-product-sold-out {
  display: none;
}

#s-f7288611-4619-4b5a-b8cd-ce70cb11ea25 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f7288611-4619-4b5a-b8cd-ce70cb11ea25 .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-1307e33a-cfe9-4b40-a6e1-bc184da1a2e2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1307e33a-cfe9-4b40-a6e1-bc184da1a2e2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1307e33a-cfe9-4b40-a6e1-bc184da1a2e2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1307e33a-cfe9-4b40-a6e1-bc184da1a2e2 {
  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-1307e33a-cfe9-4b40-a6e1-bc184da1a2e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1307e33a-cfe9-4b40-a6e1-bc184da1a2e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1307e33a-cfe9-4b40-a6e1-bc184da1a2e2.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;
}
