.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-1f3fec57-7195-4c07-ba32-d451e5c55ef3 {
  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-8590873b-dd16-4f00-8db8-81ee0faf9e48 { margin-top: 40px; }
#s-8590873b-dd16-4f00-8db8-81ee0faf9e48 .shogun-tabs {
  justify-content: center;
}


  #s-8590873b-dd16-4f00-8db8-81ee0faf9e48 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-8590873b-dd16-4f00-8db8-81ee0faf9e48 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-8590873b-dd16-4f00-8db8-81ee0faf9e48 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-8590873b-dd16-4f00-8db8-81ee0faf9e48 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-8590873b-dd16-4f00-8db8-81ee0faf9e48 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-8590873b-dd16-4f00-8db8-81ee0faf9e48 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-8590873b-dd16-4f00-8db8-81ee0faf9e48 .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-0e4828e2-60b0-4af3-bed1-afdc116e7827 { padding-top: 10px;
padding-bottom: 10px; }
 #s-0e4828e2-60b0-4af3-bed1-afdc116e7827 .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-e84740e3-2ddc-4c41-a4bc-403b85b57759 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-e84740e3-2ddc-4c41-a4bc-403b85b57759 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-e84740e3-2ddc-4c41-a4bc-403b85b57759 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-e84740e3-2ddc-4c41-a4bc-403b85b57759 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-e84740e3-2ddc-4c41-a4bc-403b85b57759 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-e84740e3-2ddc-4c41-a4bc-403b85b57759 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-e84740e3-2ddc-4c41-a4bc-403b85b57759 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-e84740e3-2ddc-4c41-a4bc-403b85b57759 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-e84740e3-2ddc-4c41-a4bc-403b85b57759 .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-4e850607-a479-4d0d-acf2-fed6aee39469 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e850607-a479-4d0d-acf2-fed6aee39469"] > .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-8016f86d-c61f-4051-98ed-2552e3db012e { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-e0113f08-cd9b-47cd-9bfd-5df9c6c73c06 { 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-b06c5b88-0415-4515-837a-327aca9a814c { 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-b06c5b88-0415-4515-837a-327aca9a814c: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-b06c5b88-0415-4515-837a-327aca9a814c: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-b06c5b88-0415-4515-837a-327aca9a814c.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-696480b7-dcc2-4957-9484-310d5a12e579 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-92dffa45-da39-421b-b84f-e0034638f7da { 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-8cb17b93-7e9f-42ec-824f-dfab0c0100c3 { 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-8cb17b93-7e9f-42ec-824f-dfab0c0100c3: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-8cb17b93-7e9f-42ec-824f-dfab0c0100c3: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-8cb17b93-7e9f-42ec-824f-dfab0c0100c3.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-b6f4f48c-aa92-4192-9ef6-78c183953df4 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-e989cec8-44b3-4e81-8b88-9b20018ae2b1 { 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-d63a1218-4ad1-4f13-ba06-8ee88b0e31e7 { 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-d63a1218-4ad1-4f13-ba06-8ee88b0e31e7: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-d63a1218-4ad1-4f13-ba06-8ee88b0e31e7: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-d63a1218-4ad1-4f13-ba06-8ee88b0e31e7.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-6624122c-17ef-43c3-b9ed-e68ce1e4fae1 { min-height: 50px; }
#s-6624122c-17ef-43c3-b9ed-e68ce1e4fae1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-82b2a263-ad6a-4bdb-bf28-630e8354942d { 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-82b2a263-ad6a-4bdb-bf28-630e8354942d .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-cf23b791-8803-490d-9931-dfc33dba1178 {
  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-1a6267cc-2732-41d6-b3d3-831c35b54167 { 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-38bbfad4-ceb2-414b-a8cf-3d2ece00d266 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-38bbfad4-ceb2-414b-a8cf-3d2ece00d266 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a51db632-0762-4e8d-968b-0b5e7521eed2 {
  display: none;
}
#s-24e8243f-ea8c-499f-9e61-806429903b60 { text-align: left; }
#s-5286eb51-49ea-45ed-83ec-ee02e46fb284 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5286eb51-49ea-45ed-83ec-ee02e46fb284 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-15d60d89-bca2-49c6-8eb5-caa00b8c0dd1 {
  display: none;
}
#s-4affd278-e99e-45ec-b7be-3a591a5d59b6 { text-align: left; }
#s-1a3c5c1f-930a-45c0-88c3-eb611b6e38a5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1a3c5c1f-930a-45c0-88c3-eb611b6e38a5 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1eb3b26f-b732-4124-ba89-64cbb7e37db1 {
  display: none;
}
#s-cc5e5df5-1419-4f61-9d6a-7779bb934a83 { text-align: left; }
#s-34958371-f891-4962-b2e5-44fe22f0b181 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-34958371-f891-4962-b2e5-44fe22f0b181 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e418b084-0421-4386-bd81-36c3af8f8bd8 {
  display: none;
}
#s-2f919c39-dfa1-45d2-835c-5dec72a2673c { text-align: left; }
#s-09f51b27-13ac-4886-a82e-427acf336e7c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-09f51b27-13ac-4886-a82e-427acf336e7c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-74beca59-dfb8-4db6-803b-b4f4352cfc34 { text-align: left; }
#s-74beca59-dfb8-4db6-803b-b4f4352cfc34 .shg-product-sold-out {
  display: none;
}

