.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-6c078b8d-f4b5-4140-9ba8-9fb2739ed084 {
  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-62c1b35c-3635-4aa3-b878-785fa48007ef { margin-top: 40px; }
#s-62c1b35c-3635-4aa3-b878-785fa48007ef .shogun-tabs {
  justify-content: center;
}


  #s-62c1b35c-3635-4aa3-b878-785fa48007ef .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-62c1b35c-3635-4aa3-b878-785fa48007ef .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-62c1b35c-3635-4aa3-b878-785fa48007ef .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-62c1b35c-3635-4aa3-b878-785fa48007ef .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-62c1b35c-3635-4aa3-b878-785fa48007ef .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-62c1b35c-3635-4aa3-b878-785fa48007ef .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-62c1b35c-3635-4aa3-b878-785fa48007ef .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-1b5e0aa2-03e4-4faf-9005-8949f12e5963 { padding-top: 10px;
padding-bottom: 10px; }
 #s-1b5e0aa2-03e4-4faf-9005-8949f12e5963 .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-875399e2-63b9-48f4-b713-c9a8a6dbf5af .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-875399e2-63b9-48f4-b713-c9a8a6dbf5af .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-875399e2-63b9-48f4-b713-c9a8a6dbf5af .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-875399e2-63b9-48f4-b713-c9a8a6dbf5af .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-875399e2-63b9-48f4-b713-c9a8a6dbf5af .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-875399e2-63b9-48f4-b713-c9a8a6dbf5af .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-875399e2-63b9-48f4-b713-c9a8a6dbf5af .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-875399e2-63b9-48f4-b713-c9a8a6dbf5af .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-875399e2-63b9-48f4-b713-c9a8a6dbf5af .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-bb7cc791-1bc7-46df-a78d-5c7f30f91af0 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bb7cc791-1bc7-46df-a78d-5c7f30f91af0"] > .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-78ec2146-ceb7-46d5-8818-a7ba78ce1402 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-b19b6aaf-3232-452b-b6c0-d7cf6b8398f4 { 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-89efe063-6e58-4324-a98f-3b4a4050ed22 { 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-89efe063-6e58-4324-a98f-3b4a4050ed22: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-89efe063-6e58-4324-a98f-3b4a4050ed22: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-89efe063-6e58-4324-a98f-3b4a4050ed22.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-ff88a114-6524-4a27-94db-735b959b5c2b { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-253365a9-be1c-4ba2-a784-98a5fa4cd8c8 { 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-bd7392f9-ba1b-4141-a145-266addcdd35a { 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-bd7392f9-ba1b-4141-a145-266addcdd35a: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-bd7392f9-ba1b-4141-a145-266addcdd35a: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-bd7392f9-ba1b-4141-a145-266addcdd35a.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-41308bcb-1ef6-47fe-b654-587dc6c8783d { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-ff8a5c05-e100-4d30-8553-7b3bd2de60eb { 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-4310fe3b-cf89-4e2e-9209-ae5e176dfaf2 { 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-4310fe3b-cf89-4e2e-9209-ae5e176dfaf2: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-4310fe3b-cf89-4e2e-9209-ae5e176dfaf2: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-4310fe3b-cf89-4e2e-9209-ae5e176dfaf2.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-abd72629-9897-4ea9-9b8b-68734e781a2f { min-height: 50px; }
#s-abd72629-9897-4ea9-9b8b-68734e781a2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6b3f4f94-8ff2-4bc0-b008-72b483878cad { 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-6b3f4f94-8ff2-4bc0-b008-72b483878cad .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-54ebee8c-8d9b-49a8-9a5e-b2a5156f0033 {
  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-21f3bac3-d91b-4069-931a-c858b1c942be { 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-a88202de-4c04-40f2-90ce-e185bde572e1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a88202de-4c04-40f2-90ce-e185bde572e1 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b0bc9f05-12f3-4cc8-8acd-0e75be8b3de4 {
  display: none;
}
#s-0e6b8a08-6365-4548-920a-a452500dcbe5 { text-align: left; }
#s-b824e313-332a-4124-a4d7-08ea42d07f51 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b824e313-332a-4124-a4d7-08ea42d07f51 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ed0c9aca-937c-4e49-ad00-78ed8f37cee5 {
  display: none;
}
#s-f8238e51-c307-4f20-b494-2129c6dfcdfb { text-align: left; }
#s-45dc7aef-ea51-4d32-8e95-c18f01fdfc0f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-45dc7aef-ea51-4d32-8e95-c18f01fdfc0f .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f765d401-bf34-4238-af66-d3c7848c9d82 {
  display: none;
}
#s-02674e9a-7217-4f22-a070-8c3b727ad8a7 { text-align: left; }
#s-cf1edda3-e575-48be-9763-d9c510e2fc89 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cf1edda3-e575-48be-9763-d9c510e2fc89 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-502cb109-8d31-45fe-bfe9-ff4d3f880b75 {
  display: none;
}
#s-ba98c5c0-d0a8-4584-ad06-4bcaa86af892 { text-align: left; }
#s-1b290df2-bc1f-48ff-a921-8f3fa5492229 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1b290df2-bc1f-48ff-a921-8f3fa5492229 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-086d8424-2ec5-4058-9fcf-3b41a5ba8a03 { text-align: left; }
#s-086d8424-2ec5-4058-9fcf-3b41a5ba8a03 .shg-product-sold-out {
  display: none;
}

