.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-bd1fb794-d6b1-46d6-b066-9f3e9bbaf3cf {
  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-4eb9a3f7-0337-4564-bf99-dd9e806f92f1 { margin-top: 40px; }
#s-4eb9a3f7-0337-4564-bf99-dd9e806f92f1 .shogun-tabs {
  justify-content: center;
}


  #s-4eb9a3f7-0337-4564-bf99-dd9e806f92f1 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-4eb9a3f7-0337-4564-bf99-dd9e806f92f1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-4eb9a3f7-0337-4564-bf99-dd9e806f92f1 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-4eb9a3f7-0337-4564-bf99-dd9e806f92f1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-4eb9a3f7-0337-4564-bf99-dd9e806f92f1 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-4eb9a3f7-0337-4564-bf99-dd9e806f92f1 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-4eb9a3f7-0337-4564-bf99-dd9e806f92f1 .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-2cf289ea-fe87-4aee-be21-75b7fc54ce4b { padding-top: 10px;
padding-bottom: 10px; }
 #s-2cf289ea-fe87-4aee-be21-75b7fc54ce4b .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-ea74ac1e-7b59-433d-816b-ea49476f653c .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-ea74ac1e-7b59-433d-816b-ea49476f653c .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-ea74ac1e-7b59-433d-816b-ea49476f653c .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-ea74ac1e-7b59-433d-816b-ea49476f653c .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-ea74ac1e-7b59-433d-816b-ea49476f653c .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-ea74ac1e-7b59-433d-816b-ea49476f653c .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-ea74ac1e-7b59-433d-816b-ea49476f653c .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-ea74ac1e-7b59-433d-816b-ea49476f653c .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-ea74ac1e-7b59-433d-816b-ea49476f653c .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-64358ed0-33ca-4902-81fb-6096f2fdb578 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64358ed0-33ca-4902-81fb-6096f2fdb578"] > .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-0be5f188-a2e3-4329-a2a5-3cd0b7bc854d { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-b9e1a8f7-3055-4529-abda-99c34e19c1d4 { 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-8fffff15-88d8-4148-9003-6710c4a09326 { 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-8fffff15-88d8-4148-9003-6710c4a09326: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-8fffff15-88d8-4148-9003-6710c4a09326: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-8fffff15-88d8-4148-9003-6710c4a09326.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-fab095f5-00a2-4f47-bda6-599cf5dc46a1 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-66578c8b-06ef-4a91-a9ff-e2cc000ba2d3 { 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-c5d96221-76b0-4e53-af97-776d1de1175e { 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-c5d96221-76b0-4e53-af97-776d1de1175e: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-c5d96221-76b0-4e53-af97-776d1de1175e: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-c5d96221-76b0-4e53-af97-776d1de1175e.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-646b54d2-9671-4edc-b64c-80b6fa13bcfa { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-6d1b70e0-b5c4-471d-9927-6ed6826487f0 { 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-3eaa8100-e637-4e40-9c55-95d532f2de1a { 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-3eaa8100-e637-4e40-9c55-95d532f2de1a: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-3eaa8100-e637-4e40-9c55-95d532f2de1a: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-3eaa8100-e637-4e40-9c55-95d532f2de1a.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-4f70b6f5-7bba-4cb7-82e9-82c6b07c46eb { min-height: 50px; }