#s-74beca59-dfb8-4db6-803b-b4f4352cfc34 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-74beca59-dfb8-4db6-803b-b4f4352cfc34 .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-16b721e6-5f7c-4c13-a218-624bf1884e3e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-16b721e6-5f7c-4c13-a218-624bf1884e3e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-16b721e6-5f7c-4c13-a218-624bf1884e3e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-16b721e6-5f7c-4c13-a218-624bf1884e3e {
  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-16b721e6-5f7c-4c13-a218-624bf1884e3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16b721e6-5f7c-4c13-a218-624bf1884e3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-16b721e6-5f7c-4c13-a218-624bf1884e3e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-233d7e3d-b4ab-4676-af6e-9b14ea6512e9 {
  display: none;
}
#s-008629c4-0d55-4c4f-ba9a-22a07f5b46c6 { text-align: left; }
#s-6a647928-8960-499a-aae0-674fec2ea11f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6a647928-8960-499a-aae0-674fec2ea11f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-aca4b008-2bb4-4aa6-84be-6677991f5350 { text-align: left; }
#s-aca4b008-2bb4-4aa6-84be-6677991f5350 .shg-product-sold-out {
  display: none;
}

#s-aca4b008-2bb4-4aa6-84be-6677991f5350 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-aca4b008-2bb4-4aa6-84be-6677991f5350 .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-42ce66eb-e92f-4706-a8c2-e7e94fab55df { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-42ce66eb-e92f-4706-a8c2-e7e94fab55df:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-42ce66eb-e92f-4706-a8c2-e7e94fab55df:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-42ce66eb-e92f-4706-a8c2-e7e94fab55df {
  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-42ce66eb-e92f-4706-a8c2-e7e94fab55df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42ce66eb-e92f-4706-a8c2-e7e94fab55df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-42ce66eb-e92f-4706-a8c2-e7e94fab55df.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-21bc6fe5-58c5-42ae-a398-e59bab05e5a9 {
  display: none;
}
#s-d52db266-547a-4a1b-a42e-4b17238b8ffa { text-align: left; }
#s-815c0114-70a6-4a37-9d8c-db0a194b8def { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-815c0114-70a6-4a37-9d8c-db0a194b8def .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a5d4ca2b-6862-443c-86ff-8661ce27b5ee { text-align: left; }
#s-a5d4ca2b-6862-443c-86ff-8661ce27b5ee .shg-product-sold-out {
  display: none;
}

#s-a5d4ca2b-6862-443c-86ff-8661ce27b5ee .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a5d4ca2b-6862-443c-86ff-8661ce27b5ee .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-644b881c-a343-4a9b-a597-e17ae4f40e60 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-644b881c-a343-4a9b-a597-e17ae4f40e60:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-644b881c-a343-4a9b-a597-e17ae4f40e60:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-644b881c-a343-4a9b-a597-e17ae4f40e60 {
  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-644b881c-a343-4a9b-a597-e17ae4f40e60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-644b881c-a343-4a9b-a597-e17ae4f40e60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-644b881c-a343-4a9b-a597-e17ae4f40e60.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-42eefa54-0477-47e9-a588-df1402590828 {
  display: none;
}
#s-bde09605-3be4-4bd8-a44d-271f64913e42 { text-align: left; }
#s-b6322391-203c-4ced-b5e4-a7637e56f672 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b6322391-203c-4ced-b5e4-a7637e56f672 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-76f34d8f-5964-4bde-93e4-670008fd6e13 { text-align: left; }
#s-76f34d8f-5964-4bde-93e4-670008fd6e13 .shg-product-sold-out {
  display: none;
}

