.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-5edb783c-c6a0-4ba4-9a41-9de4406a10cb {
  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-4b77c44f-6d86-4a49-a31a-d8ec4eb1f64f { margin-top: 40px; }
#s-4b77c44f-6d86-4a49-a31a-d8ec4eb1f64f .shogun-tabs {
  justify-content: center;
}


  #s-4b77c44f-6d86-4a49-a31a-d8ec4eb1f64f .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-4b77c44f-6d86-4a49-a31a-d8ec4eb1f64f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-4b77c44f-6d86-4a49-a31a-d8ec4eb1f64f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-4b77c44f-6d86-4a49-a31a-d8ec4eb1f64f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-4b77c44f-6d86-4a49-a31a-d8ec4eb1f64f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-4b77c44f-6d86-4a49-a31a-d8ec4eb1f64f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-4b77c44f-6d86-4a49-a31a-d8ec4eb1f64f .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-f16737b3-55d6-40c0-aff9-6476883b3871 { padding-top: 10px;
padding-bottom: 10px; }
 #s-f16737b3-55d6-40c0-aff9-6476883b3871 .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-8a1dd139-175a-4545-b630-0d7d59e33637 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-8a1dd139-175a-4545-b630-0d7d59e33637 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-8a1dd139-175a-4545-b630-0d7d59e33637 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-8a1dd139-175a-4545-b630-0d7d59e33637 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-8a1dd139-175a-4545-b630-0d7d59e33637 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-8a1dd139-175a-4545-b630-0d7d59e33637 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-8a1dd139-175a-4545-b630-0d7d59e33637 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-8a1dd139-175a-4545-b630-0d7d59e33637 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-8a1dd139-175a-4545-b630-0d7d59e33637 .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-14e4761e-4176-4146-8611-057ecfa9cf1e { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14e4761e-4176-4146-8611-057ecfa9cf1e"] > .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-3afe7b3f-41a0-4113-ba06-ed8f0f7da8cf { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-69b6d617-2c97-41a8-83ab-f7e45761706b { 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-80c7482a-7d3f-4e1e-bdca-e4f007c27dc2 { 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-80c7482a-7d3f-4e1e-bdca-e4f007c27dc2: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-80c7482a-7d3f-4e1e-bdca-e4f007c27dc2: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-80c7482a-7d3f-4e1e-bdca-e4f007c27dc2.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-22edb4f1-914e-4b15-8b1f-df81386c3054 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-49a1f110-cdc2-4f54-932f-a5af18f243cd { 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-19a04768-7a85-48aa-94ed-b4c26872a471 { 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-19a04768-7a85-48aa-94ed-b4c26872a471: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-19a04768-7a85-48aa-94ed-b4c26872a471: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-19a04768-7a85-48aa-94ed-b4c26872a471.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-c8924b78-fd66-49f7-b6f2-4602a683bede { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-e81f3a4d-93d4-48cb-8498-1ebac1ff8ffe { 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-bcb2618e-b9bc-4013-84f0-77b92f2434c7 { 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-bcb2618e-b9bc-4013-84f0-77b92f2434c7: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-bcb2618e-b9bc-4013-84f0-77b92f2434c7: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-bcb2618e-b9bc-4013-84f0-77b92f2434c7.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-b71e59b1-e88d-48c8-bf20-17de6ff62a74 { min-height: 50px; }
