.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-821c63bb-d4a1-4b5b-b94f-962ecc4c594f {
  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-ff2a5d42-7509-411d-a292-73cd345bc1a7 { margin-top: 40px; }
#s-ff2a5d42-7509-411d-a292-73cd345bc1a7 .shogun-tabs {
  justify-content: center;
}


  #s-ff2a5d42-7509-411d-a292-73cd345bc1a7 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-ff2a5d42-7509-411d-a292-73cd345bc1a7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-ff2a5d42-7509-411d-a292-73cd345bc1a7 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-ff2a5d42-7509-411d-a292-73cd345bc1a7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-ff2a5d42-7509-411d-a292-73cd345bc1a7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-ff2a5d42-7509-411d-a292-73cd345bc1a7 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-ff2a5d42-7509-411d-a292-73cd345bc1a7 .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-e3798148-1bd1-44f7-8f87-49fbadf7d015 { padding-top: 10px;
padding-bottom: 10px; }
 #s-e3798148-1bd1-44f7-8f87-49fbadf7d015 .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-7227c437-3fd1-45e2-bdb0-31a32fc11bfa .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-7227c437-3fd1-45e2-bdb0-31a32fc11bfa .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-7227c437-3fd1-45e2-bdb0-31a32fc11bfa .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-7227c437-3fd1-45e2-bdb0-31a32fc11bfa .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-7227c437-3fd1-45e2-bdb0-31a32fc11bfa .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-7227c437-3fd1-45e2-bdb0-31a32fc11bfa .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-7227c437-3fd1-45e2-bdb0-31a32fc11bfa .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-7227c437-3fd1-45e2-bdb0-31a32fc11bfa .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-7227c437-3fd1-45e2-bdb0-31a32fc11bfa .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-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cb3ba1e-2cad-4c0e-b7be-c3f5a762ee53"] > .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-28d5bf1f-e891-4a18-9faa-38fa2025ce9a { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-529c57ff-8086-47df-ae0c-14a5259fff6f { 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-e3c5b821-311c-4cbd-9fd4-64e8bdeda323 { 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-e3c5b821-311c-4cbd-9fd4-64e8bdeda323: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-e3c5b821-311c-4cbd-9fd4-64e8bdeda323: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-e3c5b821-311c-4cbd-9fd4-64e8bdeda323.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-8a658f26-fcb4-4234-8851-e40550d942db { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-5a3e4d66-c949-49ae-97f8-a1e37c585087 { 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-fbf45807-ae95-4ad8-8922-14a25a421545 { 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-fbf45807-ae95-4ad8-8922-14a25a421545: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-fbf45807-ae95-4ad8-8922-14a25a421545: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-fbf45807-ae95-4ad8-8922-14a25a421545.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-097d8705-80c8-4c1f-9a5f-3a43355bb0f1 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-93d3cf12-58e7-4c21-8038-b922726e59ab { 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-48030fd4-f261-412a-ab95-89e48838c437 { 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-48030fd4-f261-412a-ab95-89e48838c437: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-48030fd4-f261-412a-ab95-89e48838c437: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-48030fd4-f261-412a-ab95-89e48838c437.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-3475ba94-8bc7-4490-b871-3c55b39f55a6 { min-height: 50px; }
