.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-e25946fb-7d3c-4416-ab26-b9d916e2daf1 {
  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-5b9de2af-3a29-4a75-88a9-e6ab26c3bcad { margin-top: 40px; }
#s-5b9de2af-3a29-4a75-88a9-e6ab26c3bcad .shogun-tabs {
  justify-content: center;
}


  #s-5b9de2af-3a29-4a75-88a9-e6ab26c3bcad .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-5b9de2af-3a29-4a75-88a9-e6ab26c3bcad .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-5b9de2af-3a29-4a75-88a9-e6ab26c3bcad .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-5b9de2af-3a29-4a75-88a9-e6ab26c3bcad .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-5b9de2af-3a29-4a75-88a9-e6ab26c3bcad .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-5b9de2af-3a29-4a75-88a9-e6ab26c3bcad .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-5b9de2af-3a29-4a75-88a9-e6ab26c3bcad .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-389d82f1-07d0-4774-b484-42e7f646e517 { padding-top: 10px;
padding-bottom: 10px; }
 #s-389d82f1-07d0-4774-b484-42e7f646e517 .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-dddbd795-a687-44d0-8cd9-52e55b01c0c9 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-dddbd795-a687-44d0-8cd9-52e55b01c0c9 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-dddbd795-a687-44d0-8cd9-52e55b01c0c9 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-dddbd795-a687-44d0-8cd9-52e55b01c0c9 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-dddbd795-a687-44d0-8cd9-52e55b01c0c9 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-dddbd795-a687-44d0-8cd9-52e55b01c0c9 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-dddbd795-a687-44d0-8cd9-52e55b01c0c9 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-dddbd795-a687-44d0-8cd9-52e55b01c0c9 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-dddbd795-a687-44d0-8cd9-52e55b01c0c9 .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-00b93684-332a-4ba7-b0d0-5dca9fbd6af0 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-00b93684-332a-4ba7-b0d0-5dca9fbd6af0"] > .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-962c6e24-ff8c-407c-aa7a-2ab9b08e14ba { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-573626b7-1b67-4c94-ac6f-2003b511e7df { 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-31a3a91c-c1ac-4bee-a4db-6db167be3e24 { 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-31a3a91c-c1ac-4bee-a4db-6db167be3e24: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-31a3a91c-c1ac-4bee-a4db-6db167be3e24: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-31a3a91c-c1ac-4bee-a4db-6db167be3e24.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-98f0bbc1-11a2-4caa-a66f-f18be8f87e3c { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-561fe97d-c7d6-4296-a1a2-495e74433741 { 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-0f5026c1-a228-4fba-a65a-26a8df6aef82 { 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-0f5026c1-a228-4fba-a65a-26a8df6aef82: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-0f5026c1-a228-4fba-a65a-26a8df6aef82: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-0f5026c1-a228-4fba-a65a-26a8df6aef82.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-0e0843a9-cabe-4583-a354-514e4722d9e8 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-056192e9-398a-4b33-9c16-7e4ae59f3cd2 { 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-15ade1f3-bb4d-4309-b3c7-b3bb2689f202 { 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-15ade1f3-bb4d-4309-b3c7-b3bb2689f202: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-15ade1f3-bb4d-4309-b3c7-b3bb2689f202: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-15ade1f3-bb4d-4309-b3c7-b3bb2689f202.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-0dab1737-f933-4994-823a-4c40ade1af45 { min-height: 50px; }
#s-0dab1737-f933-4994-823a-4c40ade1af45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-89a2e826-447b-40f3-9cf6-8e79df851422 { 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-89a2e826-447b-40f3-9cf6-8e79df851422 .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-dec47ace-fb59-42d3-b51b-8398dc46227b {
  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-b1e976a9-8ae7-48aa-a287-5cf87a9d6d4d { 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-4beca367-4563-429b-9572-209612656b13 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4beca367-4563-429b-9572-209612656b13 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c6f52319-30cb-4976-afca-c44679e573d5 {
  display: none;
}
#s-fe95ac13-435c-4340-8ca5-491d613354c1 { text-align: left; }
#s-a489c3f5-4644-4b7d-bd0d-65e79337a76e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a489c3f5-4644-4b7d-bd0d-65e79337a76e .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1c03ad81-031e-4228-8c65-32ca178bde37 {
  display: none;
}
#s-f7388c48-3d03-4fab-b554-65b967d5318c { text-align: left; }
#s-06bfe66e-7fa3-4bd4-9dd5-a20bf408a1b3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-06bfe66e-7fa3-4bd4-9dd5-a20bf408a1b3 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e951d30f-eedc-422d-9947-b47085f9ba16 {
  display: none;
}
#s-b720afa4-1d31-4d6a-b0b9-3b9e624e08c6 { text-align: left; }
#s-d504be21-c0a5-47c5-9dcc-10d92e09196e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d504be21-c0a5-47c5-9dcc-10d92e09196e .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0791213a-9354-4928-ac0a-4a150d09e755 {
  display: none;
}
#s-11c95d53-bab0-4399-bdad-5f439e5fa0a1 { text-align: left; }
#s-5d28de63-8a8a-47af-b3b5-e8d892bd893c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5d28de63-8a8a-47af-b3b5-e8d892bd893c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6c02551f-ff17-4f71-aa8d-91bde3373dbb { text-align: left; }
#s-6c02551f-ff17-4f71-aa8d-91bde3373dbb .shg-product-sold-out {
  display: none;
}