#s-76f34d8f-5964-4bde-93e4-670008fd6e13 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-76f34d8f-5964-4bde-93e4-670008fd6e13 .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-6ce16a77-f0b0-4555-9a69-82d01ee69f83 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6ce16a77-f0b0-4555-9a69-82d01ee69f83:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6ce16a77-f0b0-4555-9a69-82d01ee69f83:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6ce16a77-f0b0-4555-9a69-82d01ee69f83 {
  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-6ce16a77-f0b0-4555-9a69-82d01ee69f83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ce16a77-f0b0-4555-9a69-82d01ee69f83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6ce16a77-f0b0-4555-9a69-82d01ee69f83.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2421c46d-8002-4e48-95bb-600bdc14f068 {
  display: none;
}
#s-3aa034e1-8726-4130-b93d-6bf7cdb906be { text-align: left; }
#s-93cd6c0f-0939-4537-ba39-e6f35c627d6e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-93cd6c0f-0939-4537-ba39-e6f35c627d6e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0f5010fa-689a-4008-9f53-3df6d094222c { text-align: left; }
#s-0f5010fa-689a-4008-9f53-3df6d094222c .shg-product-sold-out {
  display: none;
}

#s-0f5010fa-689a-4008-9f53-3df6d094222c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0f5010fa-689a-4008-9f53-3df6d094222c .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-8530cd77-74a7-4d96-a94b-ea8ba9053ab9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8530cd77-74a7-4d96-a94b-ea8ba9053ab9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8530cd77-74a7-4d96-a94b-ea8ba9053ab9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8530cd77-74a7-4d96-a94b-ea8ba9053ab9 {
  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-8530cd77-74a7-4d96-a94b-ea8ba9053ab9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8530cd77-74a7-4d96-a94b-ea8ba9053ab9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8530cd77-74a7-4d96-a94b-ea8ba9053ab9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-caf88617-3a0a-4239-8587-7842db697500 {
  display: none;
}
#s-de3d77f1-8c32-4676-bde8-bffd34deb79f { text-align: left; }
#s-2b7cbfa0-37a9-40c7-8259-d04e835a18b9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2b7cbfa0-37a9-40c7-8259-d04e835a18b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-857d8f0c-1253-4693-bf79-d65913dfbfb7 { text-align: left; }
#s-857d8f0c-1253-4693-bf79-d65913dfbfb7 .shg-product-sold-out {
  display: none;
}

#s-857d8f0c-1253-4693-bf79-d65913dfbfb7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-857d8f0c-1253-4693-bf79-d65913dfbfb7 .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-bad64a82-66ca-473c-b136-de5808069ae6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bad64a82-66ca-473c-b136-de5808069ae6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bad64a82-66ca-473c-b136-de5808069ae6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bad64a82-66ca-473c-b136-de5808069ae6 {
  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-bad64a82-66ca-473c-b136-de5808069ae6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bad64a82-66ca-473c-b136-de5808069ae6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bad64a82-66ca-473c-b136-de5808069ae6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ed82923e-859d-4c1b-8a52-a2ce96db2d7c {
  display: none;
}
#s-0b44b029-b76e-4105-9690-578ea8577005 { text-align: left; }
#s-90f42e7f-93ea-4145-9c4b-ee07fcf8ce6d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-90f42e7f-93ea-4145-9c4b-ee07fcf8ce6d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e1e45f69-77cc-45da-a801-73cc86a95aaf { text-align: left; }
#s-e1e45f69-77cc-45da-a801-73cc86a95aaf .shg-product-sold-out {
  display: none;
}

#s-e1e45f69-77cc-45da-a801-73cc86a95aaf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e1e45f69-77cc-45da-a801-73cc86a95aaf .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-b1d29d64-0383-4abe-86d1-18aacdbf480c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b1d29d64-0383-4abe-86d1-18aacdbf480c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b1d29d64-0383-4abe-86d1-18aacdbf480c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b1d29d64-0383-4abe-86d1-18aacdbf480c {
  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-b1d29d64-0383-4abe-86d1-18aacdbf480c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d29d64-0383-4abe-86d1-18aacdbf480c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b1d29d64-0383-4abe-86d1-18aacdbf480c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-40f61dfb-952d-493f-8b1e-c5d0884e0de1 {
  display: none;
}
#s-c9b4088a-8f17-4b7b-b605-2fa2e65c740e { text-align: left; }
#s-418468be-3aac-43b0-b7da-a4932ef4ffa9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-418468be-3aac-43b0-b7da-a4932ef4ffa9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-72a1a7e5-24af-42c9-acbf-a364cb693ea3 { text-align: left; }
#s-72a1a7e5-24af-42c9-acbf-a364cb693ea3 .shg-product-sold-out {
  display: none;
}