#s-3475ba94-8bc7-4490-b871-3c55b39f55a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2eab4a74-f911-4554-a127-bfe5c9dac361 { 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-2eab4a74-f911-4554-a127-bfe5c9dac361 .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-6cc5621b-63f2-4d77-946f-5201fb2f3264 {
  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-53e03fb3-68a8-4530-8788-28e7e4fa7ffc { 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-3e43ef5e-fc0e-4ea8-8108-78dd17bdd616 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3e43ef5e-fc0e-4ea8-8108-78dd17bdd616 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ed84fa8f-d4fc-446d-b9d5-f38d6a8864e8 {
  display: none;
}
#s-289f0b76-79ef-4cf4-a48b-0ed44f1755cd { text-align: left; }
#s-37c32ec5-49e1-4119-960b-fdaa3aca55bc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-37c32ec5-49e1-4119-960b-fdaa3aca55bc .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-cfeda034-e892-4e2e-9687-68e678d0bbd0 {
  display: none;
}
#s-3ea3a7d5-f779-4a00-ac57-0bc6a0f5ed51 { text-align: left; }
#s-1ff6c4fb-9f40-45a3-8919-25a59fcaab75 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1ff6c4fb-9f40-45a3-8919-25a59fcaab75 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ef5e89f7-064e-4824-aac3-b12cc3fd3138 {
  display: none;
}
#s-39b7f15c-2f45-4c4e-a1b3-250ec5593ac7 { text-align: left; }
#s-bd075a48-f0e7-4c44-8165-617c4827229b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bd075a48-f0e7-4c44-8165-617c4827229b .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1bda9279-c056-416b-94c7-57212d2087d4 {
  display: none;
}
#s-1e10d13b-f93c-4cf7-af46-5677c012e6d2 { text-align: left; }
#s-b84393fa-c80a-4801-9f6f-889e9464614f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b84393fa-c80a-4801-9f6f-889e9464614f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c4c81bc4-3532-4e11-84b6-305a0bad2612 { text-align: left; }
#s-c4c81bc4-3532-4e11-84b6-305a0bad2612 .shg-product-sold-out {
  display: none;
}

#s-c4c81bc4-3532-4e11-84b6-305a0bad2612 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c4c81bc4-3532-4e11-84b6-305a0bad2612 .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-e1b306a1-7059-4516-9005-f0d2cd0650b0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e1b306a1-7059-4516-9005-f0d2cd0650b0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e1b306a1-7059-4516-9005-f0d2cd0650b0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e1b306a1-7059-4516-9005-f0d2cd0650b0 {
  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-e1b306a1-7059-4516-9005-f0d2cd0650b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1b306a1-7059-4516-9005-f0d2cd0650b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e1b306a1-7059-4516-9005-f0d2cd0650b0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-945c7c44-e8c9-416d-8d98-bef1b75d19f5 {
  display: none;
}
#s-248d8eea-f326-4066-b771-47663db163b8 { text-align: left; }
#s-bbc434d7-d2a9-4346-92fc-6b82c32f61b7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bbc434d7-d2a9-4346-92fc-6b82c32f61b7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-15709835-8068-4719-a29e-7efc99b1ddb0 { text-align: left; }
#s-15709835-8068-4719-a29e-7efc99b1ddb0 .shg-product-sold-out {
  display: none;
}

#s-15709835-8068-4719-a29e-7efc99b1ddb0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-15709835-8068-4719-a29e-7efc99b1ddb0 .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-5a750d45-f24e-445a-a118-c38315c315bc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5a750d45-f24e-445a-a118-c38315c315bc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5a750d45-f24e-445a-a118-c38315c315bc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5a750d45-f24e-445a-a118-c38315c315bc {
  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-5a750d45-f24e-445a-a118-c38315c315bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a750d45-f24e-445a-a118-c38315c315bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5a750d45-f24e-445a-a118-c38315c315bc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ea0d06b4-b19e-47be-91a4-b055b95593ee {
  display: none;
}
#s-c3213c93-47e0-42c6-b884-bfd9a6326ace { text-align: left; }
#s-ef9704f3-aa99-43ab-8fc7-baae889980ad { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ef9704f3-aa99-43ab-8fc7-baae889980ad .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-578548ed-86a4-46d9-9923-eb907a921d08 { text-align: left; }
#s-578548ed-86a4-46d9-9923-eb907a921d08 .shg-product-sold-out {
  display: none;
}

#s-578548ed-86a4-46d9-9923-eb907a921d08 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-578548ed-86a4-46d9-9923-eb907a921d08 .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-d9f4cfdf-6b76-49eb-bd0b-0b2fb921babb { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d9f4cfdf-6b76-49eb-bd0b-0b2fb921babb:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d9f4cfdf-6b76-49eb-bd0b-0b2fb921babb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d9f4cfdf-6b76-49eb-bd0b-0b2fb921babb {
  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-d9f4cfdf-6b76-49eb-bd0b-0b2fb921babb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9f4cfdf-6b76-49eb-bd0b-0b2fb921babb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d9f4cfdf-6b76-49eb-bd0b-0b2fb921babb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-eb4dc30a-0056-4927-ba87-7846be3e7fa9 {
  display: none;
}
#s-2794de9c-6e95-4c86-9e9e-bf9341503048 { text-align: left; }
#s-c9d93fdb-b64f-49a3-973d-f70039d9b042 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c9d93fdb-b64f-49a3-973d-f70039d9b042 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1c15f769-cefa-4f31-99ed-2c0077b7931a { text-align: left; }
#s-1c15f769-cefa-4f31-99ed-2c0077b7931a .shg-product-sold-out {
  display: none;
}