#s-6c02551f-ff17-4f71-aa8d-91bde3373dbb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6c02551f-ff17-4f71-aa8d-91bde3373dbb .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-b3edf41b-a733-492a-b32e-c820078cad0b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b3edf41b-a733-492a-b32e-c820078cad0b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b3edf41b-a733-492a-b32e-c820078cad0b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b3edf41b-a733-492a-b32e-c820078cad0b {
  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-b3edf41b-a733-492a-b32e-c820078cad0b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3edf41b-a733-492a-b32e-c820078cad0b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b3edf41b-a733-492a-b32e-c820078cad0b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cd6f1785-3aae-4464-9d94-05d77c942ba2 {
  display: none;
}
#s-47a47575-e449-4048-9581-a2f559a62ba4 { text-align: left; }
#s-84812dfd-4295-44ab-a90d-04f0ec4982d7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-84812dfd-4295-44ab-a90d-04f0ec4982d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-dbfb35bb-710a-4ec0-a6de-82ed34656c97 { text-align: left; }
#s-dbfb35bb-710a-4ec0-a6de-82ed34656c97 .shg-product-sold-out {
  display: none;
}

#s-dbfb35bb-710a-4ec0-a6de-82ed34656c97 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dbfb35bb-710a-4ec0-a6de-82ed34656c97 .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-9e384e84-4e28-49b0-8b2a-38811e1b43da { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9e384e84-4e28-49b0-8b2a-38811e1b43da:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9e384e84-4e28-49b0-8b2a-38811e1b43da:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9e384e84-4e28-49b0-8b2a-38811e1b43da {
  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-9e384e84-4e28-49b0-8b2a-38811e1b43da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e384e84-4e28-49b0-8b2a-38811e1b43da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9e384e84-4e28-49b0-8b2a-38811e1b43da.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-361611c8-bad2-4190-95d0-8b6e1d318cf3 {
  display: none;
}
#s-a99540f5-d45a-4a71-877b-418690b63841 { text-align: left; }
#s-6a0c77ee-e31b-41d7-b626-31950f317bf9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6a0c77ee-e31b-41d7-b626-31950f317bf9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-82a353c6-3a78-41f6-8f48-40f528bdc333 { text-align: left; }
#s-82a353c6-3a78-41f6-8f48-40f528bdc333 .shg-product-sold-out {
  display: none;
}

#s-82a353c6-3a78-41f6-8f48-40f528bdc333 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-82a353c6-3a78-41f6-8f48-40f528bdc333 .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-03962ac3-1559-4bc6-afd6-db03a9d03770 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-03962ac3-1559-4bc6-afd6-db03a9d03770:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-03962ac3-1559-4bc6-afd6-db03a9d03770:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-03962ac3-1559-4bc6-afd6-db03a9d03770 {
  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-03962ac3-1559-4bc6-afd6-db03a9d03770.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03962ac3-1559-4bc6-afd6-db03a9d03770.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-03962ac3-1559-4bc6-afd6-db03a9d03770.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d62a94ec-418d-49fe-9e73-6a364ac514a1 {
  display: none;
}
#s-8d7da764-8dfa-4b5f-8553-07df670025d0 { text-align: left; }
#s-bc47653e-6b31-4a49-bc00-9ab05a5839af { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bc47653e-6b31-4a49-bc00-9ab05a5839af .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-439eb3f6-1c55-4aa4-bf6f-d1cf7d5275a0 { text-align: left; }
#s-439eb3f6-1c55-4aa4-bf6f-d1cf7d5275a0 .shg-product-sold-out {
  display: none;
}