#s-086d8424-2ec5-4058-9fcf-3b41a5ba8a03 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-086d8424-2ec5-4058-9fcf-3b41a5ba8a03 .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-f4994885-6815-41da-8b39-90517f31eda4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f4994885-6815-41da-8b39-90517f31eda4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f4994885-6815-41da-8b39-90517f31eda4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f4994885-6815-41da-8b39-90517f31eda4 {
  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-f4994885-6815-41da-8b39-90517f31eda4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4994885-6815-41da-8b39-90517f31eda4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f4994885-6815-41da-8b39-90517f31eda4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0c0346f0-f660-45c3-b369-0304c18e6b0d {
  display: none;
}
#s-4dfa6877-8013-4168-ae34-e2059c65702a { text-align: left; }
#s-3c2d4297-79eb-436e-beaf-b221fc33d207 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3c2d4297-79eb-436e-beaf-b221fc33d207 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c73e296d-1e79-4315-8778-a2fcbc476745 { text-align: left; }
#s-c73e296d-1e79-4315-8778-a2fcbc476745 .shg-product-sold-out {
  display: none;
}

#s-c73e296d-1e79-4315-8778-a2fcbc476745 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c73e296d-1e79-4315-8778-a2fcbc476745 .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-2c71980c-39eb-49f7-8b70-843298b020fe { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2c71980c-39eb-49f7-8b70-843298b020fe:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2c71980c-39eb-49f7-8b70-843298b020fe:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2c71980c-39eb-49f7-8b70-843298b020fe {
  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-2c71980c-39eb-49f7-8b70-843298b020fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c71980c-39eb-49f7-8b70-843298b020fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2c71980c-39eb-49f7-8b70-843298b020fe.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b94626f2-b650-4c92-b7dd-369f5795d7b3 {
  display: none;
}
#s-030c4e2d-f1cc-48ba-8dab-91eaaca383b8 { text-align: left; }
#s-60c2bc13-f3f4-4c46-bf46-3759b0d3e407 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-60c2bc13-f3f4-4c46-bf46-3759b0d3e407 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cc6c6901-1dba-4e97-8b86-31c39a6ee72b { text-align: left; }
#s-cc6c6901-1dba-4e97-8b86-31c39a6ee72b .shg-product-sold-out {
  display: none;
}

#s-cc6c6901-1dba-4e97-8b86-31c39a6ee72b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cc6c6901-1dba-4e97-8b86-31c39a6ee72b .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-6bd4a1e9-4d4c-471b-a5bd-fb5451ce6333 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6bd4a1e9-4d4c-471b-a5bd-fb5451ce6333:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6bd4a1e9-4d4c-471b-a5bd-fb5451ce6333:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6bd4a1e9-4d4c-471b-a5bd-fb5451ce6333 {
  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-6bd4a1e9-4d4c-471b-a5bd-fb5451ce6333.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6bd4a1e9-4d4c-471b-a5bd-fb5451ce6333.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6bd4a1e9-4d4c-471b-a5bd-fb5451ce6333.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-dd866725-116d-44b7-9ec5-977de14d5c60 {
  display: none;
}
#s-16ffdfe6-ef96-49c1-a4f3-4e876f5889a8 { text-align: left; }
#s-d50ef3c6-8533-4a33-981e-0cb6503ffa68 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d50ef3c6-8533-4a33-981e-0cb6503ffa68 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7e4436a6-0d61-4ade-a755-7bc9bb0cdaf3 { text-align: left; }
#s-7e4436a6-0d61-4ade-a755-7bc9bb0cdaf3 .shg-product-sold-out {
  display: none;
}