#s-4f70b6f5-7bba-4cb7-82e9-82c6b07c46eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0c84c962-1a74-482d-bd04-6d7f83136916 { 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-0c84c962-1a74-482d-bd04-6d7f83136916 .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-b5bf6dac-3a91-406a-9f0f-2d99ce6c162b {
  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-bd7a3c7e-0acc-443d-9094-eb1ecf10652b { 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-c5897441-b73d-41c5-8e27-026cf5954a3b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c5897441-b73d-41c5-8e27-026cf5954a3b .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-102a922b-5970-430a-addb-6c30f0d85db3 {
  display: none;
}
#s-71b2f3d5-10f9-4581-a2d1-d898ed3d07f0 { text-align: left; }
#s-9a678de1-91d6-4568-88e0-b36325f3289e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9a678de1-91d6-4568-88e0-b36325f3289e .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1a84a56d-de92-4218-ae3b-1ac7d879176d {
  display: none;
}
#s-d4866b93-5e19-406d-a509-abf1193e6af2 { text-align: left; }
#s-0c605dc7-cd46-479a-85d5-7c41f80a4a90 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0c605dc7-cd46-479a-85d5-7c41f80a4a90 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-3e3a5f30-79ec-44fa-be98-141ce6bd5c73 {
  display: none;
}
#s-8a1b027d-f5d0-416f-8e31-15ff060dda6e { text-align: left; }
#s-bdeea060-7ad5-4528-9186-40d9e9adaa61 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bdeea060-7ad5-4528-9186-40d9e9adaa61 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9f5b0e17-593e-46db-a6c8-ad60bea2c060 {
  display: none;
}
#s-e40ba08c-da14-43fc-b56b-ada0c773d3fb { text-align: left; }
#s-838721a0-6b28-4c04-b962-e4479a9df165 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-838721a0-6b28-4c04-b962-e4479a9df165 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-764497b7-ef93-4a6a-a7d8-0e1af5b7040a { text-align: left; }
#s-764497b7-ef93-4a6a-a7d8-0e1af5b7040a .shg-product-sold-out {
  display: none;
}

#s-764497b7-ef93-4a6a-a7d8-0e1af5b7040a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-764497b7-ef93-4a6a-a7d8-0e1af5b7040a .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-ea3fa272-fb4d-42e1-8928-add7283235e8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ea3fa272-fb4d-42e1-8928-add7283235e8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ea3fa272-fb4d-42e1-8928-add7283235e8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ea3fa272-fb4d-42e1-8928-add7283235e8 {
  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-ea3fa272-fb4d-42e1-8928-add7283235e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea3fa272-fb4d-42e1-8928-add7283235e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ea3fa272-fb4d-42e1-8928-add7283235e8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-516824e9-40e0-4d83-85f1-ffb773b32218 {
  display: none;
}
#s-3d285579-a5f6-4907-a4f9-f9b495ada8d0 { text-align: left; }
#s-8bdab087-7f54-4046-a1ac-dad6b44869a4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8bdab087-7f54-4046-a1ac-dad6b44869a4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b17dc54a-d9c6-44c5-a4b3-3c028f28c3e7 { text-align: left; }
#s-b17dc54a-d9c6-44c5-a4b3-3c028f28c3e7 .shg-product-sold-out {
  display: none;
}

#s-b17dc54a-d9c6-44c5-a4b3-3c028f28c3e7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b17dc54a-d9c6-44c5-a4b3-3c028f28c3e7 .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-f6d6530b-c7c1-40f4-9a7c-6865c082b4a0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f6d6530b-c7c1-40f4-9a7c-6865c082b4a0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f6d6530b-c7c1-40f4-9a7c-6865c082b4a0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f6d6530b-c7c1-40f4-9a7c-6865c082b4a0 {
  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-f6d6530b-c7c1-40f4-9a7c-6865c082b4a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6d6530b-c7c1-40f4-9a7c-6865c082b4a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f6d6530b-c7c1-40f4-9a7c-6865c082b4a0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-67c7d361-27ac-42e9-ba5f-ed99e1456968 {
  display: none;
}
#s-9d2a0ac8-6a4c-442a-bc9f-d46bcc22da80 { text-align: left; }
#s-6cb236e5-c3e5-4b7d-8bac-f8d045c17653 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6cb236e5-c3e5-4b7d-8bac-f8d045c17653 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2f9fdc10-0a19-4bad-ae5a-6b63dc4cdfb5 { text-align: left; }
#s-2f9fdc10-0a19-4bad-ae5a-6b63dc4cdfb5 .shg-product-sold-out {
  display: none;
}