#s-72a1a7e5-24af-42c9-acbf-a364cb693ea3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-72a1a7e5-24af-42c9-acbf-a364cb693ea3 .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-c5d90fd3-3ac1-4c8f-aa2b-2ba6a26bc871 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c5d90fd3-3ac1-4c8f-aa2b-2ba6a26bc871:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c5d90fd3-3ac1-4c8f-aa2b-2ba6a26bc871:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c5d90fd3-3ac1-4c8f-aa2b-2ba6a26bc871 {
  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-c5d90fd3-3ac1-4c8f-aa2b-2ba6a26bc871.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5d90fd3-3ac1-4c8f-aa2b-2ba6a26bc871.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c5d90fd3-3ac1-4c8f-aa2b-2ba6a26bc871.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7f7a89bf-d0ba-44ab-b8a9-5f5e09e14b65 {
  display: none;
}
#s-301f90c6-658d-4535-99da-2afc260bd51b { text-align: left; }
#s-f354a325-a7ed-4534-ad17-e69e70b17fc7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f354a325-a7ed-4534-ad17-e69e70b17fc7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-de0b3822-942f-482d-b94b-424a5411f45e { text-align: left; }
#s-de0b3822-942f-482d-b94b-424a5411f45e .shg-product-sold-out {
  display: none;
}

#s-de0b3822-942f-482d-b94b-424a5411f45e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-de0b3822-942f-482d-b94b-424a5411f45e .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-6baf70b5-2b43-4cb8-9340-546a403359c4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6baf70b5-2b43-4cb8-9340-546a403359c4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6baf70b5-2b43-4cb8-9340-546a403359c4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6baf70b5-2b43-4cb8-9340-546a403359c4 {
  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-6baf70b5-2b43-4cb8-9340-546a403359c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6baf70b5-2b43-4cb8-9340-546a403359c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6baf70b5-2b43-4cb8-9340-546a403359c4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cc2f720a-e01e-423e-ba76-ddea473636c7 {
  display: none;
}
#s-9aaea6b6-afe1-4464-908f-20a9ab096cbe { text-align: left; }
#s-c60edee7-8928-40cd-9aed-89304632c397 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c60edee7-8928-40cd-9aed-89304632c397 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8ed6fe83-662f-489a-8218-777889b7e59a { text-align: left; }
#s-8ed6fe83-662f-489a-8218-777889b7e59a .shg-product-sold-out {
  display: none;
}

#s-8ed6fe83-662f-489a-8218-777889b7e59a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8ed6fe83-662f-489a-8218-777889b7e59a .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-246bf3b4-a521-4d2f-bb7c-91ea12319e3f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-246bf3b4-a521-4d2f-bb7c-91ea12319e3f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-246bf3b4-a521-4d2f-bb7c-91ea12319e3f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-246bf3b4-a521-4d2f-bb7c-91ea12319e3f {
  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-246bf3b4-a521-4d2f-bb7c-91ea12319e3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-246bf3b4-a521-4d2f-bb7c-91ea12319e3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-246bf3b4-a521-4d2f-bb7c-91ea12319e3f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e30ed7bc-14c4-4b8f-9bb3-a1a486c2e7e6 {
  display: none;
}
#s-d9cc561f-b231-4638-b820-af8914c6b0f8 { text-align: left; }
#s-84c9fa64-4fe0-4d18-8d55-27228957f7f3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-84c9fa64-4fe0-4d18-8d55-27228957f7f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9b839ac6-b2cf-4500-8503-76b6b5604717 { text-align: left; }
#s-9b839ac6-b2cf-4500-8503-76b6b5604717 .shg-product-sold-out {
  display: none;
}

#s-9b839ac6-b2cf-4500-8503-76b6b5604717 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9b839ac6-b2cf-4500-8503-76b6b5604717 .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-36c9ab2e-9276-41ee-8270-51cc91efcced { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-36c9ab2e-9276-41ee-8270-51cc91efcced:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-36c9ab2e-9276-41ee-8270-51cc91efcced:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-36c9ab2e-9276-41ee-8270-51cc91efcced {
  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-36c9ab2e-9276-41ee-8270-51cc91efcced.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36c9ab2e-9276-41ee-8270-51cc91efcced.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-36c9ab2e-9276-41ee-8270-51cc91efcced.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-81f004ce-c405-4a37-ba00-ddba1e4d8e4d {
  display: none;
}
#s-5212e890-7e2e-4399-8db7-3909e0ba9d35 { text-align: left; }
#s-0dcd8d36-8657-471c-a973-0cd065918dd6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0dcd8d36-8657-471c-a973-0cd065918dd6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0409d09a-0e5d-4898-972b-15d6ff9efa31 { text-align: left; }
#s-0409d09a-0e5d-4898-972b-15d6ff9efa31 .shg-product-sold-out {
  display: none;
}

