.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-f8717df7-5832-4326-ad79-6c6b1f55ffe6 {
  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-0a44eb55-5e26-4a1d-9d4b-c66dd9c8b591 { margin-top: 40px; }
#s-0a44eb55-5e26-4a1d-9d4b-c66dd9c8b591 .shogun-tabs {
  justify-content: center;
}


  #s-0a44eb55-5e26-4a1d-9d4b-c66dd9c8b591 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-0a44eb55-5e26-4a1d-9d4b-c66dd9c8b591 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-0a44eb55-5e26-4a1d-9d4b-c66dd9c8b591 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-0a44eb55-5e26-4a1d-9d4b-c66dd9c8b591 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-0a44eb55-5e26-4a1d-9d4b-c66dd9c8b591 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-0a44eb55-5e26-4a1d-9d4b-c66dd9c8b591 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-0a44eb55-5e26-4a1d-9d4b-c66dd9c8b591 .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-0423dbe7-7392-43ea-a4d8-f43c9501d64b { padding-top: 10px;
padding-bottom: 10px; }
 #s-0423dbe7-7392-43ea-a4d8-f43c9501d64b .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-a4d78d14-bf07-419d-8807-0311a50a46df .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-a4d78d14-bf07-419d-8807-0311a50a46df .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-a4d78d14-bf07-419d-8807-0311a50a46df .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-a4d78d14-bf07-419d-8807-0311a50a46df .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-a4d78d14-bf07-419d-8807-0311a50a46df .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-a4d78d14-bf07-419d-8807-0311a50a46df .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-a4d78d14-bf07-419d-8807-0311a50a46df .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-a4d78d14-bf07-419d-8807-0311a50a46df .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-a4d78d14-bf07-419d-8807-0311a50a46df .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-b56d1691-cd31-4a53-a7eb-f6b53560558b { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b56d1691-cd31-4a53-a7eb-f6b53560558b"] > .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-95c48071-3afa-46a3-a492-a4b1af1c5ac3 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-2f932107-28eb-4720-8b96-68a67136ebf7 { 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-cd4e4f60-4860-404c-926b-a3c32d54ffdd { 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-cd4e4f60-4860-404c-926b-a3c32d54ffdd: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-cd4e4f60-4860-404c-926b-a3c32d54ffdd: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-cd4e4f60-4860-404c-926b-a3c32d54ffdd.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-2393fcbd-97bb-4d70-9cff-fb0d1a0a5653 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-ba629cfa-ee30-4860-a348-7aaea48331cb { 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-1b114793-1ea0-4d53-a205-7d77a6ba5cca { 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-1b114793-1ea0-4d53-a205-7d77a6ba5cca: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-1b114793-1ea0-4d53-a205-7d77a6ba5cca: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-1b114793-1ea0-4d53-a205-7d77a6ba5cca.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-20707f95-ede8-44f1-b4ce-f8e83d1fd3bc { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-c4e695e8-4bb9-4d9f-b454-e8becf7720be { 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-83e154a4-ebbc-4939-96ea-538d72f04b43 { 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-83e154a4-ebbc-4939-96ea-538d72f04b43: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-83e154a4-ebbc-4939-96ea-538d72f04b43: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-83e154a4-ebbc-4939-96ea-538d72f04b43.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-8ce04413-0e9c-4426-ba40-15d9a45289cc { min-height: 50px; }
#s-8ce04413-0e9c-4426-ba40-15d9a45289cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9f89b671-9493-4062-a78a-69c843f33bd3 { 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-9f89b671-9493-4062-a78a-69c843f33bd3 .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-4d10e8b4-8eb8-4650-b579-ccd1e9a70f93 {
  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-801db9e5-7643-4460-a6f4-426f86cff102 { 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-3f41d0a6-b202-4dc0-8f5b-f09880ab7d53 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3f41d0a6-b202-4dc0-8f5b-f09880ab7d53 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-34ad5399-ef2e-4b33-88e8-ea5cf7025736 {
  display: none;
}
#s-341fd0bf-5a48-42e4-93ae-f78038124ffe { text-align: left; }
#s-00a6bb2e-c0de-4c73-a78f-ba988fe0c46a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-00a6bb2e-c0de-4c73-a78f-ba988fe0c46a .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-94454d95-5edf-46fb-b26d-1d2d8432a17e {
  display: none;
}
#s-6cd57fd5-380d-488d-806e-afc6e4447518 { text-align: left; }
#s-421f58f5-f062-4beb-b4eb-84b21f2ee998 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-421f58f5-f062-4beb-b4eb-84b21f2ee998 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-813eace8-904a-4335-9ba4-fa2b37d94181 {
  display: none;
}
#s-d58a30bc-2bf7-4a29-aa79-c303a49c9a71 { text-align: left; }
#s-3712df4d-7c4f-4b10-88e9-0939806099e6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3712df4d-7c4f-4b10-88e9-0939806099e6 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2bc043a9-51f3-4253-a515-a579f86b0d18 {
  display: none;
}
#s-a82cd926-9e65-46ad-a675-62e4bef2b151 { text-align: left; }
#s-2cfe34a6-e6b3-4ece-ace3-c31885165590 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2cfe34a6-e6b3-4ece-ace3-c31885165590 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-273bcf6b-3ee9-43f3-846f-c0d2f6f4d929 { text-align: left; }
#s-273bcf6b-3ee9-43f3-846f-c0d2f6f4d929 .shg-product-sold-out {
  display: none;
}