#s-2f9fdc10-0a19-4bad-ae5a-6b63dc4cdfb5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2f9fdc10-0a19-4bad-ae5a-6b63dc4cdfb5 .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-b983a5cc-d744-487b-8e34-774d07e59ded { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b983a5cc-d744-487b-8e34-774d07e59ded:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b983a5cc-d744-487b-8e34-774d07e59ded:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b983a5cc-d744-487b-8e34-774d07e59ded {
  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-b983a5cc-d744-487b-8e34-774d07e59ded.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b983a5cc-d744-487b-8e34-774d07e59ded.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b983a5cc-d744-487b-8e34-774d07e59ded.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8a4b16dd-be23-4761-b250-f0e6ef1305f8 {
  display: none;
}
#s-dc29f601-1f0c-4a71-a190-c81bdeb2cb56 { text-align: left; }
#s-f51c1f01-58c4-4dca-92c3-d9f77bcd680c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f51c1f01-58c4-4dca-92c3-d9f77bcd680c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e9287f89-d530-4d4c-8049-bed9825d9158 { text-align: left; }
#s-e9287f89-d530-4d4c-8049-bed9825d9158 .shg-product-sold-out {
  display: none;
}

#s-e9287f89-d530-4d4c-8049-bed9825d9158 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e9287f89-d530-4d4c-8049-bed9825d9158 .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-56c03887-4921-40c8-824d-8b765f1a0893 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-56c03887-4921-40c8-824d-8b765f1a0893:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-56c03887-4921-40c8-824d-8b765f1a0893:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-56c03887-4921-40c8-824d-8b765f1a0893 {
  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-56c03887-4921-40c8-824d-8b765f1a0893.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56c03887-4921-40c8-824d-8b765f1a0893.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-56c03887-4921-40c8-824d-8b765f1a0893.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-314a869d-5b91-4813-9c02-6bbfe49b5579 {
  display: none;
}
#s-ba08df4e-a0ad-4948-81db-c777f8b4c91c { text-align: left; }
#s-bdc6b3e1-c24f-43ba-86a3-85f37f03d503 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bdc6b3e1-c24f-43ba-86a3-85f37f03d503 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b8fecda4-e758-43e5-96fb-0efaccff6e68 { text-align: left; }
#s-b8fecda4-e758-43e5-96fb-0efaccff6e68 .shg-product-sold-out {
  display: none;
}

#s-b8fecda4-e758-43e5-96fb-0efaccff6e68 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b8fecda4-e758-43e5-96fb-0efaccff6e68 .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-cb941c68-1c0e-40a1-971c-6417ac47a29f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cb941c68-1c0e-40a1-971c-6417ac47a29f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cb941c68-1c0e-40a1-971c-6417ac47a29f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cb941c68-1c0e-40a1-971c-6417ac47a29f {
  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-cb941c68-1c0e-40a1-971c-6417ac47a29f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb941c68-1c0e-40a1-971c-6417ac47a29f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cb941c68-1c0e-40a1-971c-6417ac47a29f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b8e2915c-a92e-4858-9148-8d8eda44b7af {
  display: none;
}
#s-e48c7ffc-4deb-468b-8f69-15425f405ce5 { text-align: left; }
#s-bdfbebe9-10b1-4d63-aec2-0297c3d7c3ee { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bdfbebe9-10b1-4d63-aec2-0297c3d7c3ee .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ae083f88-eecb-4dd6-9d1a-ce5a5544eab9 { text-align: left; }
#s-ae083f88-eecb-4dd6-9d1a-ce5a5544eab9 .shg-product-sold-out {
  display: none;
}

