.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-0b2391d3-79b4-4534-b56d-e1244c121f8f {
  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-ddc10134-38b7-4673-9b3d-aedf863dc4e6 { margin-top: 40px; }
#s-ddc10134-38b7-4673-9b3d-aedf863dc4e6 .shogun-tabs {
  justify-content: center;
}


  #s-ddc10134-38b7-4673-9b3d-aedf863dc4e6 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-ddc10134-38b7-4673-9b3d-aedf863dc4e6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-ddc10134-38b7-4673-9b3d-aedf863dc4e6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-ddc10134-38b7-4673-9b3d-aedf863dc4e6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-ddc10134-38b7-4673-9b3d-aedf863dc4e6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-ddc10134-38b7-4673-9b3d-aedf863dc4e6 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-ddc10134-38b7-4673-9b3d-aedf863dc4e6 .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-d9332f1a-378a-4004-b42e-1a81b75846cd { padding-top: 10px;
padding-bottom: 10px; }
 #s-d9332f1a-378a-4004-b42e-1a81b75846cd .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-0b97933b-340a-4f05-9b0a-f285eaef4117 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-0b97933b-340a-4f05-9b0a-f285eaef4117 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-0b97933b-340a-4f05-9b0a-f285eaef4117 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-0b97933b-340a-4f05-9b0a-f285eaef4117 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-0b97933b-340a-4f05-9b0a-f285eaef4117 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-0b97933b-340a-4f05-9b0a-f285eaef4117 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-0b97933b-340a-4f05-9b0a-f285eaef4117 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-0b97933b-340a-4f05-9b0a-f285eaef4117 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-0b97933b-340a-4f05-9b0a-f285eaef4117 .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-a35dfa45-356e-4198-a70b-b85543c0a96a { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a35dfa45-356e-4198-a70b-b85543c0a96a"] > .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-c7f37098-bb80-427f-9e51-f00bdc7f7d02 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-ed3a8373-ee6b-4206-ad59-5956971a1fe2 { 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-1673f1e5-5300-4cfc-a4e8-4d7862a4d26a { 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-1673f1e5-5300-4cfc-a4e8-4d7862a4d26a: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-1673f1e5-5300-4cfc-a4e8-4d7862a4d26a: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-1673f1e5-5300-4cfc-a4e8-4d7862a4d26a.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-13d268db-c809-462c-8b34-4ae22fa3866f { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-0f03b3f4-987b-4611-a7b5-7f66ed582b6e { 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-9832e2e2-e2fd-464b-baa6-d6932c3afdb2 { 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-9832e2e2-e2fd-464b-baa6-d6932c3afdb2: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-9832e2e2-e2fd-464b-baa6-d6932c3afdb2: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-9832e2e2-e2fd-464b-baa6-d6932c3afdb2.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-1b40b692-0d3b-4acc-a35e-cc2717267ebc { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-a5a9438b-a2e5-4285-9dbc-a04075cf64cd { 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-1e6a9d9b-da41-457d-b5fa-9fee817ab4e3 { 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-1e6a9d9b-da41-457d-b5fa-9fee817ab4e3: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-1e6a9d9b-da41-457d-b5fa-9fee817ab4e3: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-1e6a9d9b-da41-457d-b5fa-9fee817ab4e3.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-b7c5561b-f140-44b7-8dae-9a3806edcc82 { min-height: 50px; }
#s-b7c5561b-f140-44b7-8dae-9a3806edcc82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-33c8e9c9-e00d-42be-8d35-d811b49a229d { 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-33c8e9c9-e00d-42be-8d35-d811b49a229d .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-3f4b8dab-394e-441d-996c-5c35178ee735 {
  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-2037eca2-c87c-4674-86c2-7c133fd899e2 { 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-b58a9ef8-b97e-4a9b-8dd1-4f2c28dd11e8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b58a9ef8-b97e-4a9b-8dd1-4f2c28dd11e8 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-dae5d025-40dd-49bb-9389-0e498fcf9a75 {
  display: none;
}
#s-cea5bfef-74f4-4eb7-96fb-e33de2fab8c8 { text-align: left; }
#s-819915c3-eaf2-4c98-ac0b-aa7ed0d2341b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-819915c3-eaf2-4c98-ac0b-aa7ed0d2341b .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c1cc7572-3d90-4849-ad07-af0a17e5cc5b {
  display: none;
}
#s-20d3b512-9850-4427-a4db-5d118b2122ac { text-align: left; }
#s-90e78f3a-1d8f-416b-9c0c-58ab54ff7212 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-90e78f3a-1d8f-416b-9c0c-58ab54ff7212 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2b331f41-9962-4fb1-b082-968df51cdcc0 {
  display: none;
}
#s-5323f63b-c5a5-4c58-b6f3-83a2e28fdf29 { text-align: left; }
#s-652364f4-bc3d-4fc2-9d4d-8bf84d04ecd2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-652364f4-bc3d-4fc2-9d4d-8bf84d04ecd2 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9168d3e6-3a48-4170-9928-f7cc91a86a8f {
  display: none;
}
#s-21b5cb45-fa9d-4041-a50f-f0b2493855fe { text-align: left; }
#s-db20b1c9-84f3-4b19-8df0-2f795523ead6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-db20b1c9-84f3-4b19-8df0-2f795523ead6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-47899dbd-9aba-4e9a-92df-2628aec525a9 { text-align: left; }
#s-47899dbd-9aba-4e9a-92df-2628aec525a9 .shg-product-sold-out {
  display: none;
}

