.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-8404e222-7a4a-46c3-9f33-bd36ff5e9cac {
  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-3f8e2dc4-99c4-49f8-9f13-00da70e34ffa { margin-top: 40px; }
#s-3f8e2dc4-99c4-49f8-9f13-00da70e34ffa .shogun-tabs {
  justify-content: center;
}


  #s-3f8e2dc4-99c4-49f8-9f13-00da70e34ffa .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-3f8e2dc4-99c4-49f8-9f13-00da70e34ffa .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-3f8e2dc4-99c4-49f8-9f13-00da70e34ffa .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-3f8e2dc4-99c4-49f8-9f13-00da70e34ffa .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-3f8e2dc4-99c4-49f8-9f13-00da70e34ffa .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-3f8e2dc4-99c4-49f8-9f13-00da70e34ffa .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-3f8e2dc4-99c4-49f8-9f13-00da70e34ffa .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-111ca52c-264a-45be-a44a-46c25e49f45f { padding-top: 10px;
padding-bottom: 10px; }
 #s-111ca52c-264a-45be-a44a-46c25e49f45f .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-429887ee-1b42-446f-bc89-c6b111263bdc .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-429887ee-1b42-446f-bc89-c6b111263bdc .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-429887ee-1b42-446f-bc89-c6b111263bdc .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-429887ee-1b42-446f-bc89-c6b111263bdc .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-429887ee-1b42-446f-bc89-c6b111263bdc .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-429887ee-1b42-446f-bc89-c6b111263bdc .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-429887ee-1b42-446f-bc89-c6b111263bdc .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-429887ee-1b42-446f-bc89-c6b111263bdc .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-429887ee-1b42-446f-bc89-c6b111263bdc .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-6198c991-4f14-4757-8031-fdabe94810de { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6198c991-4f14-4757-8031-fdabe94810de"] > .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-5792f9a9-e2dd-46a5-84b3-7410660d9152 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-29556584-6b7f-4597-a401-783dd21e7657 { 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-e18e6000-320d-477d-a6c4-3f92ecc52825 { 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-e18e6000-320d-477d-a6c4-3f92ecc52825: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-e18e6000-320d-477d-a6c4-3f92ecc52825: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-e18e6000-320d-477d-a6c4-3f92ecc52825.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-6cf87a81-9364-4137-927c-1986c1178136 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-a676c6be-2434-453c-9514-766da68e00e8 { 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-d4c05892-b35c-4958-a73e-59a7557d61b2 { 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-d4c05892-b35c-4958-a73e-59a7557d61b2: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-d4c05892-b35c-4958-a73e-59a7557d61b2: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-d4c05892-b35c-4958-a73e-59a7557d61b2.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-59759844-086c-4dd7-b110-3edc5d80dd8f { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-27b23820-3f2a-4135-ad24-651c14bc9912 { 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-efd33a40-ba48-4634-bfb7-ac21768611e4 { 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-efd33a40-ba48-4634-bfb7-ac21768611e4: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-efd33a40-ba48-4634-bfb7-ac21768611e4: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-efd33a40-ba48-4634-bfb7-ac21768611e4.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-eeedff52-a0fa-4259-85a1-0449f5f7d652 { min-height: 50px; }
#s-eeedff52-a0fa-4259-85a1-0449f5f7d652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8880821b-f60c-4f1c-8b7c-544ed3ad5a42 { 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-8880821b-f60c-4f1c-8b7c-544ed3ad5a42 .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-4ca6e743-2198-4df2-b43e-ba479b72c05d {
  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-79b64fe3-5fce-4dc4-ae55-1ecede7e04a4 { 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-ec7f97a3-a271-4265-98b1-ccc9c17acf5c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ec7f97a3-a271-4265-98b1-ccc9c17acf5c .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1861ed88-9c2e-4d8e-a689-8859f006f04a {
  display: none;
}
#s-09fdb1d3-3120-4534-a923-c2bdf6919931 { text-align: left; }
#s-51ca2847-ce38-4ffd-a113-898abbf2c0af { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-51ca2847-ce38-4ffd-a113-898abbf2c0af .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-58c60a53-e95c-447f-a75f-1abd7a7efc82 {
  display: none;
}
#s-5dce7085-cd82-4ec6-9d73-6e2bfd00b862 { text-align: left; }
#s-2b7173d2-779d-4484-ab08-95a197c510a2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2b7173d2-779d-4484-ab08-95a197c510a2 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-46468e12-2d04-4caa-b045-eebaf7db45f3 {
  display: none;
}
#s-bb8f6828-f716-4d1e-8d9d-5b077a747a24 { text-align: left; }
#s-066e8012-b595-47ca-a1bf-9465ea285fe0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-066e8012-b595-47ca-a1bf-9465ea285fe0 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-bb4e2329-3811-44f6-b696-3a9f2d8317a8 {
  display: none;
}
#s-1492f53a-ecae-42fd-932f-c2dae8304797 { text-align: left; }
#s-43a3c735-5897-45ab-8288-498eaefed543 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-43a3c735-5897-45ab-8288-498eaefed543 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cc80e8ef-0dae-4bb3-a684-a71cd741de57 { text-align: left; }
#s-cc80e8ef-0dae-4bb3-a684-a71cd741de57 .shg-product-sold-out {
  display: none;
}