#s-ae083f88-eecb-4dd6-9d1a-ce5a5544eab9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ae083f88-eecb-4dd6-9d1a-ce5a5544eab9 .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-28c14734-8de9-4044-b7a4-4532da49712f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-28c14734-8de9-4044-b7a4-4532da49712f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-28c14734-8de9-4044-b7a4-4532da49712f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-28c14734-8de9-4044-b7a4-4532da49712f {
  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-28c14734-8de9-4044-b7a4-4532da49712f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28c14734-8de9-4044-b7a4-4532da49712f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-28c14734-8de9-4044-b7a4-4532da49712f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b0f0d048-0ff8-4dd3-8c37-441a60c2e960 {
  display: none;
}
#s-9db6718a-94ce-48d6-9120-2b0c5bdb6f50 { text-align: left; }
#s-67d7b5a3-708e-4fe9-bf3a-294faad631ed { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-67d7b5a3-708e-4fe9-bf3a-294faad631ed .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a647377b-bb51-456a-8118-2e36d8d1f4df { text-align: left; }
#s-a647377b-bb51-456a-8118-2e36d8d1f4df .shg-product-sold-out {
  display: none;
}

#s-a647377b-bb51-456a-8118-2e36d8d1f4df .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a647377b-bb51-456a-8118-2e36d8d1f4df .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-3f943928-4282-4e6d-a316-28b908f812a9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3f943928-4282-4e6d-a316-28b908f812a9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3f943928-4282-4e6d-a316-28b908f812a9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3f943928-4282-4e6d-a316-28b908f812a9 {
  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-3f943928-4282-4e6d-a316-28b908f812a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f943928-4282-4e6d-a316-28b908f812a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3f943928-4282-4e6d-a316-28b908f812a9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9eb98ef9-5483-454c-8766-49d47ea06489 {
  display: none;
}
#s-3cd171d8-a964-4a6c-9466-5b1e27fe69fa { text-align: left; }
#s-64a272e5-2c38-4a31-b452-c0f53a21a982 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-64a272e5-2c38-4a31-b452-c0f53a21a982 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5111dacc-00ae-46cd-bce2-7d86b7e14c9d { text-align: left; }
#s-5111dacc-00ae-46cd-bce2-7d86b7e14c9d .shg-product-sold-out {
  display: none;
}

#s-5111dacc-00ae-46cd-bce2-7d86b7e14c9d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5111dacc-00ae-46cd-bce2-7d86b7e14c9d .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-18f78efb-d382-4d5b-8e1e-19104a1bd1ac { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-18f78efb-d382-4d5b-8e1e-19104a1bd1ac:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-18f78efb-d382-4d5b-8e1e-19104a1bd1ac:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-18f78efb-d382-4d5b-8e1e-19104a1bd1ac {
  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-18f78efb-d382-4d5b-8e1e-19104a1bd1ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18f78efb-d382-4d5b-8e1e-19104a1bd1ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-18f78efb-d382-4d5b-8e1e-19104a1bd1ac.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c559b611-1f44-4984-8e91-b3ca0692a54d {
  display: none;
}
#s-4b1f6b7b-6c72-4900-9270-9a0b853962ca { text-align: left; }
#s-ac3b726b-41d5-412a-b622-e78f2989b505 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ac3b726b-41d5-412a-b622-e78f2989b505 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bdf8fb27-1e2d-4ff1-af5b-29bdf242fb3e { text-align: left; }
#s-bdf8fb27-1e2d-4ff1-af5b-29bdf242fb3e .shg-product-sold-out {
  display: none;
}

#s-bdf8fb27-1e2d-4ff1-af5b-29bdf242fb3e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bdf8fb27-1e2d-4ff1-af5b-29bdf242fb3e .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-9e06c12a-bf13-4091-bb78-d3c33a77bcca { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9e06c12a-bf13-4091-bb78-d3c33a77bcca:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9e06c12a-bf13-4091-bb78-d3c33a77bcca:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9e06c12a-bf13-4091-bb78-d3c33a77bcca {
  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-9e06c12a-bf13-4091-bb78-d3c33a77bcca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e06c12a-bf13-4091-bb78-d3c33a77bcca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9e06c12a-bf13-4091-bb78-d3c33a77bcca.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4ae82462-898b-4744-8561-81837d1de914 {
  display: none;
}
#s-f86ea27a-0ea1-46cb-a325-c5722f74b563 { text-align: left; }
#s-3a64b3e3-3ca4-4b13-838b-8986c1b30120 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3a64b3e3-3ca4-4b13-838b-8986c1b30120 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6c870917-3b80-447f-ba62-4b9fb2f93c6c { text-align: left; }
#s-6c870917-3b80-447f-ba62-4b9fb2f93c6c .shg-product-sold-out {
  display: none;
}