#s-47899dbd-9aba-4e9a-92df-2628aec525a9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-47899dbd-9aba-4e9a-92df-2628aec525a9 .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-4542ff6f-07d6-4e31-8c13-d6c189364556 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4542ff6f-07d6-4e31-8c13-d6c189364556:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4542ff6f-07d6-4e31-8c13-d6c189364556:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4542ff6f-07d6-4e31-8c13-d6c189364556 {
  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-4542ff6f-07d6-4e31-8c13-d6c189364556.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4542ff6f-07d6-4e31-8c13-d6c189364556.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4542ff6f-07d6-4e31-8c13-d6c189364556.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-87267d71-2b42-4cc3-a470-5ab52b6ad733 {
  display: none;
}
#s-407c0f07-4d14-45da-a955-bee8a18a4a56 { text-align: left; }
#s-e9581934-8701-4a1a-b603-62788cc3a433 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e9581934-8701-4a1a-b603-62788cc3a433 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-991a8b5c-1edf-49fa-aaeb-6d65ac858dae { text-align: left; }
#s-991a8b5c-1edf-49fa-aaeb-6d65ac858dae .shg-product-sold-out {
  display: none;
}

#s-991a8b5c-1edf-49fa-aaeb-6d65ac858dae .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-991a8b5c-1edf-49fa-aaeb-6d65ac858dae .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-5a6f6bc5-cddd-44d8-a5c8-c8a2e510d235 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5a6f6bc5-cddd-44d8-a5c8-c8a2e510d235:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5a6f6bc5-cddd-44d8-a5c8-c8a2e510d235:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5a6f6bc5-cddd-44d8-a5c8-c8a2e510d235 {
  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-5a6f6bc5-cddd-44d8-a5c8-c8a2e510d235.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a6f6bc5-cddd-44d8-a5c8-c8a2e510d235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5a6f6bc5-cddd-44d8-a5c8-c8a2e510d235.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-065246d9-4c77-4260-8eaa-06280249713f {
  display: none;
}
#s-010a5cc3-9611-4c09-a3c2-a914d51b0954 { text-align: left; }
#s-303f0448-32c8-4b5a-9328-47062b0266d4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-303f0448-32c8-4b5a-9328-47062b0266d4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8af914e2-4369-47d8-b077-b85639c75b75 { text-align: left; }
#s-8af914e2-4369-47d8-b077-b85639c75b75 .shg-product-sold-out {
  display: none;
}

#s-8af914e2-4369-47d8-b077-b85639c75b75 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8af914e2-4369-47d8-b077-b85639c75b75 .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-20867911-1e92-4df6-92bc-5e614e7989d0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-20867911-1e92-4df6-92bc-5e614e7989d0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-20867911-1e92-4df6-92bc-5e614e7989d0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-20867911-1e92-4df6-92bc-5e614e7989d0 {
  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-20867911-1e92-4df6-92bc-5e614e7989d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20867911-1e92-4df6-92bc-5e614e7989d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-20867911-1e92-4df6-92bc-5e614e7989d0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-450b358d-2e05-43aa-8690-4c11945fba97 {
  display: none;
}
#s-9e804bc7-8233-4ccf-a3c2-d8558cb4f0ab { text-align: left; }
#s-2ad37b54-8cd2-43c8-86cb-ffc02b95e206 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2ad37b54-8cd2-43c8-86cb-ffc02b95e206 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3c65b710-d900-474b-8e24-ec694f6fefb9 { text-align: left; }
#s-3c65b710-d900-474b-8e24-ec694f6fefb9 .shg-product-sold-out {
  display: none;
}