#s-273bcf6b-3ee9-43f3-846f-c0d2f6f4d929 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-273bcf6b-3ee9-43f3-846f-c0d2f6f4d929 .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-06ca568e-b5bc-4bb6-8fda-2a9d72b59c6c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-06ca568e-b5bc-4bb6-8fda-2a9d72b59c6c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-06ca568e-b5bc-4bb6-8fda-2a9d72b59c6c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-06ca568e-b5bc-4bb6-8fda-2a9d72b59c6c {
  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-06ca568e-b5bc-4bb6-8fda-2a9d72b59c6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06ca568e-b5bc-4bb6-8fda-2a9d72b59c6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-06ca568e-b5bc-4bb6-8fda-2a9d72b59c6c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-045a39ca-c6a9-4ab7-9ed4-d9ad0e726211 {
  display: none;
}
#s-df93e736-5470-4f0e-bbc7-0bbf9ffc21ce { text-align: left; }
#s-5f57218b-99de-4292-a472-c887511a132b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5f57218b-99de-4292-a472-c887511a132b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-527c4131-0fa9-4e50-9036-847fe09dcd2c { text-align: left; }
#s-527c4131-0fa9-4e50-9036-847fe09dcd2c .shg-product-sold-out {
  display: none;
}

#s-527c4131-0fa9-4e50-9036-847fe09dcd2c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-527c4131-0fa9-4e50-9036-847fe09dcd2c .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-2bae872d-6100-4ae2-a269-9e592ce28f44 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2bae872d-6100-4ae2-a269-9e592ce28f44:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2bae872d-6100-4ae2-a269-9e592ce28f44:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2bae872d-6100-4ae2-a269-9e592ce28f44 {
  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-2bae872d-6100-4ae2-a269-9e592ce28f44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bae872d-6100-4ae2-a269-9e592ce28f44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2bae872d-6100-4ae2-a269-9e592ce28f44.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-83a7af0b-9a26-4b10-a02e-4bc976d58f07 {
  display: none;
}
#s-2188bd29-bdc7-4d1a-b431-056af54e0b88 { text-align: left; }
#s-020ebcdc-7faf-4754-b188-30b9d2e39d90 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-020ebcdc-7faf-4754-b188-30b9d2e39d90 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f83d0fef-e9cf-4330-b70e-59498caeaa8f { text-align: left; }
#s-f83d0fef-e9cf-4330-b70e-59498caeaa8f .shg-product-sold-out {
  display: none;
}

#s-f83d0fef-e9cf-4330-b70e-59498caeaa8f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f83d0fef-e9cf-4330-b70e-59498caeaa8f .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-1c9ac160-bf7a-4597-b112-1f7a256b0558 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1c9ac160-bf7a-4597-b112-1f7a256b0558:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1c9ac160-bf7a-4597-b112-1f7a256b0558:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1c9ac160-bf7a-4597-b112-1f7a256b0558 {
  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-1c9ac160-bf7a-4597-b112-1f7a256b0558.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c9ac160-bf7a-4597-b112-1f7a256b0558.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1c9ac160-bf7a-4597-b112-1f7a256b0558.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-373a0e32-cb62-4aad-b779-a11a2a6402bd {
  display: none;
}
#s-be3df41e-257b-4f07-9093-03e26581b6e0 { text-align: left; }
#s-897217b6-dc58-4ae1-8fcf-1a78deec479f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-897217b6-dc58-4ae1-8fcf-1a78deec479f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5fac4781-69e6-4935-a204-acf7789d5411 { text-align: left; }
#s-5fac4781-69e6-4935-a204-acf7789d5411 .shg-product-sold-out {
  display: none;
}

#s-5fac4781-69e6-4935-a204-acf7789d5411 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5fac4781-69e6-4935-a204-acf7789d5411 .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-2a0cf133-7b12-46e6-a33d-331a7c98e350 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2a0cf133-7b12-46e6-a33d-331a7c98e350:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2a0cf133-7b12-46e6-a33d-331a7c98e350:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2a0cf133-7b12-46e6-a33d-331a7c98e350 {
  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-2a0cf133-7b12-46e6-a33d-331a7c98e350.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a0cf133-7b12-46e6-a33d-331a7c98e350.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2a0cf133-7b12-46e6-a33d-331a7c98e350.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1b1a1463-62c4-4fa6-a9aa-ad68fa7ff171 {
  display: none;
}
#s-cc866814-67cd-4eb5-b602-5eafd1a77708 { text-align: left; }
#s-65dd1922-a7c2-42f5-8423-85ddca1ccdde { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-65dd1922-a7c2-42f5-8423-85ddca1ccdde .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-484ab2cf-0254-4f7d-9f9b-b7a96de9db66 { text-align: left; }
#s-484ab2cf-0254-4f7d-9f9b-b7a96de9db66 .shg-product-sold-out {
  display: none;
}

#s-484ab2cf-0254-4f7d-9f9b-b7a96de9db66 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-484ab2cf-0254-4f7d-9f9b-b7a96de9db66 .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-3aac9be1-178c-4dba-b6fe-6d4d20d9954b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3aac9be1-178c-4dba-b6fe-6d4d20d9954b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3aac9be1-178c-4dba-b6fe-6d4d20d9954b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3aac9be1-178c-4dba-b6fe-6d4d20d9954b {
  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-3aac9be1-178c-4dba-b6fe-6d4d20d9954b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3aac9be1-178c-4dba-b6fe-6d4d20d9954b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3aac9be1-178c-4dba-b6fe-6d4d20d9954b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f721a67d-5520-47ee-8431-0332f940c243 {
  display: none;
}
#s-9231142a-b834-4e14-94ab-f07533ac8ab0 { text-align: left; }
#s-e4c6896b-648d-4487-802e-1e0ac2a4d197 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e4c6896b-648d-4487-802e-1e0ac2a4d197 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-afeb46d9-f333-4f44-8f24-ca6e5cab10e8 { text-align: left; }
#s-afeb46d9-f333-4f44-8f24-ca6e5cab10e8 .shg-product-sold-out {
  display: none;
}