#s-439eb3f6-1c55-4aa4-bf6f-d1cf7d5275a0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-439eb3f6-1c55-4aa4-bf6f-d1cf7d5275a0 .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-97571ced-1fce-4d04-becb-e1844478c68c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-97571ced-1fce-4d04-becb-e1844478c68c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-97571ced-1fce-4d04-becb-e1844478c68c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-97571ced-1fce-4d04-becb-e1844478c68c {
  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-97571ced-1fce-4d04-becb-e1844478c68c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97571ced-1fce-4d04-becb-e1844478c68c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-97571ced-1fce-4d04-becb-e1844478c68c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-32329ca1-8207-46f1-80e9-124f23aedd2b {
  display: none;
}
#s-22061fc3-4270-42ce-a8f2-c1f491865b94 { text-align: left; }
#s-6dc34a78-49c8-4e1a-beaf-cf075be3623b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6dc34a78-49c8-4e1a-beaf-cf075be3623b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5283906e-3120-4a8c-a42f-784919a71d5b { text-align: left; }
#s-5283906e-3120-4a8c-a42f-784919a71d5b .shg-product-sold-out {
  display: none;
}

#s-5283906e-3120-4a8c-a42f-784919a71d5b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5283906e-3120-4a8c-a42f-784919a71d5b .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-d7288951-6352-4271-aa74-e1ac44ef377e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d7288951-6352-4271-aa74-e1ac44ef377e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d7288951-6352-4271-aa74-e1ac44ef377e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d7288951-6352-4271-aa74-e1ac44ef377e {
  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-d7288951-6352-4271-aa74-e1ac44ef377e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7288951-6352-4271-aa74-e1ac44ef377e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d7288951-6352-4271-aa74-e1ac44ef377e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-61b88e30-a7a2-45a1-a532-97023d12738c {
  display: none;
}
#s-42ed8cd3-6c88-4606-9eaa-f34ff8685a06 { text-align: left; }
#s-7f93624d-fbf5-4def-9ffc-157290a5a9b7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7f93624d-fbf5-4def-9ffc-157290a5a9b7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7c5f7ac1-8693-4c8b-80d2-1a3af78e7069 { text-align: left; }
#s-7c5f7ac1-8693-4c8b-80d2-1a3af78e7069 .shg-product-sold-out {
  display: none;
}

#s-7c5f7ac1-8693-4c8b-80d2-1a3af78e7069 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7c5f7ac1-8693-4c8b-80d2-1a3af78e7069 .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-65191218-beea-499a-8f2e-f361b920835e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-65191218-beea-499a-8f2e-f361b920835e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-65191218-beea-499a-8f2e-f361b920835e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-65191218-beea-499a-8f2e-f361b920835e {
  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-65191218-beea-499a-8f2e-f361b920835e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65191218-beea-499a-8f2e-f361b920835e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-65191218-beea-499a-8f2e-f361b920835e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3440eb51-a4b9-48f6-a20b-dd7a025ba757 {
  display: none;
}
#s-4fcb73f5-9f00-4617-932b-ab84b0e5adc2 { text-align: left; }
#s-fa9a00e4-6e86-432b-adbf-31663b3da927 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fa9a00e4-6e86-432b-adbf-31663b3da927 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d3ce4dbe-ef21-436b-9717-e434fea5f309 { text-align: left; }
#s-d3ce4dbe-ef21-436b-9717-e434fea5f309 .shg-product-sold-out {
  display: none;
}

#s-d3ce4dbe-ef21-436b-9717-e434fea5f309 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d3ce4dbe-ef21-436b-9717-e434fea5f309 .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-d33fa2e6-f974-40f6-8c25-b132ed93d819 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d33fa2e6-f974-40f6-8c25-b132ed93d819:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d33fa2e6-f974-40f6-8c25-b132ed93d819:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d33fa2e6-f974-40f6-8c25-b132ed93d819 {
  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-d33fa2e6-f974-40f6-8c25-b132ed93d819.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d33fa2e6-f974-40f6-8c25-b132ed93d819.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d33fa2e6-f974-40f6-8c25-b132ed93d819.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8e9b960d-d104-4a4f-91df-ebb9cd485a38 {
  display: none;
}
#s-5ee7bf37-affb-4ea6-947b-9176be24a844 { text-align: left; }
#s-73781207-f098-4010-9ead-cd95f9a9cd77 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-73781207-f098-4010-9ead-cd95f9a9cd77 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2856e355-c800-4581-a3e7-5bb77ea26334 { text-align: left; }
#s-2856e355-c800-4581-a3e7-5bb77ea26334 .shg-product-sold-out {
  display: none;
}