#s-3c65b710-d900-474b-8e24-ec694f6fefb9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3c65b710-d900-474b-8e24-ec694f6fefb9 .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-b75e7901-1996-4d2c-921e-c04aac9f9072 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b75e7901-1996-4d2c-921e-c04aac9f9072:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b75e7901-1996-4d2c-921e-c04aac9f9072:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b75e7901-1996-4d2c-921e-c04aac9f9072 {
  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-b75e7901-1996-4d2c-921e-c04aac9f9072.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b75e7901-1996-4d2c-921e-c04aac9f9072.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b75e7901-1996-4d2c-921e-c04aac9f9072.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1d65bc86-12a7-41fa-8832-b657c1779a65 {
  display: none;
}
#s-832b3c24-933d-49bd-a1c1-364b85d8e923 { text-align: left; }
#s-863040ea-faa8-46eb-8e78-5a958b83da8a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-863040ea-faa8-46eb-8e78-5a958b83da8a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a2c16ac4-302d-42f9-a46b-5908c6f4113b { text-align: left; }
#s-a2c16ac4-302d-42f9-a46b-5908c6f4113b .shg-product-sold-out {
  display: none;
}

#s-a2c16ac4-302d-42f9-a46b-5908c6f4113b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a2c16ac4-302d-42f9-a46b-5908c6f4113b .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-6b2eb522-6cb1-4124-ac2c-85dcba460f33 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6b2eb522-6cb1-4124-ac2c-85dcba460f33:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6b2eb522-6cb1-4124-ac2c-85dcba460f33:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6b2eb522-6cb1-4124-ac2c-85dcba460f33 {
  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-6b2eb522-6cb1-4124-ac2c-85dcba460f33.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b2eb522-6cb1-4124-ac2c-85dcba460f33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6b2eb522-6cb1-4124-ac2c-85dcba460f33.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-71780e82-6b43-4aa0-ba35-1a118b693552 {
  display: none;
}
#s-5ac11a00-f75e-4a63-a267-70aada2da123 { text-align: left; }
#s-a8cf50ec-e17d-4ea2-814b-ba5bb63a7528 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a8cf50ec-e17d-4ea2-814b-ba5bb63a7528 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-837c9a31-8013-4c20-83c9-5b4bb38e3daf { text-align: left; }
#s-837c9a31-8013-4c20-83c9-5b4bb38e3daf .shg-product-sold-out {
  display: none;
}

#s-837c9a31-8013-4c20-83c9-5b4bb38e3daf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-837c9a31-8013-4c20-83c9-5b4bb38e3daf .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-6748f7ea-f36f-4c34-bd23-b3e9cf75d738 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6748f7ea-f36f-4c34-bd23-b3e9cf75d738:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6748f7ea-f36f-4c34-bd23-b3e9cf75d738:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6748f7ea-f36f-4c34-bd23-b3e9cf75d738 {
  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-6748f7ea-f36f-4c34-bd23-b3e9cf75d738.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6748f7ea-f36f-4c34-bd23-b3e9cf75d738.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6748f7ea-f36f-4c34-bd23-b3e9cf75d738.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f8086a7e-75d3-4dc5-90a1-5bb9458c841a {
  display: none;
}
#s-4a693fd3-78f4-4f9c-a8ea-5c682dbbca66 { text-align: left; }
#s-0e305710-890d-46c5-bcea-3e6c985d7009 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0e305710-890d-46c5-bcea-3e6c985d7009 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cce54e2b-5d4f-4740-8884-ef6872222afd { text-align: left; }
#s-cce54e2b-5d4f-4740-8884-ef6872222afd .shg-product-sold-out {
  display: none;
}

#s-cce54e2b-5d4f-4740-8884-ef6872222afd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cce54e2b-5d4f-4740-8884-ef6872222afd .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-808010d3-f0cc-4ea2-9ab1-4cf27c7b3391 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-808010d3-f0cc-4ea2-9ab1-4cf27c7b3391:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-808010d3-f0cc-4ea2-9ab1-4cf27c7b3391:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-808010d3-f0cc-4ea2-9ab1-4cf27c7b3391 {
  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-808010d3-f0cc-4ea2-9ab1-4cf27c7b3391.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-808010d3-f0cc-4ea2-9ab1-4cf27c7b3391.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-808010d3-f0cc-4ea2-9ab1-4cf27c7b3391.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-349c544d-9f55-498f-998d-bd38798e7ef9 {
  display: none;
}
#s-7927d44a-dbc0-4345-8cb7-928812513697 { text-align: left; }
#s-504a19a6-9117-4139-b5dd-893acf4fd66c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-504a19a6-9117-4139-b5dd-893acf4fd66c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ea67202b-601f-4cdb-ad80-16820738e516 { text-align: left; }
#s-ea67202b-601f-4cdb-ad80-16820738e516 .shg-product-sold-out {
  display: none;
}