#s-afeb46d9-f333-4f44-8f24-ca6e5cab10e8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-afeb46d9-f333-4f44-8f24-ca6e5cab10e8 .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-297201c0-4757-4a72-b382-64727ab74bc5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-297201c0-4757-4a72-b382-64727ab74bc5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-297201c0-4757-4a72-b382-64727ab74bc5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-297201c0-4757-4a72-b382-64727ab74bc5 {
  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-297201c0-4757-4a72-b382-64727ab74bc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-297201c0-4757-4a72-b382-64727ab74bc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-297201c0-4757-4a72-b382-64727ab74bc5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4081237c-27d6-45dc-b1b5-eef48114c02e {
  display: none;
}
#s-4ae4a41d-68eb-4dc8-8bc1-f2b9e9db0da5 { text-align: left; }
#s-834d1496-42fd-4731-9e3c-2b9a2e408124 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-834d1496-42fd-4731-9e3c-2b9a2e408124 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c957fcf6-e01b-429f-ad66-b7354f746111 { text-align: left; }
#s-c957fcf6-e01b-429f-ad66-b7354f746111 .shg-product-sold-out {
  display: none;
}

#s-c957fcf6-e01b-429f-ad66-b7354f746111 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c957fcf6-e01b-429f-ad66-b7354f746111 .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-2288d93c-f5f3-4538-9625-9cafba4f6ebf { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2288d93c-f5f3-4538-9625-9cafba4f6ebf:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2288d93c-f5f3-4538-9625-9cafba4f6ebf:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2288d93c-f5f3-4538-9625-9cafba4f6ebf {
  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-2288d93c-f5f3-4538-9625-9cafba4f6ebf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2288d93c-f5f3-4538-9625-9cafba4f6ebf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2288d93c-f5f3-4538-9625-9cafba4f6ebf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-86718402-2bca-48ae-9d6b-825daf343a91 {
  display: none;
}
#s-73c403cf-709c-4da7-bab1-bfbfd392faae { text-align: left; }
#s-db697f5c-48da-4f8a-9c77-2654ed940b15 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-db697f5c-48da-4f8a-9c77-2654ed940b15 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d2e5f112-0c30-4732-bcd5-fd19316743d5 { text-align: left; }
#s-d2e5f112-0c30-4732-bcd5-fd19316743d5 .shg-product-sold-out {
  display: none;
}

#s-d2e5f112-0c30-4732-bcd5-fd19316743d5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d2e5f112-0c30-4732-bcd5-fd19316743d5 .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-f07fa4dd-605f-4c5b-9763-20a816b8ff9f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f07fa4dd-605f-4c5b-9763-20a816b8ff9f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f07fa4dd-605f-4c5b-9763-20a816b8ff9f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f07fa4dd-605f-4c5b-9763-20a816b8ff9f {
  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-f07fa4dd-605f-4c5b-9763-20a816b8ff9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f07fa4dd-605f-4c5b-9763-20a816b8ff9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f07fa4dd-605f-4c5b-9763-20a816b8ff9f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c580db8a-f686-4607-82a1-27e0c9c056a0 {
  display: none;
}
#s-f0ff2537-40eb-4496-bbe3-2714371c7e90 { text-align: left; }
#s-4c39b9a5-6c0f-40e2-96ba-ab4310dd7788 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4c39b9a5-6c0f-40e2-96ba-ab4310dd7788 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-14536cf0-aa15-4267-bafc-1b85380e38da { text-align: left; }
#s-14536cf0-aa15-4267-bafc-1b85380e38da .shg-product-sold-out {
  display: none;
}

#s-14536cf0-aa15-4267-bafc-1b85380e38da .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-14536cf0-aa15-4267-bafc-1b85380e38da .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-c8c75ec4-488e-4309-a1b3-f3b6ba46ce02 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c8c75ec4-488e-4309-a1b3-f3b6ba46ce02:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c8c75ec4-488e-4309-a1b3-f3b6ba46ce02:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c8c75ec4-488e-4309-a1b3-f3b6ba46ce02 {
  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-c8c75ec4-488e-4309-a1b3-f3b6ba46ce02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8c75ec4-488e-4309-a1b3-f3b6ba46ce02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c8c75ec4-488e-4309-a1b3-f3b6ba46ce02.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bad0bc32-54fe-48ee-bf58-7d2fec65e4ff {
  display: none;
}
#s-fa6613ce-ebed-476c-b005-7ad6fdaa4f8f { text-align: left; }
#s-f50580c6-4958-45d8-9f98-8c87e383b239 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f50580c6-4958-45d8-9f98-8c87e383b239 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c9789de9-5f4b-4775-b773-25c726e1b97f { text-align: left; }
#s-c9789de9-5f4b-4775-b773-25c726e1b97f .shg-product-sold-out {
  display: none;
}

#s-c9789de9-5f4b-4775-b773-25c726e1b97f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c9789de9-5f4b-4775-b773-25c726e1b97f .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-8a0d0427-ce57-48f0-9920-a6725720d2a7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8a0d0427-ce57-48f0-9920-a6725720d2a7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8a0d0427-ce57-48f0-9920-a6725720d2a7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8a0d0427-ce57-48f0-9920-a6725720d2a7 {
  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-8a0d0427-ce57-48f0-9920-a6725720d2a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a0d0427-ce57-48f0-9920-a6725720d2a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8a0d0427-ce57-48f0-9920-a6725720d2a7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0776ac7f-7c9c-42f2-8587-4743a8a593ea {
  display: none;
}
#s-bc7f61df-b666-4236-a60b-ab605b998f99 { text-align: left; }
#s-b7682f83-231d-4201-a413-1b4e5016ea35 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b7682f83-231d-4201-a413-1b4e5016ea35 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5fb43069-b3d7-4c31-9197-fd257193ec68 { text-align: left; }
#s-5fb43069-b3d7-4c31-9197-fd257193ec68 .shg-product-sold-out {
  display: none;
}