#s-cc80e8ef-0dae-4bb3-a684-a71cd741de57 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cc80e8ef-0dae-4bb3-a684-a71cd741de57 .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-1dc7b12c-aeee-4452-9726-dec415e9dc22 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1dc7b12c-aeee-4452-9726-dec415e9dc22:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1dc7b12c-aeee-4452-9726-dec415e9dc22:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1dc7b12c-aeee-4452-9726-dec415e9dc22 {
  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-1dc7b12c-aeee-4452-9726-dec415e9dc22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1dc7b12c-aeee-4452-9726-dec415e9dc22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1dc7b12c-aeee-4452-9726-dec415e9dc22.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-864b8664-4f58-493f-a724-de785ecb5f48 {
  display: none;
}
#s-f8bc7498-b90d-46a1-ac0b-bb42da030621 { text-align: left; }
#s-ab9808b5-9112-4c13-8c5a-f90b48e6df9d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ab9808b5-9112-4c13-8c5a-f90b48e6df9d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e32673bf-8518-44d8-a6ac-aced3208d956 { text-align: left; }
#s-e32673bf-8518-44d8-a6ac-aced3208d956 .shg-product-sold-out {
  display: none;
}

#s-e32673bf-8518-44d8-a6ac-aced3208d956 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e32673bf-8518-44d8-a6ac-aced3208d956 .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-9fb5743c-2d5e-4f27-b830-8b9b2d511108 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9fb5743c-2d5e-4f27-b830-8b9b2d511108:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9fb5743c-2d5e-4f27-b830-8b9b2d511108:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9fb5743c-2d5e-4f27-b830-8b9b2d511108 {
  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-9fb5743c-2d5e-4f27-b830-8b9b2d511108.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fb5743c-2d5e-4f27-b830-8b9b2d511108.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9fb5743c-2d5e-4f27-b830-8b9b2d511108.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9b1cdf37-ea4b-4687-a4da-367c49c28103 {
  display: none;
}
#s-313b38ec-ee39-42b5-bad4-9b4e5cc9e2b0 { text-align: left; }
#s-7715a253-20f3-4999-80a1-d38be5c78eec { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7715a253-20f3-4999-80a1-d38be5c78eec .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-73b0394f-9374-4169-864e-f16725e48800 { text-align: left; }
#s-73b0394f-9374-4169-864e-f16725e48800 .shg-product-sold-out {
  display: none;
}

#s-73b0394f-9374-4169-864e-f16725e48800 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-73b0394f-9374-4169-864e-f16725e48800 .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-d1fabdeb-ac8f-4bf8-a8f9-28a8f22d5f44 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d1fabdeb-ac8f-4bf8-a8f9-28a8f22d5f44:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d1fabdeb-ac8f-4bf8-a8f9-28a8f22d5f44:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d1fabdeb-ac8f-4bf8-a8f9-28a8f22d5f44 {
  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-d1fabdeb-ac8f-4bf8-a8f9-28a8f22d5f44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1fabdeb-ac8f-4bf8-a8f9-28a8f22d5f44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d1fabdeb-ac8f-4bf8-a8f9-28a8f22d5f44.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3dc6f62c-89b9-4b55-9428-69c713886cf2 {
  display: none;
}
#s-7be38436-457e-4d38-8249-edadf249e6bb { text-align: left; }
#s-a45f48b0-4ba6-473b-b3af-f5202559f240 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a45f48b0-4ba6-473b-b3af-f5202559f240 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-dc812c99-a90a-42ff-80bd-3d76ccdf53f0 { text-align: left; }
#s-dc812c99-a90a-42ff-80bd-3d76ccdf53f0 .shg-product-sold-out {
  display: none;
}