#s-6c870917-3b80-447f-ba62-4b9fb2f93c6c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6c870917-3b80-447f-ba62-4b9fb2f93c6c .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-84d93a86-2b7c-4966-81cf-c236b58a2bae { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-84d93a86-2b7c-4966-81cf-c236b58a2bae:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-84d93a86-2b7c-4966-81cf-c236b58a2bae:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-84d93a86-2b7c-4966-81cf-c236b58a2bae {
  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-84d93a86-2b7c-4966-81cf-c236b58a2bae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84d93a86-2b7c-4966-81cf-c236b58a2bae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-84d93a86-2b7c-4966-81cf-c236b58a2bae.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1beb96d7-6341-423d-b40e-eedce87d27b2 {
  display: none;
}
#s-f1df9a27-a604-4aef-9f8d-231f80a4a4e1 { text-align: left; }
#s-bc2ae7c9-91f8-4c11-b9b0-448c760cbe80 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bc2ae7c9-91f8-4c11-b9b0-448c760cbe80 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c7b19fb8-1729-41a2-a619-41f385240727 { text-align: left; }
#s-c7b19fb8-1729-41a2-a619-41f385240727 .shg-product-sold-out {
  display: none;
}

#s-c7b19fb8-1729-41a2-a619-41f385240727 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c7b19fb8-1729-41a2-a619-41f385240727 .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-9fcd26aa-680f-4c2f-a248-938f8991c8d9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9fcd26aa-680f-4c2f-a248-938f8991c8d9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9fcd26aa-680f-4c2f-a248-938f8991c8d9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9fcd26aa-680f-4c2f-a248-938f8991c8d9 {
  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-9fcd26aa-680f-4c2f-a248-938f8991c8d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fcd26aa-680f-4c2f-a248-938f8991c8d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9fcd26aa-680f-4c2f-a248-938f8991c8d9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2567631f-75c7-4101-9c5a-efa03a7fd003 {
  display: none;
}
#s-861143de-e7f8-4eb0-a06c-82503b4c22af { text-align: left; }
#s-32156c58-31ab-404c-b8e8-742c58fd604e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-32156c58-31ab-404c-b8e8-742c58fd604e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-efdc9cd3-2a2f-44ab-a92c-5737699daf03 { text-align: left; }
#s-efdc9cd3-2a2f-44ab-a92c-5737699daf03 .shg-product-sold-out {
  display: none;
}

#s-efdc9cd3-2a2f-44ab-a92c-5737699daf03 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-efdc9cd3-2a2f-44ab-a92c-5737699daf03 .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-2a606278-7920-4919-b7f6-835684a85fc8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2a606278-7920-4919-b7f6-835684a85fc8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2a606278-7920-4919-b7f6-835684a85fc8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2a606278-7920-4919-b7f6-835684a85fc8 {
  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-2a606278-7920-4919-b7f6-835684a85fc8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a606278-7920-4919-b7f6-835684a85fc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2a606278-7920-4919-b7f6-835684a85fc8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3aa347db-696d-45d8-9822-38ae0b0e687c {
  display: none;
}
#s-43b92f96-8e00-4a4b-abc5-f4efe2c33aa6 { text-align: left; }
#s-8631d05b-7a05-4a76-ae62-8f1ed6820b9e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8631d05b-7a05-4a76-ae62-8f1ed6820b9e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6b86bb62-6ad6-4b61-a93f-eb1e8b6c5a80 { text-align: left; }
#s-6b86bb62-6ad6-4b61-a93f-eb1e8b6c5a80 .shg-product-sold-out {
  display: none;
}