#s-7e4436a6-0d61-4ade-a755-7bc9bb0cdaf3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7e4436a6-0d61-4ade-a755-7bc9bb0cdaf3 .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-0388b057-4781-4bc0-bc93-fbaa800b65a5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0388b057-4781-4bc0-bc93-fbaa800b65a5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0388b057-4781-4bc0-bc93-fbaa800b65a5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0388b057-4781-4bc0-bc93-fbaa800b65a5 {
  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-0388b057-4781-4bc0-bc93-fbaa800b65a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0388b057-4781-4bc0-bc93-fbaa800b65a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0388b057-4781-4bc0-bc93-fbaa800b65a5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-26b5f8c9-6863-434d-a349-d4ff6059d3d6 {
  display: none;
}
#s-0d66b73c-f72f-4138-927c-7e2f227c97e8 { text-align: left; }
#s-23b44d78-50cb-4984-93c1-e799bc450ebf { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-23b44d78-50cb-4984-93c1-e799bc450ebf .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f2388d62-2d48-471f-9be4-f8e7f5cb3415 { text-align: left; }
#s-f2388d62-2d48-471f-9be4-f8e7f5cb3415 .shg-product-sold-out {
  display: none;
}

#s-f2388d62-2d48-471f-9be4-f8e7f5cb3415 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f2388d62-2d48-471f-9be4-f8e7f5cb3415 .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-c18c3264-2ba2-4734-9acc-43ca3d6a1f3d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c18c3264-2ba2-4734-9acc-43ca3d6a1f3d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c18c3264-2ba2-4734-9acc-43ca3d6a1f3d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c18c3264-2ba2-4734-9acc-43ca3d6a1f3d {
  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-c18c3264-2ba2-4734-9acc-43ca3d6a1f3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c18c3264-2ba2-4734-9acc-43ca3d6a1f3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c18c3264-2ba2-4734-9acc-43ca3d6a1f3d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5e6d229a-3cc0-431b-90c5-c454664e3c53 {
  display: none;
}
#s-3a985024-a3ff-4c08-87f6-2b9704a00be3 { text-align: left; }
#s-7711fac7-531e-41a3-ae71-c6dc69396c45 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7711fac7-531e-41a3-ae71-c6dc69396c45 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a4dcc2f3-4c10-41e2-b80e-71e7b0709c69 { text-align: left; }
#s-a4dcc2f3-4c10-41e2-b80e-71e7b0709c69 .shg-product-sold-out {
  display: none;
}

#s-a4dcc2f3-4c10-41e2-b80e-71e7b0709c69 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a4dcc2f3-4c10-41e2-b80e-71e7b0709c69 .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-d785a6fc-7a02-4c6c-9e17-2d50dd7ea92b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d785a6fc-7a02-4c6c-9e17-2d50dd7ea92b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d785a6fc-7a02-4c6c-9e17-2d50dd7ea92b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d785a6fc-7a02-4c6c-9e17-2d50dd7ea92b {
  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-d785a6fc-7a02-4c6c-9e17-2d50dd7ea92b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d785a6fc-7a02-4c6c-9e17-2d50dd7ea92b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d785a6fc-7a02-4c6c-9e17-2d50dd7ea92b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a61077e2-87e0-487f-a3f5-5ddaf80d5d8f {
  display: none;
}
#s-0683a698-439c-4af9-b0de-9d8d098036fe { text-align: left; }
#s-54683cc9-f6e5-422b-b2c8-3ba523a6e530 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-54683cc9-f6e5-422b-b2c8-3ba523a6e530 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-71808a75-e519-44a6-bd35-f32268e9203b { text-align: left; }
#s-71808a75-e519-44a6-bd35-f32268e9203b .shg-product-sold-out {
  display: none;
}

#s-71808a75-e519-44a6-bd35-f32268e9203b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-71808a75-e519-44a6-bd35-f32268e9203b .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-7cc791d3-54df-4e9f-9741-1a6dfaedf2f9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7cc791d3-54df-4e9f-9741-1a6dfaedf2f9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7cc791d3-54df-4e9f-9741-1a6dfaedf2f9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7cc791d3-54df-4e9f-9741-1a6dfaedf2f9 {
  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-7cc791d3-54df-4e9f-9741-1a6dfaedf2f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cc791d3-54df-4e9f-9741-1a6dfaedf2f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7cc791d3-54df-4e9f-9741-1a6dfaedf2f9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cb32329e-4bab-4e40-afe3-9cf193316095 {
  display: none;
}
#s-37b7b31f-9f4b-4ae3-a8b2-12687a112cd0 { text-align: left; }
#s-f091292f-453f-4e3e-bace-e6592e443a75 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f091292f-453f-4e3e-bace-e6592e443a75 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-033e8e4e-06df-4b1d-99f9-e82675469aba { text-align: left; }
#s-033e8e4e-06df-4b1d-99f9-e82675469aba .shg-product-sold-out {
  display: none;
}