#s-dc812c99-a90a-42ff-80bd-3d76ccdf53f0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dc812c99-a90a-42ff-80bd-3d76ccdf53f0 .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-7aa0fdf3-2048-492e-8206-16b3ee31918c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7aa0fdf3-2048-492e-8206-16b3ee31918c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7aa0fdf3-2048-492e-8206-16b3ee31918c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7aa0fdf3-2048-492e-8206-16b3ee31918c {
  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-7aa0fdf3-2048-492e-8206-16b3ee31918c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7aa0fdf3-2048-492e-8206-16b3ee31918c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7aa0fdf3-2048-492e-8206-16b3ee31918c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c3c8ac3b-3f6f-4a76-bbff-6dc40b4ad7a4 {
  display: none;
}
#s-2a241702-7f46-4971-9d55-58e477e95678 { text-align: left; }
#s-bbf82f48-679a-460b-8a9a-030b586104cc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bbf82f48-679a-460b-8a9a-030b586104cc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9f977e4d-e3e0-44c7-9405-b36c3d6a0fc1 { text-align: left; }
#s-9f977e4d-e3e0-44c7-9405-b36c3d6a0fc1 .shg-product-sold-out {
  display: none;
}

#s-9f977e4d-e3e0-44c7-9405-b36c3d6a0fc1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9f977e4d-e3e0-44c7-9405-b36c3d6a0fc1 .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-b8f3a80c-a0a3-49e5-8a05-cc1299558b56 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b8f3a80c-a0a3-49e5-8a05-cc1299558b56:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b8f3a80c-a0a3-49e5-8a05-cc1299558b56:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b8f3a80c-a0a3-49e5-8a05-cc1299558b56 {
  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-b8f3a80c-a0a3-49e5-8a05-cc1299558b56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8f3a80c-a0a3-49e5-8a05-cc1299558b56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b8f3a80c-a0a3-49e5-8a05-cc1299558b56.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b33b7def-8036-438e-9ff4-ebc438c3dc55 {
  display: none;
}
#s-1d9636e2-6e87-4680-b068-f2167df15255 { text-align: left; }
#s-84193203-2544-494c-b90b-8e17e7f925f8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-84193203-2544-494c-b90b-8e17e7f925f8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bdba92de-4c95-433f-b219-6251e73376df { text-align: left; }
#s-bdba92de-4c95-433f-b219-6251e73376df .shg-product-sold-out {
  display: none;
}

#s-bdba92de-4c95-433f-b219-6251e73376df .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bdba92de-4c95-433f-b219-6251e73376df .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-7ee16b9a-2010-43a7-9118-bd687d0fdc9a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7ee16b9a-2010-43a7-9118-bd687d0fdc9a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7ee16b9a-2010-43a7-9118-bd687d0fdc9a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7ee16b9a-2010-43a7-9118-bd687d0fdc9a {
  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-7ee16b9a-2010-43a7-9118-bd687d0fdc9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ee16b9a-2010-43a7-9118-bd687d0fdc9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7ee16b9a-2010-43a7-9118-bd687d0fdc9a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cfd41bb6-75a0-4655-862a-f26ba500d468 {
  display: none;
}
#s-49eabe23-1e20-4e5c-bbc4-05f9288140a4 { text-align: left; }
#s-d591cfea-1d81-46b2-82bd-5d78ac5dc053 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d591cfea-1d81-46b2-82bd-5d78ac5dc053 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8e2a9de6-5048-45d0-a55a-6b1cb31a1dc6 { text-align: left; }
#s-8e2a9de6-5048-45d0-a55a-6b1cb31a1dc6 .shg-product-sold-out {
  display: none;
}

#s-8e2a9de6-5048-45d0-a55a-6b1cb31a1dc6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8e2a9de6-5048-45d0-a55a-6b1cb31a1dc6 .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-53853f41-3b25-459a-90b2-67bbcd59ed12 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-53853f41-3b25-459a-90b2-67bbcd59ed12:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-53853f41-3b25-459a-90b2-67bbcd59ed12:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-53853f41-3b25-459a-90b2-67bbcd59ed12 {
  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-53853f41-3b25-459a-90b2-67bbcd59ed12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53853f41-3b25-459a-90b2-67bbcd59ed12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-53853f41-3b25-459a-90b2-67bbcd59ed12.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cf6b5f8e-ec0b-4d7d-8721-f23d054cac89 {
  display: none;
}
#s-62f445f7-5bd9-4184-b00a-0ee46fe2d362 { text-align: left; }
#s-1ca8887a-6f68-40f1-83e7-f2271689c496 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1ca8887a-6f68-40f1-83e7-f2271689c496 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3694cdd1-9957-4ff8-ba04-16eb28006d06 { text-align: left; }
#s-3694cdd1-9957-4ff8-ba04-16eb28006d06 .shg-product-sold-out {
  display: none;
}