#s-b71e59b1-e88d-48c8-bf20-17de6ff62a74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9c85e436-1dd6-42b1-b246-6161c2bf7028 { 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-9c85e436-1dd6-42b1-b246-6161c2bf7028 .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-de5f9882-da4c-4451-a271-f3d0134a2271 {
  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-fbede7c6-4bef-4240-a455-12187b267fd6 { 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-c916d739-0d49-42c4-b22a-5c4410367a52 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c916d739-0d49-42c4-b22a-5c4410367a52 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c57358d0-0649-4b20-9a65-46600809534e {
  display: none;
}
#s-223bf2cc-2a69-4dad-b6df-fec528025fda { text-align: left; }
#s-0901bbf1-081b-4aff-840c-ed4781594468 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0901bbf1-081b-4aff-840c-ed4781594468 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-dd95ba09-b5bc-4d2d-a6a0-aca44f1b8fbe {
  display: none;
}
#s-f8cf0e93-73fd-421f-9ec0-2ffdd27e3df5 { text-align: left; }
#s-c4b9846c-0991-434e-9078-3d150457b965 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c4b9846c-0991-434e-9078-3d150457b965 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f0d10413-ea23-4e7b-844e-c4238b25466c {
  display: none;
}
#s-b0b8ca30-fc05-4a16-bbf7-793a3bcb0c7d { text-align: left; }
#s-39d1e185-da75-4e57-85e4-714463b5bb18 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-39d1e185-da75-4e57-85e4-714463b5bb18 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7f254dda-f17b-406a-859f-93eb2154a926 {
  display: none;
}
#s-2de34038-eed7-4924-bbb5-bb7aa44bb79f { text-align: left; }
#s-89496830-34cd-4e7f-8bf6-15d5bbc42509 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-89496830-34cd-4e7f-8bf6-15d5bbc42509 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ad416b8d-467c-4b21-8e8c-566c8bc2cb29 { text-align: left; }
#s-ad416b8d-467c-4b21-8e8c-566c8bc2cb29 .shg-product-sold-out {
  display: none;
}

#s-ad416b8d-467c-4b21-8e8c-566c8bc2cb29 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ad416b8d-467c-4b21-8e8c-566c8bc2cb29 .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-5a40757e-9861-4363-88bc-ee51c9088449 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5a40757e-9861-4363-88bc-ee51c9088449:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5a40757e-9861-4363-88bc-ee51c9088449:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5a40757e-9861-4363-88bc-ee51c9088449 {
  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-5a40757e-9861-4363-88bc-ee51c9088449.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a40757e-9861-4363-88bc-ee51c9088449.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5a40757e-9861-4363-88bc-ee51c9088449.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d2f39422-9727-4c7a-aa2d-6c343e82b8ba {
  display: none;
}
#s-7e93e53e-ac9f-4015-8263-a6fbeba55b53 { text-align: left; }
#s-c2fff4a4-7c93-4f92-b526-41e8aae435a4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c2fff4a4-7c93-4f92-b526-41e8aae435a4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bfaaf5fb-b2e7-4ca4-977e-d598599d4102 { text-align: left; }
#s-bfaaf5fb-b2e7-4ca4-977e-d598599d4102 .shg-product-sold-out {
  display: none;
}

#s-bfaaf5fb-b2e7-4ca4-977e-d598599d4102 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bfaaf5fb-b2e7-4ca4-977e-d598599d4102 .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-7f9c044e-4ec6-46c4-a8e0-cf89751d1d89 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7f9c044e-4ec6-46c4-a8e0-cf89751d1d89:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7f9c044e-4ec6-46c4-a8e0-cf89751d1d89:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7f9c044e-4ec6-46c4-a8e0-cf89751d1d89 {
  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-7f9c044e-4ec6-46c4-a8e0-cf89751d1d89.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f9c044e-4ec6-46c4-a8e0-cf89751d1d89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7f9c044e-4ec6-46c4-a8e0-cf89751d1d89.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-16ac11e7-e6f3-4612-9bd2-8f25ba09e82d {
  display: none;
}
#s-de749737-8e8c-4467-9d3f-db491edc73ee { text-align: left; }
#s-7ae235e7-9f86-4bed-ae8d-dbbe1073668c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7ae235e7-9f86-4bed-ae8d-dbbe1073668c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1066d4cf-e468-446c-9010-2924ed5ca117 { text-align: left; }
#s-1066d4cf-e468-446c-9010-2924ed5ca117 .shg-product-sold-out {
  display: none;
}

