.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-b9ec5dab-ff12-41a4-91a1-222e16b3c33e {
  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-b2b08859-be4e-47c7-878d-002bce087217 { margin-top: 40px; }
#s-b2b08859-be4e-47c7-878d-002bce087217 .shogun-tabs {
  justify-content: center;
}


  #s-b2b08859-be4e-47c7-878d-002bce087217 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-b2b08859-be4e-47c7-878d-002bce087217 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-b2b08859-be4e-47c7-878d-002bce087217 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-b2b08859-be4e-47c7-878d-002bce087217 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-b2b08859-be4e-47c7-878d-002bce087217 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-b2b08859-be4e-47c7-878d-002bce087217 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-b2b08859-be4e-47c7-878d-002bce087217 .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-fcf5945d-cec3-4e1d-87a4-ff82abdb422e { padding-top: 10px;
padding-bottom: 10px; }
 #s-fcf5945d-cec3-4e1d-87a4-ff82abdb422e .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-5837574d-174a-4c36-b396-73b35df2a8d5 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-5837574d-174a-4c36-b396-73b35df2a8d5 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-5837574d-174a-4c36-b396-73b35df2a8d5 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-5837574d-174a-4c36-b396-73b35df2a8d5 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-5837574d-174a-4c36-b396-73b35df2a8d5 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-5837574d-174a-4c36-b396-73b35df2a8d5 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-5837574d-174a-4c36-b396-73b35df2a8d5 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-5837574d-174a-4c36-b396-73b35df2a8d5 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-5837574d-174a-4c36-b396-73b35df2a8d5 .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-eb1841d7-7e53-4d37-aa08-29bdb7500087 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eb1841d7-7e53-4d37-aa08-29bdb7500087"] > .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-6064ab62-e395-4e17-b9f5-73a01544530e { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-cf67e4f1-fcb6-4f19-bcc0-e207a49c1e99 { 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-f059a717-7bf8-45a1-84ad-4d0f03869758 { 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-f059a717-7bf8-45a1-84ad-4d0f03869758: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-f059a717-7bf8-45a1-84ad-4d0f03869758: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-f059a717-7bf8-45a1-84ad-4d0f03869758.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-77aa60dc-2f9b-409e-bd92-c617f1dc67d7 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-7dcd46d7-55f6-45e1-a3ef-06dcb510387c { 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-e3ed74ef-6592-4b4d-a1a7-3aebbbadf51d { 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-e3ed74ef-6592-4b4d-a1a7-3aebbbadf51d: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-e3ed74ef-6592-4b4d-a1a7-3aebbbadf51d: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-e3ed74ef-6592-4b4d-a1a7-3aebbbadf51d.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-ea0cb982-c89c-4665-86c0-75a624c03bb3 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-eab79930-e3f3-481a-abdc-f37cb190b9ba { 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-79807d7b-36f2-416d-adaa-0e210cd1ae5d { 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-79807d7b-36f2-416d-adaa-0e210cd1ae5d: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-79807d7b-36f2-416d-adaa-0e210cd1ae5d: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-79807d7b-36f2-416d-adaa-0e210cd1ae5d.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-7f89f033-f5ce-46b1-9f89-482b49a0781e { min-height: 50px; }
#s-7f89f033-f5ce-46b1-9f89-482b49a0781e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-34ff0d75-f435-4078-a313-3fe5bbed06a1 { 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-34ff0d75-f435-4078-a313-3fe5bbed06a1 .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-e4ed745f-d4f4-490d-bc8a-6f32d1a549b0 {
  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-423d77ef-adca-4298-b623-c273447e71b2 { 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-240cad25-5f77-49a2-83d4-9995f705df61 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-240cad25-5f77-49a2-83d4-9995f705df61 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-786ecddf-329d-4dbc-9cdb-e3ed0917705d {
  display: none;
}
#s-9fbc993b-38ff-482c-979d-a06c141dc781 { text-align: left; }
#s-44097ff5-7e39-4631-964c-866674a55183 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-44097ff5-7e39-4631-964c-866674a55183 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-4f33adab-c381-446c-8da8-1429373ecc06 {
  display: none;
}
#s-68368685-221d-4fe3-a458-6a70a75eccaf { text-align: left; }
#s-cd047123-cb80-4467-b868-615aa2cc1611 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cd047123-cb80-4467-b868-615aa2cc1611 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-05783c98-d99d-4706-88a8-47e171409f35 {
  display: none;
}
#s-6fd2bd74-5932-479c-ab2c-dfe8f7897e0e { text-align: left; }
#s-b641a9c9-f2c2-42bc-bc4e-2fc607732514 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b641a9c9-f2c2-42bc-bc4e-2fc607732514 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-660fa13b-9b4e-48f5-af7c-bd77ccaab6b3 {
  display: none;
}
#s-1cddebfa-1975-4684-a42c-0f6114e52e0e { text-align: left; }
#s-9ead7c33-cf5f-46be-bcd6-7b80e24699ff { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9ead7c33-cf5f-46be-bcd6-7b80e24699ff .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0281d40a-0fd5-4ba2-9ae6-a3797a9eed64 { text-align: left; }
#s-0281d40a-0fd5-4ba2-9ae6-a3797a9eed64 .shg-product-sold-out {
  display: none;
}

