.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-bbbb2170-b5fc-4b62-af8f-1825c0be0e19 {
  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-cad691bd-188b-4789-967d-061dc3ac2731 { margin-top: 40px; }
#s-cad691bd-188b-4789-967d-061dc3ac2731 .shogun-tabs {
  justify-content: center;
}


  #s-cad691bd-188b-4789-967d-061dc3ac2731 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-cad691bd-188b-4789-967d-061dc3ac2731 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-cad691bd-188b-4789-967d-061dc3ac2731 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-cad691bd-188b-4789-967d-061dc3ac2731 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-cad691bd-188b-4789-967d-061dc3ac2731 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-cad691bd-188b-4789-967d-061dc3ac2731 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-cad691bd-188b-4789-967d-061dc3ac2731 .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-ea6e38c5-95ba-47c5-8c0c-765bb88bd76a { padding-top: 10px;
padding-bottom: 10px; }
 #s-ea6e38c5-95ba-47c5-8c0c-765bb88bd76a .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-fd08aca1-2cd1-4fb0-b700-4a019c772ebf .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-fd08aca1-2cd1-4fb0-b700-4a019c772ebf .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-fd08aca1-2cd1-4fb0-b700-4a019c772ebf .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-fd08aca1-2cd1-4fb0-b700-4a019c772ebf .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-fd08aca1-2cd1-4fb0-b700-4a019c772ebf .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-fd08aca1-2cd1-4fb0-b700-4a019c772ebf .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-fd08aca1-2cd1-4fb0-b700-4a019c772ebf .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-fd08aca1-2cd1-4fb0-b700-4a019c772ebf .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-fd08aca1-2cd1-4fb0-b700-4a019c772ebf .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-47e58568-7111-448a-ab83-c00bcf283f8b { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-47e58568-7111-448a-ab83-c00bcf283f8b"] > .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-a2cd7c20-ae7e-49c6-9a2a-51d1e5d862fe { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-7cbd7054-e200-438b-a21b-d880f308a929 { 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-1f380d89-15dc-4c5e-89fe-8dfc21b96fd7 { 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-1f380d89-15dc-4c5e-89fe-8dfc21b96fd7: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-1f380d89-15dc-4c5e-89fe-8dfc21b96fd7: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-1f380d89-15dc-4c5e-89fe-8dfc21b96fd7.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-e079d42c-9b30-4211-bcff-606ac5c1e8e7 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-dcaa3042-1db4-4531-a58d-dde25ed4d120 { 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-55ee024e-d5b2-4a75-8a50-5c3f874ff622 { 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-55ee024e-d5b2-4a75-8a50-5c3f874ff622: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-55ee024e-d5b2-4a75-8a50-5c3f874ff622: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-55ee024e-d5b2-4a75-8a50-5c3f874ff622.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-facaccc7-c03d-48f2-a9b7-c0d7a423d9ed { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-58ba5177-00ca-40de-b403-c65ea04cf6bd { 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-1162b6cf-df63-43d3-a5be-180016551599 { 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-1162b6cf-df63-43d3-a5be-180016551599: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-1162b6cf-df63-43d3-a5be-180016551599: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-1162b6cf-df63-43d3-a5be-180016551599.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-3030de10-0ff0-46c1-b809-608677a9abd7 { min-height: 50px; }