#s-0409d09a-0e5d-4898-972b-15d6ff9efa31 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0409d09a-0e5d-4898-972b-15d6ff9efa31 .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-27131128-39f6-4771-bbcb-028ad12a6ce9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-27131128-39f6-4771-bbcb-028ad12a6ce9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-27131128-39f6-4771-bbcb-028ad12a6ce9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-27131128-39f6-4771-bbcb-028ad12a6ce9 {
  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-27131128-39f6-4771-bbcb-028ad12a6ce9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27131128-39f6-4771-bbcb-028ad12a6ce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-27131128-39f6-4771-bbcb-028ad12a6ce9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6c685d0e-074b-492f-b115-19ca27bfe90c {
  display: none;
}
#s-25e41282-fcd2-486e-a644-45bb5f4817d3 { text-align: left; }
#s-7c5677b3-b131-49d8-973f-70bff444a919 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7c5677b3-b131-49d8-973f-70bff444a919 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2863dbf0-6a09-4a75-b473-09eb5f276571 { text-align: left; }
#s-2863dbf0-6a09-4a75-b473-09eb5f276571 .shg-product-sold-out {
  display: none;
}

#s-2863dbf0-6a09-4a75-b473-09eb5f276571 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2863dbf0-6a09-4a75-b473-09eb5f276571 .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-4f341e10-1633-462f-a506-31bdf13d8e6b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4f341e10-1633-462f-a506-31bdf13d8e6b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4f341e10-1633-462f-a506-31bdf13d8e6b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4f341e10-1633-462f-a506-31bdf13d8e6b {
  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-4f341e10-1633-462f-a506-31bdf13d8e6b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f341e10-1633-462f-a506-31bdf13d8e6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4f341e10-1633-462f-a506-31bdf13d8e6b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-aba364cb-087e-4e68-948a-6b59436fcd0c {
  display: none;
}
#s-39e3b647-6607-4394-b3b1-8b8a93b704ed { text-align: left; }
#s-ec962a7e-8c09-46d5-8b48-11feb4166456 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ec962a7e-8c09-46d5-8b48-11feb4166456 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-61a846e8-6e3f-40a9-9f44-5e574dcce613 { text-align: left; }
#s-61a846e8-6e3f-40a9-9f44-5e574dcce613 .shg-product-sold-out {
  display: none;
}

#s-61a846e8-6e3f-40a9-9f44-5e574dcce613 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-61a846e8-6e3f-40a9-9f44-5e574dcce613 .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-d7fa137a-ab4a-41fe-b3a8-aa05dfe231bc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d7fa137a-ab4a-41fe-b3a8-aa05dfe231bc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d7fa137a-ab4a-41fe-b3a8-aa05dfe231bc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d7fa137a-ab4a-41fe-b3a8-aa05dfe231bc {
  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-d7fa137a-ab4a-41fe-b3a8-aa05dfe231bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7fa137a-ab4a-41fe-b3a8-aa05dfe231bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d7fa137a-ab4a-41fe-b3a8-aa05dfe231bc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2ce67cab-d538-4c31-88d6-93e6f84ad1ca {
  display: none;
}
#s-cdbd3d87-925f-4403-8873-5bee24397cdf { text-align: left; }
#s-ffd35638-c76e-4f7b-b613-480802b18759 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ffd35638-c76e-4f7b-b613-480802b18759 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4cc952c3-dba1-4ab8-b679-3e22af008cc4 { text-align: left; }
#s-4cc952c3-dba1-4ab8-b679-3e22af008cc4 .shg-product-sold-out {
  display: none;
}