#s-0281d40a-0fd5-4ba2-9ae6-a3797a9eed64 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0281d40a-0fd5-4ba2-9ae6-a3797a9eed64 .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-8439329e-9adb-4d95-9942-6e786846345c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8439329e-9adb-4d95-9942-6e786846345c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8439329e-9adb-4d95-9942-6e786846345c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8439329e-9adb-4d95-9942-6e786846345c {
  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-8439329e-9adb-4d95-9942-6e786846345c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8439329e-9adb-4d95-9942-6e786846345c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8439329e-9adb-4d95-9942-6e786846345c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fed3b3b1-5660-42fc-83e1-3c3fa69471c4 {
  display: none;
}
#s-12976345-58ef-4a74-8d66-47b8b9959c7e { text-align: left; }
#s-e5a99fbf-5f57-4a92-99fa-7fbc8e27e08c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e5a99fbf-5f57-4a92-99fa-7fbc8e27e08c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4c183469-ed63-461f-b02d-3f5dae8f6e7a { text-align: left; }
#s-4c183469-ed63-461f-b02d-3f5dae8f6e7a .shg-product-sold-out {
  display: none;
}

#s-4c183469-ed63-461f-b02d-3f5dae8f6e7a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4c183469-ed63-461f-b02d-3f5dae8f6e7a .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-bed50933-9040-44fd-baf3-e5a1e9cac4aa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bed50933-9040-44fd-baf3-e5a1e9cac4aa:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bed50933-9040-44fd-baf3-e5a1e9cac4aa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bed50933-9040-44fd-baf3-e5a1e9cac4aa {
  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-bed50933-9040-44fd-baf3-e5a1e9cac4aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bed50933-9040-44fd-baf3-e5a1e9cac4aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bed50933-9040-44fd-baf3-e5a1e9cac4aa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e9c9d2da-fbbc-4001-9f76-a01a0ca26f72 {
  display: none;
}
#s-fa94b639-b553-4cc3-bc89-2f6cd340f793 { text-align: left; }
#s-ca500fc3-4d91-4362-96e0-7547331d2cf4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ca500fc3-4d91-4362-96e0-7547331d2cf4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-33b1dc8f-c89b-4e5a-a1b1-87d8e9e51ea7 { text-align: left; }
#s-33b1dc8f-c89b-4e5a-a1b1-87d8e9e51ea7 .shg-product-sold-out {
  display: none;
}

#s-33b1dc8f-c89b-4e5a-a1b1-87d8e9e51ea7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-33b1dc8f-c89b-4e5a-a1b1-87d8e9e51ea7 .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-72dce7df-38e2-40c4-a423-6cecaa43dde0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-72dce7df-38e2-40c4-a423-6cecaa43dde0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-72dce7df-38e2-40c4-a423-6cecaa43dde0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-72dce7df-38e2-40c4-a423-6cecaa43dde0 {
  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-72dce7df-38e2-40c4-a423-6cecaa43dde0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72dce7df-38e2-40c4-a423-6cecaa43dde0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-72dce7df-38e2-40c4-a423-6cecaa43dde0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e8da9f7d-73d0-4d7d-9d9b-b691121bebf9 {
  display: none;
}
#s-e177f46c-d1d8-4209-ad6b-a99442bb839b { text-align: left; }
#s-d76d646d-62a2-447b-859b-0e491d6004b3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d76d646d-62a2-447b-859b-0e491d6004b3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-034886b4-680b-4cfb-91d0-3544ea65b826 { text-align: left; }
#s-034886b4-680b-4cfb-91d0-3544ea65b826 .shg-product-sold-out {
  display: none;
}