#s-3030de10-0ff0-46c1-b809-608677a9abd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a52a6fd9-1234-42f3-8629-26e32539ceae { 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-a52a6fd9-1234-42f3-8629-26e32539ceae .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-7fb7f725-a9a1-4c1d-8065-7ae467906b64 {
  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-afef14a4-35f4-4531-8218-204b5271b3d3 { 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-b89ee82e-caff-4768-8fda-da7e8de3b43e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b89ee82e-caff-4768-8fda-da7e8de3b43e .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a02a0f2d-564a-4052-83ad-6ffd2227871c {
  display: none;
}
#s-9efeeb6f-4d5c-49c1-a1c8-b87d2b99d8c4 { text-align: left; }
#s-38266750-f25c-42ea-aa3f-761c5771623b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-38266750-f25c-42ea-aa3f-761c5771623b .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-4b7b5576-24e9-4087-a7a2-ccc88ea3a6a1 {
  display: none;
}
#s-ec45683a-362d-4f95-b1bd-bd90cf75c829 { text-align: left; }
#s-90483862-2609-4149-8e85-04b611a7e396 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-90483862-2609-4149-8e85-04b611a7e396 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8f9e7543-1628-4aa6-b037-daf016f39dea {
  display: none;
}
#s-673b0d66-702a-4746-a046-3c6680a48c9a { text-align: left; }
#s-ee99eae8-4ac6-4859-85b4-8df63aff8754 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ee99eae8-4ac6-4859-85b4-8df63aff8754 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-48ce2b26-1bfb-4125-8373-134b099ee56e {
  display: none;
}
#s-ba3b15dc-7aaa-451e-a8ed-b2eb4e37e5b7 { text-align: left; }
#s-51510eab-69d1-41e8-8d38-be3de7c6bbc6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-51510eab-69d1-41e8-8d38-be3de7c6bbc6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-13a05a2a-3a72-4c3a-b874-336ff67d899a { text-align: left; }
#s-13a05a2a-3a72-4c3a-b874-336ff67d899a .shg-product-sold-out {
  display: none;
}

#s-13a05a2a-3a72-4c3a-b874-336ff67d899a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-13a05a2a-3a72-4c3a-b874-336ff67d899a .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-315e4f3e-6412-4ad1-b98f-71d81f696a5c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-315e4f3e-6412-4ad1-b98f-71d81f696a5c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-315e4f3e-6412-4ad1-b98f-71d81f696a5c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-315e4f3e-6412-4ad1-b98f-71d81f696a5c {
  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-315e4f3e-6412-4ad1-b98f-71d81f696a5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-315e4f3e-6412-4ad1-b98f-71d81f696a5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-315e4f3e-6412-4ad1-b98f-71d81f696a5c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-29e17169-155d-4856-9e81-6887314ebdca {
  display: none;
}
#s-9d953408-f2a1-4dfa-b1be-1fd102c3a000 { text-align: left; }
#s-a4763c7a-30ed-46d1-806c-36eb403b75ce { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a4763c7a-30ed-46d1-806c-36eb403b75ce .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-731a8215-e40a-44d6-8784-41ff8d292ec7 { text-align: left; }
#s-731a8215-e40a-44d6-8784-41ff8d292ec7 .shg-product-sold-out {
  display: none;
}

#s-731a8215-e40a-44d6-8784-41ff8d292ec7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-731a8215-e40a-44d6-8784-41ff8d292ec7 .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-447d749d-3804-44d1-ad66-14ff15e96109 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-447d749d-3804-44d1-ad66-14ff15e96109:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-447d749d-3804-44d1-ad66-14ff15e96109:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-447d749d-3804-44d1-ad66-14ff15e96109 {
  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-447d749d-3804-44d1-ad66-14ff15e96109.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-447d749d-3804-44d1-ad66-14ff15e96109.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-447d749d-3804-44d1-ad66-14ff15e96109.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ac156aaa-4a49-4a03-bd30-a792436f898a {
  display: none;
}
#s-15cefb51-351d-4dea-b0f4-5467d04740dc { text-align: left; }
#s-6ddc50c3-6051-43a6-9310-1000b0ab9566 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6ddc50c3-6051-43a6-9310-1000b0ab9566 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-714fcc14-76a0-4f3a-a635-8076e0d1a40d { text-align: left; }
#s-714fcc14-76a0-4f3a-a635-8076e0d1a40d .shg-product-sold-out {
  display: none;
}