#s-1c15f769-cefa-4f31-99ed-2c0077b7931a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1c15f769-cefa-4f31-99ed-2c0077b7931a .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-3a111fb9-02b2-4118-852f-ad376a88fe19 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3a111fb9-02b2-4118-852f-ad376a88fe19:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3a111fb9-02b2-4118-852f-ad376a88fe19:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3a111fb9-02b2-4118-852f-ad376a88fe19 {
  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-3a111fb9-02b2-4118-852f-ad376a88fe19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a111fb9-02b2-4118-852f-ad376a88fe19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3a111fb9-02b2-4118-852f-ad376a88fe19.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a7d0be9f-a6fa-420f-921f-2a1f0feb5f79 {
  display: none;
}
#s-f0dd3f2b-5552-4ab3-b12e-dca398444e9b { text-align: left; }
#s-5e4a940c-6a78-46d3-9957-a82f9a400902 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5e4a940c-6a78-46d3-9957-a82f9a400902 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5ec6cb82-c1ca-4615-ad1c-e55b0094c900 { text-align: left; }
#s-5ec6cb82-c1ca-4615-ad1c-e55b0094c900 .shg-product-sold-out {
  display: none;
}

#s-5ec6cb82-c1ca-4615-ad1c-e55b0094c900 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5ec6cb82-c1ca-4615-ad1c-e55b0094c900 .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-d5a8870e-c918-4a4f-9efc-fd69df2c240d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d5a8870e-c918-4a4f-9efc-fd69df2c240d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d5a8870e-c918-4a4f-9efc-fd69df2c240d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d5a8870e-c918-4a4f-9efc-fd69df2c240d {
  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-d5a8870e-c918-4a4f-9efc-fd69df2c240d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5a8870e-c918-4a4f-9efc-fd69df2c240d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d5a8870e-c918-4a4f-9efc-fd69df2c240d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8785f249-a710-4402-bf84-dd17082c00ad {
  display: none;
}
#s-b6f0beb8-92da-4399-b9de-b7138e04fa5c { text-align: left; }
#s-f47ed410-af8e-4abb-9ad8-8db716148a48 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f47ed410-af8e-4abb-9ad8-8db716148a48 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d1e89407-1b16-40d0-a3ac-71aa91437b41 { text-align: left; }
#s-d1e89407-1b16-40d0-a3ac-71aa91437b41 .shg-product-sold-out {
  display: none;
}

#s-d1e89407-1b16-40d0-a3ac-71aa91437b41 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d1e89407-1b16-40d0-a3ac-71aa91437b41 .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-a54832d0-dcde-471c-addb-4921aaaab699 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a54832d0-dcde-471c-addb-4921aaaab699:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a54832d0-dcde-471c-addb-4921aaaab699:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a54832d0-dcde-471c-addb-4921aaaab699 {
  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-a54832d0-dcde-471c-addb-4921aaaab699.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a54832d0-dcde-471c-addb-4921aaaab699.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a54832d0-dcde-471c-addb-4921aaaab699.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c7911ec8-1855-4728-8e48-4fd8ba7af7a1 {
  display: none;
}
#s-d7498406-c1cc-4b4e-bd45-a5a6a9aa254c { text-align: left; }
#s-348cdb4d-1939-4922-bcfd-4a4f7de65231 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-348cdb4d-1939-4922-bcfd-4a4f7de65231 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fcaa6eb2-43e1-40e8-8c66-cb1c13fedd7d { text-align: left; }
#s-fcaa6eb2-43e1-40e8-8c66-cb1c13fedd7d .shg-product-sold-out {
  display: none;
}