#s-5fb43069-b3d7-4c31-9197-fd257193ec68 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5fb43069-b3d7-4c31-9197-fd257193ec68 .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-3ef562a7-00a4-40bb-8783-a650dd337e64 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3ef562a7-00a4-40bb-8783-a650dd337e64:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3ef562a7-00a4-40bb-8783-a650dd337e64:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3ef562a7-00a4-40bb-8783-a650dd337e64 {
  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-3ef562a7-00a4-40bb-8783-a650dd337e64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef562a7-00a4-40bb-8783-a650dd337e64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3ef562a7-00a4-40bb-8783-a650dd337e64.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-10d8770f-cc99-49de-bd6c-3234087a1db9 {
  display: none;
}
#s-4348cead-30b2-4500-818a-3a4e35eec766 { text-align: left; }
#s-4990536e-5cb8-4f61-bbb0-63481f2288a6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4990536e-5cb8-4f61-bbb0-63481f2288a6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f96cedd9-456c-44e4-9de9-f7c1de74535f { text-align: left; }
#s-f96cedd9-456c-44e4-9de9-f7c1de74535f .shg-product-sold-out {
  display: none;
}

#s-f96cedd9-456c-44e4-9de9-f7c1de74535f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f96cedd9-456c-44e4-9de9-f7c1de74535f .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-d782742e-09d0-4a86-bcd5-860e986874f2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d782742e-09d0-4a86-bcd5-860e986874f2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d782742e-09d0-4a86-bcd5-860e986874f2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d782742e-09d0-4a86-bcd5-860e986874f2 {
  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-d782742e-09d0-4a86-bcd5-860e986874f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d782742e-09d0-4a86-bcd5-860e986874f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d782742e-09d0-4a86-bcd5-860e986874f2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cf588baa-984d-42c1-a5dc-187441c35378 {
  display: none;
}
#s-d5f4311d-907d-4acd-9b43-e9d613f3fe09 { text-align: left; }
#s-4362c8a7-e357-4b0c-9579-9a548f3269af { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4362c8a7-e357-4b0c-9579-9a548f3269af .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2ca0185f-7a52-44ba-830b-e5ac1ebfecee { text-align: left; }
#s-2ca0185f-7a52-44ba-830b-e5ac1ebfecee .shg-product-sold-out {
  display: none;
}

#s-2ca0185f-7a52-44ba-830b-e5ac1ebfecee .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2ca0185f-7a52-44ba-830b-e5ac1ebfecee .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-f20dbcde-a830-4449-bdb8-0110f653585f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f20dbcde-a830-4449-bdb8-0110f653585f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f20dbcde-a830-4449-bdb8-0110f653585f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f20dbcde-a830-4449-bdb8-0110f653585f {
  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-f20dbcde-a830-4449-bdb8-0110f653585f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f20dbcde-a830-4449-bdb8-0110f653585f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f20dbcde-a830-4449-bdb8-0110f653585f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ae0dea3a-df86-497f-9034-075adb8030f9 {
  display: none;
}
#s-21fb9e82-6355-46fa-a1bb-d3a9fb515299 { text-align: left; }
#s-6d18c955-6194-42ea-8a3d-c704f366035a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6d18c955-6194-42ea-8a3d-c704f366035a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c0ead7ea-c8ea-47f4-9612-e7b1a6708404 { text-align: left; }
#s-c0ead7ea-c8ea-47f4-9612-e7b1a6708404 .shg-product-sold-out {
  display: none;
}

#s-c0ead7ea-c8ea-47f4-9612-e7b1a6708404 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c0ead7ea-c8ea-47f4-9612-e7b1a6708404 .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-872ef4ab-4d71-448c-ba57-d24c94abd224 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-872ef4ab-4d71-448c-ba57-d24c94abd224:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-872ef4ab-4d71-448c-ba57-d24c94abd224:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-872ef4ab-4d71-448c-ba57-d24c94abd224 {
  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-872ef4ab-4d71-448c-ba57-d24c94abd224.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-872ef4ab-4d71-448c-ba57-d24c94abd224.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-872ef4ab-4d71-448c-ba57-d24c94abd224.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9cb15a37-9034-4b79-849c-18d76ab54e6e {
  display: none;
}
#s-70a5df47-0c55-4af9-a3c8-8e2ca7661f76 { text-align: left; }
#s-54105ed0-8e05-4eb0-a1b6-858bc63de0e2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-54105ed0-8e05-4eb0-a1b6-858bc63de0e2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-81044c0a-f4ab-43bb-a672-e87be440480a { text-align: left; }
#s-81044c0a-f4ab-43bb-a672-e87be440480a .shg-product-sold-out {
  display: none;
}

#s-81044c0a-f4ab-43bb-a672-e87be440480a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-81044c0a-f4ab-43bb-a672-e87be440480a .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-299c5310-4da7-4504-8557-c5d6f7788b19 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-299c5310-4da7-4504-8557-c5d6f7788b19:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-299c5310-4da7-4504-8557-c5d6f7788b19:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-299c5310-4da7-4504-8557-c5d6f7788b19 {
  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-299c5310-4da7-4504-8557-c5d6f7788b19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-299c5310-4da7-4504-8557-c5d6f7788b19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-299c5310-4da7-4504-8557-c5d6f7788b19.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-31b2b801-0f4e-4bfd-aed5-8ae26f484187 {
  display: none;
}
#s-73a1c38c-c4ee-4859-813e-9890db560acf { text-align: left; }
#s-a137bd22-e73a-4b19-a08a-0c689d5f67f3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a137bd22-e73a-4b19-a08a-0c689d5f67f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-10dc5e9d-9d40-4cd1-b9b8-9534aa7990c0 { text-align: left; }
#s-10dc5e9d-9d40-4cd1-b9b8-9534aa7990c0 .shg-product-sold-out {
  display: none;
}