#s-714fcc14-76a0-4f3a-a635-8076e0d1a40d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-714fcc14-76a0-4f3a-a635-8076e0d1a40d .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-d48d3c32-e6ca-4849-b497-1b37a8bcecd6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d48d3c32-e6ca-4849-b497-1b37a8bcecd6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d48d3c32-e6ca-4849-b497-1b37a8bcecd6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d48d3c32-e6ca-4849-b497-1b37a8bcecd6 {
  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-d48d3c32-e6ca-4849-b497-1b37a8bcecd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d48d3c32-e6ca-4849-b497-1b37a8bcecd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d48d3c32-e6ca-4849-b497-1b37a8bcecd6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0c29b85f-54b6-4e1e-9b2e-040d92fa4ce7 {
  display: none;
}
#s-b68331bb-8afc-4237-8c47-2309cbd8e30f { text-align: left; }
#s-52360de2-86a9-44bd-b2bd-8c8c7c4e988f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-52360de2-86a9-44bd-b2bd-8c8c7c4e988f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c7f99b0a-f90c-49c3-8508-e7b0bd35925a { text-align: left; }
#s-c7f99b0a-f90c-49c3-8508-e7b0bd35925a .shg-product-sold-out {
  display: none;
}

#s-c7f99b0a-f90c-49c3-8508-e7b0bd35925a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c7f99b0a-f90c-49c3-8508-e7b0bd35925a .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-90791337-dda1-49ee-9fa9-375f5b12a276 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-90791337-dda1-49ee-9fa9-375f5b12a276:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-90791337-dda1-49ee-9fa9-375f5b12a276:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-90791337-dda1-49ee-9fa9-375f5b12a276 {
  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-90791337-dda1-49ee-9fa9-375f5b12a276.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90791337-dda1-49ee-9fa9-375f5b12a276.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-90791337-dda1-49ee-9fa9-375f5b12a276.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-39cad654-1c43-4c73-8c42-5ffd989fbd00 {
  display: none;
}
#s-8152c0f8-5f08-40dc-922d-3a2099e41dd3 { text-align: left; }
#s-1cabb5a9-65e5-467a-bd50-a02e89f061b4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1cabb5a9-65e5-467a-bd50-a02e89f061b4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-632ab57e-384a-4ffc-9e12-a0900590d688 { text-align: left; }
#s-632ab57e-384a-4ffc-9e12-a0900590d688 .shg-product-sold-out {
  display: none;
}

#s-632ab57e-384a-4ffc-9e12-a0900590d688 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-632ab57e-384a-4ffc-9e12-a0900590d688 .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-911aeb48-7013-4888-b9c6-49d54fa846af { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-911aeb48-7013-4888-b9c6-49d54fa846af:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-911aeb48-7013-4888-b9c6-49d54fa846af:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-911aeb48-7013-4888-b9c6-49d54fa846af {
  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-911aeb48-7013-4888-b9c6-49d54fa846af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911aeb48-7013-4888-b9c6-49d54fa846af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-911aeb48-7013-4888-b9c6-49d54fa846af.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6c476d9a-3b7e-45a1-aa56-39e6d46b8739 {
  display: none;
}
#s-27e0c2dc-185f-4dc6-a176-46cdf2f3d681 { text-align: left; }
#s-ec396a57-c5f8-4978-be9e-79193eb565c2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ec396a57-c5f8-4978-be9e-79193eb565c2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-39248421-7ea8-4293-baa9-8a9ef24406d4 { text-align: left; }
#s-39248421-7ea8-4293-baa9-8a9ef24406d4 .shg-product-sold-out {
  display: none;
}

#s-39248421-7ea8-4293-baa9-8a9ef24406d4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-39248421-7ea8-4293-baa9-8a9ef24406d4 .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-05734bb7-5bbd-4bcb-ae61-8e310da2dff4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-05734bb7-5bbd-4bcb-ae61-8e310da2dff4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-05734bb7-5bbd-4bcb-ae61-8e310da2dff4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-05734bb7-5bbd-4bcb-ae61-8e310da2dff4 {
  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-05734bb7-5bbd-4bcb-ae61-8e310da2dff4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05734bb7-5bbd-4bcb-ae61-8e310da2dff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-05734bb7-5bbd-4bcb-ae61-8e310da2dff4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7bba6920-77d0-406c-bd53-e6e83633639b {
  display: none;
}
#s-b0778f64-d058-4e60-9c8c-a459c2768b65 { text-align: left; }
#s-7adb0aae-784f-496b-8d8e-c0f0e3b8691c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7adb0aae-784f-496b-8d8e-c0f0e3b8691c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f40b095d-e1b7-4d54-8451-67a6bce91cd2 { text-align: left; }
#s-f40b095d-e1b7-4d54-8451-67a6bce91cd2 .shg-product-sold-out {
  display: none;
}