#s-4cc952c3-dba1-4ab8-b679-3e22af008cc4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4cc952c3-dba1-4ab8-b679-3e22af008cc4 .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-16517052-d2ec-4bf8-9d36-c5f67a93010f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-16517052-d2ec-4bf8-9d36-c5f67a93010f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-16517052-d2ec-4bf8-9d36-c5f67a93010f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-16517052-d2ec-4bf8-9d36-c5f67a93010f {
  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-16517052-d2ec-4bf8-9d36-c5f67a93010f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16517052-d2ec-4bf8-9d36-c5f67a93010f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-16517052-d2ec-4bf8-9d36-c5f67a93010f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6589f31f-00c6-4a67-b727-eb6c021ead7d {
  display: none;
}
#s-475a378a-02cf-477c-9f12-7fbdf13a6f53 { text-align: left; }
#s-90e4e7f3-9ed5-4ddf-afa9-562a480696ae { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-90e4e7f3-9ed5-4ddf-afa9-562a480696ae .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f9ac6796-929b-4c8f-9aef-c87b781908f2 { text-align: left; }
#s-f9ac6796-929b-4c8f-9aef-c87b781908f2 .shg-product-sold-out {
  display: none;
}

#s-f9ac6796-929b-4c8f-9aef-c87b781908f2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f9ac6796-929b-4c8f-9aef-c87b781908f2 .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-08f25461-b7cd-402f-a2c9-bc38f7e92f52 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-08f25461-b7cd-402f-a2c9-bc38f7e92f52:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-08f25461-b7cd-402f-a2c9-bc38f7e92f52:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-08f25461-b7cd-402f-a2c9-bc38f7e92f52 {
  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-08f25461-b7cd-402f-a2c9-bc38f7e92f52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08f25461-b7cd-402f-a2c9-bc38f7e92f52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-08f25461-b7cd-402f-a2c9-bc38f7e92f52.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-eac377a5-1e15-47dd-b782-d0118160e7dd {
  display: none;
}
#s-3c2043b6-8c24-4872-8770-0db12d4ea7f2 { text-align: left; }
#s-1cd62ac3-2ac4-4d2e-b24d-72340a659c5f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1cd62ac3-2ac4-4d2e-b24d-72340a659c5f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-edad3260-9b62-4539-93a7-d770ffed32e5 { text-align: left; }
#s-edad3260-9b62-4539-93a7-d770ffed32e5 .shg-product-sold-out {
  display: none;
}

#s-edad3260-9b62-4539-93a7-d770ffed32e5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-edad3260-9b62-4539-93a7-d770ffed32e5 .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-db8f3547-3323-48d9-bf71-fbe370761533 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-db8f3547-3323-48d9-bf71-fbe370761533:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-db8f3547-3323-48d9-bf71-fbe370761533:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-db8f3547-3323-48d9-bf71-fbe370761533 {
  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-db8f3547-3323-48d9-bf71-fbe370761533.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db8f3547-3323-48d9-bf71-fbe370761533.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-db8f3547-3323-48d9-bf71-fbe370761533.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-07ee1a0f-3671-42b5-8e8b-3eb8c5f05f37 {
  display: none;
}
#s-004cf035-f473-439d-90a1-2164d1187053 { text-align: left; }
#s-e9fa4e35-c686-4b90-a41f-115f2216d428 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e9fa4e35-c686-4b90-a41f-115f2216d428 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8171d15e-d44f-49bd-a43e-61bb1cc1b58d { text-align: left; }
#s-8171d15e-d44f-49bd-a43e-61bb1cc1b58d .shg-product-sold-out {
  display: none;
}

#s-8171d15e-d44f-49bd-a43e-61bb1cc1b58d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8171d15e-d44f-49bd-a43e-61bb1cc1b58d .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-c88c47d1-aa2d-4c1a-b6be-171c7f13efd4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c88c47d1-aa2d-4c1a-b6be-171c7f13efd4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c88c47d1-aa2d-4c1a-b6be-171c7f13efd4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c88c47d1-aa2d-4c1a-b6be-171c7f13efd4 {
  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-c88c47d1-aa2d-4c1a-b6be-171c7f13efd4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c88c47d1-aa2d-4c1a-b6be-171c7f13efd4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c88c47d1-aa2d-4c1a-b6be-171c7f13efd4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bec8b2a6-0619-4f57-b310-26bef8c1c29f {
  display: none;
}
#s-29ca2221-dfa1-44a4-9879-5e513f04cb21 { text-align: left; }
#s-2c372181-cbb3-41b2-b2ce-75ac7f2a17dc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2c372181-cbb3-41b2-b2ce-75ac7f2a17dc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f2f50b67-958d-45a2-906b-6306ad49d952 { text-align: left; }
#s-f2f50b67-958d-45a2-906b-6306ad49d952 .shg-product-sold-out {
  display: none;
}