#s-10dc5e9d-9d40-4cd1-b9b8-9534aa7990c0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-10dc5e9d-9d40-4cd1-b9b8-9534aa7990c0 .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-83495a9e-d4fb-4405-820e-a311c6b78d47 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-83495a9e-d4fb-4405-820e-a311c6b78d47:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-83495a9e-d4fb-4405-820e-a311c6b78d47:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-83495a9e-d4fb-4405-820e-a311c6b78d47 {
  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-83495a9e-d4fb-4405-820e-a311c6b78d47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83495a9e-d4fb-4405-820e-a311c6b78d47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-83495a9e-d4fb-4405-820e-a311c6b78d47.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-96980175-f62c-4311-baee-2908caa2df6b {
  display: none;
}
#s-04a24ae0-a321-4bea-ba54-2da9e32b23a2 { text-align: left; }
#s-6fd63e3a-f5d0-446b-acbb-f70818d432d3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6fd63e3a-f5d0-446b-acbb-f70818d432d3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7b4c7986-8cb0-4122-afc6-6ba6877628f2 { text-align: left; }
#s-7b4c7986-8cb0-4122-afc6-6ba6877628f2 .shg-product-sold-out {
  display: none;
}

#s-7b4c7986-8cb0-4122-afc6-6ba6877628f2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7b4c7986-8cb0-4122-afc6-6ba6877628f2 .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-6251588b-6143-4c66-bd9b-46f44c69a61b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6251588b-6143-4c66-bd9b-46f44c69a61b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6251588b-6143-4c66-bd9b-46f44c69a61b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6251588b-6143-4c66-bd9b-46f44c69a61b {
  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-6251588b-6143-4c66-bd9b-46f44c69a61b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6251588b-6143-4c66-bd9b-46f44c69a61b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6251588b-6143-4c66-bd9b-46f44c69a61b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e47a3e9e-b4ab-479a-b344-869d4d9003a3 {
  display: none;
}
#s-2f065007-0a52-4f5e-8260-a6a2241d1405 { text-align: left; }
#s-a6b209b7-8bb4-4862-bb19-0aec09cc82c6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a6b209b7-8bb4-4862-bb19-0aec09cc82c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7d634dae-34a6-4805-ba49-53e148c54301 { text-align: left; }
#s-7d634dae-34a6-4805-ba49-53e148c54301 .shg-product-sold-out {
  display: none;
}

#s-7d634dae-34a6-4805-ba49-53e148c54301 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7d634dae-34a6-4805-ba49-53e148c54301 .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-2299953d-13a9-4012-851c-c87b7c6ef765 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2299953d-13a9-4012-851c-c87b7c6ef765:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2299953d-13a9-4012-851c-c87b7c6ef765:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2299953d-13a9-4012-851c-c87b7c6ef765 {
  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-2299953d-13a9-4012-851c-c87b7c6ef765.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2299953d-13a9-4012-851c-c87b7c6ef765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2299953d-13a9-4012-851c-c87b7c6ef765.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bd6eddbf-1eb4-4dfc-9023-0944bad5d9b4 {
  display: none;
}
#s-852d2180-6717-456d-895b-d1f57303b2ea { text-align: left; }
#s-78c3038a-13c0-42b9-9d51-05ed30eeffed { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-78c3038a-13c0-42b9-9d51-05ed30eeffed .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1d26334e-d313-4632-bca4-9a6111a51616 { text-align: left; }
#s-1d26334e-d313-4632-bca4-9a6111a51616 .shg-product-sold-out {
  display: none;
}

#s-1d26334e-d313-4632-bca4-9a6111a51616 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1d26334e-d313-4632-bca4-9a6111a51616 .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-b6787046-1ecc-4881-874e-bc3be5bf6d82 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b6787046-1ecc-4881-874e-bc3be5bf6d82:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b6787046-1ecc-4881-874e-bc3be5bf6d82:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b6787046-1ecc-4881-874e-bc3be5bf6d82 {
  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-b6787046-1ecc-4881-874e-bc3be5bf6d82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6787046-1ecc-4881-874e-bc3be5bf6d82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b6787046-1ecc-4881-874e-bc3be5bf6d82.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d7f96a53-0c46-4bef-9d5d-54986339381c {
  display: none;
}
#s-c7cf5984-abf3-47c3-9e7a-c3b825045fd0 { text-align: left; }
#s-5387df25-fcbd-4eee-9cc9-d61cec8878de { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5387df25-fcbd-4eee-9cc9-d61cec8878de .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-96628fc1-d157-4ad3-b263-5f0fbabe238d { text-align: left; }
#s-96628fc1-d157-4ad3-b263-5f0fbabe238d .shg-product-sold-out {
  display: none;
}