#s-f40b095d-e1b7-4d54-8451-67a6bce91cd2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f40b095d-e1b7-4d54-8451-67a6bce91cd2 .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-6c35888e-1b88-4014-a4ac-2e4666fda3a1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6c35888e-1b88-4014-a4ac-2e4666fda3a1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6c35888e-1b88-4014-a4ac-2e4666fda3a1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6c35888e-1b88-4014-a4ac-2e4666fda3a1 {
  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-6c35888e-1b88-4014-a4ac-2e4666fda3a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c35888e-1b88-4014-a4ac-2e4666fda3a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6c35888e-1b88-4014-a4ac-2e4666fda3a1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-60e93827-6c1e-43e9-988a-fabdc11dd0fa {
  display: none;
}
#s-3aa569da-5a13-4263-996b-9693f68e4826 { text-align: left; }
#s-7b23ee42-39ab-4826-ac15-ee66f86f2381 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7b23ee42-39ab-4826-ac15-ee66f86f2381 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a924094d-7008-49b8-a09f-03f1b03ee67f { text-align: left; }
#s-a924094d-7008-49b8-a09f-03f1b03ee67f .shg-product-sold-out {
  display: none;
}

#s-a924094d-7008-49b8-a09f-03f1b03ee67f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a924094d-7008-49b8-a09f-03f1b03ee67f .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-036f5dea-dd4a-4be0-9545-ad3ae2db43d3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-036f5dea-dd4a-4be0-9545-ad3ae2db43d3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-036f5dea-dd4a-4be0-9545-ad3ae2db43d3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-036f5dea-dd4a-4be0-9545-ad3ae2db43d3 {
  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-036f5dea-dd4a-4be0-9545-ad3ae2db43d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-036f5dea-dd4a-4be0-9545-ad3ae2db43d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-036f5dea-dd4a-4be0-9545-ad3ae2db43d3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f0dc0b8d-91c6-450e-96b4-1406917bfb0c {
  display: none;
}
#s-eacf1b75-e1bf-4c16-80ab-c0a9edc7d38a { text-align: left; }
#s-8781a794-c656-4111-8ac5-e49610be8fbe { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8781a794-c656-4111-8ac5-e49610be8fbe .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a9025b32-d5a7-42a8-9c01-2fadec030951 { text-align: left; }
#s-a9025b32-d5a7-42a8-9c01-2fadec030951 .shg-product-sold-out {
  display: none;
}

#s-a9025b32-d5a7-42a8-9c01-2fadec030951 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a9025b32-d5a7-42a8-9c01-2fadec030951 .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-e09771fe-4954-4ad9-b40f-24e3d6def745 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e09771fe-4954-4ad9-b40f-24e3d6def745:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e09771fe-4954-4ad9-b40f-24e3d6def745:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e09771fe-4954-4ad9-b40f-24e3d6def745 {
  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-e09771fe-4954-4ad9-b40f-24e3d6def745.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e09771fe-4954-4ad9-b40f-24e3d6def745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e09771fe-4954-4ad9-b40f-24e3d6def745.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6064a5ca-2a1c-44f0-b473-8d7b604aa167 {
  display: none;
}
#s-5a77b774-254e-4cb0-b73b-b0377b8cf1a8 { text-align: left; }
#s-9712b5fc-277e-4745-9fb8-a1006c925823 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9712b5fc-277e-4745-9fb8-a1006c925823 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7c34f65e-1574-46cc-b5cc-fc3a0e664702 { text-align: left; }
#s-7c34f65e-1574-46cc-b5cc-fc3a0e664702 .shg-product-sold-out {
  display: none;
}