#s-6b86bb62-6ad6-4b61-a93f-eb1e8b6c5a80 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6b86bb62-6ad6-4b61-a93f-eb1e8b6c5a80 .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-9995b850-477c-425e-8803-deb489a913ca { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9995b850-477c-425e-8803-deb489a913ca:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9995b850-477c-425e-8803-deb489a913ca:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9995b850-477c-425e-8803-deb489a913ca {
  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-9995b850-477c-425e-8803-deb489a913ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9995b850-477c-425e-8803-deb489a913ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9995b850-477c-425e-8803-deb489a913ca.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-750c2951-6bf9-4d6b-b2b3-a07cf1b94369 {
  display: none;
}
#s-feb607e2-9e20-4b44-9976-30a23cdd740b { text-align: left; }
#s-c9069c63-5b4b-45f5-a814-b376826561f8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c9069c63-5b4b-45f5-a814-b376826561f8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-36b70360-af84-4824-bc0c-9d26f02f03ba { text-align: left; }
#s-36b70360-af84-4824-bc0c-9d26f02f03ba .shg-product-sold-out {
  display: none;
}

#s-36b70360-af84-4824-bc0c-9d26f02f03ba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-36b70360-af84-4824-bc0c-9d26f02f03ba .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-c6e92588-ff19-4b34-9551-dd35a5bef875 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c6e92588-ff19-4b34-9551-dd35a5bef875:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c6e92588-ff19-4b34-9551-dd35a5bef875:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c6e92588-ff19-4b34-9551-dd35a5bef875 {
  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-c6e92588-ff19-4b34-9551-dd35a5bef875.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6e92588-ff19-4b34-9551-dd35a5bef875.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c6e92588-ff19-4b34-9551-dd35a5bef875.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-81b56264-f0cf-4b9d-aad6-25f4319ee479 {
  display: none;
}
#s-d1e5e64e-d06c-4287-aa46-defe11083481 { text-align: left; }
#s-d0131d4a-0a67-4de0-b9da-cf4c13dbf754 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d0131d4a-0a67-4de0-b9da-cf4c13dbf754 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7e83cc10-53cf-4ba6-bf5a-d42f3f4eb9d6 { text-align: left; }
#s-7e83cc10-53cf-4ba6-bf5a-d42f3f4eb9d6 .shg-product-sold-out {
  display: none;
}

#s-7e83cc10-53cf-4ba6-bf5a-d42f3f4eb9d6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7e83cc10-53cf-4ba6-bf5a-d42f3f4eb9d6 .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-db87cf64-f0f0-451a-8663-e7bd81e8ad71 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-db87cf64-f0f0-451a-8663-e7bd81e8ad71:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-db87cf64-f0f0-451a-8663-e7bd81e8ad71:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-db87cf64-f0f0-451a-8663-e7bd81e8ad71 {
  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-db87cf64-f0f0-451a-8663-e7bd81e8ad71.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db87cf64-f0f0-451a-8663-e7bd81e8ad71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-db87cf64-f0f0-451a-8663-e7bd81e8ad71.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bd66f578-d227-4220-b295-2700e9797269 {
  display: none;
}
#s-a96e1705-4a9d-48c4-a34c-56b572198ab6 { text-align: left; }
#s-43a4e49d-b2be-46ac-9775-bc7ca897e2e4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-43a4e49d-b2be-46ac-9775-bc7ca897e2e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9e2e6a65-8d27-4d94-b292-f6604bbc7d7e { text-align: left; }
#s-9e2e6a65-8d27-4d94-b292-f6604bbc7d7e .shg-product-sold-out {
  display: none;
}