#s-033e8e4e-06df-4b1d-99f9-e82675469aba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-033e8e4e-06df-4b1d-99f9-e82675469aba .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-31b82567-d7d9-45c3-988e-0f2ae7161900 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-31b82567-d7d9-45c3-988e-0f2ae7161900:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-31b82567-d7d9-45c3-988e-0f2ae7161900:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-31b82567-d7d9-45c3-988e-0f2ae7161900 {
  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-31b82567-d7d9-45c3-988e-0f2ae7161900.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31b82567-d7d9-45c3-988e-0f2ae7161900.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-31b82567-d7d9-45c3-988e-0f2ae7161900.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-94686064-4225-415c-9276-eae3a9c55394 {
  display: none;
}
#s-fa7208cd-c258-4747-ba94-b991eca2048f { text-align: left; }
#s-cd7b3065-7a27-43a6-8e78-0f93bdc5ba98 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cd7b3065-7a27-43a6-8e78-0f93bdc5ba98 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ead5a514-7dcd-439b-9ce6-78173b1c7fe2 { text-align: left; }
#s-ead5a514-7dcd-439b-9ce6-78173b1c7fe2 .shg-product-sold-out {
  display: none;
}

#s-ead5a514-7dcd-439b-9ce6-78173b1c7fe2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ead5a514-7dcd-439b-9ce6-78173b1c7fe2 .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-6860ae79-cd75-4685-9d5f-e72f00175386 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6860ae79-cd75-4685-9d5f-e72f00175386:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6860ae79-cd75-4685-9d5f-e72f00175386:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6860ae79-cd75-4685-9d5f-e72f00175386 {
  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-6860ae79-cd75-4685-9d5f-e72f00175386.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6860ae79-cd75-4685-9d5f-e72f00175386.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6860ae79-cd75-4685-9d5f-e72f00175386.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9afa774e-e831-40f3-b0a4-7950802a0e0b {
  display: none;
}
#s-a5f685e9-0094-438c-b4d4-da9d6b9bfa04 { text-align: left; }
#s-390a1b56-8774-4886-b650-64a3bf8a7b86 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-390a1b56-8774-4886-b650-64a3bf8a7b86 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a6ea8231-4cf5-47dc-a44a-f1ec5e2317c9 { text-align: left; }
#s-a6ea8231-4cf5-47dc-a44a-f1ec5e2317c9 .shg-product-sold-out {
  display: none;
}

#s-a6ea8231-4cf5-47dc-a44a-f1ec5e2317c9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a6ea8231-4cf5-47dc-a44a-f1ec5e2317c9 .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-9e2d2e61-8d1e-461f-a144-e0d1002031af { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9e2d2e61-8d1e-461f-a144-e0d1002031af:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9e2d2e61-8d1e-461f-a144-e0d1002031af:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9e2d2e61-8d1e-461f-a144-e0d1002031af {
  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-9e2d2e61-8d1e-461f-a144-e0d1002031af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e2d2e61-8d1e-461f-a144-e0d1002031af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9e2d2e61-8d1e-461f-a144-e0d1002031af.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e00ee5bd-92f4-486a-ba46-83dbd5943eb7 {
  display: none;
}
#s-ea2373f3-ffc4-4aeb-8306-44abda9484ac { text-align: left; }
#s-0e54b23b-b1e3-47f9-a24e-4cfd794aade0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0e54b23b-b1e3-47f9-a24e-4cfd794aade0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b0b25396-cfa0-4380-a82d-a774e6b5044c { text-align: left; }
#s-b0b25396-cfa0-4380-a82d-a774e6b5044c .shg-product-sold-out {
  display: none;
}

#s-b0b25396-cfa0-4380-a82d-a774e6b5044c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b0b25396-cfa0-4380-a82d-a774e6b5044c .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-f2abe06e-99f6-4fae-9b64-7e4e5ba8db03 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f2abe06e-99f6-4fae-9b64-7e4e5ba8db03:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f2abe06e-99f6-4fae-9b64-7e4e5ba8db03:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f2abe06e-99f6-4fae-9b64-7e4e5ba8db03 {
  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-f2abe06e-99f6-4fae-9b64-7e4e5ba8db03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2abe06e-99f6-4fae-9b64-7e4e5ba8db03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f2abe06e-99f6-4fae-9b64-7e4e5ba8db03.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9d984802-948b-4871-8261-9f1d7713b4a8 {
  display: none;
}
#s-9aa5c661-2d6b-47c4-89df-4410af1b65eb { text-align: left; }
#s-b7d42c1a-e30a-4fa1-b904-4a46a714ace4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b7d42c1a-e30a-4fa1-b904-4a46a714ace4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c7a4f8b1-bf24-4639-9be8-91f1b4440292 { text-align: left; }
#s-c7a4f8b1-bf24-4639-9be8-91f1b4440292 .shg-product-sold-out {
  display: none;
}