#s-2856e355-c800-4581-a3e7-5bb77ea26334 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2856e355-c800-4581-a3e7-5bb77ea26334 .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-ac8515df-f4d2-4390-b132-4df0eab53a5b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ac8515df-f4d2-4390-b132-4df0eab53a5b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ac8515df-f4d2-4390-b132-4df0eab53a5b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ac8515df-f4d2-4390-b132-4df0eab53a5b {
  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-ac8515df-f4d2-4390-b132-4df0eab53a5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac8515df-f4d2-4390-b132-4df0eab53a5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ac8515df-f4d2-4390-b132-4df0eab53a5b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4acfa658-bdd3-4b4c-a907-a928e61bcab9 {
  display: none;
}
#s-c8a8590b-b7c7-44e7-af89-0d06e0f36d32 { text-align: left; }
#s-595d44bd-d24a-4900-b14e-3a61b7bc29ce { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-595d44bd-d24a-4900-b14e-3a61b7bc29ce .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-dd0e42f2-f32f-4fa5-a65f-03d2cac4eb68 { text-align: left; }
#s-dd0e42f2-f32f-4fa5-a65f-03d2cac4eb68 .shg-product-sold-out {
  display: none;
}

#s-dd0e42f2-f32f-4fa5-a65f-03d2cac4eb68 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dd0e42f2-f32f-4fa5-a65f-03d2cac4eb68 .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-57605a5b-e9bc-4532-ac66-134052542d14 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-57605a5b-e9bc-4532-ac66-134052542d14:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-57605a5b-e9bc-4532-ac66-134052542d14:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-57605a5b-e9bc-4532-ac66-134052542d14 {
  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-57605a5b-e9bc-4532-ac66-134052542d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57605a5b-e9bc-4532-ac66-134052542d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-57605a5b-e9bc-4532-ac66-134052542d14.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4c9d03cb-f5e9-4c13-86d1-1bc33bc01cae {
  display: none;
}
#s-377d6a38-462c-4547-b7ad-4eb5a5b1c875 { text-align: left; }
#s-b9034dfd-0406-4f20-b733-4ca8ae4b4241 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b9034dfd-0406-4f20-b733-4ca8ae4b4241 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-62547e64-62f2-4b2b-b758-29e4efaba3af { text-align: left; }
#s-62547e64-62f2-4b2b-b758-29e4efaba3af .shg-product-sold-out {
  display: none;
}

#s-62547e64-62f2-4b2b-b758-29e4efaba3af .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-62547e64-62f2-4b2b-b758-29e4efaba3af .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-151bda86-1b35-4149-a325-a6b1cf868b86 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-151bda86-1b35-4149-a325-a6b1cf868b86:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-151bda86-1b35-4149-a325-a6b1cf868b86:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-151bda86-1b35-4149-a325-a6b1cf868b86 {
  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-151bda86-1b35-4149-a325-a6b1cf868b86.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-151bda86-1b35-4149-a325-a6b1cf868b86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-151bda86-1b35-4149-a325-a6b1cf868b86.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b5c6ea5c-64a2-4b67-9fec-b169b6e17343 {
  display: none;
}
#s-b88d0184-bebd-4fce-9e2e-7fadabf3c880 { text-align: left; }
#s-0c97e3f4-1e5f-4c7a-82ce-431957115eab { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0c97e3f4-1e5f-4c7a-82ce-431957115eab .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4711dd10-93fc-4518-8d0b-7de721d6b185 { text-align: left; }
#s-4711dd10-93fc-4518-8d0b-7de721d6b185 .shg-product-sold-out {
  display: none;
}

#s-4711dd10-93fc-4518-8d0b-7de721d6b185 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4711dd10-93fc-4518-8d0b-7de721d6b185 .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-d2ff24f8-cde0-46cc-8953-db10fe078fbd { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d2ff24f8-cde0-46cc-8953-db10fe078fbd:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d2ff24f8-cde0-46cc-8953-db10fe078fbd:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d2ff24f8-cde0-46cc-8953-db10fe078fbd {
  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-d2ff24f8-cde0-46cc-8953-db10fe078fbd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2ff24f8-cde0-46cc-8953-db10fe078fbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d2ff24f8-cde0-46cc-8953-db10fe078fbd.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-57b2e852-6675-41d4-9eaf-76e4458fa573 {
  display: none;
}
#s-17bbe527-621e-4a5a-9171-1d7e22619a9e { text-align: left; }
#s-48e3ad0c-1064-426d-866a-406d1eb923ab { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-48e3ad0c-1064-426d-866a-406d1eb923ab .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1f7b0d57-c1d7-4f08-81eb-ab0604b9c6e3 { text-align: left; }
#s-1f7b0d57-c1d7-4f08-81eb-ab0604b9c6e3 .shg-product-sold-out {
  display: none;
}