#s-1066d4cf-e468-446c-9010-2924ed5ca117 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1066d4cf-e468-446c-9010-2924ed5ca117 .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-3d79ec6a-8ced-4c74-a2bd-d05b4df3c199 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3d79ec6a-8ced-4c74-a2bd-d05b4df3c199:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3d79ec6a-8ced-4c74-a2bd-d05b4df3c199:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3d79ec6a-8ced-4c74-a2bd-d05b4df3c199 {
  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-3d79ec6a-8ced-4c74-a2bd-d05b4df3c199.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d79ec6a-8ced-4c74-a2bd-d05b4df3c199.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3d79ec6a-8ced-4c74-a2bd-d05b4df3c199.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-582e2e25-2245-47ff-9db3-534bd20abef3 {
  display: none;
}
#s-b408acd6-6c61-4b1b-846b-510e962e84e4 { text-align: left; }
#s-583b577a-5df7-4bae-bc07-5edab1b63aac { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-583b577a-5df7-4bae-bc07-5edab1b63aac .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f5c11ad4-ac81-4a2d-be2e-e545e9e1ab28 { text-align: left; }
#s-f5c11ad4-ac81-4a2d-be2e-e545e9e1ab28 .shg-product-sold-out {
  display: none;
}

#s-f5c11ad4-ac81-4a2d-be2e-e545e9e1ab28 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f5c11ad4-ac81-4a2d-be2e-e545e9e1ab28 .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-274d4118-1852-4f6c-a1da-7b6e98757c56 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-274d4118-1852-4f6c-a1da-7b6e98757c56:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-274d4118-1852-4f6c-a1da-7b6e98757c56:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-274d4118-1852-4f6c-a1da-7b6e98757c56 {
  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-274d4118-1852-4f6c-a1da-7b6e98757c56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-274d4118-1852-4f6c-a1da-7b6e98757c56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-274d4118-1852-4f6c-a1da-7b6e98757c56.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f0a1e578-6a53-42d8-9f3b-e338f4b34649 {
  display: none;
}
#s-815713e7-def5-4e31-835a-2be9f3aa35bc { text-align: left; }
#s-5b0e7c5b-3449-4f56-a1ea-542dc9ddeb99 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5b0e7c5b-3449-4f56-a1ea-542dc9ddeb99 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2b5dfc33-c50e-481a-ab6d-175d3383bd44 { text-align: left; }
#s-2b5dfc33-c50e-481a-ab6d-175d3383bd44 .shg-product-sold-out {
  display: none;
}

#s-2b5dfc33-c50e-481a-ab6d-175d3383bd44 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2b5dfc33-c50e-481a-ab6d-175d3383bd44 .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-0604a319-9624-4b65-a9da-3dbd46281770 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0604a319-9624-4b65-a9da-3dbd46281770:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0604a319-9624-4b65-a9da-3dbd46281770:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0604a319-9624-4b65-a9da-3dbd46281770 {
  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-0604a319-9624-4b65-a9da-3dbd46281770.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0604a319-9624-4b65-a9da-3dbd46281770.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0604a319-9624-4b65-a9da-3dbd46281770.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0e78b521-a392-4c51-9097-9a3f7377f28e {
  display: none;
}
#s-1ff6a638-ddd7-45da-9273-69883c22e7d9 { text-align: left; }
#s-5c57bad1-3e21-4a21-9be6-873e61adbb69 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5c57bad1-3e21-4a21-9be6-873e61adbb69 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-562a6e80-98fa-4bd7-b9e1-9c59e31e36b3 { text-align: left; }
#s-562a6e80-98fa-4bd7-b9e1-9c59e31e36b3 .shg-product-sold-out {
  display: none;
}

#s-562a6e80-98fa-4bd7-b9e1-9c59e31e36b3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-562a6e80-98fa-4bd7-b9e1-9c59e31e36b3 .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-18e8541e-3e72-4764-a8a4-d5fa0bf74a03 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-18e8541e-3e72-4764-a8a4-d5fa0bf74a03:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-18e8541e-3e72-4764-a8a4-d5fa0bf74a03:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-18e8541e-3e72-4764-a8a4-d5fa0bf74a03 {
  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-18e8541e-3e72-4764-a8a4-d5fa0bf74a03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18e8541e-3e72-4764-a8a4-d5fa0bf74a03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-18e8541e-3e72-4764-a8a4-d5fa0bf74a03.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e2a2e522-7ee2-4eb2-a39b-8e65203a7786 {
  display: none;
}
#s-e848c86f-1443-4952-b1c1-a9ae453974ae { text-align: left; }
#s-927f3cd0-edc3-4061-928a-c7435efc1894 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-927f3cd0-edc3-4061-928a-c7435efc1894 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-14a8a961-9333-4172-9811-cd91b0192542 { text-align: left; }
#s-14a8a961-9333-4172-9811-cd91b0192542 .shg-product-sold-out {
  display: none;
}