#s-034886b4-680b-4cfb-91d0-3544ea65b826 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-034886b4-680b-4cfb-91d0-3544ea65b826 .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-87f8d842-99ac-4468-8218-804d8b553d88 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-87f8d842-99ac-4468-8218-804d8b553d88:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-87f8d842-99ac-4468-8218-804d8b553d88:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-87f8d842-99ac-4468-8218-804d8b553d88 {
  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-87f8d842-99ac-4468-8218-804d8b553d88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87f8d842-99ac-4468-8218-804d8b553d88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-87f8d842-99ac-4468-8218-804d8b553d88.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-de54cc5b-438f-4172-8b38-d19eb9f738ef {
  display: none;
}
#s-97bd49d3-6c6b-448d-afe9-f3dfb78fbf3c { text-align: left; }
#s-e29a9278-8def-472c-931a-e3f3b963d557 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e29a9278-8def-472c-931a-e3f3b963d557 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4f65a4b8-88fe-4814-9526-b5baec125a9f { text-align: left; }
#s-4f65a4b8-88fe-4814-9526-b5baec125a9f .shg-product-sold-out {
  display: none;
}

#s-4f65a4b8-88fe-4814-9526-b5baec125a9f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4f65a4b8-88fe-4814-9526-b5baec125a9f .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-19805c3e-e664-4405-bdb1-45833a4f3341 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-19805c3e-e664-4405-bdb1-45833a4f3341:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-19805c3e-e664-4405-bdb1-45833a4f3341:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-19805c3e-e664-4405-bdb1-45833a4f3341 {
  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-19805c3e-e664-4405-bdb1-45833a4f3341.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19805c3e-e664-4405-bdb1-45833a4f3341.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-19805c3e-e664-4405-bdb1-45833a4f3341.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7a7ca98b-e60a-4f1d-95c2-6e8a6ebbb490 {
  display: none;
}
#s-063e2cfd-c289-452d-9321-abbebf77a4eb { text-align: left; }
#s-0d9690c3-ba2e-4320-9683-ed069ed4f38a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0d9690c3-ba2e-4320-9683-ed069ed4f38a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fc8e1004-a9ff-4b4a-a6eb-20ddf6b085f8 { text-align: left; }
#s-fc8e1004-a9ff-4b4a-a6eb-20ddf6b085f8 .shg-product-sold-out {
  display: none;
}

#s-fc8e1004-a9ff-4b4a-a6eb-20ddf6b085f8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fc8e1004-a9ff-4b4a-a6eb-20ddf6b085f8 .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-c95082d1-aa2b-4d54-8b99-5f7d8b0e8de7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c95082d1-aa2b-4d54-8b99-5f7d8b0e8de7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c95082d1-aa2b-4d54-8b99-5f7d8b0e8de7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c95082d1-aa2b-4d54-8b99-5f7d8b0e8de7 {
  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-c95082d1-aa2b-4d54-8b99-5f7d8b0e8de7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c95082d1-aa2b-4d54-8b99-5f7d8b0e8de7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c95082d1-aa2b-4d54-8b99-5f7d8b0e8de7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8c5bcb9f-2537-4d8f-a52f-f5cdc3d6538e {
  display: none;
}
#s-a4610b65-3e7e-4944-8676-5c6e75ea44ee { text-align: left; }
#s-f0577fba-addc-4635-821e-f40d64b558f5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f0577fba-addc-4635-821e-f40d64b558f5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-862efc70-b5a9-4622-8188-86bcc30bf549 { text-align: left; }
#s-862efc70-b5a9-4622-8188-86bcc30bf549 .shg-product-sold-out {
  display: none;
}

#s-862efc70-b5a9-4622-8188-86bcc30bf549 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-862efc70-b5a9-4622-8188-86bcc30bf549 .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-91e78d99-9b68-4195-bd34-191fd4fb9ad0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-91e78d99-9b68-4195-bd34-191fd4fb9ad0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-91e78d99-9b68-4195-bd34-191fd4fb9ad0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-91e78d99-9b68-4195-bd34-191fd4fb9ad0 {
  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-91e78d99-9b68-4195-bd34-191fd4fb9ad0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91e78d99-9b68-4195-bd34-191fd4fb9ad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-91e78d99-9b68-4195-bd34-191fd4fb9ad0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cfc5c45c-55a1-4ebd-b88b-d9511133f4f9 {
  display: none;
}
#s-750b3beb-f55f-4640-93f6-a0f318fa84ab { text-align: left; }
#s-360c0c11-8b70-40f3-879f-1c200211b063 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-360c0c11-8b70-40f3-879f-1c200211b063 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-51faeb07-b99a-48ac-a518-4ff307d493e9 { text-align: left; }
#s-51faeb07-b99a-48ac-a518-4ff307d493e9 .shg-product-sold-out {
  display: none;
}