#s-fcaa6eb2-43e1-40e8-8c66-cb1c13fedd7d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fcaa6eb2-43e1-40e8-8c66-cb1c13fedd7d .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-2613268c-ee95-46e5-92fd-f47e5db7acb8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2613268c-ee95-46e5-92fd-f47e5db7acb8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2613268c-ee95-46e5-92fd-f47e5db7acb8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2613268c-ee95-46e5-92fd-f47e5db7acb8 {
  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-2613268c-ee95-46e5-92fd-f47e5db7acb8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2613268c-ee95-46e5-92fd-f47e5db7acb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2613268c-ee95-46e5-92fd-f47e5db7acb8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a1cdd19f-fef4-445f-aca3-4bf735b35a54 {
  display: none;
}
#s-eec4aa7d-163c-4ba7-9de3-2f491d0d3348 { text-align: left; }
#s-8d9a9b31-45fd-4385-9a95-a7483f928c96 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8d9a9b31-45fd-4385-9a95-a7483f928c96 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bffa2310-9893-458e-b3e8-158463e8ed43 { text-align: left; }
#s-bffa2310-9893-458e-b3e8-158463e8ed43 .shg-product-sold-out {
  display: none;
}

#s-bffa2310-9893-458e-b3e8-158463e8ed43 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bffa2310-9893-458e-b3e8-158463e8ed43 .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-62979814-0eaf-4ed2-b6e4-5dea9d9d89c7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-62979814-0eaf-4ed2-b6e4-5dea9d9d89c7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-62979814-0eaf-4ed2-b6e4-5dea9d9d89c7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-62979814-0eaf-4ed2-b6e4-5dea9d9d89c7 {
  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-62979814-0eaf-4ed2-b6e4-5dea9d9d89c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62979814-0eaf-4ed2-b6e4-5dea9d9d89c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-62979814-0eaf-4ed2-b6e4-5dea9d9d89c7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8053b077-e000-40cc-81d5-7fc249169836 {
  display: none;
}
#s-bd1000d8-0865-4274-8136-015f07641f9f { text-align: left; }
#s-e866c5b7-24cd-4629-8a24-c10fda56f867 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e866c5b7-24cd-4629-8a24-c10fda56f867 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-59a2bb50-df9d-4382-a54c-117444407390 { text-align: left; }
#s-59a2bb50-df9d-4382-a54c-117444407390 .shg-product-sold-out {
  display: none;
}

#s-59a2bb50-df9d-4382-a54c-117444407390 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-59a2bb50-df9d-4382-a54c-117444407390 .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-dd10442b-8d1f-459e-9240-bc1a6428d36c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-dd10442b-8d1f-459e-9240-bc1a6428d36c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-dd10442b-8d1f-459e-9240-bc1a6428d36c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-dd10442b-8d1f-459e-9240-bc1a6428d36c {
  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-dd10442b-8d1f-459e-9240-bc1a6428d36c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd10442b-8d1f-459e-9240-bc1a6428d36c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-dd10442b-8d1f-459e-9240-bc1a6428d36c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-12d19da3-f235-4051-8dae-6da21a77a700 {
  display: none;
}
#s-9049177a-8837-4251-ab87-d9173de57a46 { text-align: left; }
#s-d891ac27-b6c9-4890-999c-3d0dbc64a629 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d891ac27-b6c9-4890-999c-3d0dbc64a629 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-35c3469b-cfdf-487f-9ae3-e778a79bae1c { text-align: left; }
#s-35c3469b-cfdf-487f-9ae3-e778a79bae1c .shg-product-sold-out {
  display: none;
}

#s-35c3469b-cfdf-487f-9ae3-e778a79bae1c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-35c3469b-cfdf-487f-9ae3-e778a79bae1c .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-e786df98-b2e8-45ce-92c7-6de753a5e714 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e786df98-b2e8-45ce-92c7-6de753a5e714:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e786df98-b2e8-45ce-92c7-6de753a5e714:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e786df98-b2e8-45ce-92c7-6de753a5e714 {
  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-e786df98-b2e8-45ce-92c7-6de753a5e714.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e786df98-b2e8-45ce-92c7-6de753a5e714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e786df98-b2e8-45ce-92c7-6de753a5e714.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7b64e141-46b5-4431-b09a-e665f4c68c44 {
  display: none;
}
#s-e281e73b-4601-43dc-8b87-455fc55b7869 { text-align: left; }
#s-a0a4a305-a98e-43e5-891b-47f952e66782 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a0a4a305-a98e-43e5-891b-47f952e66782 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d6e21a33-0138-41d1-a0ea-c0cc2b3a9e24 { text-align: left; }
#s-d6e21a33-0138-41d1-a0ea-c0cc2b3a9e24 .shg-product-sold-out {
  display: none;
}