#s-f2f50b67-958d-45a2-906b-6306ad49d952 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f2f50b67-958d-45a2-906b-6306ad49d952 .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-16a8c3b7-a16c-45fd-9551-a8c882319c8d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-16a8c3b7-a16c-45fd-9551-a8c882319c8d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-16a8c3b7-a16c-45fd-9551-a8c882319c8d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-16a8c3b7-a16c-45fd-9551-a8c882319c8d {
  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-16a8c3b7-a16c-45fd-9551-a8c882319c8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16a8c3b7-a16c-45fd-9551-a8c882319c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-16a8c3b7-a16c-45fd-9551-a8c882319c8d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-81337352-162c-4687-83fb-d03861be8be7 {
  display: none;
}
#s-7fa2bc65-0b43-49fb-8998-ce7e27bfbe27 { text-align: left; }
#s-9b5ca838-a55c-42a5-ba23-0017f3c29944 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9b5ca838-a55c-42a5-ba23-0017f3c29944 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-48378454-7bf0-49de-b2f7-b432f34c05d0 { text-align: left; }
#s-48378454-7bf0-49de-b2f7-b432f34c05d0 .shg-product-sold-out {
  display: none;
}

#s-48378454-7bf0-49de-b2f7-b432f34c05d0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-48378454-7bf0-49de-b2f7-b432f34c05d0 .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-d7f67e6a-c734-49fc-af68-f0a66e59cfcc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d7f67e6a-c734-49fc-af68-f0a66e59cfcc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d7f67e6a-c734-49fc-af68-f0a66e59cfcc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d7f67e6a-c734-49fc-af68-f0a66e59cfcc {
  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-d7f67e6a-c734-49fc-af68-f0a66e59cfcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7f67e6a-c734-49fc-af68-f0a66e59cfcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d7f67e6a-c734-49fc-af68-f0a66e59cfcc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a4e0e182-8a78-4144-9073-8b71bef313a4 {
  display: none;
}
#s-0a5d95c8-cd16-4b07-b850-aaf69e829647 { text-align: left; }
#s-6b664e40-861b-4404-a4f6-0a3f51ca71fd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6b664e40-861b-4404-a4f6-0a3f51ca71fd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-389b3c7f-c4b6-407e-be5e-0e3f0a890536 { text-align: left; }
#s-389b3c7f-c4b6-407e-be5e-0e3f0a890536 .shg-product-sold-out {
  display: none;
}

#s-389b3c7f-c4b6-407e-be5e-0e3f0a890536 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-389b3c7f-c4b6-407e-be5e-0e3f0a890536 .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-7d4fb8ba-3631-4860-800d-f077680f46e4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7d4fb8ba-3631-4860-800d-f077680f46e4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7d4fb8ba-3631-4860-800d-f077680f46e4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7d4fb8ba-3631-4860-800d-f077680f46e4 {
  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-7d4fb8ba-3631-4860-800d-f077680f46e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d4fb8ba-3631-4860-800d-f077680f46e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7d4fb8ba-3631-4860-800d-f077680f46e4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8228f1a4-8370-4ee2-a029-0b2b701276bc {
  display: none;
}
#s-5be5f93c-149a-4708-a13c-b20ca135a17a { text-align: left; }
#s-a366de53-be72-4027-a067-6dd18e06e3d7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a366de53-be72-4027-a067-6dd18e06e3d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-779db6db-2546-469b-8bd8-a094e35467f7 { text-align: left; }
#s-779db6db-2546-469b-8bd8-a094e35467f7 .shg-product-sold-out {
  display: none;
}

#s-779db6db-2546-469b-8bd8-a094e35467f7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-779db6db-2546-469b-8bd8-a094e35467f7 .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-865af60f-ef3c-457e-8266-70fc35691ebe { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-865af60f-ef3c-457e-8266-70fc35691ebe:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-865af60f-ef3c-457e-8266-70fc35691ebe:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-865af60f-ef3c-457e-8266-70fc35691ebe {
  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-865af60f-ef3c-457e-8266-70fc35691ebe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-865af60f-ef3c-457e-8266-70fc35691ebe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-865af60f-ef3c-457e-8266-70fc35691ebe.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3a71fd95-fd7f-4ad4-879f-e04990ed2b17 {
  display: none;
}
#s-aee32ace-2ba1-48c8-8b77-af87f021325a { text-align: left; }
#s-df90c179-ca39-4650-9bf5-912f90dc4fff { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-df90c179-ca39-4650-9bf5-912f90dc4fff .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fedcde07-d529-4ef4-b263-d113b98f3892 { text-align: left; }
#s-fedcde07-d529-4ef4-b263-d113b98f3892 .shg-product-sold-out {
  display: none;
}