#s-96628fc1-d157-4ad3-b263-5f0fbabe238d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-96628fc1-d157-4ad3-b263-5f0fbabe238d .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-1516cdd1-7871-4d60-b656-ff1f9f84e701 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1516cdd1-7871-4d60-b656-ff1f9f84e701:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1516cdd1-7871-4d60-b656-ff1f9f84e701:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1516cdd1-7871-4d60-b656-ff1f9f84e701 {
  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-1516cdd1-7871-4d60-b656-ff1f9f84e701.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1516cdd1-7871-4d60-b656-ff1f9f84e701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1516cdd1-7871-4d60-b656-ff1f9f84e701.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cf0b0bbd-0d6a-4fad-9abf-94fbf9bb8031 {
  display: none;
}
#s-33fd8012-9cab-462c-b778-d550aacfb0b5 { text-align: left; }
#s-82542d39-6764-4323-90a0-31cda1b46a4b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-82542d39-6764-4323-90a0-31cda1b46a4b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8e64548e-6990-450b-822f-0fe7adfbac9c { text-align: left; }
#s-8e64548e-6990-450b-822f-0fe7adfbac9c .shg-product-sold-out {
  display: none;
}

#s-8e64548e-6990-450b-822f-0fe7adfbac9c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8e64548e-6990-450b-822f-0fe7adfbac9c .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-f4136458-8ed1-4c1f-a365-679de1a54bec { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f4136458-8ed1-4c1f-a365-679de1a54bec:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f4136458-8ed1-4c1f-a365-679de1a54bec:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f4136458-8ed1-4c1f-a365-679de1a54bec {
  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-f4136458-8ed1-4c1f-a365-679de1a54bec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4136458-8ed1-4c1f-a365-679de1a54bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f4136458-8ed1-4c1f-a365-679de1a54bec.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ae654e3d-899e-424d-b9c3-01a1fcf64cc1 {
  display: none;
}
#s-c914013e-bee4-4c06-9661-0c4ae1e00592 { text-align: left; }
#s-1cdb2864-a07f-4f60-8072-7ae06ddfdf14 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1cdb2864-a07f-4f60-8072-7ae06ddfdf14 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-45719afe-a1f7-48ef-88d9-f519d8cba40e { text-align: left; }
#s-45719afe-a1f7-48ef-88d9-f519d8cba40e .shg-product-sold-out {
  display: none;
}

#s-45719afe-a1f7-48ef-88d9-f519d8cba40e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-45719afe-a1f7-48ef-88d9-f519d8cba40e .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-3588b1a2-9b8a-4f2f-97b3-f28de30d8023 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3588b1a2-9b8a-4f2f-97b3-f28de30d8023:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3588b1a2-9b8a-4f2f-97b3-f28de30d8023:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3588b1a2-9b8a-4f2f-97b3-f28de30d8023 {
  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-3588b1a2-9b8a-4f2f-97b3-f28de30d8023.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3588b1a2-9b8a-4f2f-97b3-f28de30d8023.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3588b1a2-9b8a-4f2f-97b3-f28de30d8023.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a4275973-a318-42a7-84b2-461d11f9bf17 {
  display: none;
}
#s-5e183700-5186-4f1e-a5a1-0752e9be25c8 { text-align: left; }
#s-1a4cd242-bd3a-474d-8fa2-1ea3792785c0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1a4cd242-bd3a-474d-8fa2-1ea3792785c0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-28ef80f6-edcf-4737-9b96-a2acdafa72d7 { text-align: left; }
#s-28ef80f6-edcf-4737-9b96-a2acdafa72d7 .shg-product-sold-out {
  display: none;
}

#s-28ef80f6-edcf-4737-9b96-a2acdafa72d7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-28ef80f6-edcf-4737-9b96-a2acdafa72d7 .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-16af2051-fef4-4653-b165-8222e393bc9b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-16af2051-fef4-4653-b165-8222e393bc9b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-16af2051-fef4-4653-b165-8222e393bc9b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-16af2051-fef4-4653-b165-8222e393bc9b {
  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-16af2051-fef4-4653-b165-8222e393bc9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16af2051-fef4-4653-b165-8222e393bc9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-16af2051-fef4-4653-b165-8222e393bc9b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4d1e5b25-27ab-45b9-be54-56fe874a0d75 {
  display: none;
}
#s-46db4e5c-5376-4f07-a2aa-c8583ba86f8b { text-align: left; }
#s-2537e354-f80e-47fe-b368-041d94dfade9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2537e354-f80e-47fe-b368-041d94dfade9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7a228838-256d-4247-a0da-c4d90b2b46ca { text-align: left; }
#s-7a228838-256d-4247-a0da-c4d90b2b46ca .shg-product-sold-out {
  display: none;
}

#s-7a228838-256d-4247-a0da-c4d90b2b46ca .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7a228838-256d-4247-a0da-c4d90b2b46ca .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-072c73fc-f38c-49ce-93ab-aa691fbb77d3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-072c73fc-f38c-49ce-93ab-aa691fbb77d3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-072c73fc-f38c-49ce-93ab-aa691fbb77d3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-072c73fc-f38c-49ce-93ab-aa691fbb77d3 {
  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-072c73fc-f38c-49ce-93ab-aa691fbb77d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-072c73fc-f38c-49ce-93ab-aa691fbb77d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-072c73fc-f38c-49ce-93ab-aa691fbb77d3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-de7ec8c2-fa94-43ab-bd7c-9e55571b45ce {
  display: none;
}
#s-30e724eb-cd23-4d78-ac44-2766ded10e98 { text-align: left; }
#s-bbabccad-b21b-40b9-8872-08dd36fbb75e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bbabccad-b21b-40b9-8872-08dd36fbb75e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2b1ef56d-414b-452a-a39b-73bdcecb955d { text-align: left; }
#s-2b1ef56d-414b-452a-a39b-73bdcecb955d .shg-product-sold-out {
  display: none;
}