#s-14a8a961-9333-4172-9811-cd91b0192542 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-14a8a961-9333-4172-9811-cd91b0192542 .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-674837d2-b99d-4e8a-9f6b-920ad9fd795d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-674837d2-b99d-4e8a-9f6b-920ad9fd795d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-674837d2-b99d-4e8a-9f6b-920ad9fd795d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-674837d2-b99d-4e8a-9f6b-920ad9fd795d {
  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-674837d2-b99d-4e8a-9f6b-920ad9fd795d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-674837d2-b99d-4e8a-9f6b-920ad9fd795d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-674837d2-b99d-4e8a-9f6b-920ad9fd795d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c136faa6-9da1-4592-bc83-202ebf174c4d {
  display: none;
}
#s-1f4fa6d6-627e-4d29-b97d-e7f554c981f3 { text-align: left; }
#s-19f33426-4b76-4690-9fe5-f9d99e454c23 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-19f33426-4b76-4690-9fe5-f9d99e454c23 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b28350a7-d3db-4143-9485-6fbcd0dd3203 { text-align: left; }
#s-b28350a7-d3db-4143-9485-6fbcd0dd3203 .shg-product-sold-out {
  display: none;
}

#s-b28350a7-d3db-4143-9485-6fbcd0dd3203 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b28350a7-d3db-4143-9485-6fbcd0dd3203 .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-cc9eb4a6-de9c-4e71-bee5-f43f16834f90 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cc9eb4a6-de9c-4e71-bee5-f43f16834f90:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cc9eb4a6-de9c-4e71-bee5-f43f16834f90:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cc9eb4a6-de9c-4e71-bee5-f43f16834f90 {
  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-cc9eb4a6-de9c-4e71-bee5-f43f16834f90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc9eb4a6-de9c-4e71-bee5-f43f16834f90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cc9eb4a6-de9c-4e71-bee5-f43f16834f90.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-538cc219-f203-413f-8fc8-cce4936b1fc8 {
  display: none;
}
#s-60a59e02-5ec1-4fcf-ac83-1e410987902e { text-align: left; }
#s-d37e01fa-d211-45ae-9d54-65798325194b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d37e01fa-d211-45ae-9d54-65798325194b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-374cfebf-8d80-46eb-ac12-02d36d37240f { text-align: left; }
#s-374cfebf-8d80-46eb-ac12-02d36d37240f .shg-product-sold-out {
  display: none;
}

#s-374cfebf-8d80-46eb-ac12-02d36d37240f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-374cfebf-8d80-46eb-ac12-02d36d37240f .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-b7365dd4-f1a6-46d5-a24d-22ce102b59a5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b7365dd4-f1a6-46d5-a24d-22ce102b59a5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b7365dd4-f1a6-46d5-a24d-22ce102b59a5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b7365dd4-f1a6-46d5-a24d-22ce102b59a5 {
  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-b7365dd4-f1a6-46d5-a24d-22ce102b59a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7365dd4-f1a6-46d5-a24d-22ce102b59a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b7365dd4-f1a6-46d5-a24d-22ce102b59a5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-74008cfe-e55c-4050-8bb2-473df4d4f3c0 {
  display: none;
}
#s-69e78bb0-8755-4443-9c7c-a4ef1dc26927 { text-align: left; }
#s-ed0a5b3b-583a-4d63-933d-de2527cf3bcb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ed0a5b3b-583a-4d63-933d-de2527cf3bcb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1af5ec18-23af-4662-8e13-9fa189790df5 { text-align: left; }
#s-1af5ec18-23af-4662-8e13-9fa189790df5 .shg-product-sold-out {
  display: none;
}