#s-7c34f65e-1574-46cc-b5cc-fc3a0e664702 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7c34f65e-1574-46cc-b5cc-fc3a0e664702 .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-bc048f67-32f7-4c5b-9d49-74d2c194c458 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bc048f67-32f7-4c5b-9d49-74d2c194c458:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bc048f67-32f7-4c5b-9d49-74d2c194c458:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bc048f67-32f7-4c5b-9d49-74d2c194c458 {
  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-bc048f67-32f7-4c5b-9d49-74d2c194c458.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc048f67-32f7-4c5b-9d49-74d2c194c458.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bc048f67-32f7-4c5b-9d49-74d2c194c458.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8db8543b-9bdf-440c-964b-5f8ba61698cd {
  display: none;
}
#s-21637d5a-bb96-440b-aff4-47399d44b19c { text-align: left; }
#s-2f1ac447-4719-4be3-91d8-55887f7b3b96 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2f1ac447-4719-4be3-91d8-55887f7b3b96 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a1400081-10ef-4e0d-a752-ede79822e4d5 { text-align: left; }
#s-a1400081-10ef-4e0d-a752-ede79822e4d5 .shg-product-sold-out {
  display: none;
}

#s-a1400081-10ef-4e0d-a752-ede79822e4d5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a1400081-10ef-4e0d-a752-ede79822e4d5 .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-5469214f-53e3-4538-8b8c-d1a251ac7ad8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5469214f-53e3-4538-8b8c-d1a251ac7ad8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5469214f-53e3-4538-8b8c-d1a251ac7ad8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5469214f-53e3-4538-8b8c-d1a251ac7ad8 {
  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-5469214f-53e3-4538-8b8c-d1a251ac7ad8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5469214f-53e3-4538-8b8c-d1a251ac7ad8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5469214f-53e3-4538-8b8c-d1a251ac7ad8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5f9fdc47-cb9f-4d73-a814-d8cd2737ddb2 {
  display: none;
}
#s-bab6f36c-a32f-4fe8-a1c6-f9e5ca91fc1a { text-align: left; }
#s-f576c84d-ccf8-4090-8983-1118dd3f35c2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f576c84d-ccf8-4090-8983-1118dd3f35c2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-721d1302-3fa0-4643-b230-614128117840 { text-align: left; }
#s-721d1302-3fa0-4643-b230-614128117840 .shg-product-sold-out {
  display: none;
}

#s-721d1302-3fa0-4643-b230-614128117840 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-721d1302-3fa0-4643-b230-614128117840 .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-7bf3f998-f233-4957-9de2-05f109f3f21d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7bf3f998-f233-4957-9de2-05f109f3f21d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7bf3f998-f233-4957-9de2-05f109f3f21d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7bf3f998-f233-4957-9de2-05f109f3f21d {
  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-7bf3f998-f233-4957-9de2-05f109f3f21d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7bf3f998-f233-4957-9de2-05f109f3f21d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7bf3f998-f233-4957-9de2-05f109f3f21d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1756b225-644d-4699-83d6-8ccc15f19aa9 {
  display: none;
}
#s-d4aa43a5-cc0e-49f1-add7-fc4717bfcb28 { text-align: left; }
#s-4bd3c6bd-2ec1-44c7-9e18-999fc182c6f4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4bd3c6bd-2ec1-44c7-9e18-999fc182c6f4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a2ae28b2-f485-4c13-9b0d-3d8f0268e874 { text-align: left; }
#s-a2ae28b2-f485-4c13-9b0d-3d8f0268e874 .shg-product-sold-out {
  display: none;
}

#s-a2ae28b2-f485-4c13-9b0d-3d8f0268e874 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a2ae28b2-f485-4c13-9b0d-3d8f0268e874 .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-af414556-ac25-4f37-90b2-7c5d6d0f13d9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-af414556-ac25-4f37-90b2-7c5d6d0f13d9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-af414556-ac25-4f37-90b2-7c5d6d0f13d9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-af414556-ac25-4f37-90b2-7c5d6d0f13d9 {
  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-af414556-ac25-4f37-90b2-7c5d6d0f13d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af414556-ac25-4f37-90b2-7c5d6d0f13d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-af414556-ac25-4f37-90b2-7c5d6d0f13d9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-65ca8a68-f5dd-4bda-8503-7b0baf0ec820 {
  display: none;
}
#s-63aab0ab-1b02-44c1-b1f6-d4e2d9880c2b { text-align: left; }
#s-bd615c99-a2a4-4d00-ac83-65b7c42155b0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bd615c99-a2a4-4d00-ac83-65b7c42155b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e6d2e9dd-8f0a-46d1-b86d-e31cc645416e { text-align: left; }
#s-e6d2e9dd-8f0a-46d1-b86d-e31cc645416e .shg-product-sold-out {
  display: none;
}