#s-3694cdd1-9957-4ff8-ba04-16eb28006d06 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3694cdd1-9957-4ff8-ba04-16eb28006d06 .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-1320a01b-6386-4028-b84d-f3e89d5152dd { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1320a01b-6386-4028-b84d-f3e89d5152dd:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1320a01b-6386-4028-b84d-f3e89d5152dd:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1320a01b-6386-4028-b84d-f3e89d5152dd {
  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-1320a01b-6386-4028-b84d-f3e89d5152dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1320a01b-6386-4028-b84d-f3e89d5152dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1320a01b-6386-4028-b84d-f3e89d5152dd.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b830636c-f550-4c34-bf7e-0f734696c379 {
  display: none;
}
#s-ab8b88a4-19d6-4ebb-b0ec-b6ef3dcd1308 { text-align: left; }
#s-728eb671-e39d-4b04-9842-f929b68c12fd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-728eb671-e39d-4b04-9842-f929b68c12fd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c1ee4585-ae2e-469d-afe5-45568f4758b2 { text-align: left; }
#s-c1ee4585-ae2e-469d-afe5-45568f4758b2 .shg-product-sold-out {
  display: none;
}

#s-c1ee4585-ae2e-469d-afe5-45568f4758b2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c1ee4585-ae2e-469d-afe5-45568f4758b2 .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-ae3449ee-ef88-41e0-9fd2-c1158769cda4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ae3449ee-ef88-41e0-9fd2-c1158769cda4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ae3449ee-ef88-41e0-9fd2-c1158769cda4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ae3449ee-ef88-41e0-9fd2-c1158769cda4 {
  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-ae3449ee-ef88-41e0-9fd2-c1158769cda4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae3449ee-ef88-41e0-9fd2-c1158769cda4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ae3449ee-ef88-41e0-9fd2-c1158769cda4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a83427e4-1c53-4380-9194-d0f638a7eab1 {
  display: none;
}
#s-f5767946-d6ad-40b6-b118-66a86cf65793 { text-align: left; }
#s-d1be3343-bae9-4a8d-8ec3-03805b633982 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d1be3343-bae9-4a8d-8ec3-03805b633982 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-27394b42-7d2a-4401-aa6e-fe5f2750032b { text-align: left; }
#s-27394b42-7d2a-4401-aa6e-fe5f2750032b .shg-product-sold-out {
  display: none;
}

#s-27394b42-7d2a-4401-aa6e-fe5f2750032b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-27394b42-7d2a-4401-aa6e-fe5f2750032b .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-f82236e5-b6ea-44c1-b9fd-8ff17a218997 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f82236e5-b6ea-44c1-b9fd-8ff17a218997:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f82236e5-b6ea-44c1-b9fd-8ff17a218997:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f82236e5-b6ea-44c1-b9fd-8ff17a218997 {
  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-f82236e5-b6ea-44c1-b9fd-8ff17a218997.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f82236e5-b6ea-44c1-b9fd-8ff17a218997.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f82236e5-b6ea-44c1-b9fd-8ff17a218997.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f24832a0-e475-43bc-831b-3b5bd57eb8bc {
  display: none;
}
#s-ba6196e8-74d1-4911-83da-3753e83c7dcd { text-align: left; }
#s-4f05f9d2-1787-4a38-ad3e-c357f5df7aba { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4f05f9d2-1787-4a38-ad3e-c357f5df7aba .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bad780bb-70b1-42c5-9e1b-12344b34eb67 { text-align: left; }
#s-bad780bb-70b1-42c5-9e1b-12344b34eb67 .shg-product-sold-out {
  display: none;
}

#s-bad780bb-70b1-42c5-9e1b-12344b34eb67 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bad780bb-70b1-42c5-9e1b-12344b34eb67 .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-02d652d1-0958-45e5-ac74-433a497eef9f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-02d652d1-0958-45e5-ac74-433a497eef9f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-02d652d1-0958-45e5-ac74-433a497eef9f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-02d652d1-0958-45e5-ac74-433a497eef9f {
  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-02d652d1-0958-45e5-ac74-433a497eef9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02d652d1-0958-45e5-ac74-433a497eef9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-02d652d1-0958-45e5-ac74-433a497eef9f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6c19c993-11db-4585-9809-d3ad42ff5271 {
  display: none;
}
#s-7ad736ea-3196-4f92-997d-c0ed90291e72 { text-align: left; }
#s-608b58f1-2661-4013-8655-fb676dc9cca6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-608b58f1-2661-4013-8655-fb676dc9cca6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8d761f7f-39e4-41a4-8008-637668a3a26b { text-align: left; }
#s-8d761f7f-39e4-41a4-8008-637668a3a26b .shg-product-sold-out {
  display: none;
}