#s-c7a4f8b1-bf24-4639-9be8-91f1b4440292 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c7a4f8b1-bf24-4639-9be8-91f1b4440292 .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-a62f31c5-5ac9-457a-b012-f623685d80e1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a62f31c5-5ac9-457a-b012-f623685d80e1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a62f31c5-5ac9-457a-b012-f623685d80e1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a62f31c5-5ac9-457a-b012-f623685d80e1 {
  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-a62f31c5-5ac9-457a-b012-f623685d80e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a62f31c5-5ac9-457a-b012-f623685d80e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a62f31c5-5ac9-457a-b012-f623685d80e1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e7ddea5c-442f-47e6-8522-874b3d3b2bbd {
  display: none;
}
#s-21ac30ce-76eb-40d7-8fc1-db404473ec09 { text-align: left; }
#s-544dabbb-cdf9-4ff6-af85-98860e54ae78 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-544dabbb-cdf9-4ff6-af85-98860e54ae78 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d49e4170-545c-470b-aa50-7b0a8d71a00b { text-align: left; }
#s-d49e4170-545c-470b-aa50-7b0a8d71a00b .shg-product-sold-out {
  display: none;
}

#s-d49e4170-545c-470b-aa50-7b0a8d71a00b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d49e4170-545c-470b-aa50-7b0a8d71a00b .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-35c3cf13-4f6e-4ed4-8429-0e025ce20bdd { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-35c3cf13-4f6e-4ed4-8429-0e025ce20bdd:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-35c3cf13-4f6e-4ed4-8429-0e025ce20bdd:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-35c3cf13-4f6e-4ed4-8429-0e025ce20bdd {
  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-35c3cf13-4f6e-4ed4-8429-0e025ce20bdd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35c3cf13-4f6e-4ed4-8429-0e025ce20bdd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-35c3cf13-4f6e-4ed4-8429-0e025ce20bdd.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e490167f-3620-470a-b0a3-4daeb3aaebd3 {
  display: none;
}
#s-be1c874b-48ba-4f5e-91e7-8378ffacac24 { text-align: left; }
#s-15c5053c-5949-4706-9f20-927f144b6e6b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-15c5053c-5949-4706-9f20-927f144b6e6b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-641841b7-7015-4667-af71-f773973fca30 { text-align: left; }
#s-641841b7-7015-4667-af71-f773973fca30 .shg-product-sold-out {
  display: none;
}

#s-641841b7-7015-4667-af71-f773973fca30 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-641841b7-7015-4667-af71-f773973fca30 .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-75d984c6-c4c8-4bab-8707-9b094c904ccc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-75d984c6-c4c8-4bab-8707-9b094c904ccc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-75d984c6-c4c8-4bab-8707-9b094c904ccc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-75d984c6-c4c8-4bab-8707-9b094c904ccc {
  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-75d984c6-c4c8-4bab-8707-9b094c904ccc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75d984c6-c4c8-4bab-8707-9b094c904ccc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-75d984c6-c4c8-4bab-8707-9b094c904ccc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2b437c15-c873-4699-b274-b571d14bff54 {
  display: none;
}
#s-30ddbdb1-5b50-4a59-b9f7-a4e267c7f40e { text-align: left; }
#s-fb7d4d12-b0ed-44b9-9931-7a4134002a60 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fb7d4d12-b0ed-44b9-9931-7a4134002a60 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-853f79e5-c050-4244-815d-6bd896a59b98 { text-align: left; }
#s-853f79e5-c050-4244-815d-6bd896a59b98 .shg-product-sold-out {
  display: none;
}

#s-853f79e5-c050-4244-815d-6bd896a59b98 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-853f79e5-c050-4244-815d-6bd896a59b98 .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-42edb4a0-ea55-4c7e-b13e-cd5f1fa44981 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-42edb4a0-ea55-4c7e-b13e-cd5f1fa44981:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-42edb4a0-ea55-4c7e-b13e-cd5f1fa44981:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-42edb4a0-ea55-4c7e-b13e-cd5f1fa44981 {
  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-42edb4a0-ea55-4c7e-b13e-cd5f1fa44981.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42edb4a0-ea55-4c7e-b13e-cd5f1fa44981.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-42edb4a0-ea55-4c7e-b13e-cd5f1fa44981.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-dc98d7ae-5be7-4c91-9c03-a2dc8ab41e5d {
  display: none;
}
#s-eef1e005-22fb-4695-8e1a-67ef894ef7a8 { text-align: left; }
#s-15506ccf-0df2-4c51-acc5-2e8cd0cf7dd9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-15506ccf-0df2-4c51-acc5-2e8cd0cf7dd9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e74945cc-3935-4b25-87b7-4a322f31812d { text-align: left; }
#s-e74945cc-3935-4b25-87b7-4a322f31812d .shg-product-sold-out {
  display: none;
}