#s-ea67202b-601f-4cdb-ad80-16820738e516 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ea67202b-601f-4cdb-ad80-16820738e516 .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-439d7a1a-c0e5-4577-b4c7-e7ba04056927 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-439d7a1a-c0e5-4577-b4c7-e7ba04056927:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-439d7a1a-c0e5-4577-b4c7-e7ba04056927:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-439d7a1a-c0e5-4577-b4c7-e7ba04056927 {
  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-439d7a1a-c0e5-4577-b4c7-e7ba04056927.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-439d7a1a-c0e5-4577-b4c7-e7ba04056927.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-439d7a1a-c0e5-4577-b4c7-e7ba04056927.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1dd03ee1-f087-442c-8b28-a96179da46b8 {
  display: none;
}
#s-d67d3b79-6e42-4428-8051-b8baf47529aa { text-align: left; }
#s-abd5f53c-7b2c-4764-89ec-dbad2ae12e20 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-abd5f53c-7b2c-4764-89ec-dbad2ae12e20 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-beda181e-446e-4337-80f8-b7d01de2bd97 { text-align: left; }
#s-beda181e-446e-4337-80f8-b7d01de2bd97 .shg-product-sold-out {
  display: none;
}

#s-beda181e-446e-4337-80f8-b7d01de2bd97 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-beda181e-446e-4337-80f8-b7d01de2bd97 .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-50382653-7a4c-4c61-a268-0d2040b50708 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-50382653-7a4c-4c61-a268-0d2040b50708:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-50382653-7a4c-4c61-a268-0d2040b50708:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-50382653-7a4c-4c61-a268-0d2040b50708 {
  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-50382653-7a4c-4c61-a268-0d2040b50708.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-50382653-7a4c-4c61-a268-0d2040b50708.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-50382653-7a4c-4c61-a268-0d2040b50708.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ecb4c5b8-2b2b-4595-a7cb-6757af3ebf9a {
  display: none;
}
#s-a1aef158-ba6a-4410-a4a7-a2162ad13376 { text-align: left; }
#s-693e04d3-ddd1-42e2-827b-ae48aeaa05f0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-693e04d3-ddd1-42e2-827b-ae48aeaa05f0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bae4fea6-43b1-432e-a5ce-d505022f4981 { text-align: left; }
#s-bae4fea6-43b1-432e-a5ce-d505022f4981 .shg-product-sold-out {
  display: none;
}

#s-bae4fea6-43b1-432e-a5ce-d505022f4981 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bae4fea6-43b1-432e-a5ce-d505022f4981 .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-1d0384d4-1dbb-44e7-a153-1c8a1a013201 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1d0384d4-1dbb-44e7-a153-1c8a1a013201:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1d0384d4-1dbb-44e7-a153-1c8a1a013201:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1d0384d4-1dbb-44e7-a153-1c8a1a013201 {
  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-1d0384d4-1dbb-44e7-a153-1c8a1a013201.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d0384d4-1dbb-44e7-a153-1c8a1a013201.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1d0384d4-1dbb-44e7-a153-1c8a1a013201.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c44c0e4d-86d3-4f64-b7b3-54f173df7cea {
  display: none;
}
#s-2e374716-8493-412b-9be1-769571ab9c4b { text-align: left; }
#s-380e5689-7a07-4617-b1b6-8011cc9dcdb8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-380e5689-7a07-4617-b1b6-8011cc9dcdb8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-aedcadcd-0b64-4d6d-b21a-c8966e8e2c14 { text-align: left; }
#s-aedcadcd-0b64-4d6d-b21a-c8966e8e2c14 .shg-product-sold-out {
  display: none;
}

#s-aedcadcd-0b64-4d6d-b21a-c8966e8e2c14 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-aedcadcd-0b64-4d6d-b21a-c8966e8e2c14 .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-c72ee869-15da-4920-8ab7-2e341a98bd47 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c72ee869-15da-4920-8ab7-2e341a98bd47:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c72ee869-15da-4920-8ab7-2e341a98bd47:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c72ee869-15da-4920-8ab7-2e341a98bd47 {
  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-c72ee869-15da-4920-8ab7-2e341a98bd47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c72ee869-15da-4920-8ab7-2e341a98bd47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c72ee869-15da-4920-8ab7-2e341a98bd47.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b726188d-f898-4078-b222-a32e8a5d9f69 {
  display: none;
}
#s-23bba338-baa1-4a4f-b504-d28d41a8db1c { text-align: left; }
#s-ae0bd246-feb2-487b-9f6a-d1f54c6172e1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ae0bd246-feb2-487b-9f6a-d1f54c6172e1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9f26ee6d-ae6f-43ad-9828-d13d546f459e { text-align: left; }
#s-9f26ee6d-ae6f-43ad-9828-d13d546f459e .shg-product-sold-out {
  display: none;
}