#s-d6e21a33-0138-41d1-a0ea-c0cc2b3a9e24 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d6e21a33-0138-41d1-a0ea-c0cc2b3a9e24 .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-2eaeab86-d11c-4526-810e-1670db333bcc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2eaeab86-d11c-4526-810e-1670db333bcc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2eaeab86-d11c-4526-810e-1670db333bcc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2eaeab86-d11c-4526-810e-1670db333bcc {
  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-2eaeab86-d11c-4526-810e-1670db333bcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2eaeab86-d11c-4526-810e-1670db333bcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2eaeab86-d11c-4526-810e-1670db333bcc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-60d43b7f-282e-47dc-acf9-e1ad58fc7868 {
  display: none;
}
#s-01b71522-5be7-4d96-9960-bd5794476727 { text-align: left; }
#s-e1b21b84-aef0-41d3-8fd8-9c9fff4c12b3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e1b21b84-aef0-41d3-8fd8-9c9fff4c12b3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-895173ce-f300-433c-9b5c-c591319aa0b8 { text-align: left; }
#s-895173ce-f300-433c-9b5c-c591319aa0b8 .shg-product-sold-out {
  display: none;
}

#s-895173ce-f300-433c-9b5c-c591319aa0b8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-895173ce-f300-433c-9b5c-c591319aa0b8 .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-c8fc2a9f-c39e-4eb5-a35a-9ed945f32fc8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c8fc2a9f-c39e-4eb5-a35a-9ed945f32fc8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c8fc2a9f-c39e-4eb5-a35a-9ed945f32fc8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c8fc2a9f-c39e-4eb5-a35a-9ed945f32fc8 {
  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-c8fc2a9f-c39e-4eb5-a35a-9ed945f32fc8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8fc2a9f-c39e-4eb5-a35a-9ed945f32fc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c8fc2a9f-c39e-4eb5-a35a-9ed945f32fc8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cd102a1d-1667-4632-ae02-d4b88c55f475 {
  display: none;
}
#s-8d05b10a-d00c-4188-9e79-5d00f2202750 { text-align: left; }
#s-56f60709-015a-456d-8e8a-26240e1daf4b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-56f60709-015a-456d-8e8a-26240e1daf4b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-64f560ca-3a4e-4d0d-96fa-9079ecb724af { text-align: left; }
#s-64f560ca-3a4e-4d0d-96fa-9079ecb724af .shg-product-sold-out {
  display: none;
}

#s-64f560ca-3a4e-4d0d-96fa-9079ecb724af .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-64f560ca-3a4e-4d0d-96fa-9079ecb724af .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-56b7d9cc-68f0-4f0f-85d8-5ca32a26c682 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-56b7d9cc-68f0-4f0f-85d8-5ca32a26c682:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-56b7d9cc-68f0-4f0f-85d8-5ca32a26c682:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-56b7d9cc-68f0-4f0f-85d8-5ca32a26c682 {
  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-56b7d9cc-68f0-4f0f-85d8-5ca32a26c682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56b7d9cc-68f0-4f0f-85d8-5ca32a26c682.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-56b7d9cc-68f0-4f0f-85d8-5ca32a26c682.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1f9d19b9-a3d7-4e80-8600-c166d4662598 {
  display: none;
}
#s-36e07fa9-c856-4b7a-a42f-37cc3963f732 { text-align: left; }
#s-d6941b95-7e60-4f68-85d7-b46eb8f96eb2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d6941b95-7e60-4f68-85d7-b46eb8f96eb2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-342f5636-5de5-4fe6-a3bc-b40c81b24a84 { text-align: left; }
#s-342f5636-5de5-4fe6-a3bc-b40c81b24a84 .shg-product-sold-out {
  display: none;
}