#s-e74945cc-3935-4b25-87b7-4a322f31812d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e74945cc-3935-4b25-87b7-4a322f31812d .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-7bb935f4-3fb3-431f-a316-857552b7c2ff { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7bb935f4-3fb3-431f-a316-857552b7c2ff:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7bb935f4-3fb3-431f-a316-857552b7c2ff:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7bb935f4-3fb3-431f-a316-857552b7c2ff {
  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-7bb935f4-3fb3-431f-a316-857552b7c2ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7bb935f4-3fb3-431f-a316-857552b7c2ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7bb935f4-3fb3-431f-a316-857552b7c2ff.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9c5e4763-2c29-43ae-91bb-b37a54023b74 {
  display: none;
}
#s-f1864a1e-917a-4395-b57e-ddb7851b1829 { text-align: left; }
#s-54e83ec2-1652-4397-be01-88544dcca20f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-54e83ec2-1652-4397-be01-88544dcca20f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d84c0068-b901-4c71-8ab2-620cd7d8ff78 { text-align: left; }
#s-d84c0068-b901-4c71-8ab2-620cd7d8ff78 .shg-product-sold-out {
  display: none;
}

#s-d84c0068-b901-4c71-8ab2-620cd7d8ff78 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d84c0068-b901-4c71-8ab2-620cd7d8ff78 .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-7a03b516-b7aa-40d8-a005-e28c7ba3a2b1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7a03b516-b7aa-40d8-a005-e28c7ba3a2b1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7a03b516-b7aa-40d8-a005-e28c7ba3a2b1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7a03b516-b7aa-40d8-a005-e28c7ba3a2b1 {
  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-7a03b516-b7aa-40d8-a005-e28c7ba3a2b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a03b516-b7aa-40d8-a005-e28c7ba3a2b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7a03b516-b7aa-40d8-a005-e28c7ba3a2b1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4feb81ed-6146-427f-9552-a9acaf64b3f7 {
  display: none;
}
#s-418e5bd8-21b9-4d26-b672-3383d3a87414 { text-align: left; }
#s-1f760493-6866-4040-b0aa-906fc6653db9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1f760493-6866-4040-b0aa-906fc6653db9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0eb2d017-71e0-432c-856a-8f9fc5f19b5f { text-align: left; }
#s-0eb2d017-71e0-432c-856a-8f9fc5f19b5f .shg-product-sold-out {
  display: none;
}

#s-0eb2d017-71e0-432c-856a-8f9fc5f19b5f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0eb2d017-71e0-432c-856a-8f9fc5f19b5f .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-9d7c2727-2085-4a29-838b-47a02dfd2eaf { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9d7c2727-2085-4a29-838b-47a02dfd2eaf:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9d7c2727-2085-4a29-838b-47a02dfd2eaf:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9d7c2727-2085-4a29-838b-47a02dfd2eaf {
  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-9d7c2727-2085-4a29-838b-47a02dfd2eaf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d7c2727-2085-4a29-838b-47a02dfd2eaf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9d7c2727-2085-4a29-838b-47a02dfd2eaf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-50b29330-bd90-42ca-bfcc-a07cb8db9bbe {
  display: none;
}
#s-b7ace566-6c2f-4d9c-a8a3-357f8b885845 { text-align: left; }
#s-72b55203-09c1-40f3-827e-8e443e2f237b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-72b55203-09c1-40f3-827e-8e443e2f237b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-857d4007-3890-4485-b118-1f7b28e1e0e8 { text-align: left; }
#s-857d4007-3890-4485-b118-1f7b28e1e0e8 .shg-product-sold-out {
  display: none;
}

#s-857d4007-3890-4485-b118-1f7b28e1e0e8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-857d4007-3890-4485-b118-1f7b28e1e0e8 .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-ae767541-8ef0-49de-93a5-adbf99b7fbad { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ae767541-8ef0-49de-93a5-adbf99b7fbad:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ae767541-8ef0-49de-93a5-adbf99b7fbad:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ae767541-8ef0-49de-93a5-adbf99b7fbad {
  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-ae767541-8ef0-49de-93a5-adbf99b7fbad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae767541-8ef0-49de-93a5-adbf99b7fbad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ae767541-8ef0-49de-93a5-adbf99b7fbad.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3eacbd4c-75e6-4fa0-8112-c1c037f5dbe3 {
  display: none;
}
#s-665bfe85-f83b-4a7c-8686-e1546b70a5db { text-align: left; }
#s-685b90f4-4cc5-484c-b62a-caca96e131ff { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-685b90f4-4cc5-484c-b62a-caca96e131ff .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-add9b00e-d756-4d78-891e-595385600d61 { text-align: left; }
#s-add9b00e-d756-4d78-891e-595385600d61 .shg-product-sold-out {
  display: none;
}