#s-1f7b0d57-c1d7-4f08-81eb-ab0604b9c6e3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1f7b0d57-c1d7-4f08-81eb-ab0604b9c6e3 .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-261116c3-351c-4dad-94ed-d8af5990a64c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-261116c3-351c-4dad-94ed-d8af5990a64c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-261116c3-351c-4dad-94ed-d8af5990a64c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-261116c3-351c-4dad-94ed-d8af5990a64c {
  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-261116c3-351c-4dad-94ed-d8af5990a64c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-261116c3-351c-4dad-94ed-d8af5990a64c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-261116c3-351c-4dad-94ed-d8af5990a64c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-67859583-0b8a-401c-84bb-3bd7feb94490 {
  display: none;
}
#s-1847472a-5cb1-41ec-ae63-4b7e1fe8d50c { text-align: left; }
#s-3ddd6b7f-f0d5-46b1-8792-69f6b8434194 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3ddd6b7f-f0d5-46b1-8792-69f6b8434194 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9efa4dc8-1e1e-4f94-b255-0a535f89c21b { text-align: left; }
#s-9efa4dc8-1e1e-4f94-b255-0a535f89c21b .shg-product-sold-out {
  display: none;
}

#s-9efa4dc8-1e1e-4f94-b255-0a535f89c21b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9efa4dc8-1e1e-4f94-b255-0a535f89c21b .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-d2ff7f40-015e-48f8-940f-c70961beeed4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d2ff7f40-015e-48f8-940f-c70961beeed4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d2ff7f40-015e-48f8-940f-c70961beeed4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d2ff7f40-015e-48f8-940f-c70961beeed4 {
  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-d2ff7f40-015e-48f8-940f-c70961beeed4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2ff7f40-015e-48f8-940f-c70961beeed4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d2ff7f40-015e-48f8-940f-c70961beeed4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f64c74d3-d34f-4e4e-a6d8-6e76738dd0e6 {
  display: none;
}
#s-ee4f4974-4bbc-414b-967f-a6a34b28cb8b { text-align: left; }
#s-f0bfcbd6-084d-457e-885b-fd74ab5caefc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f0bfcbd6-084d-457e-885b-fd74ab5caefc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b7eada47-e095-4609-9902-fc65a265bde9 { text-align: left; }
#s-b7eada47-e095-4609-9902-fc65a265bde9 .shg-product-sold-out {
  display: none;
}

#s-b7eada47-e095-4609-9902-fc65a265bde9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b7eada47-e095-4609-9902-fc65a265bde9 .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-da9b9a12-49a2-4305-9a3a-b82ac0c62805 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-da9b9a12-49a2-4305-9a3a-b82ac0c62805:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-da9b9a12-49a2-4305-9a3a-b82ac0c62805:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-da9b9a12-49a2-4305-9a3a-b82ac0c62805 {
  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-da9b9a12-49a2-4305-9a3a-b82ac0c62805.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da9b9a12-49a2-4305-9a3a-b82ac0c62805.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-da9b9a12-49a2-4305-9a3a-b82ac0c62805.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a9019dbf-57a2-45d5-9510-eb8a19ee500e {
  display: none;
}
#s-4d5199e4-84c3-4755-96d8-75c761e2924e { text-align: left; }
#s-9c288752-5231-4d02-b1d8-359730c88d23 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9c288752-5231-4d02-b1d8-359730c88d23 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6c569490-3d02-4469-99e3-9d39075f6917 { text-align: left; }
#s-6c569490-3d02-4469-99e3-9d39075f6917 .shg-product-sold-out {
  display: none;
}