#s-8d761f7f-39e4-41a4-8008-637668a3a26b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8d761f7f-39e4-41a4-8008-637668a3a26b .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-ff0f5b21-15ac-455d-b69b-0d91523bbbcb { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ff0f5b21-15ac-455d-b69b-0d91523bbbcb:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ff0f5b21-15ac-455d-b69b-0d91523bbbcb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ff0f5b21-15ac-455d-b69b-0d91523bbbcb {
  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-ff0f5b21-15ac-455d-b69b-0d91523bbbcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff0f5b21-15ac-455d-b69b-0d91523bbbcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ff0f5b21-15ac-455d-b69b-0d91523bbbcb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6b6cec62-f58f-43ba-96f3-a515014dad61 {
  display: none;
}
#s-13562fd3-c39e-4054-9fbf-004dbf8b4215 { text-align: left; }
#s-9c18845d-db97-4ac9-a5eb-52602f623026 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9c18845d-db97-4ac9-a5eb-52602f623026 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4c805d4e-683f-48eb-a177-0c8dbc8fa12e { text-align: left; }
#s-4c805d4e-683f-48eb-a177-0c8dbc8fa12e .shg-product-sold-out {
  display: none;
}

#s-4c805d4e-683f-48eb-a177-0c8dbc8fa12e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4c805d4e-683f-48eb-a177-0c8dbc8fa12e .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-6f623aa9-d37e-4913-8e55-d111880d1575 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6f623aa9-d37e-4913-8e55-d111880d1575:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6f623aa9-d37e-4913-8e55-d111880d1575:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6f623aa9-d37e-4913-8e55-d111880d1575 {
  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-6f623aa9-d37e-4913-8e55-d111880d1575.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f623aa9-d37e-4913-8e55-d111880d1575.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6f623aa9-d37e-4913-8e55-d111880d1575.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8949d2ed-5826-40ac-80b9-c14b4c82a815 {
  display: none;
}
#s-bf150ed1-948a-40d7-ba7e-ddfd89f2faa3 { text-align: left; }
#s-650c1639-2097-4959-9c8e-51565e7180a2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-650c1639-2097-4959-9c8e-51565e7180a2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-88a84888-3e9e-4eb3-bbde-7575e391493a { text-align: left; }
#s-88a84888-3e9e-4eb3-bbde-7575e391493a .shg-product-sold-out {
  display: none;
}

#s-88a84888-3e9e-4eb3-bbde-7575e391493a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-88a84888-3e9e-4eb3-bbde-7575e391493a .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-e5d549f0-60b3-4062-b91e-9d01e3600db9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e5d549f0-60b3-4062-b91e-9d01e3600db9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e5d549f0-60b3-4062-b91e-9d01e3600db9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e5d549f0-60b3-4062-b91e-9d01e3600db9 {
  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-e5d549f0-60b3-4062-b91e-9d01e3600db9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5d549f0-60b3-4062-b91e-9d01e3600db9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e5d549f0-60b3-4062-b91e-9d01e3600db9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3c8cd236-130e-460f-8b0a-6d144ea67d44 {
  display: none;
}
#s-f202fb0b-55be-49a5-b69b-396e15670e02 { text-align: left; }
#s-c2761c07-440d-4d29-a737-58409c7be683 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c2761c07-440d-4d29-a737-58409c7be683 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-94f399f2-eea7-4f0b-be76-6d57c089d651 { text-align: left; }
#s-94f399f2-eea7-4f0b-be76-6d57c089d651 .shg-product-sold-out {
  display: none;
}

#s-94f399f2-eea7-4f0b-be76-6d57c089d651 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-94f399f2-eea7-4f0b-be76-6d57c089d651 .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-f073d7c6-d043-4026-84fe-115bb107bc27 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f073d7c6-d043-4026-84fe-115bb107bc27:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f073d7c6-d043-4026-84fe-115bb107bc27:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f073d7c6-d043-4026-84fe-115bb107bc27 {
  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-f073d7c6-d043-4026-84fe-115bb107bc27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f073d7c6-d043-4026-84fe-115bb107bc27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f073d7c6-d043-4026-84fe-115bb107bc27.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-64c68416-aec2-45f5-9baf-8477ac94f8f6 {
  display: none;
}
#s-4e9fb298-73b3-4139-afc5-71a747239bfb { text-align: left; }
#s-6747c07e-3377-4104-8744-ec280d01837c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6747c07e-3377-4104-8744-ec280d01837c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-779483a2-36c7-4106-9e58-6c534a44ccce { text-align: left; }
#s-779483a2-36c7-4106-9e58-6c534a44ccce .shg-product-sold-out {
  display: none;
}

#s-779483a2-36c7-4106-9e58-6c534a44ccce .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-779483a2-36c7-4106-9e58-6c534a44ccce .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-94634de6-8895-4498-8e75-f1977cee369d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-94634de6-8895-4498-8e75-f1977cee369d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-94634de6-8895-4498-8e75-f1977cee369d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-94634de6-8895-4498-8e75-f1977cee369d {
  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-94634de6-8895-4498-8e75-f1977cee369d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94634de6-8895-4498-8e75-f1977cee369d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-94634de6-8895-4498-8e75-f1977cee369d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-611d1eb0-6571-478f-b7f5-f1856f8d2223 {
  display: none;
}
#s-53aca85b-9610-4a07-816d-93082a168836 { text-align: left; }
#s-3bd729b2-5929-450e-909d-f3d8c1fd5173 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3bd729b2-5929-450e-909d-f3d8c1fd5173 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a3d07cff-1e0a-42b4-92b7-7b462014dbd5 { text-align: left; }
#s-a3d07cff-1e0a-42b4-92b7-7b462014dbd5 .shg-product-sold-out {
  display: none;
}