#s-51faeb07-b99a-48ac-a518-4ff307d493e9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-51faeb07-b99a-48ac-a518-4ff307d493e9 .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-ed4039d1-e32f-4c40-b1c9-087ab78d8c01 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ed4039d1-e32f-4c40-b1c9-087ab78d8c01:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ed4039d1-e32f-4c40-b1c9-087ab78d8c01:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ed4039d1-e32f-4c40-b1c9-087ab78d8c01 {
  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-ed4039d1-e32f-4c40-b1c9-087ab78d8c01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed4039d1-e32f-4c40-b1c9-087ab78d8c01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ed4039d1-e32f-4c40-b1c9-087ab78d8c01.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e384d6a3-1d39-47c9-93f6-5ee8479bc1dd {
  display: none;
}
#s-49edaad3-31e1-46ad-a67b-cb68caaa501a { text-align: left; }
#s-78e34864-9bd3-4ce1-979f-3642894b523b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-78e34864-9bd3-4ce1-979f-3642894b523b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ebbaa2d0-42a1-4153-a622-bcebc380a0e3 { text-align: left; }
#s-ebbaa2d0-42a1-4153-a622-bcebc380a0e3 .shg-product-sold-out {
  display: none;
}

#s-ebbaa2d0-42a1-4153-a622-bcebc380a0e3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ebbaa2d0-42a1-4153-a622-bcebc380a0e3 .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-a7e2c411-3337-4561-abe1-887c52bf6185 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a7e2c411-3337-4561-abe1-887c52bf6185:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a7e2c411-3337-4561-abe1-887c52bf6185:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a7e2c411-3337-4561-abe1-887c52bf6185 {
  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-a7e2c411-3337-4561-abe1-887c52bf6185.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7e2c411-3337-4561-abe1-887c52bf6185.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a7e2c411-3337-4561-abe1-887c52bf6185.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cc373427-bdea-46fa-88ab-ce79c4cd348f {
  display: none;
}
#s-b8503883-1076-4f97-a0dc-b57961bd3855 { text-align: left; }
#s-65a02e3a-b390-46f6-a282-15d3099069df { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-65a02e3a-b390-46f6-a282-15d3099069df .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f670c0f7-ac42-4fd4-92b6-b050328f156c { text-align: left; }
#s-f670c0f7-ac42-4fd4-92b6-b050328f156c .shg-product-sold-out {
  display: none;
}

#s-f670c0f7-ac42-4fd4-92b6-b050328f156c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f670c0f7-ac42-4fd4-92b6-b050328f156c .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-f51d11c9-736c-4d8b-8104-0d3032ab8dd2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f51d11c9-736c-4d8b-8104-0d3032ab8dd2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f51d11c9-736c-4d8b-8104-0d3032ab8dd2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f51d11c9-736c-4d8b-8104-0d3032ab8dd2 {
  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-f51d11c9-736c-4d8b-8104-0d3032ab8dd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f51d11c9-736c-4d8b-8104-0d3032ab8dd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f51d11c9-736c-4d8b-8104-0d3032ab8dd2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-65898c5f-8060-4272-9376-0370c83dcf0c {
  display: none;
}
#s-9aaf2d11-d071-46ae-9cfd-b19d3611b545 { text-align: left; }
#s-4ff0e3b3-581c-4424-8f3b-7a488285f1c3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4ff0e3b3-581c-4424-8f3b-7a488285f1c3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-55c5631b-cddd-46b5-83c8-cbeed74f98bc { text-align: left; }
#s-55c5631b-cddd-46b5-83c8-cbeed74f98bc .shg-product-sold-out {
  display: none;
}

#s-55c5631b-cddd-46b5-83c8-cbeed74f98bc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-55c5631b-cddd-46b5-83c8-cbeed74f98bc .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-c55010ed-8116-4511-accb-86fada10aa83 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c55010ed-8116-4511-accb-86fada10aa83:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c55010ed-8116-4511-accb-86fada10aa83:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c55010ed-8116-4511-accb-86fada10aa83 {
  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-c55010ed-8116-4511-accb-86fada10aa83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c55010ed-8116-4511-accb-86fada10aa83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c55010ed-8116-4511-accb-86fada10aa83.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2089cc3a-b0ad-44e3-b5eb-614fb4ee0ba3 {
  display: none;
}
#s-aa88d5b0-e26c-4dbb-89eb-060d33155576 { text-align: left; }
#s-c54d708d-66c7-402c-9e45-0ac204c75bf7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c54d708d-66c7-402c-9e45-0ac204c75bf7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-47059183-d628-4cdf-b1ed-8e9e7d27c46b { text-align: left; }
#s-47059183-d628-4cdf-b1ed-8e9e7d27c46b .shg-product-sold-out {
  display: none;
}