#s-9f26ee6d-ae6f-43ad-9828-d13d546f459e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9f26ee6d-ae6f-43ad-9828-d13d546f459e .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-7cf16545-70a9-417a-8a9c-b53efbe40fd7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7cf16545-70a9-417a-8a9c-b53efbe40fd7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7cf16545-70a9-417a-8a9c-b53efbe40fd7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7cf16545-70a9-417a-8a9c-b53efbe40fd7 {
  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-7cf16545-70a9-417a-8a9c-b53efbe40fd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cf16545-70a9-417a-8a9c-b53efbe40fd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7cf16545-70a9-417a-8a9c-b53efbe40fd7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f956edd4-103f-4245-842e-11124c1f3c6d {
  display: none;
}
#s-2e585481-c835-4dd3-b2c6-7938811a82e5 { text-align: left; }
#s-1fe66602-0859-4ae4-afeb-910c680f4500 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1fe66602-0859-4ae4-afeb-910c680f4500 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-254427e0-9143-4d41-85de-795e36012c9b { text-align: left; }
#s-254427e0-9143-4d41-85de-795e36012c9b .shg-product-sold-out {
  display: none;
}

#s-254427e0-9143-4d41-85de-795e36012c9b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-254427e0-9143-4d41-85de-795e36012c9b .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-d4499dc5-770e-464e-ad8a-f57e4680be18 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d4499dc5-770e-464e-ad8a-f57e4680be18:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d4499dc5-770e-464e-ad8a-f57e4680be18:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d4499dc5-770e-464e-ad8a-f57e4680be18 {
  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-d4499dc5-770e-464e-ad8a-f57e4680be18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4499dc5-770e-464e-ad8a-f57e4680be18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d4499dc5-770e-464e-ad8a-f57e4680be18.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9c9a156e-1ecc-4602-a398-027cc033e3e7 {
  display: none;
}
#s-5b514806-bec7-47e7-89a4-b08a742aa929 { text-align: left; }
#s-d081dd5b-65a3-47d0-abce-a37966c76bf5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d081dd5b-65a3-47d0-abce-a37966c76bf5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3e6795ee-8435-4368-a04b-1e508284cd23 { text-align: left; }
#s-3e6795ee-8435-4368-a04b-1e508284cd23 .shg-product-sold-out {
  display: none;
}

#s-3e6795ee-8435-4368-a04b-1e508284cd23 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3e6795ee-8435-4368-a04b-1e508284cd23 .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-a43bd4f8-98b7-4565-9771-ace083d2b6bd { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a43bd4f8-98b7-4565-9771-ace083d2b6bd:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a43bd4f8-98b7-4565-9771-ace083d2b6bd:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a43bd4f8-98b7-4565-9771-ace083d2b6bd {
  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-a43bd4f8-98b7-4565-9771-ace083d2b6bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a43bd4f8-98b7-4565-9771-ace083d2b6bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a43bd4f8-98b7-4565-9771-ace083d2b6bd.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-70680cd7-fbee-4fdd-a2da-12258ba22985 {
  display: none;
}
#s-cdea522c-f36c-4c7f-bf22-28a8902ffe07 { text-align: left; }
#s-8f03c96f-f21c-4e37-8b41-9dba1a0b5d86 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8f03c96f-f21c-4e37-8b41-9dba1a0b5d86 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1cfe4672-6782-45ef-b915-bce825f421be { text-align: left; }
#s-1cfe4672-6782-45ef-b915-bce825f421be .shg-product-sold-out {
  display: none;
}

#s-1cfe4672-6782-45ef-b915-bce825f421be .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1cfe4672-6782-45ef-b915-bce825f421be .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-0fe2ded7-a9a5-4fef-a7ae-d18b87f41a79 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0fe2ded7-a9a5-4fef-a7ae-d18b87f41a79:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0fe2ded7-a9a5-4fef-a7ae-d18b87f41a79:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0fe2ded7-a9a5-4fef-a7ae-d18b87f41a79 {
  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-0fe2ded7-a9a5-4fef-a7ae-d18b87f41a79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fe2ded7-a9a5-4fef-a7ae-d18b87f41a79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0fe2ded7-a9a5-4fef-a7ae-d18b87f41a79.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8483eeea-901a-4910-93d0-83fc90be36c3 {
  display: none;
}
#s-0b8e35c3-5899-4284-834a-7ca7b1b2bcfa { text-align: left; }
#s-90feb15b-7676-40f9-9c2a-a904908a957c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-90feb15b-7676-40f9-9c2a-a904908a957c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4a05b39c-fdb6-4b61-b3fd-9dc59bd639a7 { text-align: left; }
#s-4a05b39c-fdb6-4b61-b3fd-9dc59bd639a7 .shg-product-sold-out {
  display: none;
}