#s-a3d07cff-1e0a-42b4-92b7-7b462014dbd5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a3d07cff-1e0a-42b4-92b7-7b462014dbd5 .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-af681d63-b1d3-4ed7-bdd0-eb4b432d8dd9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-af681d63-b1d3-4ed7-bdd0-eb4b432d8dd9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-af681d63-b1d3-4ed7-bdd0-eb4b432d8dd9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-af681d63-b1d3-4ed7-bdd0-eb4b432d8dd9 {
  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-af681d63-b1d3-4ed7-bdd0-eb4b432d8dd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af681d63-b1d3-4ed7-bdd0-eb4b432d8dd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-af681d63-b1d3-4ed7-bdd0-eb4b432d8dd9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-af01b293-5674-4301-b73d-c658ebc032fd {
  display: none;
}
#s-bd2462cc-9ed5-49ce-b7fa-7e1a5d96e7bd { text-align: left; }
#s-c1e39ac1-a16a-4468-ab2b-7925e9ed5bfb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c1e39ac1-a16a-4468-ab2b-7925e9ed5bfb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-806e1851-1a06-4fff-8e72-5df51b003c59 { text-align: left; }
#s-806e1851-1a06-4fff-8e72-5df51b003c59 .shg-product-sold-out {
  display: none;
}

#s-806e1851-1a06-4fff-8e72-5df51b003c59 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-806e1851-1a06-4fff-8e72-5df51b003c59 .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-18f0729e-96aa-450a-ade0-c5a2ef724dac { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-18f0729e-96aa-450a-ade0-c5a2ef724dac:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-18f0729e-96aa-450a-ade0-c5a2ef724dac:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-18f0729e-96aa-450a-ade0-c5a2ef724dac {
  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-18f0729e-96aa-450a-ade0-c5a2ef724dac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18f0729e-96aa-450a-ade0-c5a2ef724dac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-18f0729e-96aa-450a-ade0-c5a2ef724dac.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-983f84f1-91f8-4fbd-8849-ba420fa784d7 {
  display: none;
}
#s-1cba1b1c-a909-4218-9e02-f8f105b12133 { text-align: left; }
#s-9fc02132-e47d-4216-ab57-fb3110f0e115 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9fc02132-e47d-4216-ab57-fb3110f0e115 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1f2b7b4e-1d5f-4d02-86e0-583167eff6b2 { text-align: left; }
#s-1f2b7b4e-1d5f-4d02-86e0-583167eff6b2 .shg-product-sold-out {
  display: none;
}

#s-1f2b7b4e-1d5f-4d02-86e0-583167eff6b2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1f2b7b4e-1d5f-4d02-86e0-583167eff6b2 .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-fd2f4d0d-c2a4-43e2-b093-ccf3a8bfb19e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-fd2f4d0d-c2a4-43e2-b093-ccf3a8bfb19e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-fd2f4d0d-c2a4-43e2-b093-ccf3a8bfb19e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-fd2f4d0d-c2a4-43e2-b093-ccf3a8bfb19e {
  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-fd2f4d0d-c2a4-43e2-b093-ccf3a8bfb19e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd2f4d0d-c2a4-43e2-b093-ccf3a8bfb19e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-fd2f4d0d-c2a4-43e2-b093-ccf3a8bfb19e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-de83d925-1a9b-43c5-9d95-cb60b5753767 {
  display: none;
}
#s-eaf21354-3342-47c5-9190-04a0e09fc421 { text-align: left; }
#s-f13b9a98-4a39-405e-8569-e153378ffa0b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f13b9a98-4a39-405e-8569-e153378ffa0b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-95858cf8-8417-480e-9f92-21d2c941c711 { text-align: left; }
#s-95858cf8-8417-480e-9f92-21d2c941c711 .shg-product-sold-out {
  display: none;
}