#s-add9b00e-d756-4d78-891e-595385600d61 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-add9b00e-d756-4d78-891e-595385600d61 .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-382e21bf-8015-4797-8abb-01be7a32f72c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-382e21bf-8015-4797-8abb-01be7a32f72c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-382e21bf-8015-4797-8abb-01be7a32f72c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-382e21bf-8015-4797-8abb-01be7a32f72c {
  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-382e21bf-8015-4797-8abb-01be7a32f72c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-382e21bf-8015-4797-8abb-01be7a32f72c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-382e21bf-8015-4797-8abb-01be7a32f72c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-87729805-a290-4c97-adfa-62004c938386 {
  display: none;
}
#s-f84f5c52-402d-4120-87af-6ed2ed95d55b { text-align: left; }
#s-45bfef82-4c4e-4665-a70b-35d89d7160e1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-45bfef82-4c4e-4665-a70b-35d89d7160e1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-872439d4-bbb1-4af2-8c29-59045acca5f0 { text-align: left; }
#s-872439d4-bbb1-4af2-8c29-59045acca5f0 .shg-product-sold-out {
  display: none;
}

#s-872439d4-bbb1-4af2-8c29-59045acca5f0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-872439d4-bbb1-4af2-8c29-59045acca5f0 .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-1f7671bc-023a-4a07-88af-fcdcd0ee5287 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1f7671bc-023a-4a07-88af-fcdcd0ee5287:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1f7671bc-023a-4a07-88af-fcdcd0ee5287:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1f7671bc-023a-4a07-88af-fcdcd0ee5287 {
  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-1f7671bc-023a-4a07-88af-fcdcd0ee5287.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f7671bc-023a-4a07-88af-fcdcd0ee5287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1f7671bc-023a-4a07-88af-fcdcd0ee5287.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c27028c9-c732-4e17-b61a-8afdfce7f0d9 {
  display: none;
}
#s-cf91f3a7-41aa-484b-961c-3fd7cbf85d4a { text-align: left; }
#s-ee403b03-bd40-46ce-830d-a99384299cc3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ee403b03-bd40-46ce-830d-a99384299cc3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7b877e75-c25e-4138-880a-f8552ca33b44 { text-align: left; }
#s-7b877e75-c25e-4138-880a-f8552ca33b44 .shg-product-sold-out {
  display: none;
}

#s-7b877e75-c25e-4138-880a-f8552ca33b44 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7b877e75-c25e-4138-880a-f8552ca33b44 .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-7591d6fb-14af-450b-9aab-91d6eb2f648e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7591d6fb-14af-450b-9aab-91d6eb2f648e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7591d6fb-14af-450b-9aab-91d6eb2f648e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7591d6fb-14af-450b-9aab-91d6eb2f648e {
  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-7591d6fb-14af-450b-9aab-91d6eb2f648e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7591d6fb-14af-450b-9aab-91d6eb2f648e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7591d6fb-14af-450b-9aab-91d6eb2f648e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d0772553-78ba-49db-b851-f7b51468dd21 {
  display: none;
}
#s-1213dc12-8767-44fa-b06f-e623f6b96d80 { text-align: left; }
#s-d7009a6a-46e1-4020-aba7-0518a016e539 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d7009a6a-46e1-4020-aba7-0518a016e539 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b7f8f161-7385-4ff5-bd9d-3c0459290cb0 { text-align: left; }
#s-b7f8f161-7385-4ff5-bd9d-3c0459290cb0 .shg-product-sold-out {
  display: none;
}

#s-b7f8f161-7385-4ff5-bd9d-3c0459290cb0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b7f8f161-7385-4ff5-bd9d-3c0459290cb0 .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-2d7064ad-4fb2-4654-9476-7333a6daea56 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2d7064ad-4fb2-4654-9476-7333a6daea56:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2d7064ad-4fb2-4654-9476-7333a6daea56:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2d7064ad-4fb2-4654-9476-7333a6daea56 {
  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-2d7064ad-4fb2-4654-9476-7333a6daea56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d7064ad-4fb2-4654-9476-7333a6daea56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2d7064ad-4fb2-4654-9476-7333a6daea56.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e93037fe-65e3-404f-a621-dcb524425703 {
  display: none;
}
#s-ee91ad9c-88dd-48a5-91fe-02d8b226c088 { text-align: left; }
#s-696280cb-1733-4a76-ab23-a5873e64c9e5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-696280cb-1733-4a76-ab23-a5873e64c9e5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f77314cb-3e25-4c9c-be41-9bc6e4405347 { text-align: left; }
#s-f77314cb-3e25-4c9c-be41-9bc6e4405347 .shg-product-sold-out {
  display: none;
}