#s-9e2e6a65-8d27-4d94-b292-f6604bbc7d7e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9e2e6a65-8d27-4d94-b292-f6604bbc7d7e .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-8a7e3b0f-a20b-4c50-9070-6c7dfbfdc95f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8a7e3b0f-a20b-4c50-9070-6c7dfbfdc95f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8a7e3b0f-a20b-4c50-9070-6c7dfbfdc95f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8a7e3b0f-a20b-4c50-9070-6c7dfbfdc95f {
  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-8a7e3b0f-a20b-4c50-9070-6c7dfbfdc95f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a7e3b0f-a20b-4c50-9070-6c7dfbfdc95f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8a7e3b0f-a20b-4c50-9070-6c7dfbfdc95f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4bd82d45-ac38-4530-ac53-957412f93108 {
  display: none;
}
#s-9bdfac8d-2b8b-4e6e-9c96-2a9261ebd14b { text-align: left; }
#s-45635979-19b3-49ac-bed1-de73952c4b67 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-45635979-19b3-49ac-bed1-de73952c4b67 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d3fbe2d3-23ec-4636-8207-83af2e9cbfef { text-align: left; }
#s-d3fbe2d3-23ec-4636-8207-83af2e9cbfef .shg-product-sold-out {
  display: none;
}

#s-d3fbe2d3-23ec-4636-8207-83af2e9cbfef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d3fbe2d3-23ec-4636-8207-83af2e9cbfef .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-a91e7ce5-e863-4dfc-9eb3-7a9f9722db8e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a91e7ce5-e863-4dfc-9eb3-7a9f9722db8e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a91e7ce5-e863-4dfc-9eb3-7a9f9722db8e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a91e7ce5-e863-4dfc-9eb3-7a9f9722db8e {
  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-a91e7ce5-e863-4dfc-9eb3-7a9f9722db8e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a91e7ce5-e863-4dfc-9eb3-7a9f9722db8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a91e7ce5-e863-4dfc-9eb3-7a9f9722db8e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-310070c9-93c8-4b94-a90d-24dac96aaeb4 {
  display: none;
}
#s-a50e7286-05f3-466e-98a1-12441db9dae4 { text-align: left; }
#s-d088edce-f3c7-42a8-bf37-09cc12d0ff27 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d088edce-f3c7-42a8-bf37-09cc12d0ff27 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0129a0d4-65e7-41d4-868c-10764979691d { text-align: left; }
#s-0129a0d4-65e7-41d4-868c-10764979691d .shg-product-sold-out {
  display: none;
}

#s-0129a0d4-65e7-41d4-868c-10764979691d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0129a0d4-65e7-41d4-868c-10764979691d .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-df8f5938-fcd3-497c-a539-418318c8053e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-df8f5938-fcd3-497c-a539-418318c8053e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-df8f5938-fcd3-497c-a539-418318c8053e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-df8f5938-fcd3-497c-a539-418318c8053e {
  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-df8f5938-fcd3-497c-a539-418318c8053e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df8f5938-fcd3-497c-a539-418318c8053e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-df8f5938-fcd3-497c-a539-418318c8053e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-deb0a98c-e358-4b31-a877-f41a0ba44b51 {
  display: none;
}
#s-b56db139-bddd-4250-9d95-ba6fcbf6c148 { text-align: left; }
#s-306d2b9b-370a-4a40-aeca-4b493c83a9d5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-306d2b9b-370a-4a40-aeca-4b493c83a9d5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7ff00551-49f9-4e0a-80c3-68c94068c100 { text-align: left; }
#s-7ff00551-49f9-4e0a-80c3-68c94068c100 .shg-product-sold-out {
  display: none;
}