#s-1af5ec18-23af-4662-8e13-9fa189790df5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1af5ec18-23af-4662-8e13-9fa189790df5 .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-e2c358c3-4bf2-4c50-af67-8f425f754e70 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e2c358c3-4bf2-4c50-af67-8f425f754e70:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e2c358c3-4bf2-4c50-af67-8f425f754e70:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e2c358c3-4bf2-4c50-af67-8f425f754e70 {
  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-e2c358c3-4bf2-4c50-af67-8f425f754e70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2c358c3-4bf2-4c50-af67-8f425f754e70.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e2c358c3-4bf2-4c50-af67-8f425f754e70.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-edf9ec28-e5e8-4473-92fb-55a060deff64 {
  display: none;
}
#s-fa72920d-34e1-4d23-8f7c-808887c5eb92 { text-align: left; }
#s-31cadca0-dd1e-4ddc-ab9e-304a02a836ad { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-31cadca0-dd1e-4ddc-ab9e-304a02a836ad .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bfe191b6-2864-412f-b1df-3e93cc099b62 { text-align: left; }
#s-bfe191b6-2864-412f-b1df-3e93cc099b62 .shg-product-sold-out {
  display: none;
}

#s-bfe191b6-2864-412f-b1df-3e93cc099b62 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bfe191b6-2864-412f-b1df-3e93cc099b62 .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-433c121b-447d-487a-b276-644dbf2a4bf5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-433c121b-447d-487a-b276-644dbf2a4bf5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-433c121b-447d-487a-b276-644dbf2a4bf5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-433c121b-447d-487a-b276-644dbf2a4bf5 {
  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-433c121b-447d-487a-b276-644dbf2a4bf5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-433c121b-447d-487a-b276-644dbf2a4bf5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-433c121b-447d-487a-b276-644dbf2a4bf5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6f92011b-38db-4958-8eb3-bd1d63636451 {
  display: none;
}
#s-0d431a48-da45-47dc-a219-b35ca0eb826a { text-align: left; }
#s-f98f17dc-dc26-4e5b-930f-6ca726bd7bd0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f98f17dc-dc26-4e5b-930f-6ca726bd7bd0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-20ed4ce1-1bc5-4337-b5f4-3c5828b0f643 { text-align: left; }
#s-20ed4ce1-1bc5-4337-b5f4-3c5828b0f643 .shg-product-sold-out {
  display: none;
}

#s-20ed4ce1-1bc5-4337-b5f4-3c5828b0f643 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-20ed4ce1-1bc5-4337-b5f4-3c5828b0f643 .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-a4fa4811-d999-4410-ad5d-8d8dbcb31b47 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a4fa4811-d999-4410-ad5d-8d8dbcb31b47:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a4fa4811-d999-4410-ad5d-8d8dbcb31b47:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a4fa4811-d999-4410-ad5d-8d8dbcb31b47 {
  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-a4fa4811-d999-4410-ad5d-8d8dbcb31b47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4fa4811-d999-4410-ad5d-8d8dbcb31b47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a4fa4811-d999-4410-ad5d-8d8dbcb31b47.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b8a1b826-d4e0-4c92-b607-d09f5e5b9405 {
  display: none;
}
#s-a4672461-1952-4a72-b516-bf59eee4f692 { text-align: left; }
#s-d65ca466-4dee-4bef-93e3-980a99487c40 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d65ca466-4dee-4bef-93e3-980a99487c40 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a8981617-7637-4b17-a886-23be64e9491c { text-align: left; }
#s-a8981617-7637-4b17-a886-23be64e9491c .shg-product-sold-out {
  display: none;
}