#s-6c569490-3d02-4469-99e3-9d39075f6917 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6c569490-3d02-4469-99e3-9d39075f6917 .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-ac3079f2-91ad-4b60-b00e-29c910e5e8a0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ac3079f2-91ad-4b60-b00e-29c910e5e8a0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ac3079f2-91ad-4b60-b00e-29c910e5e8a0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ac3079f2-91ad-4b60-b00e-29c910e5e8a0 {
  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-ac3079f2-91ad-4b60-b00e-29c910e5e8a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac3079f2-91ad-4b60-b00e-29c910e5e8a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ac3079f2-91ad-4b60-b00e-29c910e5e8a0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9b7fddc3-bdd6-4901-b471-60a4151f57a5 {
  display: none;
}
#s-d3a3d601-2a7a-4b9f-8f9e-175df4f0eae3 { text-align: left; }
#s-a2250c7a-97f6-49f2-b7bf-10c4d6fb7991 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a2250c7a-97f6-49f2-b7bf-10c4d6fb7991 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8ed57ff3-a399-4901-96f8-33fe0b416dad { text-align: left; }
#s-8ed57ff3-a399-4901-96f8-33fe0b416dad .shg-product-sold-out {
  display: none;
}

#s-8ed57ff3-a399-4901-96f8-33fe0b416dad .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8ed57ff3-a399-4901-96f8-33fe0b416dad .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-2fa060ea-01fe-47fe-a478-66301f81abd7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2fa060ea-01fe-47fe-a478-66301f81abd7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2fa060ea-01fe-47fe-a478-66301f81abd7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2fa060ea-01fe-47fe-a478-66301f81abd7 {
  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-2fa060ea-01fe-47fe-a478-66301f81abd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa060ea-01fe-47fe-a478-66301f81abd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2fa060ea-01fe-47fe-a478-66301f81abd7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cf567ace-4515-4eb0-a053-8963a3d47d65 {
  display: none;
}
#s-ea5ce92d-c1a4-4715-ad5e-693eea254c07 { text-align: left; }
#s-21c1df16-1041-4a86-a4ef-73d54c919de7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-21c1df16-1041-4a86-a4ef-73d54c919de7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-97ff8220-09a7-4896-98d1-1b12f91e4b26 { text-align: left; }
#s-97ff8220-09a7-4896-98d1-1b12f91e4b26 .shg-product-sold-out {
  display: none;
}

#s-97ff8220-09a7-4896-98d1-1b12f91e4b26 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-97ff8220-09a7-4896-98d1-1b12f91e4b26 .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-1c7634e9-87bd-4503-bb84-0764ba0e03bf { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1c7634e9-87bd-4503-bb84-0764ba0e03bf:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1c7634e9-87bd-4503-bb84-0764ba0e03bf:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1c7634e9-87bd-4503-bb84-0764ba0e03bf {
  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-1c7634e9-87bd-4503-bb84-0764ba0e03bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c7634e9-87bd-4503-bb84-0764ba0e03bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1c7634e9-87bd-4503-bb84-0764ba0e03bf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0852209f-e988-4115-8fb8-a209045e61d3 {
  display: none;
}
#s-fd2e9ce5-1366-4504-b8eb-0a93d9e654ec { text-align: left; }
#s-35950a3e-5202-4963-8b89-838bb2a1d3a3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-35950a3e-5202-4963-8b89-838bb2a1d3a3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-574ea8a2-39a4-4ec1-a580-c4ef325c7774 { text-align: left; }
#s-574ea8a2-39a4-4ec1-a580-c4ef325c7774 .shg-product-sold-out {
  display: none;
}

#s-574ea8a2-39a4-4ec1-a580-c4ef325c7774 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-574ea8a2-39a4-4ec1-a580-c4ef325c7774 .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-8ed2f854-dcac-41ef-81fb-12c8ba3f75da { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8ed2f854-dcac-41ef-81fb-12c8ba3f75da:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8ed2f854-dcac-41ef-81fb-12c8ba3f75da:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8ed2f854-dcac-41ef-81fb-12c8ba3f75da {
  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-8ed2f854-dcac-41ef-81fb-12c8ba3f75da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ed2f854-dcac-41ef-81fb-12c8ba3f75da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8ed2f854-dcac-41ef-81fb-12c8ba3f75da.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-589e3299-8f1b-49f3-8d06-f7f398a30490 {
  display: none;
}
#s-fea54fa5-01d9-48c1-b568-a15c046738db { text-align: left; }
#s-b4bb8f9d-d1d7-4d5a-9cc8-aed1560182f7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b4bb8f9d-d1d7-4d5a-9cc8-aed1560182f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bb50aac3-282a-4f67-998d-87334fab2e02 { text-align: left; }
#s-bb50aac3-282a-4f67-998d-87334fab2e02 .shg-product-sold-out {
  display: none;
}