#s-95858cf8-8417-480e-9f92-21d2c941c711 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-95858cf8-8417-480e-9f92-21d2c941c711 .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-be7abba2-ba4f-4b1e-bda2-62cc0180ea1a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-be7abba2-ba4f-4b1e-bda2-62cc0180ea1a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-be7abba2-ba4f-4b1e-bda2-62cc0180ea1a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-be7abba2-ba4f-4b1e-bda2-62cc0180ea1a {
  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-be7abba2-ba4f-4b1e-bda2-62cc0180ea1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be7abba2-ba4f-4b1e-bda2-62cc0180ea1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-be7abba2-ba4f-4b1e-bda2-62cc0180ea1a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7368334b-a0ce-44e3-999b-66b9f8e67010 {
  display: none;
}
#s-2fa1cc73-65ca-4d0e-a5ad-46d8996f9d86 { text-align: left; }
#s-29012fd9-c4ca-4662-bba7-01293e6e9fc2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-29012fd9-c4ca-4662-bba7-01293e6e9fc2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-36c410f7-fcf5-4c8d-b8d6-8012ba00b93e { text-align: left; }
#s-36c410f7-fcf5-4c8d-b8d6-8012ba00b93e .shg-product-sold-out {
  display: none;
}

#s-36c410f7-fcf5-4c8d-b8d6-8012ba00b93e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-36c410f7-fcf5-4c8d-b8d6-8012ba00b93e .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-3becfe7e-8a7a-423d-a791-ba4224c142fb { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3becfe7e-8a7a-423d-a791-ba4224c142fb:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3becfe7e-8a7a-423d-a791-ba4224c142fb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3becfe7e-8a7a-423d-a791-ba4224c142fb {
  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-3becfe7e-8a7a-423d-a791-ba4224c142fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3becfe7e-8a7a-423d-a791-ba4224c142fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3becfe7e-8a7a-423d-a791-ba4224c142fb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-906ed7f6-157c-4482-9361-a64a07675f91 {
  display: none;
}
#s-3e6bc0be-de4b-4e7a-a2f8-27fb8e4019ce { text-align: left; }
#s-b781027e-627c-415b-8ded-abec613556cb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b781027e-627c-415b-8ded-abec613556cb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-884fec40-400a-4ebc-94b5-ac026a7ecf0c { text-align: left; }
#s-884fec40-400a-4ebc-94b5-ac026a7ecf0c .shg-product-sold-out {
  display: none;
}

#s-884fec40-400a-4ebc-94b5-ac026a7ecf0c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-884fec40-400a-4ebc-94b5-ac026a7ecf0c .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-8e9051ca-c363-4c02-a59d-fcca347a97e1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8e9051ca-c363-4c02-a59d-fcca347a97e1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8e9051ca-c363-4c02-a59d-fcca347a97e1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8e9051ca-c363-4c02-a59d-fcca347a97e1 {
  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-8e9051ca-c363-4c02-a59d-fcca347a97e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e9051ca-c363-4c02-a59d-fcca347a97e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8e9051ca-c363-4c02-a59d-fcca347a97e1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4cbece48-3f43-46e2-a254-1f658c584d47 {
  display: none;
}
#s-c12b8b7e-c340-41c4-b1de-769920252d84 { text-align: left; }
#s-5ed6c214-3645-4be9-9b99-0c7968336314 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5ed6c214-3645-4be9-9b99-0c7968336314 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-10848dd1-5825-433e-8cbe-9849be5e87ba { text-align: left; }
#s-10848dd1-5825-433e-8cbe-9849be5e87ba .shg-product-sold-out {
  display: none;
}

#s-10848dd1-5825-433e-8cbe-9849be5e87ba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-10848dd1-5825-433e-8cbe-9849be5e87ba .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-002abafc-066e-4a85-99d2-4601608b037d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-002abafc-066e-4a85-99d2-4601608b037d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-002abafc-066e-4a85-99d2-4601608b037d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-002abafc-066e-4a85-99d2-4601608b037d {
  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-002abafc-066e-4a85-99d2-4601608b037d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-002abafc-066e-4a85-99d2-4601608b037d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-002abafc-066e-4a85-99d2-4601608b037d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-aaee75cc-9485-462a-9ce7-4374a4e732a8 {
  display: none;
}
#s-e1c68bf1-b2db-46bb-a779-c54674818078 { text-align: left; }
#s-cdf539c7-6798-4819-a814-394210eafd44 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cdf539c7-6798-4819-a814-394210eafd44 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1289c448-d3cd-4f77-807f-dd6aa93fc330 { text-align: left; }
#s-1289c448-d3cd-4f77-807f-dd6aa93fc330 .shg-product-sold-out {
  display: none;
}