#s-a8981617-7637-4b17-a886-23be64e9491c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a8981617-7637-4b17-a886-23be64e9491c .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-7decdbe1-ba8b-4814-9cc8-126085b2ced6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7decdbe1-ba8b-4814-9cc8-126085b2ced6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7decdbe1-ba8b-4814-9cc8-126085b2ced6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7decdbe1-ba8b-4814-9cc8-126085b2ced6 {
  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-7decdbe1-ba8b-4814-9cc8-126085b2ced6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7decdbe1-ba8b-4814-9cc8-126085b2ced6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7decdbe1-ba8b-4814-9cc8-126085b2ced6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2fd36d5d-65c4-4d1b-91a4-dd9a931c5386 {
  display: none;
}
#s-bf6dd5ca-8eab-4e05-9186-d44e8ad2a1f7 { text-align: left; }
#s-4dff4a9a-5e1b-4870-b397-8e4692ad9ead { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4dff4a9a-5e1b-4870-b397-8e4692ad9ead .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-20616127-15f6-4de6-8762-272889bae33d { text-align: left; }
#s-20616127-15f6-4de6-8762-272889bae33d .shg-product-sold-out {
  display: none;
}

#s-20616127-15f6-4de6-8762-272889bae33d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-20616127-15f6-4de6-8762-272889bae33d .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-870ec6d2-10ee-4686-9e27-d004b58303ab { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-870ec6d2-10ee-4686-9e27-d004b58303ab:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-870ec6d2-10ee-4686-9e27-d004b58303ab:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-870ec6d2-10ee-4686-9e27-d004b58303ab {
  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-870ec6d2-10ee-4686-9e27-d004b58303ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-870ec6d2-10ee-4686-9e27-d004b58303ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-870ec6d2-10ee-4686-9e27-d004b58303ab.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3f9560d6-8c4c-48b7-823a-a8389d5debc3 {
  display: none;
}
#s-f210b555-71c3-417b-ab04-2ff5014c1c70 { text-align: left; }
#s-b6a33814-9ae8-4834-9328-516c6a1b7e6a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b6a33814-9ae8-4834-9328-516c6a1b7e6a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-26a7277c-c0be-4cab-be07-b78f768de622 { text-align: left; }
#s-26a7277c-c0be-4cab-be07-b78f768de622 .shg-product-sold-out {
  display: none;
}

#s-26a7277c-c0be-4cab-be07-b78f768de622 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-26a7277c-c0be-4cab-be07-b78f768de622 .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-70e05f9c-1a52-4c22-bbcb-3f4ac7656ed0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-70e05f9c-1a52-4c22-bbcb-3f4ac7656ed0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-70e05f9c-1a52-4c22-bbcb-3f4ac7656ed0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-70e05f9c-1a52-4c22-bbcb-3f4ac7656ed0 {
  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-70e05f9c-1a52-4c22-bbcb-3f4ac7656ed0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-70e05f9c-1a52-4c22-bbcb-3f4ac7656ed0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-70e05f9c-1a52-4c22-bbcb-3f4ac7656ed0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-39c74ad8-c28a-478b-bb17-cb3aa65e18ea {
  display: none;
}
#s-45585ca1-f90d-4ae4-a67f-23ea7326c586 { text-align: left; }
#s-533132e5-47b4-40e4-aa04-c077a9ed78e3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-533132e5-47b4-40e4-aa04-c077a9ed78e3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c57488ed-0c88-402d-b59b-d209f57a1fd7 { text-align: left; }
#s-c57488ed-0c88-402d-b59b-d209f57a1fd7 .shg-product-sold-out {
  display: none;
}

#s-c57488ed-0c88-402d-b59b-d209f57a1fd7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c57488ed-0c88-402d-b59b-d209f57a1fd7 .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-fbd40fd5-52f4-4b8d-b328-efd78aaaad56 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-fbd40fd5-52f4-4b8d-b328-efd78aaaad56:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-fbd40fd5-52f4-4b8d-b328-efd78aaaad56:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-fbd40fd5-52f4-4b8d-b328-efd78aaaad56 {
  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-fbd40fd5-52f4-4b8d-b328-efd78aaaad56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbd40fd5-52f4-4b8d-b328-efd78aaaad56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-fbd40fd5-52f4-4b8d-b328-efd78aaaad56.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8f8bed21-2f98-43fb-9de0-1b5b8f134c6b {
  display: none;
}
#s-7f57eb31-d7d1-4f73-a0d1-9229d4fb638d { text-align: left; }
#s-0dcea6ec-9b58-42c1-a151-b383447401be { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0dcea6ec-9b58-42c1-a151-b383447401be .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a67420d3-68e9-4b34-818e-353b53e0711b { text-align: left; }
#s-a67420d3-68e9-4b34-818e-353b53e0711b .shg-product-sold-out {
  display: none;
}