#s-bb50aac3-282a-4f67-998d-87334fab2e02 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bb50aac3-282a-4f67-998d-87334fab2e02 .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-c17d3a41-a274-443d-a852-f5de7d1e1a2a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c17d3a41-a274-443d-a852-f5de7d1e1a2a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c17d3a41-a274-443d-a852-f5de7d1e1a2a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c17d3a41-a274-443d-a852-f5de7d1e1a2a {
  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-c17d3a41-a274-443d-a852-f5de7d1e1a2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c17d3a41-a274-443d-a852-f5de7d1e1a2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c17d3a41-a274-443d-a852-f5de7d1e1a2a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1500a503-83dd-4804-98dd-f0843b08cd2c {
  display: none;
}
#s-877c322e-8145-45fe-808c-41727dccc6ce { text-align: left; }
#s-3a7314a4-a58d-4a1e-bc7f-ea683bd56226 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3a7314a4-a58d-4a1e-bc7f-ea683bd56226 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cafc7c64-5212-4ee7-b22b-13c8868387c1 { text-align: left; }
#s-cafc7c64-5212-4ee7-b22b-13c8868387c1 .shg-product-sold-out {
  display: none;
}

#s-cafc7c64-5212-4ee7-b22b-13c8868387c1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cafc7c64-5212-4ee7-b22b-13c8868387c1 .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-d0739e5a-8fe2-4655-a6d3-a4296a327174 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d0739e5a-8fe2-4655-a6d3-a4296a327174:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d0739e5a-8fe2-4655-a6d3-a4296a327174:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d0739e5a-8fe2-4655-a6d3-a4296a327174 {
  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-d0739e5a-8fe2-4655-a6d3-a4296a327174.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0739e5a-8fe2-4655-a6d3-a4296a327174.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d0739e5a-8fe2-4655-a6d3-a4296a327174.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a2734ca9-d345-4e91-9f5d-04499fa6b7f3 {
  display: none;
}
#s-90329f8e-95ed-45aa-aae9-a6d1f4f28446 { text-align: left; }
#s-26f916d7-1e6c-41b3-9764-808565befc56 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-26f916d7-1e6c-41b3-9764-808565befc56 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-73fa0a01-089a-4848-be9d-a87e4319d72d { text-align: left; }
#s-73fa0a01-089a-4848-be9d-a87e4319d72d .shg-product-sold-out {
  display: none;
}

#s-73fa0a01-089a-4848-be9d-a87e4319d72d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-73fa0a01-089a-4848-be9d-a87e4319d72d .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-9a3d0f4c-e470-4fd1-bbed-5f32c9e2ade3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9a3d0f4c-e470-4fd1-bbed-5f32c9e2ade3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9a3d0f4c-e470-4fd1-bbed-5f32c9e2ade3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9a3d0f4c-e470-4fd1-bbed-5f32c9e2ade3 {
  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-9a3d0f4c-e470-4fd1-bbed-5f32c9e2ade3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a3d0f4c-e470-4fd1-bbed-5f32c9e2ade3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9a3d0f4c-e470-4fd1-bbed-5f32c9e2ade3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3ff53a11-ca4c-4d25-8d4b-a96df40b441e {
  display: none;
}
#s-2eccca4f-4328-4b3c-b64c-a933bf58985f { text-align: left; }
#s-c2174ad8-c5d0-4ace-af3b-005892e4f4cc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c2174ad8-c5d0-4ace-af3b-005892e4f4cc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-61a94b43-e114-47be-85a1-2e91d18264db { text-align: left; }
#s-61a94b43-e114-47be-85a1-2e91d18264db .shg-product-sold-out {
  display: none;
}

#s-61a94b43-e114-47be-85a1-2e91d18264db .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-61a94b43-e114-47be-85a1-2e91d18264db .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-40582142-31d0-4593-b19f-4af93392a96d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-40582142-31d0-4593-b19f-4af93392a96d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-40582142-31d0-4593-b19f-4af93392a96d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-40582142-31d0-4593-b19f-4af93392a96d {
  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-40582142-31d0-4593-b19f-4af93392a96d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40582142-31d0-4593-b19f-4af93392a96d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-40582142-31d0-4593-b19f-4af93392a96d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a2514daa-3291-49a6-b0b7-aba4033f0d36 {
  display: none;
}
#s-947deb4f-54e9-4565-a2e1-f131a4eeca04 { text-align: left; }
#s-824887fb-49f3-4ba7-af59-7277c7bcd8cf { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-824887fb-49f3-4ba7-af59-7277c7bcd8cf .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d3c120b6-9bb7-4c21-80e2-2e3a9d40b52c { text-align: left; }
#s-d3c120b6-9bb7-4c21-80e2-2e3a9d40b52c .shg-product-sold-out {
  display: none;
}