#s-7ff00551-49f9-4e0a-80c3-68c94068c100 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7ff00551-49f9-4e0a-80c3-68c94068c100 .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-5b60156a-4684-442a-9e51-187bc7fe966c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5b60156a-4684-442a-9e51-187bc7fe966c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5b60156a-4684-442a-9e51-187bc7fe966c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5b60156a-4684-442a-9e51-187bc7fe966c {
  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-5b60156a-4684-442a-9e51-187bc7fe966c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b60156a-4684-442a-9e51-187bc7fe966c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5b60156a-4684-442a-9e51-187bc7fe966c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4b233f40-229b-4761-b387-c50c54ccb277 {
  display: none;
}
#s-cbfe2590-32f8-4f36-846f-a00983ab3440 { text-align: left; }
#s-18556968-d927-4749-8dd4-7ddfc33b8912 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-18556968-d927-4749-8dd4-7ddfc33b8912 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ef4f9113-fb10-49b8-9fc6-2e9ac95f0edd { text-align: left; }
#s-ef4f9113-fb10-49b8-9fc6-2e9ac95f0edd .shg-product-sold-out {
  display: none;
}

#s-ef4f9113-fb10-49b8-9fc6-2e9ac95f0edd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ef4f9113-fb10-49b8-9fc6-2e9ac95f0edd .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-1fabc5ed-11ac-4d24-ba2b-213bd88d3a7e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1fabc5ed-11ac-4d24-ba2b-213bd88d3a7e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1fabc5ed-11ac-4d24-ba2b-213bd88d3a7e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1fabc5ed-11ac-4d24-ba2b-213bd88d3a7e {
  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-1fabc5ed-11ac-4d24-ba2b-213bd88d3a7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1fabc5ed-11ac-4d24-ba2b-213bd88d3a7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1fabc5ed-11ac-4d24-ba2b-213bd88d3a7e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cb7c63b1-198c-492e-8c28-0e5fcea808c1 {
  display: none;
}
#s-10ce05c4-601a-4178-b3e7-065790855639 { text-align: left; }
#s-9887e6eb-f6ef-46be-b131-8780294b176d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9887e6eb-f6ef-46be-b131-8780294b176d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d9f14200-399a-4bc3-987f-2a74a4d1bd03 { text-align: left; }
#s-d9f14200-399a-4bc3-987f-2a74a4d1bd03 .shg-product-sold-out {
  display: none;
}

#s-d9f14200-399a-4bc3-987f-2a74a4d1bd03 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d9f14200-399a-4bc3-987f-2a74a4d1bd03 .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-5b66fa22-cc61-4cbc-a4b7-a247bc76e094 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5b66fa22-cc61-4cbc-a4b7-a247bc76e094:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5b66fa22-cc61-4cbc-a4b7-a247bc76e094:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5b66fa22-cc61-4cbc-a4b7-a247bc76e094 {
  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-5b66fa22-cc61-4cbc-a4b7-a247bc76e094.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b66fa22-cc61-4cbc-a4b7-a247bc76e094.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5b66fa22-cc61-4cbc-a4b7-a247bc76e094.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1be4686a-1fcb-4a80-a983-96ac12302972 {
  display: none;
}
#s-e3f496f4-2b3c-427f-8da8-d0c672b3dd9f { text-align: left; }
#s-f59507e3-8a03-4e45-b122-1adb92bdfc59 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f59507e3-8a03-4e45-b122-1adb92bdfc59 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b3771e9b-3eb4-4b59-a6a2-f3896556e63a { text-align: left; }
#s-b3771e9b-3eb4-4b59-a6a2-f3896556e63a .shg-product-sold-out {
  display: none;
}

#s-b3771e9b-3eb4-4b59-a6a2-f3896556e63a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b3771e9b-3eb4-4b59-a6a2-f3896556e63a .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-54577c3d-e63e-4a19-9331-00786f126ae1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-54577c3d-e63e-4a19-9331-00786f126ae1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-54577c3d-e63e-4a19-9331-00786f126ae1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-54577c3d-e63e-4a19-9331-00786f126ae1 {
  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-54577c3d-e63e-4a19-9331-00786f126ae1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54577c3d-e63e-4a19-9331-00786f126ae1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-54577c3d-e63e-4a19-9331-00786f126ae1.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;
}