#s-342f5636-5de5-4fe6-a3bc-b40c81b24a84 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-342f5636-5de5-4fe6-a3bc-b40c81b24a84 .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-a0f188a4-cb33-43d5-9b7e-0a528cf48e04 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a0f188a4-cb33-43d5-9b7e-0a528cf48e04:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a0f188a4-cb33-43d5-9b7e-0a528cf48e04:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a0f188a4-cb33-43d5-9b7e-0a528cf48e04 {
  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-a0f188a4-cb33-43d5-9b7e-0a528cf48e04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0f188a4-cb33-43d5-9b7e-0a528cf48e04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a0f188a4-cb33-43d5-9b7e-0a528cf48e04.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-42c40b47-717b-4526-a607-5c12972d9c23 {
  display: none;
}
#s-89384804-acef-429b-ac1e-5c8e0cbc09fb { text-align: left; }
#s-c6ad3e69-f997-42f4-91cd-19882e4c718c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c6ad3e69-f997-42f4-91cd-19882e4c718c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-56570b23-99ac-4915-a0af-9d8d40922398 { text-align: left; }
#s-56570b23-99ac-4915-a0af-9d8d40922398 .shg-product-sold-out {
  display: none;
}

#s-56570b23-99ac-4915-a0af-9d8d40922398 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-56570b23-99ac-4915-a0af-9d8d40922398 .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-8bd98047-8f3b-4708-9842-c920f11c336d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8bd98047-8f3b-4708-9842-c920f11c336d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8bd98047-8f3b-4708-9842-c920f11c336d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8bd98047-8f3b-4708-9842-c920f11c336d {
  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-8bd98047-8f3b-4708-9842-c920f11c336d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bd98047-8f3b-4708-9842-c920f11c336d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8bd98047-8f3b-4708-9842-c920f11c336d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-eaed658f-a855-4fde-a802-9e92ba2739d5 {
  display: none;
}
#s-205dd1cb-8c96-4f8b-9571-046df7cbb280 { text-align: left; }
#s-2eabdc98-3431-426d-a3b8-58c1e9920102 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2eabdc98-3431-426d-a3b8-58c1e9920102 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-05c4083e-5b00-4520-81d8-f554bc270dc0 { text-align: left; }
#s-05c4083e-5b00-4520-81d8-f554bc270dc0 .shg-product-sold-out {
  display: none;
}

#s-05c4083e-5b00-4520-81d8-f554bc270dc0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-05c4083e-5b00-4520-81d8-f554bc270dc0 .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-f8b7c63d-ee14-4f5e-acd3-d4d68ad97676 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f8b7c63d-ee14-4f5e-acd3-d4d68ad97676:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f8b7c63d-ee14-4f5e-acd3-d4d68ad97676:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f8b7c63d-ee14-4f5e-acd3-d4d68ad97676 {
  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-f8b7c63d-ee14-4f5e-acd3-d4d68ad97676.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8b7c63d-ee14-4f5e-acd3-d4d68ad97676.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f8b7c63d-ee14-4f5e-acd3-d4d68ad97676.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-62b3102f-0160-4d88-86d5-8f6f9edd9911 {
  display: none;
}
#s-bcf12d31-10b9-4eb9-9951-3e709b7db531 { text-align: left; }
#s-1f12ff72-b55a-45bf-a95a-8c811fcb705c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1f12ff72-b55a-45bf-a95a-8c811fcb705c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3c5afbc9-66b3-4c9d-a3e7-9dadfe139519 { text-align: left; }
#s-3c5afbc9-66b3-4c9d-a3e7-9dadfe139519 .shg-product-sold-out {
  display: none;
}

#s-3c5afbc9-66b3-4c9d-a3e7-9dadfe139519 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3c5afbc9-66b3-4c9d-a3e7-9dadfe139519 .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-cdc41564-b148-4bf3-aac3-0b808aee7cd9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cdc41564-b148-4bf3-aac3-0b808aee7cd9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cdc41564-b148-4bf3-aac3-0b808aee7cd9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cdc41564-b148-4bf3-aac3-0b808aee7cd9 {
  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-cdc41564-b148-4bf3-aac3-0b808aee7cd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cdc41564-b148-4bf3-aac3-0b808aee7cd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cdc41564-b148-4bf3-aac3-0b808aee7cd9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-605aafb4-9167-46ac-8574-232b8b905b52 {
  display: none;
}
#s-fb313035-1bd7-483f-bdbc-95e2ff31e3ad { text-align: left; }
#s-0b1b2fd5-e90f-4a7e-9962-f6c48c3891e2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0b1b2fd5-e90f-4a7e-9962-f6c48c3891e2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6ce687d6-a601-483f-af1e-a6ffb0cd114e { text-align: left; }
#s-6ce687d6-a601-483f-af1e-a6ffb0cd114e .shg-product-sold-out {
  display: none;
}