#s-d3c120b6-9bb7-4c21-80e2-2e3a9d40b52c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d3c120b6-9bb7-4c21-80e2-2e3a9d40b52c .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-7c93fa94-b818-4865-94b2-38d09d28fd94 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7c93fa94-b818-4865-94b2-38d09d28fd94:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7c93fa94-b818-4865-94b2-38d09d28fd94:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7c93fa94-b818-4865-94b2-38d09d28fd94 {
  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-7c93fa94-b818-4865-94b2-38d09d28fd94.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c93fa94-b818-4865-94b2-38d09d28fd94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7c93fa94-b818-4865-94b2-38d09d28fd94.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-84e2e824-746b-4bb9-8ab3-bd2bdbc96887 {
  display: none;
}
#s-977c3014-1eb1-43fb-8a35-38d4bc5a80cd { text-align: left; }
#s-85fd4545-d172-4931-85b1-4806737bee0c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-85fd4545-d172-4931-85b1-4806737bee0c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-84fb3958-0315-4337-934e-332a3246c40a { text-align: left; }
#s-84fb3958-0315-4337-934e-332a3246c40a .shg-product-sold-out {
  display: none;
}

#s-84fb3958-0315-4337-934e-332a3246c40a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-84fb3958-0315-4337-934e-332a3246c40a .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-6e281941-f575-4aff-95a7-b9e81ea6fa56 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6e281941-f575-4aff-95a7-b9e81ea6fa56:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6e281941-f575-4aff-95a7-b9e81ea6fa56:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6e281941-f575-4aff-95a7-b9e81ea6fa56 {
  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-6e281941-f575-4aff-95a7-b9e81ea6fa56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e281941-f575-4aff-95a7-b9e81ea6fa56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6e281941-f575-4aff-95a7-b9e81ea6fa56.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2c7b762f-e34e-4166-8846-c69d2bcfac41 {
  display: none;
}
#s-56e616ff-b1d8-4305-91ba-974a8bbc690c { text-align: left; }
#s-27202ea7-14e3-4d56-bb96-a9fbc7e69d6d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-27202ea7-14e3-4d56-bb96-a9fbc7e69d6d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-be3a1ae2-69da-4f55-83c2-2972d52da07b { text-align: left; }
#s-be3a1ae2-69da-4f55-83c2-2972d52da07b .shg-product-sold-out {
  display: none;
}

#s-be3a1ae2-69da-4f55-83c2-2972d52da07b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-be3a1ae2-69da-4f55-83c2-2972d52da07b .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-69067172-c181-4960-9d68-77dd9b025747 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-69067172-c181-4960-9d68-77dd9b025747:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-69067172-c181-4960-9d68-77dd9b025747:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-69067172-c181-4960-9d68-77dd9b025747 {
  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-69067172-c181-4960-9d68-77dd9b025747.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69067172-c181-4960-9d68-77dd9b025747.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-69067172-c181-4960-9d68-77dd9b025747.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3f40144b-c709-40b0-92ab-5de35b29a64f {
  display: none;
}
#s-cead9400-33e8-4cb7-98f5-e3f894e9bd42 { text-align: left; }
#s-763f157f-29d4-4882-b45c-68636265033d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-763f157f-29d4-4882-b45c-68636265033d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-27cac1df-6af8-4f5a-8c8c-6041d5608d48 { text-align: left; }
#s-27cac1df-6af8-4f5a-8c8c-6041d5608d48 .shg-product-sold-out {
  display: none;
}

#s-27cac1df-6af8-4f5a-8c8c-6041d5608d48 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-27cac1df-6af8-4f5a-8c8c-6041d5608d48 .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-6bef8043-7de2-4054-868f-d40170fc6a81 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6bef8043-7de2-4054-868f-d40170fc6a81:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6bef8043-7de2-4054-868f-d40170fc6a81:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6bef8043-7de2-4054-868f-d40170fc6a81 {
  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-6bef8043-7de2-4054-868f-d40170fc6a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6bef8043-7de2-4054-868f-d40170fc6a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6bef8043-7de2-4054-868f-d40170fc6a81.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;
}