#s-47059183-d628-4cdf-b1ed-8e9e7d27c46b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-47059183-d628-4cdf-b1ed-8e9e7d27c46b .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-c087abe1-8485-4b1d-ad93-37644bef9db6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c087abe1-8485-4b1d-ad93-37644bef9db6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c087abe1-8485-4b1d-ad93-37644bef9db6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c087abe1-8485-4b1d-ad93-37644bef9db6 {
  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-c087abe1-8485-4b1d-ad93-37644bef9db6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c087abe1-8485-4b1d-ad93-37644bef9db6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c087abe1-8485-4b1d-ad93-37644bef9db6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7f854d0a-000a-4e15-bcec-6b7b22301def {
  display: none;
}
#s-90b676d8-d343-478f-9c10-3a6ac52c41f1 { text-align: left; }
#s-0842fb5f-3ee9-42c0-b9d1-10d097a75f18 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0842fb5f-3ee9-42c0-b9d1-10d097a75f18 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ce49108e-895e-4c82-bc6e-7307f58a9d0c { text-align: left; }
#s-ce49108e-895e-4c82-bc6e-7307f58a9d0c .shg-product-sold-out {
  display: none;
}

#s-ce49108e-895e-4c82-bc6e-7307f58a9d0c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ce49108e-895e-4c82-bc6e-7307f58a9d0c .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-986a45c1-4568-4739-bb52-9d82cbdf0b0c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-986a45c1-4568-4739-bb52-9d82cbdf0b0c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-986a45c1-4568-4739-bb52-9d82cbdf0b0c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-986a45c1-4568-4739-bb52-9d82cbdf0b0c {
  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-986a45c1-4568-4739-bb52-9d82cbdf0b0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-986a45c1-4568-4739-bb52-9d82cbdf0b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-986a45c1-4568-4739-bb52-9d82cbdf0b0c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-375f63f0-0a9e-4b09-a40e-aafb0d764d12 {
  display: none;
}
#s-a9c1d948-e5c3-4033-90c8-d50320ace87b { text-align: left; }
#s-bf3fd06f-bfd1-438e-ab53-7370429cd7f1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bf3fd06f-bfd1-438e-ab53-7370429cd7f1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-961621f5-000a-4801-8a26-f9339e3fdeac { text-align: left; }
#s-961621f5-000a-4801-8a26-f9339e3fdeac .shg-product-sold-out {
  display: none;
}

#s-961621f5-000a-4801-8a26-f9339e3fdeac .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-961621f5-000a-4801-8a26-f9339e3fdeac .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-acc1eae8-f521-4421-83ce-eba9d149b30a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-acc1eae8-f521-4421-83ce-eba9d149b30a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-acc1eae8-f521-4421-83ce-eba9d149b30a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-acc1eae8-f521-4421-83ce-eba9d149b30a {
  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-acc1eae8-f521-4421-83ce-eba9d149b30a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acc1eae8-f521-4421-83ce-eba9d149b30a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-acc1eae8-f521-4421-83ce-eba9d149b30a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9fe5d073-ab1e-4aa6-8947-e4e158f07dd3 {
  display: none;
}
#s-24fd3d14-9d6c-45a6-b631-83d95e5eb515 { text-align: left; }
#s-383d1550-db0d-4d83-8e3a-418ab91ae7a0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-383d1550-db0d-4d83-8e3a-418ab91ae7a0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-88be2f92-b712-4191-b032-3c23f39439a6 { text-align: left; }
#s-88be2f92-b712-4191-b032-3c23f39439a6 .shg-product-sold-out {
  display: none;
}