#s-e6d2e9dd-8f0a-46d1-b86d-e31cc645416e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e6d2e9dd-8f0a-46d1-b86d-e31cc645416e .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-8bfa3dff-8bd0-49e5-ae66-db0f14f622cf { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8bfa3dff-8bd0-49e5-ae66-db0f14f622cf:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8bfa3dff-8bd0-49e5-ae66-db0f14f622cf:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8bfa3dff-8bd0-49e5-ae66-db0f14f622cf {
  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-8bfa3dff-8bd0-49e5-ae66-db0f14f622cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bfa3dff-8bd0-49e5-ae66-db0f14f622cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8bfa3dff-8bd0-49e5-ae66-db0f14f622cf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-66b5064b-bdfe-4049-9b1c-fd71347c028a {
  display: none;
}
#s-35f50e7b-1c53-498a-83d5-ffeec5003470 { text-align: left; }
#s-9af5e83b-6fc3-42da-919b-7b670cb6a04a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9af5e83b-6fc3-42da-919b-7b670cb6a04a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-daea236f-c1df-471d-b261-baca4b4964b2 { text-align: left; }
#s-daea236f-c1df-471d-b261-baca4b4964b2 .shg-product-sold-out {
  display: none;
}

#s-daea236f-c1df-471d-b261-baca4b4964b2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-daea236f-c1df-471d-b261-baca4b4964b2 .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-4d4187a2-5637-47d1-9494-ade0159186ee { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4d4187a2-5637-47d1-9494-ade0159186ee:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4d4187a2-5637-47d1-9494-ade0159186ee:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4d4187a2-5637-47d1-9494-ade0159186ee {
  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-4d4187a2-5637-47d1-9494-ade0159186ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d4187a2-5637-47d1-9494-ade0159186ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4d4187a2-5637-47d1-9494-ade0159186ee.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-90a67f57-b855-41cd-a2ff-413042481cf5 {
  display: none;
}
#s-6b6f9e27-bf84-4f20-8fe7-081e7e2fa802 { text-align: left; }
#s-1a59b1d4-15a3-4c8a-a177-92cb19e0736c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1a59b1d4-15a3-4c8a-a177-92cb19e0736c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-438280e6-a004-4ee5-af28-b09171d921cc { text-align: left; }
#s-438280e6-a004-4ee5-af28-b09171d921cc .shg-product-sold-out {
  display: none;
}

#s-438280e6-a004-4ee5-af28-b09171d921cc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-438280e6-a004-4ee5-af28-b09171d921cc .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-58851ef4-ad67-4a82-a7d2-a8e1f9c31e61 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-58851ef4-ad67-4a82-a7d2-a8e1f9c31e61:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-58851ef4-ad67-4a82-a7d2-a8e1f9c31e61:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-58851ef4-ad67-4a82-a7d2-a8e1f9c31e61 {
  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-58851ef4-ad67-4a82-a7d2-a8e1f9c31e61.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58851ef4-ad67-4a82-a7d2-a8e1f9c31e61.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-58851ef4-ad67-4a82-a7d2-a8e1f9c31e61.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2bf08782-0860-4f72-bfc3-10e7dd13e6c4 {
  display: none;
}
#s-e3bce4a6-b591-4106-9159-2f4a3bec1527 { text-align: left; }
#s-bb850c98-ae6a-447d-931a-0927bf7f1b4b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bb850c98-ae6a-447d-931a-0927bf7f1b4b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-96e22b29-341d-4748-b5d9-f9c462e12cec { text-align: left; }
#s-96e22b29-341d-4748-b5d9-f9c462e12cec .shg-product-sold-out {
  display: none;
}