#s-4a05b39c-fdb6-4b61-b3fd-9dc59bd639a7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4a05b39c-fdb6-4b61-b3fd-9dc59bd639a7 .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-172d238a-cc84-48be-a7db-cd29e8779d66 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-172d238a-cc84-48be-a7db-cd29e8779d66:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-172d238a-cc84-48be-a7db-cd29e8779d66:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-172d238a-cc84-48be-a7db-cd29e8779d66 {
  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-172d238a-cc84-48be-a7db-cd29e8779d66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-172d238a-cc84-48be-a7db-cd29e8779d66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-172d238a-cc84-48be-a7db-cd29e8779d66.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e115f625-0055-4338-845c-235767b1b5aa {
  display: none;
}
#s-5ef8cb70-12b7-4a9f-91ba-f6d5dab824a2 { text-align: left; }
#s-721fb8e8-d9ab-4009-9c26-79c5c55deafe { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-721fb8e8-d9ab-4009-9c26-79c5c55deafe .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fc7cdd9d-80c6-4583-9f4c-d94bff84d511 { text-align: left; }
#s-fc7cdd9d-80c6-4583-9f4c-d94bff84d511 .shg-product-sold-out {
  display: none;
}

#s-fc7cdd9d-80c6-4583-9f4c-d94bff84d511 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fc7cdd9d-80c6-4583-9f4c-d94bff84d511 .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-d9ff5077-bcca-4b1a-8e42-c3197c8eb71b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d9ff5077-bcca-4b1a-8e42-c3197c8eb71b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d9ff5077-bcca-4b1a-8e42-c3197c8eb71b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d9ff5077-bcca-4b1a-8e42-c3197c8eb71b {
  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-d9ff5077-bcca-4b1a-8e42-c3197c8eb71b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9ff5077-bcca-4b1a-8e42-c3197c8eb71b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d9ff5077-bcca-4b1a-8e42-c3197c8eb71b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d283734e-e04c-4e85-af84-23831d941063 {
  display: none;
}
#s-7c0618dc-3e6d-4d14-b909-bb9af662b68a { text-align: left; }
#s-26d456b3-c0e9-487a-8050-01df96eac6cd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-26d456b3-c0e9-487a-8050-01df96eac6cd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9c3fd25d-19eb-414d-9643-d08bb0f7e76d { text-align: left; }
#s-9c3fd25d-19eb-414d-9643-d08bb0f7e76d .shg-product-sold-out {
  display: none;
}

#s-9c3fd25d-19eb-414d-9643-d08bb0f7e76d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9c3fd25d-19eb-414d-9643-d08bb0f7e76d .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-0981ac99-59d1-4c0d-8d6b-0f3c095cd17a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0981ac99-59d1-4c0d-8d6b-0f3c095cd17a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0981ac99-59d1-4c0d-8d6b-0f3c095cd17a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0981ac99-59d1-4c0d-8d6b-0f3c095cd17a {
  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-0981ac99-59d1-4c0d-8d6b-0f3c095cd17a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0981ac99-59d1-4c0d-8d6b-0f3c095cd17a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0981ac99-59d1-4c0d-8d6b-0f3c095cd17a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ffe48503-78ea-4251-b4ab-256bde2cff48 {
  display: none;
}
#s-6aa0f681-0491-4681-b8c4-35f85fa205fb { text-align: left; }
#s-d7a360f7-6392-4f96-81ab-76af2fdc5dba { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d7a360f7-6392-4f96-81ab-76af2fdc5dba .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-15e5d1c7-1677-4775-a8b7-5a22d66499fd { text-align: left; }
#s-15e5d1c7-1677-4775-a8b7-5a22d66499fd .shg-product-sold-out {
  display: none;
}

#s-15e5d1c7-1677-4775-a8b7-5a22d66499fd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-15e5d1c7-1677-4775-a8b7-5a22d66499fd .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-3265d953-6ac2-429c-8240-81240d3bf392 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3265d953-6ac2-429c-8240-81240d3bf392:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3265d953-6ac2-429c-8240-81240d3bf392:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3265d953-6ac2-429c-8240-81240d3bf392 {
  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-3265d953-6ac2-429c-8240-81240d3bf392.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3265d953-6ac2-429c-8240-81240d3bf392.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3265d953-6ac2-429c-8240-81240d3bf392.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-424e4d7b-5668-4522-95ea-11e6e6713176 {
  display: none;
}
#s-f4c65305-a7ef-44f8-93c7-93c8726109ac { text-align: left; }
#s-fd6bbb1c-142d-465f-95d0-6f664eea8e80 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fd6bbb1c-142d-465f-95d0-6f664eea8e80 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d7cdfed7-dde9-422c-80b4-7e09e19b0932 { text-align: left; }
#s-d7cdfed7-dde9-422c-80b4-7e09e19b0932 .shg-product-sold-out {
  display: none;
}