#s-2b1ef56d-414b-452a-a39b-73bdcecb955d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2b1ef56d-414b-452a-a39b-73bdcecb955d .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-a07eba8e-5fb0-404f-9aa4-9e0b528c8bc5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a07eba8e-5fb0-404f-9aa4-9e0b528c8bc5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a07eba8e-5fb0-404f-9aa4-9e0b528c8bc5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a07eba8e-5fb0-404f-9aa4-9e0b528c8bc5 {
  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-a07eba8e-5fb0-404f-9aa4-9e0b528c8bc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a07eba8e-5fb0-404f-9aa4-9e0b528c8bc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a07eba8e-5fb0-404f-9aa4-9e0b528c8bc5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a9b60ce1-0875-43d6-8e15-19baece3a2ce {
  display: none;
}
#s-7a55c980-f8d7-49b8-890b-26511afede07 { text-align: left; }
#s-66c8355c-3346-4d31-9e7b-b8bb9083f70b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-66c8355c-3346-4d31-9e7b-b8bb9083f70b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-14633b5a-fa4c-49a3-8105-779ec2c35325 { text-align: left; }
#s-14633b5a-fa4c-49a3-8105-779ec2c35325 .shg-product-sold-out {
  display: none;
}

#s-14633b5a-fa4c-49a3-8105-779ec2c35325 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-14633b5a-fa4c-49a3-8105-779ec2c35325 .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-9e2df725-241e-4cff-b47d-ad5e9a6d3a1e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9e2df725-241e-4cff-b47d-ad5e9a6d3a1e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9e2df725-241e-4cff-b47d-ad5e9a6d3a1e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9e2df725-241e-4cff-b47d-ad5e9a6d3a1e {
  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-9e2df725-241e-4cff-b47d-ad5e9a6d3a1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e2df725-241e-4cff-b47d-ad5e9a6d3a1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9e2df725-241e-4cff-b47d-ad5e9a6d3a1e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-95c18e93-1f20-4dae-9cac-3e9501482af9 {
  display: none;
}
#s-73e0ffcd-ad54-453c-aaad-bac2eabfa415 { text-align: left; }
#s-282fcbe6-3518-4b2c-874a-50cea46c618a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-282fcbe6-3518-4b2c-874a-50cea46c618a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6ee64e79-94e8-49a6-94b9-0e0bacb2eab6 { text-align: left; }
#s-6ee64e79-94e8-49a6-94b9-0e0bacb2eab6 .shg-product-sold-out {
  display: none;
}

#s-6ee64e79-94e8-49a6-94b9-0e0bacb2eab6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6ee64e79-94e8-49a6-94b9-0e0bacb2eab6 .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-e6529741-e9cc-489d-a8aa-b35c0626feb4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e6529741-e9cc-489d-a8aa-b35c0626feb4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e6529741-e9cc-489d-a8aa-b35c0626feb4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e6529741-e9cc-489d-a8aa-b35c0626feb4 {
  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-e6529741-e9cc-489d-a8aa-b35c0626feb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6529741-e9cc-489d-a8aa-b35c0626feb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e6529741-e9cc-489d-a8aa-b35c0626feb4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c736786f-9f80-4b35-af0e-ec43006aaca6 {
  display: none;
}
#s-b367ef43-9faa-43c4-9085-c56cd158937f { text-align: left; }
#s-bccdf017-efea-40ee-b9a0-b437088bf8f4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bccdf017-efea-40ee-b9a0-b437088bf8f4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5325d074-e654-48c3-98fe-61dc1b9a52ef { text-align: left; }
#s-5325d074-e654-48c3-98fe-61dc1b9a52ef .shg-product-sold-out {
  display: none;
}

#s-5325d074-e654-48c3-98fe-61dc1b9a52ef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5325d074-e654-48c3-98fe-61dc1b9a52ef .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-a3e69b8a-2948-4c0b-a93d-c474ec0e169d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a3e69b8a-2948-4c0b-a93d-c474ec0e169d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a3e69b8a-2948-4c0b-a93d-c474ec0e169d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a3e69b8a-2948-4c0b-a93d-c474ec0e169d {
  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-a3e69b8a-2948-4c0b-a93d-c474ec0e169d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3e69b8a-2948-4c0b-a93d-c474ec0e169d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a3e69b8a-2948-4c0b-a93d-c474ec0e169d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2a3232b1-5170-4360-a87a-b2a715768df8 {
  display: none;
}
#s-f83153da-0c1d-4ad4-9e17-f190a54a373f { text-align: left; }
#s-0c4d05bb-16b9-4dcf-8703-f2dd10a0c969 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0c4d05bb-16b9-4dcf-8703-f2dd10a0c969 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4cc79557-75ce-45f3-88bc-6de73785e0f0 { text-align: left; }
#s-4cc79557-75ce-45f3-88bc-6de73785e0f0 .shg-product-sold-out {
  display: none;
}

#s-4cc79557-75ce-45f3-88bc-6de73785e0f0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4cc79557-75ce-45f3-88bc-6de73785e0f0 .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-9f976c56-37d0-4a9e-9e48-a6b5d12a43a6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9f976c56-37d0-4a9e-9e48-a6b5d12a43a6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9f976c56-37d0-4a9e-9e48-a6b5d12a43a6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9f976c56-37d0-4a9e-9e48-a6b5d12a43a6 {
  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-9f976c56-37d0-4a9e-9e48-a6b5d12a43a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f976c56-37d0-4a9e-9e48-a6b5d12a43a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9f976c56-37d0-4a9e-9e48-a6b5d12a43a6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ce5bd9b4-54fe-4651-803b-9c8db7da4759 {
  display: none;
}
#s-fe0dc240-d5ae-434e-b5d9-6e8968b15334 { text-align: left; }
#s-b37a8726-cfdc-4146-9fa2-372becb0eca8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b37a8726-cfdc-4146-9fa2-372becb0eca8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-deea8c1c-6dc8-45a9-b26d-795744d2f476 { text-align: left; }
#s-deea8c1c-6dc8-45a9-b26d-795744d2f476 .shg-product-sold-out {
  display: none;
}