#s-88be2f92-b712-4191-b032-3c23f39439a6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-88be2f92-b712-4191-b032-3c23f39439a6 .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-7287d1ea-0499-46a5-a62a-fb65c9d192fc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7287d1ea-0499-46a5-a62a-fb65c9d192fc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7287d1ea-0499-46a5-a62a-fb65c9d192fc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7287d1ea-0499-46a5-a62a-fb65c9d192fc {
  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-7287d1ea-0499-46a5-a62a-fb65c9d192fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7287d1ea-0499-46a5-a62a-fb65c9d192fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7287d1ea-0499-46a5-a62a-fb65c9d192fc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-71c262d4-fc4c-4fd1-9beb-ea8f6b3795fb {
  display: none;
}
#s-62dec4fa-27b9-4e43-9fe7-91dd823a6e39 { text-align: left; }
#s-c89f3b68-c45c-49bf-880e-70bd98fcd173 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c89f3b68-c45c-49bf-880e-70bd98fcd173 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b460bc8a-1f1a-4579-aa94-318a75c63859 { text-align: left; }
#s-b460bc8a-1f1a-4579-aa94-318a75c63859 .shg-product-sold-out {
  display: none;
}

#s-b460bc8a-1f1a-4579-aa94-318a75c63859 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b460bc8a-1f1a-4579-aa94-318a75c63859 .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-2b4f12dd-86d8-48fd-b46f-1d306f907de7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2b4f12dd-86d8-48fd-b46f-1d306f907de7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2b4f12dd-86d8-48fd-b46f-1d306f907de7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2b4f12dd-86d8-48fd-b46f-1d306f907de7 {
  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-2b4f12dd-86d8-48fd-b46f-1d306f907de7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b4f12dd-86d8-48fd-b46f-1d306f907de7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2b4f12dd-86d8-48fd-b46f-1d306f907de7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5a0ef7df-4ce5-46af-81ee-73bb2afccc94 {
  display: none;
}
#s-bc6bac71-ff73-4b5b-bacb-6de07020fb81 { text-align: left; }
#s-a986124a-f160-41bf-b441-47294bfd1fc2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a986124a-f160-41bf-b441-47294bfd1fc2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e0a92669-a3d1-4ddd-bc87-6aa0e1dc6369 { text-align: left; }
#s-e0a92669-a3d1-4ddd-bc87-6aa0e1dc6369 .shg-product-sold-out {
  display: none;
}

#s-e0a92669-a3d1-4ddd-bc87-6aa0e1dc6369 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e0a92669-a3d1-4ddd-bc87-6aa0e1dc6369 .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-8a6d3b45-3db1-4652-8711-821c3cdc0675 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8a6d3b45-3db1-4652-8711-821c3cdc0675:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8a6d3b45-3db1-4652-8711-821c3cdc0675:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8a6d3b45-3db1-4652-8711-821c3cdc0675 {
  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-8a6d3b45-3db1-4652-8711-821c3cdc0675.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a6d3b45-3db1-4652-8711-821c3cdc0675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8a6d3b45-3db1-4652-8711-821c3cdc0675.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-db5bc2ff-9047-4ca6-8b4b-cf9b184dc53f {
  display: none;
}
#s-c764b3a9-f746-4599-a053-c1d6414910bf { text-align: left; }
#s-374dfb09-5fd6-481a-a1b4-63f26e97adae { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-374dfb09-5fd6-481a-a1b4-63f26e97adae .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-abab43f4-d6b2-4b0d-a4d6-179ff796f469 { text-align: left; }
#s-abab43f4-d6b2-4b0d-a4d6-179ff796f469 .shg-product-sold-out {
  display: none;
}

#s-abab43f4-d6b2-4b0d-a4d6-179ff796f469 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-abab43f4-d6b2-4b0d-a4d6-179ff796f469 .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-7d3a94d7-8ffe-4979-9480-5020f5365588 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7d3a94d7-8ffe-4979-9480-5020f5365588:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7d3a94d7-8ffe-4979-9480-5020f5365588:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7d3a94d7-8ffe-4979-9480-5020f5365588 {
  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-7d3a94d7-8ffe-4979-9480-5020f5365588.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d3a94d7-8ffe-4979-9480-5020f5365588.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7d3a94d7-8ffe-4979-9480-5020f5365588.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-14395d20-bd00-4b5e-b14a-a92e7d2492a7 {
  display: none;
}
#s-e0d51404-a8ef-4397-bd75-22bbe115c959 { text-align: left; }
#s-6af8061e-3390-4476-bc88-8e22168de6cd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6af8061e-3390-4476-bc88-8e22168de6cd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a99cf890-caea-46a0-a227-d5f4ff62939b { text-align: left; }
#s-a99cf890-caea-46a0-a227-d5f4ff62939b .shg-product-sold-out {
  display: none;
}