#s-a67420d3-68e9-4b34-818e-353b53e0711b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a67420d3-68e9-4b34-818e-353b53e0711b .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-a20b535c-a8df-4615-b4c1-579e59d8c8af { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a20b535c-a8df-4615-b4c1-579e59d8c8af:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a20b535c-a8df-4615-b4c1-579e59d8c8af:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a20b535c-a8df-4615-b4c1-579e59d8c8af {
  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-a20b535c-a8df-4615-b4c1-579e59d8c8af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a20b535c-a8df-4615-b4c1-579e59d8c8af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a20b535c-a8df-4615-b4c1-579e59d8c8af.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5b7009b9-ed74-4840-bd94-a82f730f8b92 {
  display: none;
}
#s-5cf45886-0e4c-46b5-84f4-fbeb6f77c190 { text-align: left; }
#s-732f53be-4571-4db9-8a62-f4a2b5b2ab3b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-732f53be-4571-4db9-8a62-f4a2b5b2ab3b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-238b0fe3-dacc-4f5c-b4f4-d358d26b1124 { text-align: left; }
#s-238b0fe3-dacc-4f5c-b4f4-d358d26b1124 .shg-product-sold-out {
  display: none;
}

#s-238b0fe3-dacc-4f5c-b4f4-d358d26b1124 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-238b0fe3-dacc-4f5c-b4f4-d358d26b1124 .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-16c450a2-ff80-4543-b686-f16c3ffcc4c2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-16c450a2-ff80-4543-b686-f16c3ffcc4c2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-16c450a2-ff80-4543-b686-f16c3ffcc4c2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-16c450a2-ff80-4543-b686-f16c3ffcc4c2 {
  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-16c450a2-ff80-4543-b686-f16c3ffcc4c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16c450a2-ff80-4543-b686-f16c3ffcc4c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-16c450a2-ff80-4543-b686-f16c3ffcc4c2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-91bcc89c-5142-4479-82e5-80f31d6790db {
  display: none;
}
#s-4c94dc63-8d6b-4b46-a360-77119bce6ee8 { text-align: left; }
#s-e13042d5-8161-4155-b3be-9d3fd9a04726 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e13042d5-8161-4155-b3be-9d3fd9a04726 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9513cf11-49d1-48c1-9f72-bd21f8aaa5c9 { text-align: left; }
#s-9513cf11-49d1-48c1-9f72-bd21f8aaa5c9 .shg-product-sold-out {
  display: none;
}

#s-9513cf11-49d1-48c1-9f72-bd21f8aaa5c9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9513cf11-49d1-48c1-9f72-bd21f8aaa5c9 .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-b32fc45d-1c7e-4ae7-8ce8-1e73722e53ec { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b32fc45d-1c7e-4ae7-8ce8-1e73722e53ec:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b32fc45d-1c7e-4ae7-8ce8-1e73722e53ec:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b32fc45d-1c7e-4ae7-8ce8-1e73722e53ec {
  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-b32fc45d-1c7e-4ae7-8ce8-1e73722e53ec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b32fc45d-1c7e-4ae7-8ce8-1e73722e53ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b32fc45d-1c7e-4ae7-8ce8-1e73722e53ec.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9210322e-61da-479b-884e-abb9ac8c9fd2 {
  display: none;
}
#s-839867ec-5851-429e-b471-4d21cc5c25bb { text-align: left; }
#s-9898d717-a153-4cce-a4bf-df2a0807e7b0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9898d717-a153-4cce-a4bf-df2a0807e7b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2a735dad-2476-494a-bb45-f10069b8c78a { text-align: left; }
#s-2a735dad-2476-494a-bb45-f10069b8c78a .shg-product-sold-out {
  display: none;
}