#s-f77314cb-3e25-4c9c-be41-9bc6e4405347 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f77314cb-3e25-4c9c-be41-9bc6e4405347 .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-bb7b4585-0df4-4a7a-adcc-519489bed9d7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bb7b4585-0df4-4a7a-adcc-519489bed9d7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bb7b4585-0df4-4a7a-adcc-519489bed9d7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bb7b4585-0df4-4a7a-adcc-519489bed9d7 {
  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-bb7b4585-0df4-4a7a-adcc-519489bed9d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb7b4585-0df4-4a7a-adcc-519489bed9d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bb7b4585-0df4-4a7a-adcc-519489bed9d7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-70b325c0-2f56-42b1-9580-406fbde1b6d0 {
  display: none;
}
#s-6e99db08-9a79-4644-abb7-61f0b6524d3b { text-align: left; }
#s-39eec7a1-b7bf-423d-91a3-e01b4a7978ab { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-39eec7a1-b7bf-423d-91a3-e01b4a7978ab .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0c8af354-4a8d-4324-bb20-c4513d702697 { text-align: left; }
#s-0c8af354-4a8d-4324-bb20-c4513d702697 .shg-product-sold-out {
  display: none;
}

#s-0c8af354-4a8d-4324-bb20-c4513d702697 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0c8af354-4a8d-4324-bb20-c4513d702697 .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-bfe62d00-e29a-4609-b3f2-0498444184bf { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bfe62d00-e29a-4609-b3f2-0498444184bf:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bfe62d00-e29a-4609-b3f2-0498444184bf:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bfe62d00-e29a-4609-b3f2-0498444184bf {
  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-bfe62d00-e29a-4609-b3f2-0498444184bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfe62d00-e29a-4609-b3f2-0498444184bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bfe62d00-e29a-4609-b3f2-0498444184bf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-836e315c-54fa-4408-ab83-6e4d6341e224 {
  display: none;
}
#s-1249e1a4-6248-4521-8198-97f524733cc2 { text-align: left; }
#s-ac64b6d7-ec4b-4d1d-b44d-890e981441a6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ac64b6d7-ec4b-4d1d-b44d-890e981441a6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7b7813fb-1ec5-4ba0-a88d-8b9eece89698 { text-align: left; }
#s-7b7813fb-1ec5-4ba0-a88d-8b9eece89698 .shg-product-sold-out {
  display: none;
}

#s-7b7813fb-1ec5-4ba0-a88d-8b9eece89698 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7b7813fb-1ec5-4ba0-a88d-8b9eece89698 .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-6faa5dc4-dd95-4297-92f7-e3643b760294 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6faa5dc4-dd95-4297-92f7-e3643b760294:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6faa5dc4-dd95-4297-92f7-e3643b760294:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6faa5dc4-dd95-4297-92f7-e3643b760294 {
  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-6faa5dc4-dd95-4297-92f7-e3643b760294.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6faa5dc4-dd95-4297-92f7-e3643b760294.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6faa5dc4-dd95-4297-92f7-e3643b760294.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a1fd7b9a-7846-4376-b571-2e71f5de567d {
  display: none;
}
#s-cdb06d3e-6119-49ec-957c-06c4b95ed394 { text-align: left; }
#s-0be45019-0ad6-4a18-a02b-01df929631f7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0be45019-0ad6-4a18-a02b-01df929631f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fcdcdae6-df2b-418e-8502-f8c4bea19c34 { text-align: left; }
#s-fcdcdae6-df2b-418e-8502-f8c4bea19c34 .shg-product-sold-out {
  display: none;
}

#s-fcdcdae6-df2b-418e-8502-f8c4bea19c34 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fcdcdae6-df2b-418e-8502-f8c4bea19c34 .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-f19675ed-d1e1-46ad-8c65-13cfaed8865a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f19675ed-d1e1-46ad-8c65-13cfaed8865a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f19675ed-d1e1-46ad-8c65-13cfaed8865a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f19675ed-d1e1-46ad-8c65-13cfaed8865a {
  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-f19675ed-d1e1-46ad-8c65-13cfaed8865a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19675ed-d1e1-46ad-8c65-13cfaed8865a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f19675ed-d1e1-46ad-8c65-13cfaed8865a.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;
}