#s-a99cf890-caea-46a0-a227-d5f4ff62939b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a99cf890-caea-46a0-a227-d5f4ff62939b .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-af63cf92-6ddb-455c-b237-7d33b461285d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-af63cf92-6ddb-455c-b237-7d33b461285d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-af63cf92-6ddb-455c-b237-7d33b461285d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-af63cf92-6ddb-455c-b237-7d33b461285d {
  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-af63cf92-6ddb-455c-b237-7d33b461285d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af63cf92-6ddb-455c-b237-7d33b461285d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-af63cf92-6ddb-455c-b237-7d33b461285d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e7632723-c40f-4877-bd19-746af2b765d9 {
  display: none;
}
#s-eb794219-c0f2-4ce4-aa73-87250ed4cb17 { text-align: left; }
#s-b597b0fa-ec84-448d-b45b-94380f4e2c75 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b597b0fa-ec84-448d-b45b-94380f4e2c75 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f76a6384-a54e-4dd5-94dc-0fa208c1a1bf { text-align: left; }
#s-f76a6384-a54e-4dd5-94dc-0fa208c1a1bf .shg-product-sold-out {
  display: none;
}

#s-f76a6384-a54e-4dd5-94dc-0fa208c1a1bf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f76a6384-a54e-4dd5-94dc-0fa208c1a1bf .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-1820d896-94ce-4efe-a404-4e394877b8eb { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1820d896-94ce-4efe-a404-4e394877b8eb:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1820d896-94ce-4efe-a404-4e394877b8eb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1820d896-94ce-4efe-a404-4e394877b8eb {
  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-1820d896-94ce-4efe-a404-4e394877b8eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1820d896-94ce-4efe-a404-4e394877b8eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1820d896-94ce-4efe-a404-4e394877b8eb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-39290fb6-b175-4818-8889-d50eeab10536 {
  display: none;
}
#s-adfb570c-f4e5-4cbd-8b10-6d8a05d46c6f { text-align: left; }
#s-bbef2a19-36f7-4b0c-a9eb-2fe520c192bc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bbef2a19-36f7-4b0c-a9eb-2fe520c192bc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-77ffae93-d0f7-41ba-ab78-f3436a31603a { text-align: left; }
#s-77ffae93-d0f7-41ba-ab78-f3436a31603a .shg-product-sold-out {
  display: none;
}

#s-77ffae93-d0f7-41ba-ab78-f3436a31603a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-77ffae93-d0f7-41ba-ab78-f3436a31603a .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-6368f484-390b-42cd-a95b-15d909b09192 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6368f484-390b-42cd-a95b-15d909b09192:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6368f484-390b-42cd-a95b-15d909b09192:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6368f484-390b-42cd-a95b-15d909b09192 {
  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-6368f484-390b-42cd-a95b-15d909b09192.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6368f484-390b-42cd-a95b-15d909b09192.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6368f484-390b-42cd-a95b-15d909b09192.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1009ab0e-ec99-465c-a0c3-9f9b28a4b307 {
  display: none;
}
#s-0f49fea8-2155-40e7-9be2-e708d67f2572 { text-align: left; }
#s-db188936-6c3b-415d-b390-140f81bf51cf { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-db188936-6c3b-415d-b390-140f81bf51cf .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-deb6a093-83e2-4627-9f2e-58e782648551 { text-align: left; }
#s-deb6a093-83e2-4627-9f2e-58e782648551 .shg-product-sold-out {
  display: none;
}

#s-deb6a093-83e2-4627-9f2e-58e782648551 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-deb6a093-83e2-4627-9f2e-58e782648551 .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-1cb0bb1c-aa73-4089-864e-c0240ec286e0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1cb0bb1c-aa73-4089-864e-c0240ec286e0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1cb0bb1c-aa73-4089-864e-c0240ec286e0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1cb0bb1c-aa73-4089-864e-c0240ec286e0 {
  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-1cb0bb1c-aa73-4089-864e-c0240ec286e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1cb0bb1c-aa73-4089-864e-c0240ec286e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1cb0bb1c-aa73-4089-864e-c0240ec286e0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-30fc8b66-08d7-4420-b7da-a32a809c2b5d {
  display: none;
}
#s-100e10dd-52b3-4bfb-b362-6ddbfc680501 { text-align: left; }
#s-7bd45851-933a-4f11-9e61-ee67a02b44d1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7bd45851-933a-4f11-9e61-ee67a02b44d1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5cce908a-85d4-4c4b-a701-173d80bee30a { text-align: left; }
#s-5cce908a-85d4-4c4b-a701-173d80bee30a .shg-product-sold-out {
  display: none;
}