#s-deea8c1c-6dc8-45a9-b26d-795744d2f476 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-deea8c1c-6dc8-45a9-b26d-795744d2f476 .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-e1230fa0-0da5-4a4f-98e5-0182205b7fb9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e1230fa0-0da5-4a4f-98e5-0182205b7fb9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e1230fa0-0da5-4a4f-98e5-0182205b7fb9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e1230fa0-0da5-4a4f-98e5-0182205b7fb9 {
  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-e1230fa0-0da5-4a4f-98e5-0182205b7fb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1230fa0-0da5-4a4f-98e5-0182205b7fb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e1230fa0-0da5-4a4f-98e5-0182205b7fb9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f431f64a-7192-4cfd-af2a-4d49da57a55a {
  display: none;
}
#s-12f1b01c-ff6f-4a4d-85e3-041a70a3132d { text-align: left; }
#s-25fe3dae-b36f-42e2-87b2-1f17e4665239 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-25fe3dae-b36f-42e2-87b2-1f17e4665239 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2381b2dc-1a4f-4c78-99d0-c7173ee8de01 { text-align: left; }
#s-2381b2dc-1a4f-4c78-99d0-c7173ee8de01 .shg-product-sold-out {
  display: none;
}

#s-2381b2dc-1a4f-4c78-99d0-c7173ee8de01 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2381b2dc-1a4f-4c78-99d0-c7173ee8de01 .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-d2602ad6-de6d-4bf6-9984-55a0c8697615 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d2602ad6-de6d-4bf6-9984-55a0c8697615:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d2602ad6-de6d-4bf6-9984-55a0c8697615:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d2602ad6-de6d-4bf6-9984-55a0c8697615 {
  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-d2602ad6-de6d-4bf6-9984-55a0c8697615.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2602ad6-de6d-4bf6-9984-55a0c8697615.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d2602ad6-de6d-4bf6-9984-55a0c8697615.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-add01b77-deba-4ff1-862d-5fce9b5f3fae {
  display: none;
}
#s-ad0206f3-152e-4bff-b89b-fc19f528f170 { text-align: left; }
#s-509562e5-157f-4a3c-8bee-b85548fe504d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-509562e5-157f-4a3c-8bee-b85548fe504d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-63821364-7641-438f-8c8b-b2254d9f996d { text-align: left; }
#s-63821364-7641-438f-8c8b-b2254d9f996d .shg-product-sold-out {
  display: none;
}

#s-63821364-7641-438f-8c8b-b2254d9f996d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-63821364-7641-438f-8c8b-b2254d9f996d .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-a5f55438-3c81-4c82-be65-c04f2b3b9b00 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a5f55438-3c81-4c82-be65-c04f2b3b9b00:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a5f55438-3c81-4c82-be65-c04f2b3b9b00:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a5f55438-3c81-4c82-be65-c04f2b3b9b00 {
  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-a5f55438-3c81-4c82-be65-c04f2b3b9b00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5f55438-3c81-4c82-be65-c04f2b3b9b00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a5f55438-3c81-4c82-be65-c04f2b3b9b00.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-35ecd43b-d966-4ad9-954e-288e8d8693ab {
  display: none;
}
#s-bf7b9971-c2a6-4514-baba-ffb50c31b307 { text-align: left; }
#s-706def97-bca4-42d3-86fe-6594bfbd6a99 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-706def97-bca4-42d3-86fe-6594bfbd6a99 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cae0fa0b-3f93-41ad-ab81-2a38ca93215f { text-align: left; }
#s-cae0fa0b-3f93-41ad-ab81-2a38ca93215f .shg-product-sold-out {
  display: none;
}

#s-cae0fa0b-3f93-41ad-ab81-2a38ca93215f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cae0fa0b-3f93-41ad-ab81-2a38ca93215f .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-2376a9c1-541e-4491-9457-5e6d72ac615a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2376a9c1-541e-4491-9457-5e6d72ac615a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2376a9c1-541e-4491-9457-5e6d72ac615a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2376a9c1-541e-4491-9457-5e6d72ac615a {
  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-2376a9c1-541e-4491-9457-5e6d72ac615a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2376a9c1-541e-4491-9457-5e6d72ac615a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2376a9c1-541e-4491-9457-5e6d72ac615a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c0e25f06-ee78-40a3-8ada-7e086334998c {
  display: none;
}
#s-85f576fa-a215-4d47-b0ad-393c128c6d53 { text-align: left; }
#s-0323df57-64bb-4d57-a4f5-30e90a776eff { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0323df57-64bb-4d57-a4f5-30e90a776eff .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-748a7903-adb5-4fec-ad2d-a376a31e2ad1 { text-align: left; }
#s-748a7903-adb5-4fec-ad2d-a376a31e2ad1 .shg-product-sold-out {
  display: none;
}

#s-748a7903-adb5-4fec-ad2d-a376a31e2ad1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-748a7903-adb5-4fec-ad2d-a376a31e2ad1 .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-1b0f3eb1-7d89-40ad-a498-138d01eaec60 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1b0f3eb1-7d89-40ad-a498-138d01eaec60:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1b0f3eb1-7d89-40ad-a498-138d01eaec60:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1b0f3eb1-7d89-40ad-a498-138d01eaec60 {
  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-1b0f3eb1-7d89-40ad-a498-138d01eaec60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b0f3eb1-7d89-40ad-a498-138d01eaec60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1b0f3eb1-7d89-40ad-a498-138d01eaec60.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;
}