#s-d7cdfed7-dde9-422c-80b4-7e09e19b0932 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d7cdfed7-dde9-422c-80b4-7e09e19b0932 .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-3faa2fdc-6fe6-4ad9-9a6e-e8aa6ac3a674 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3faa2fdc-6fe6-4ad9-9a6e-e8aa6ac3a674:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3faa2fdc-6fe6-4ad9-9a6e-e8aa6ac3a674:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3faa2fdc-6fe6-4ad9-9a6e-e8aa6ac3a674 {
  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-3faa2fdc-6fe6-4ad9-9a6e-e8aa6ac3a674.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3faa2fdc-6fe6-4ad9-9a6e-e8aa6ac3a674.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3faa2fdc-6fe6-4ad9-9a6e-e8aa6ac3a674.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6548217f-ad1d-430b-ab71-bd8068934809 {
  display: none;
}
#s-59b871a7-7640-4c82-98c5-378a7386fc33 { text-align: left; }
#s-d2603823-9345-41ad-8c0e-5a39b0c20503 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d2603823-9345-41ad-8c0e-5a39b0c20503 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-09fa50b0-0733-49f0-8c47-628f4b53d53e { text-align: left; }
#s-09fa50b0-0733-49f0-8c47-628f4b53d53e .shg-product-sold-out {
  display: none;
}

#s-09fa50b0-0733-49f0-8c47-628f4b53d53e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-09fa50b0-0733-49f0-8c47-628f4b53d53e .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-d9ddd0e0-f8f8-43fb-bdf4-7eab9764f533 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d9ddd0e0-f8f8-43fb-bdf4-7eab9764f533:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d9ddd0e0-f8f8-43fb-bdf4-7eab9764f533:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d9ddd0e0-f8f8-43fb-bdf4-7eab9764f533 {
  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-d9ddd0e0-f8f8-43fb-bdf4-7eab9764f533.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9ddd0e0-f8f8-43fb-bdf4-7eab9764f533.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d9ddd0e0-f8f8-43fb-bdf4-7eab9764f533.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bf319b8b-558c-4316-b90b-fedfa4dd0f47 {
  display: none;
}
#s-eb513279-50ba-4b74-8d1b-335bfedd0e6c { text-align: left; }
#s-1fe62a26-18d7-4063-96bf-69d11388e6c4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1fe62a26-18d7-4063-96bf-69d11388e6c4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-befd5179-a49f-4e36-a507-2d3bd88c45df { text-align: left; }
#s-befd5179-a49f-4e36-a507-2d3bd88c45df .shg-product-sold-out {
  display: none;
}

#s-befd5179-a49f-4e36-a507-2d3bd88c45df .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-befd5179-a49f-4e36-a507-2d3bd88c45df .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-19f63a15-b2f0-4311-98b9-a0ff91f1525e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-19f63a15-b2f0-4311-98b9-a0ff91f1525e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-19f63a15-b2f0-4311-98b9-a0ff91f1525e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-19f63a15-b2f0-4311-98b9-a0ff91f1525e {
  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-19f63a15-b2f0-4311-98b9-a0ff91f1525e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19f63a15-b2f0-4311-98b9-a0ff91f1525e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-19f63a15-b2f0-4311-98b9-a0ff91f1525e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b4f8d772-6d80-451e-8ad3-c0cd482f2304 {
  display: none;
}
#s-d3c0f6df-583a-4195-83d9-00c05258365f { text-align: left; }
#s-d7688c9a-bc08-47ab-9cbd-7c5d477164fd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d7688c9a-bc08-47ab-9cbd-7c5d477164fd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cb755110-f58f-4a8a-9dda-1bf3a1e1647e { text-align: left; }
#s-cb755110-f58f-4a8a-9dda-1bf3a1e1647e .shg-product-sold-out {
  display: none;
}

#s-cb755110-f58f-4a8a-9dda-1bf3a1e1647e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cb755110-f58f-4a8a-9dda-1bf3a1e1647e .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-b2f883b3-1c2e-4737-bc95-e436728f4d05 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b2f883b3-1c2e-4737-bc95-e436728f4d05:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b2f883b3-1c2e-4737-bc95-e436728f4d05:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b2f883b3-1c2e-4737-bc95-e436728f4d05 {
  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-b2f883b3-1c2e-4737-bc95-e436728f4d05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2f883b3-1c2e-4737-bc95-e436728f4d05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b2f883b3-1c2e-4737-bc95-e436728f4d05.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-525d7984-826e-4e2d-a7c8-f48fcb2ae1a2 {
  display: none;
}
#s-a3a1a563-cd92-4f19-9420-80c6e4e4ed64 { text-align: left; }
#s-f7e042db-faef-4b36-96eb-8ffd29ef15ab { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f7e042db-faef-4b36-96eb-8ffd29ef15ab .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-32c89182-1173-4476-8b62-b2df6df310eb { text-align: left; }
#s-32c89182-1173-4476-8b62-b2df6df310eb .shg-product-sold-out {
  display: none;
}