#s-6ce687d6-a601-483f-af1e-a6ffb0cd114e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6ce687d6-a601-483f-af1e-a6ffb0cd114e .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-672ca9ea-49d9-4bbe-8b80-89b7bd4f2868 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-672ca9ea-49d9-4bbe-8b80-89b7bd4f2868:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-672ca9ea-49d9-4bbe-8b80-89b7bd4f2868:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-672ca9ea-49d9-4bbe-8b80-89b7bd4f2868 {
  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-672ca9ea-49d9-4bbe-8b80-89b7bd4f2868.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-672ca9ea-49d9-4bbe-8b80-89b7bd4f2868.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-672ca9ea-49d9-4bbe-8b80-89b7bd4f2868.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-dea0d5ff-72ed-4f25-a94c-f1a0efd35198 {
  display: none;
}
#s-4292413d-2acd-432d-bba9-d0b27f60a92f { text-align: left; }
#s-54f4d5e0-fec3-4c96-a1c3-849f882bc71f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-54f4d5e0-fec3-4c96-a1c3-849f882bc71f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8ed741c4-b863-4da7-80d6-60735f4b76ec { text-align: left; }
#s-8ed741c4-b863-4da7-80d6-60735f4b76ec .shg-product-sold-out {
  display: none;
}

#s-8ed741c4-b863-4da7-80d6-60735f4b76ec .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8ed741c4-b863-4da7-80d6-60735f4b76ec .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-bf492472-b52e-4b61-8b60-ea96b82a3be3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bf492472-b52e-4b61-8b60-ea96b82a3be3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bf492472-b52e-4b61-8b60-ea96b82a3be3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bf492472-b52e-4b61-8b60-ea96b82a3be3 {
  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-bf492472-b52e-4b61-8b60-ea96b82a3be3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf492472-b52e-4b61-8b60-ea96b82a3be3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bf492472-b52e-4b61-8b60-ea96b82a3be3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f120a9d7-5fa3-4a70-8bd7-19a9fbca08a8 {
  display: none;
}
#s-40ffff33-608f-4992-b07f-f6c284b8a7fe { text-align: left; }
#s-d4077104-009b-4542-9ff7-b0e9f0625d14 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d4077104-009b-4542-9ff7-b0e9f0625d14 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-24ad3b2e-31dc-4959-9ae9-9f4a07c641d5 { text-align: left; }
#s-24ad3b2e-31dc-4959-9ae9-9f4a07c641d5 .shg-product-sold-out {
  display: none;
}

#s-24ad3b2e-31dc-4959-9ae9-9f4a07c641d5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-24ad3b2e-31dc-4959-9ae9-9f4a07c641d5 .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-170b1af3-10fd-4ed9-a7b7-c3462ab56284 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-170b1af3-10fd-4ed9-a7b7-c3462ab56284:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-170b1af3-10fd-4ed9-a7b7-c3462ab56284:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-170b1af3-10fd-4ed9-a7b7-c3462ab56284 {
  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-170b1af3-10fd-4ed9-a7b7-c3462ab56284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-170b1af3-10fd-4ed9-a7b7-c3462ab56284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-170b1af3-10fd-4ed9-a7b7-c3462ab56284.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-08fe7bd7-74ab-45d4-939a-a11dcf9929f4 {
  display: none;
}
#s-ac05d1bb-a3bf-48fe-be94-42bf629ed678 { text-align: left; }
#s-1c081b50-fff5-4f85-99c8-0f7bd75eb505 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1c081b50-fff5-4f85-99c8-0f7bd75eb505 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5949fe54-63ba-4d1e-88ce-b74a8ed0453e { text-align: left; }
#s-5949fe54-63ba-4d1e-88ce-b74a8ed0453e .shg-product-sold-out {
  display: none;
}