#s-1289c448-d3cd-4f77-807f-dd6aa93fc330 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1289c448-d3cd-4f77-807f-dd6aa93fc330 .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-940d9060-7512-42bb-86a9-25b1df6d1597 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-940d9060-7512-42bb-86a9-25b1df6d1597:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-940d9060-7512-42bb-86a9-25b1df6d1597:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-940d9060-7512-42bb-86a9-25b1df6d1597 {
  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-940d9060-7512-42bb-86a9-25b1df6d1597.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-940d9060-7512-42bb-86a9-25b1df6d1597.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-940d9060-7512-42bb-86a9-25b1df6d1597.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-654a6384-a51e-4588-a45a-221782395a19 {
  display: none;
}
#s-582f178e-5c3e-412e-bdaa-548b46bb35f1 { text-align: left; }
#s-6b85369a-58e9-42fb-b1d5-77f4c4360e3c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6b85369a-58e9-42fb-b1d5-77f4c4360e3c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-db917eb6-4134-4667-9c2a-73f5383b304c { text-align: left; }
#s-db917eb6-4134-4667-9c2a-73f5383b304c .shg-product-sold-out {
  display: none;
}

#s-db917eb6-4134-4667-9c2a-73f5383b304c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-db917eb6-4134-4667-9c2a-73f5383b304c .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-c6ba6743-cf2e-472b-8245-b718a47c38df { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c6ba6743-cf2e-472b-8245-b718a47c38df:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c6ba6743-cf2e-472b-8245-b718a47c38df:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c6ba6743-cf2e-472b-8245-b718a47c38df {
  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-c6ba6743-cf2e-472b-8245-b718a47c38df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6ba6743-cf2e-472b-8245-b718a47c38df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c6ba6743-cf2e-472b-8245-b718a47c38df.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4ebe6e8d-3549-4986-a56e-bba6c537fab7 {
  display: none;
}
#s-439d2a40-ae71-49c7-98e4-a0aa018ab290 { text-align: left; }
#s-551eeabc-7fcd-4d66-b486-7d27cba34b69 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-551eeabc-7fcd-4d66-b486-7d27cba34b69 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8dbae001-de26-4642-9073-390adcdc891c { text-align: left; }
#s-8dbae001-de26-4642-9073-390adcdc891c .shg-product-sold-out {
  display: none;
}

#s-8dbae001-de26-4642-9073-390adcdc891c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8dbae001-de26-4642-9073-390adcdc891c .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-aa0169d2-eb4f-4436-b3af-033e98399754 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-aa0169d2-eb4f-4436-b3af-033e98399754:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-aa0169d2-eb4f-4436-b3af-033e98399754:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-aa0169d2-eb4f-4436-b3af-033e98399754 {
  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-aa0169d2-eb4f-4436-b3af-033e98399754.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa0169d2-eb4f-4436-b3af-033e98399754.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-aa0169d2-eb4f-4436-b3af-033e98399754.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-850a27cd-43f1-4aaf-aa81-046276525ea9 {
  display: none;
}
#s-60d1896e-2b32-4d00-aa36-a4e50919ba25 { text-align: left; }
#s-73bc4099-8c59-4c60-a830-08fe3d1fba75 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-73bc4099-8c59-4c60-a830-08fe3d1fba75 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ebac72fd-8892-497c-b389-9e6a8ddc3119 { text-align: left; }
#s-ebac72fd-8892-497c-b389-9e6a8ddc3119 .shg-product-sold-out {
  display: none;
}

#s-ebac72fd-8892-497c-b389-9e6a8ddc3119 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ebac72fd-8892-497c-b389-9e6a8ddc3119 .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-6e06e447-7dce-4a08-b1c8-584107e355c9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6e06e447-7dce-4a08-b1c8-584107e355c9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6e06e447-7dce-4a08-b1c8-584107e355c9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6e06e447-7dce-4a08-b1c8-584107e355c9 {
  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-6e06e447-7dce-4a08-b1c8-584107e355c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e06e447-7dce-4a08-b1c8-584107e355c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6e06e447-7dce-4a08-b1c8-584107e355c9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9bac1c29-8561-4589-b109-390468ae2ce4 {
  display: none;
}
#s-f5c17371-d25a-4fd0-9aa5-943bb86aa6eb { text-align: left; }
#s-066930bd-1273-4ca3-ac03-0457cfc58fca { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-066930bd-1273-4ca3-ac03-0457cfc58fca .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9c8f4948-63e2-4a12-a343-949b259c71eb { text-align: left; }
#s-9c8f4948-63e2-4a12-a343-949b259c71eb .shg-product-sold-out {
  display: none;
}

#s-9c8f4948-63e2-4a12-a343-949b259c71eb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9c8f4948-63e2-4a12-a343-949b259c71eb .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-7de77c69-5ae1-44ac-8c6d-8603493fa223 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7de77c69-5ae1-44ac-8c6d-8603493fa223:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7de77c69-5ae1-44ac-8c6d-8603493fa223:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7de77c69-5ae1-44ac-8c6d-8603493fa223 {
  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-7de77c69-5ae1-44ac-8c6d-8603493fa223.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7de77c69-5ae1-44ac-8c6d-8603493fa223.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7de77c69-5ae1-44ac-8c6d-8603493fa223.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;
}