#s-5cce908a-85d4-4c4b-a701-173d80bee30a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5cce908a-85d4-4c4b-a701-173d80bee30a .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-a27283d6-e195-402d-8bd5-f22782bb20ca { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a27283d6-e195-402d-8bd5-f22782bb20ca:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a27283d6-e195-402d-8bd5-f22782bb20ca:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a27283d6-e195-402d-8bd5-f22782bb20ca {
  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-a27283d6-e195-402d-8bd5-f22782bb20ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a27283d6-e195-402d-8bd5-f22782bb20ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a27283d6-e195-402d-8bd5-f22782bb20ca.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c2f90cdb-84a0-4cdd-8e19-b6412f0876e4 {
  display: none;
}
#s-05114ff9-4694-4c17-b6a0-f18fe1608e8c { text-align: left; }
#s-40427235-0477-4c9b-abac-18677fc716f2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-40427235-0477-4c9b-abac-18677fc716f2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f0dd24ae-c8c1-4eb2-90d8-16fc8bc20228 { text-align: left; }
#s-f0dd24ae-c8c1-4eb2-90d8-16fc8bc20228 .shg-product-sold-out {
  display: none;
}

#s-f0dd24ae-c8c1-4eb2-90d8-16fc8bc20228 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f0dd24ae-c8c1-4eb2-90d8-16fc8bc20228 .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-c6135f29-9d3c-46ac-90b7-4884ffd0bff0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c6135f29-9d3c-46ac-90b7-4884ffd0bff0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c6135f29-9d3c-46ac-90b7-4884ffd0bff0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c6135f29-9d3c-46ac-90b7-4884ffd0bff0 {
  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-c6135f29-9d3c-46ac-90b7-4884ffd0bff0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6135f29-9d3c-46ac-90b7-4884ffd0bff0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c6135f29-9d3c-46ac-90b7-4884ffd0bff0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-93438c33-11a8-40d6-a958-df447e39825d {
  display: none;
}
#s-2a22e848-5a93-4e60-bafd-dea303b792af { text-align: left; }
#s-d9923e6f-9c97-43b3-83a1-ba27734ab55e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d9923e6f-9c97-43b3-83a1-ba27734ab55e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fa5bd174-60d6-4cf8-9589-8a807fbaf2e2 { text-align: left; }
#s-fa5bd174-60d6-4cf8-9589-8a807fbaf2e2 .shg-product-sold-out {
  display: none;
}

#s-fa5bd174-60d6-4cf8-9589-8a807fbaf2e2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fa5bd174-60d6-4cf8-9589-8a807fbaf2e2 .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-96ae2fa9-6e0b-459a-af4a-45f6a1f4e6f2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-96ae2fa9-6e0b-459a-af4a-45f6a1f4e6f2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-96ae2fa9-6e0b-459a-af4a-45f6a1f4e6f2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-96ae2fa9-6e0b-459a-af4a-45f6a1f4e6f2 {
  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-96ae2fa9-6e0b-459a-af4a-45f6a1f4e6f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96ae2fa9-6e0b-459a-af4a-45f6a1f4e6f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-96ae2fa9-6e0b-459a-af4a-45f6a1f4e6f2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cdce8d44-4144-47a4-b43f-d70f35321e22 {
  display: none;
}
#s-fef4a1e6-75de-4229-9aba-e0da9fb86d59 { text-align: left; }
#s-1c3827d3-dd7b-4e54-a5e1-5a9c437d709c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1c3827d3-dd7b-4e54-a5e1-5a9c437d709c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8583184c-b663-4b76-b9f2-9c822f9c6485 { text-align: left; }
#s-8583184c-b663-4b76-b9f2-9c822f9c6485 .shg-product-sold-out {
  display: none;
}

#s-8583184c-b663-4b76-b9f2-9c822f9c6485 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8583184c-b663-4b76-b9f2-9c822f9c6485 .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-b88ff32a-dbf9-4e45-b139-d8e25e46933c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b88ff32a-dbf9-4e45-b139-d8e25e46933c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b88ff32a-dbf9-4e45-b139-d8e25e46933c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b88ff32a-dbf9-4e45-b139-d8e25e46933c {
  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-b88ff32a-dbf9-4e45-b139-d8e25e46933c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b88ff32a-dbf9-4e45-b139-d8e25e46933c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b88ff32a-dbf9-4e45-b139-d8e25e46933c.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;
}