#s-5949fe54-63ba-4d1e-88ce-b74a8ed0453e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5949fe54-63ba-4d1e-88ce-b74a8ed0453e .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-f5e620d3-881b-4b38-8916-82277d4f7838 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f5e620d3-881b-4b38-8916-82277d4f7838:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f5e620d3-881b-4b38-8916-82277d4f7838:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f5e620d3-881b-4b38-8916-82277d4f7838 {
  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-f5e620d3-881b-4b38-8916-82277d4f7838.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5e620d3-881b-4b38-8916-82277d4f7838.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f5e620d3-881b-4b38-8916-82277d4f7838.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-67680c96-0c1a-4226-8a4e-29560bbf5f07 {
  display: none;
}
#s-01ddd4b4-769b-4e59-81fc-b58e983f708c { text-align: left; }
#s-2ea0f369-7550-4184-a245-bd4f9944e85e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2ea0f369-7550-4184-a245-bd4f9944e85e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d127a167-7eb5-4c9b-b667-209aea9371a6 { text-align: left; }
#s-d127a167-7eb5-4c9b-b667-209aea9371a6 .shg-product-sold-out {
  display: none;
}

#s-d127a167-7eb5-4c9b-b667-209aea9371a6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d127a167-7eb5-4c9b-b667-209aea9371a6 .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-030e2f9f-e7ff-4828-8639-7c2bc9c69d56 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-030e2f9f-e7ff-4828-8639-7c2bc9c69d56:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-030e2f9f-e7ff-4828-8639-7c2bc9c69d56:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-030e2f9f-e7ff-4828-8639-7c2bc9c69d56 {
  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-030e2f9f-e7ff-4828-8639-7c2bc9c69d56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-030e2f9f-e7ff-4828-8639-7c2bc9c69d56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-030e2f9f-e7ff-4828-8639-7c2bc9c69d56.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8fe3e293-7e31-475f-98bf-5fbba4c65278 {
  display: none;
}
#s-d1789f57-eccb-4bf2-9bb3-942e5dd626c5 { text-align: left; }
#s-9dadb1a4-207c-497a-b929-1d484207e40a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9dadb1a4-207c-497a-b929-1d484207e40a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7a0f15f0-66f5-480f-ac2e-0bb2cd7ffccd { text-align: left; }
#s-7a0f15f0-66f5-480f-ac2e-0bb2cd7ffccd .shg-product-sold-out {
  display: none;
}

#s-7a0f15f0-66f5-480f-ac2e-0bb2cd7ffccd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7a0f15f0-66f5-480f-ac2e-0bb2cd7ffccd .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-c2bc8eaf-c17c-4cc9-a8f2-c5be7afe420f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c2bc8eaf-c17c-4cc9-a8f2-c5be7afe420f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c2bc8eaf-c17c-4cc9-a8f2-c5be7afe420f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c2bc8eaf-c17c-4cc9-a8f2-c5be7afe420f {
  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-c2bc8eaf-c17c-4cc9-a8f2-c5be7afe420f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2bc8eaf-c17c-4cc9-a8f2-c5be7afe420f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c2bc8eaf-c17c-4cc9-a8f2-c5be7afe420f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0951da8f-a9da-4ecd-a701-7031507b0819 {
  display: none;
}
#s-5861163b-f06c-409a-91a5-db0a35269556 { text-align: left; }
#s-98ede1cb-4a83-4a3e-97db-cc457f794a2f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-98ede1cb-4a83-4a3e-97db-cc457f794a2f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-86b4236b-0b11-4a2a-9d00-c2eaf962c08c { text-align: left; }
#s-86b4236b-0b11-4a2a-9d00-c2eaf962c08c .shg-product-sold-out {
  display: none;
}

#s-86b4236b-0b11-4a2a-9d00-c2eaf962c08c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-86b4236b-0b11-4a2a-9d00-c2eaf962c08c .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-65cc6ebd-3e0e-4ad9-b7a1-99aaa9d10bc0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-65cc6ebd-3e0e-4ad9-b7a1-99aaa9d10bc0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-65cc6ebd-3e0e-4ad9-b7a1-99aaa9d10bc0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-65cc6ebd-3e0e-4ad9-b7a1-99aaa9d10bc0 {
  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-65cc6ebd-3e0e-4ad9-b7a1-99aaa9d10bc0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65cc6ebd-3e0e-4ad9-b7a1-99aaa9d10bc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-65cc6ebd-3e0e-4ad9-b7a1-99aaa9d10bc0.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;
}