#s-32c89182-1173-4476-8b62-b2df6df310eb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-32c89182-1173-4476-8b62-b2df6df310eb .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-3270c81b-7ad1-4800-a1f1-724cf3d9525b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3270c81b-7ad1-4800-a1f1-724cf3d9525b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3270c81b-7ad1-4800-a1f1-724cf3d9525b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3270c81b-7ad1-4800-a1f1-724cf3d9525b {
  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-3270c81b-7ad1-4800-a1f1-724cf3d9525b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3270c81b-7ad1-4800-a1f1-724cf3d9525b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3270c81b-7ad1-4800-a1f1-724cf3d9525b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cd436292-a0e9-4bce-af70-7d254d2cd8b7 {
  display: none;
}
#s-cb5e4e19-01fe-42c2-9e25-15214e938586 { text-align: left; }
#s-f046e1b6-e77c-493e-b769-7f66e77ff9f7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f046e1b6-e77c-493e-b769-7f66e77ff9f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3ef21293-80a5-4448-8ca2-d6d40ae80db8 { text-align: left; }
#s-3ef21293-80a5-4448-8ca2-d6d40ae80db8 .shg-product-sold-out {
  display: none;
}

#s-3ef21293-80a5-4448-8ca2-d6d40ae80db8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3ef21293-80a5-4448-8ca2-d6d40ae80db8 .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-29ee6afa-810e-4a5a-9b15-711c93cc4d4b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-29ee6afa-810e-4a5a-9b15-711c93cc4d4b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-29ee6afa-810e-4a5a-9b15-711c93cc4d4b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-29ee6afa-810e-4a5a-9b15-711c93cc4d4b {
  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-29ee6afa-810e-4a5a-9b15-711c93cc4d4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29ee6afa-810e-4a5a-9b15-711c93cc4d4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-29ee6afa-810e-4a5a-9b15-711c93cc4d4b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-03803ee0-32e7-40b2-968a-9c8fdcc0d428 {
  display: none;
}
#s-a3b45f36-aeab-40b4-9e49-218267ba55fe { text-align: left; }
#s-f2cdef06-ad05-4f0c-996b-e139c65aec54 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f2cdef06-ad05-4f0c-996b-e139c65aec54 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4f385881-21e1-427d-80fa-4f7138da47ee { text-align: left; }
#s-4f385881-21e1-427d-80fa-4f7138da47ee .shg-product-sold-out {
  display: none;
}

#s-4f385881-21e1-427d-80fa-4f7138da47ee .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4f385881-21e1-427d-80fa-4f7138da47ee .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-f3d22a40-c7eb-4850-9dff-718cc9ea36da { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f3d22a40-c7eb-4850-9dff-718cc9ea36da:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f3d22a40-c7eb-4850-9dff-718cc9ea36da:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f3d22a40-c7eb-4850-9dff-718cc9ea36da {
  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-f3d22a40-c7eb-4850-9dff-718cc9ea36da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3d22a40-c7eb-4850-9dff-718cc9ea36da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f3d22a40-c7eb-4850-9dff-718cc9ea36da.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a16e2f67-6c1b-4fae-b745-342fe03c55eb {
  display: none;
}
#s-ec4e4f33-4274-489c-80f6-079245b20fe6 { text-align: left; }
#s-ff405134-4278-4ca8-9ff4-2e554e7d8f54 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ff405134-4278-4ca8-9ff4-2e554e7d8f54 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c6edc4ad-1062-41e4-8842-7fd70f123c7a { text-align: left; }
#s-c6edc4ad-1062-41e4-8842-7fd70f123c7a .shg-product-sold-out {
  display: none;
}

#s-c6edc4ad-1062-41e4-8842-7fd70f123c7a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c6edc4ad-1062-41e4-8842-7fd70f123c7a .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-a17c4652-941d-4f54-9e8b-3fa378ea86f0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a17c4652-941d-4f54-9e8b-3fa378ea86f0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a17c4652-941d-4f54-9e8b-3fa378ea86f0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a17c4652-941d-4f54-9e8b-3fa378ea86f0 {
  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-a17c4652-941d-4f54-9e8b-3fa378ea86f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a17c4652-941d-4f54-9e8b-3fa378ea86f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a17c4652-941d-4f54-9e8b-3fa378ea86f0.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;
}