#s-96e22b29-341d-4748-b5d9-f9c462e12cec .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-96e22b29-341d-4748-b5d9-f9c462e12cec .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-d29e84e6-d96c-42d3-9b3d-0e93aea9f567 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d29e84e6-d96c-42d3-9b3d-0e93aea9f567:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d29e84e6-d96c-42d3-9b3d-0e93aea9f567:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d29e84e6-d96c-42d3-9b3d-0e93aea9f567 {
  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-d29e84e6-d96c-42d3-9b3d-0e93aea9f567.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d29e84e6-d96c-42d3-9b3d-0e93aea9f567.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d29e84e6-d96c-42d3-9b3d-0e93aea9f567.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-634c6c72-30fa-4c11-add2-908a241498c4 {
  display: none;
}
#s-74fed34a-e11f-4966-829b-84b0223e8fb2 { text-align: left; }
#s-bf6c65c2-7aad-447b-bf4f-17957564fb32 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bf6c65c2-7aad-447b-bf4f-17957564fb32 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-29d4f4fa-e2c2-496d-9053-8ccbaf5bb834 { text-align: left; }
#s-29d4f4fa-e2c2-496d-9053-8ccbaf5bb834 .shg-product-sold-out {
  display: none;
}

#s-29d4f4fa-e2c2-496d-9053-8ccbaf5bb834 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-29d4f4fa-e2c2-496d-9053-8ccbaf5bb834 .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-3791d74b-66f2-45cf-a46f-c27f4f78937c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3791d74b-66f2-45cf-a46f-c27f4f78937c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3791d74b-66f2-45cf-a46f-c27f4f78937c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3791d74b-66f2-45cf-a46f-c27f4f78937c {
  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-3791d74b-66f2-45cf-a46f-c27f4f78937c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3791d74b-66f2-45cf-a46f-c27f4f78937c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3791d74b-66f2-45cf-a46f-c27f4f78937c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6f975600-04ad-446d-8620-8fa7694ee79c {
  display: none;
}
#s-a36b9898-fd64-487d-a1cc-122f5232bfcb { text-align: left; }
#s-1197ed17-3cf9-486e-abff-dba7078c73a1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1197ed17-3cf9-486e-abff-dba7078c73a1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-82f30b60-4651-4eb8-85be-cf753f2fc28b { text-align: left; }
#s-82f30b60-4651-4eb8-85be-cf753f2fc28b .shg-product-sold-out {
  display: none;
}

#s-82f30b60-4651-4eb8-85be-cf753f2fc28b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-82f30b60-4651-4eb8-85be-cf753f2fc28b .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-f4fd32ea-f769-4db8-abb3-fe94e34df566 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f4fd32ea-f769-4db8-abb3-fe94e34df566:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f4fd32ea-f769-4db8-abb3-fe94e34df566:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f4fd32ea-f769-4db8-abb3-fe94e34df566 {
  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-f4fd32ea-f769-4db8-abb3-fe94e34df566.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4fd32ea-f769-4db8-abb3-fe94e34df566.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f4fd32ea-f769-4db8-abb3-fe94e34df566.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0d78b324-4c14-4ef4-b5a8-3fd5b441f253 {
  display: none;
}
#s-45409d02-c8de-4aa6-8fb2-c0c2b3f35dd0 { text-align: left; }
#s-e687b6da-8a17-428b-9fc8-0e3933e49cb1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e687b6da-8a17-428b-9fc8-0e3933e49cb1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-276ba0f2-6873-4edd-b2d0-39fd3d9a9a87 { text-align: left; }
#s-276ba0f2-6873-4edd-b2d0-39fd3d9a9a87 .shg-product-sold-out {
  display: none;
}