#s-fedcde07-d529-4ef4-b263-d113b98f3892 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fedcde07-d529-4ef4-b263-d113b98f3892 .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-f02ed878-0e4c-4009-9fa9-a5900d18a2c5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f02ed878-0e4c-4009-9fa9-a5900d18a2c5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f02ed878-0e4c-4009-9fa9-a5900d18a2c5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f02ed878-0e4c-4009-9fa9-a5900d18a2c5 {
  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-f02ed878-0e4c-4009-9fa9-a5900d18a2c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f02ed878-0e4c-4009-9fa9-a5900d18a2c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f02ed878-0e4c-4009-9fa9-a5900d18a2c5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d7abbe92-efd1-4258-a169-163f9adb5381 {
  display: none;
}
#s-89ccb54e-886e-4463-abad-e7fa06bea711 { text-align: left; }
#s-8a467b7b-1a19-4c12-8114-8d0421166534 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8a467b7b-1a19-4c12-8114-8d0421166534 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d279c30d-8ac4-451f-a737-18917fed3188 { text-align: left; }
#s-d279c30d-8ac4-451f-a737-18917fed3188 .shg-product-sold-out {
  display: none;
}

#s-d279c30d-8ac4-451f-a737-18917fed3188 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d279c30d-8ac4-451f-a737-18917fed3188 .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-af270929-4a61-4e4c-84f3-6ad09042d026 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-af270929-4a61-4e4c-84f3-6ad09042d026:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-af270929-4a61-4e4c-84f3-6ad09042d026:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-af270929-4a61-4e4c-84f3-6ad09042d026 {
  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-af270929-4a61-4e4c-84f3-6ad09042d026.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af270929-4a61-4e4c-84f3-6ad09042d026.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-af270929-4a61-4e4c-84f3-6ad09042d026.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-99b38376-8661-4466-a6ca-41eaf0069567 {
  display: none;
}
#s-c3e60027-7e69-4094-a49a-bf5f76d2a2b5 { text-align: left; }
#s-35a7abbe-b0cc-4626-89b5-68917672433c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-35a7abbe-b0cc-4626-89b5-68917672433c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-dabed9c2-c81e-46ef-a6d2-12ce5b1ec627 { text-align: left; }
#s-dabed9c2-c81e-46ef-a6d2-12ce5b1ec627 .shg-product-sold-out {
  display: none;
}

#s-dabed9c2-c81e-46ef-a6d2-12ce5b1ec627 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dabed9c2-c81e-46ef-a6d2-12ce5b1ec627 .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-0d82bb60-c3f5-43e8-8d26-eecf52774cbe { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0d82bb60-c3f5-43e8-8d26-eecf52774cbe:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0d82bb60-c3f5-43e8-8d26-eecf52774cbe:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0d82bb60-c3f5-43e8-8d26-eecf52774cbe {
  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-0d82bb60-c3f5-43e8-8d26-eecf52774cbe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d82bb60-c3f5-43e8-8d26-eecf52774cbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0d82bb60-c3f5-43e8-8d26-eecf52774cbe.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2aef365c-c879-41e5-b325-edfbcd60cd24 {
  display: none;
}
#s-a50afc87-4d9e-4fbd-8edd-8bcd4ac920d9 { text-align: left; }
#s-0be78222-9080-4472-8f6e-5aedf7dbbc3f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0be78222-9080-4472-8f6e-5aedf7dbbc3f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5e5eb961-80b7-4d21-a60e-6f0e4d2038dc { text-align: left; }
#s-5e5eb961-80b7-4d21-a60e-6f0e4d2038dc .shg-product-sold-out {
  display: none;
}

#s-5e5eb961-80b7-4d21-a60e-6f0e4d2038dc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5e5eb961-80b7-4d21-a60e-6f0e4d2038dc .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-89903192-cbe1-4003-8d65-9dc8d3752292 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-89903192-cbe1-4003-8d65-9dc8d3752292:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-89903192-cbe1-4003-8d65-9dc8d3752292:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-89903192-cbe1-4003-8d65-9dc8d3752292 {
  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-89903192-cbe1-4003-8d65-9dc8d3752292.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89903192-cbe1-4003-8d65-9dc8d3752292.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-89903192-cbe1-4003-8d65-9dc8d3752292.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;
}