#s-2a735dad-2476-494a-bb45-f10069b8c78a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2a735dad-2476-494a-bb45-f10069b8c78a .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-91105299-92f7-41fe-96bb-13b3d2f30e2a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-91105299-92f7-41fe-96bb-13b3d2f30e2a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-91105299-92f7-41fe-96bb-13b3d2f30e2a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-91105299-92f7-41fe-96bb-13b3d2f30e2a {
  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-91105299-92f7-41fe-96bb-13b3d2f30e2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91105299-92f7-41fe-96bb-13b3d2f30e2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-91105299-92f7-41fe-96bb-13b3d2f30e2a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-732f8926-44b0-4402-b786-550575fe4835 {
  display: none;
}
#s-dcbbe834-0853-43fa-81da-7edf40282496 { text-align: left; }
#s-7b076aea-478b-4649-868c-83ad75910cfa { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7b076aea-478b-4649-868c-83ad75910cfa .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3dd28ea8-9919-4205-a8d7-f501aecb4df8 { text-align: left; }
#s-3dd28ea8-9919-4205-a8d7-f501aecb4df8 .shg-product-sold-out {
  display: none;
}

#s-3dd28ea8-9919-4205-a8d7-f501aecb4df8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3dd28ea8-9919-4205-a8d7-f501aecb4df8 .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-4093f905-e1dd-47e6-becf-ad6bd4b79938 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4093f905-e1dd-47e6-becf-ad6bd4b79938:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4093f905-e1dd-47e6-becf-ad6bd4b79938:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4093f905-e1dd-47e6-becf-ad6bd4b79938 {
  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-4093f905-e1dd-47e6-becf-ad6bd4b79938.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4093f905-e1dd-47e6-becf-ad6bd4b79938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4093f905-e1dd-47e6-becf-ad6bd4b79938.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-de5a5194-e4f9-4cac-ac73-d35d546cb343 {
  display: none;
}
#s-8844c09e-7a27-4a5e-92e3-5bc8002a2395 { text-align: left; }
#s-6da7d78c-57b1-47cb-b152-ab8062b06304 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6da7d78c-57b1-47cb-b152-ab8062b06304 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0e5c6799-4a97-4bbe-89ee-8fcf25d9155b { text-align: left; }
#s-0e5c6799-4a97-4bbe-89ee-8fcf25d9155b .shg-product-sold-out {
  display: none;
}

#s-0e5c6799-4a97-4bbe-89ee-8fcf25d9155b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0e5c6799-4a97-4bbe-89ee-8fcf25d9155b .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-684020e6-9f52-49d7-b994-c445c6c6733c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-684020e6-9f52-49d7-b994-c445c6c6733c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-684020e6-9f52-49d7-b994-c445c6c6733c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-684020e6-9f52-49d7-b994-c445c6c6733c {
  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-684020e6-9f52-49d7-b994-c445c6c6733c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-684020e6-9f52-49d7-b994-c445c6c6733c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-684020e6-9f52-49d7-b994-c445c6c6733c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-aa45ec26-4dc1-43cf-8462-097b911c203f {
  display: none;
}
#s-8c93cf69-e7a4-4284-bc3b-4a5225dcf265 { text-align: left; }
#s-7f998108-a13a-448f-8d1f-de6ab0d47af7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7f998108-a13a-448f-8d1f-de6ab0d47af7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a8d8ea41-49ff-46bc-ab6f-de74f7813539 { text-align: left; }
#s-a8d8ea41-49ff-46bc-ab6f-de74f7813539 .shg-product-sold-out {
  display: none;
}

#s-a8d8ea41-49ff-46bc-ab6f-de74f7813539 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a8d8ea41-49ff-46bc-ab6f-de74f7813539 .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-d4318887-e6b8-40d9-8440-82dfc9f05869 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d4318887-e6b8-40d9-8440-82dfc9f05869:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d4318887-e6b8-40d9-8440-82dfc9f05869:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d4318887-e6b8-40d9-8440-82dfc9f05869 {
  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-d4318887-e6b8-40d9-8440-82dfc9f05869.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4318887-e6b8-40d9-8440-82dfc9f05869.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d4318887-e6b8-40d9-8440-82dfc9f05869.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;
}