#s-276ba0f2-6873-4edd-b2d0-39fd3d9a9a87 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-276ba0f2-6873-4edd-b2d0-39fd3d9a9a87 .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-a13f503e-c7cc-48c9-8cb5-c27aa4ec6b8e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a13f503e-c7cc-48c9-8cb5-c27aa4ec6b8e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a13f503e-c7cc-48c9-8cb5-c27aa4ec6b8e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a13f503e-c7cc-48c9-8cb5-c27aa4ec6b8e {
  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-a13f503e-c7cc-48c9-8cb5-c27aa4ec6b8e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a13f503e-c7cc-48c9-8cb5-c27aa4ec6b8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a13f503e-c7cc-48c9-8cb5-c27aa4ec6b8e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c17ddf47-2719-431a-a94a-1677f16a0b74 {
  display: none;
}
#s-6777275d-6626-460a-b583-671280bc0d59 { text-align: left; }
#s-9483f1a7-1f18-4a9d-85a6-14cdd1244df3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9483f1a7-1f18-4a9d-85a6-14cdd1244df3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-03b0ace7-6173-464b-8979-87d18c9eaf51 { text-align: left; }
#s-03b0ace7-6173-464b-8979-87d18c9eaf51 .shg-product-sold-out {
  display: none;
}

#s-03b0ace7-6173-464b-8979-87d18c9eaf51 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-03b0ace7-6173-464b-8979-87d18c9eaf51 .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-502f3456-deb9-48bf-9a2e-ffe9a9d2a54b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-502f3456-deb9-48bf-9a2e-ffe9a9d2a54b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-502f3456-deb9-48bf-9a2e-ffe9a9d2a54b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-502f3456-deb9-48bf-9a2e-ffe9a9d2a54b {
  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-502f3456-deb9-48bf-9a2e-ffe9a9d2a54b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-502f3456-deb9-48bf-9a2e-ffe9a9d2a54b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-502f3456-deb9-48bf-9a2e-ffe9a9d2a54b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-86e7f4f5-703a-4b02-a440-42eb931c0913 {
  display: none;
}
#s-efde318c-ec40-490e-b9b6-423badf6e746 { text-align: left; }
#s-a9b2f95b-b5e1-486f-ac92-c96ca4073710 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a9b2f95b-b5e1-486f-ac92-c96ca4073710 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2fe100d4-5dca-4f70-b9fd-fa964822cca7 { text-align: left; }
#s-2fe100d4-5dca-4f70-b9fd-fa964822cca7 .shg-product-sold-out {
  display: none;
}

#s-2fe100d4-5dca-4f70-b9fd-fa964822cca7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2fe100d4-5dca-4f70-b9fd-fa964822cca7 .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-7f84d6bf-d62b-49ff-9d95-bff860888654 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7f84d6bf-d62b-49ff-9d95-bff860888654:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7f84d6bf-d62b-49ff-9d95-bff860888654:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7f84d6bf-d62b-49ff-9d95-bff860888654 {
  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-7f84d6bf-d62b-49ff-9d95-bff860888654.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f84d6bf-d62b-49ff-9d95-bff860888654.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7f84d6bf-d62b-49ff-9d95-bff860888654.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2f82080f-7d83-4415-8166-ee4faefa3cc9 {
  display: none;
}
#s-db822a8f-c30e-4ab2-b356-25b394fd9c0c { text-align: left; }
#s-9ce018d5-f3f1-4d27-9aa3-9263693636ac { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9ce018d5-f3f1-4d27-9aa3-9263693636ac .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0494acfc-f75b-49ae-83cc-efbc9ab72117 { text-align: left; }
#s-0494acfc-f75b-49ae-83cc-efbc9ab72117 .shg-product-sold-out {
  display: none;
}

#s-0494acfc-f75b-49ae-83cc-efbc9ab72117 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0494acfc-f75b-49ae-83cc-efbc9ab72117 .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-c5039778-5029-446c-95e5-e86edc05ddff { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c5039778-5029-446c-95e5-e86edc05ddff:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c5039778-5029-446c-95e5-e86edc05ddff:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c5039778-5029-446c-95e5-e86edc05ddff {
  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-c5039778-5029-446c-95e5-e86edc05ddff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5039778-5029-446c-95e5-e86edc05ddff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c5039778-5029-446c-95e5-e86edc05ddff.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;
}
