.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-6f5193a1-df01-4198-a9ad-4e5376d8b850 {
  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-618b6f8b-9917-4a81-98ed-78fb6e4e9738 { margin-top: 40px; }
#s-618b6f8b-9917-4a81-98ed-78fb6e4e9738 .shogun-tabs {
  justify-content: center;
}


  #s-618b6f8b-9917-4a81-98ed-78fb6e4e9738 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-618b6f8b-9917-4a81-98ed-78fb6e4e9738 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-618b6f8b-9917-4a81-98ed-78fb6e4e9738 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-618b6f8b-9917-4a81-98ed-78fb6e4e9738 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-618b6f8b-9917-4a81-98ed-78fb6e4e9738 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-618b6f8b-9917-4a81-98ed-78fb6e4e9738 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-618b6f8b-9917-4a81-98ed-78fb6e4e9738 .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-0e62f9d8-57de-4618-9f91-cd1a1562f705 { padding-top: 10px;
padding-bottom: 10px; }
 #s-0e62f9d8-57de-4618-9f91-cd1a1562f705 .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-c5ee90d4-40e1-4ace-890a-e1fb2f442cdd .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-c5ee90d4-40e1-4ace-890a-e1fb2f442cdd .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-c5ee90d4-40e1-4ace-890a-e1fb2f442cdd .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-c5ee90d4-40e1-4ace-890a-e1fb2f442cdd .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-c5ee90d4-40e1-4ace-890a-e1fb2f442cdd .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-c5ee90d4-40e1-4ace-890a-e1fb2f442cdd .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-c5ee90d4-40e1-4ace-890a-e1fb2f442cdd .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-c5ee90d4-40e1-4ace-890a-e1fb2f442cdd .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-c5ee90d4-40e1-4ace-890a-e1fb2f442cdd .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-fba70017-1d07-4510-990b-9d08c01a4122 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fba70017-1d07-4510-990b-9d08c01a4122"] > .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-da70c3f5-6876-43bd-a901-ba3613e151ca { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-c856dbcc-4551-454a-b440-7d077ff4c86a { 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-35a34ad4-3576-493e-adca-317412fdbee3 { 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-35a34ad4-3576-493e-adca-317412fdbee3: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-35a34ad4-3576-493e-adca-317412fdbee3: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-35a34ad4-3576-493e-adca-317412fdbee3.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-85392fc5-f3e3-4459-9dea-4d9018f00bd7 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-82b79ce4-e8c7-4041-befc-b3622eaf1929 { 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-97b929e5-df9b-459d-87cf-6f92ecebef2f { 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-97b929e5-df9b-459d-87cf-6f92ecebef2f: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-97b929e5-df9b-459d-87cf-6f92ecebef2f: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-97b929e5-df9b-459d-87cf-6f92ecebef2f.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-e14585d0-2beb-4ac9-b4ed-1238e57a570f { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-086e0f4d-a66c-4778-bb36-837205e5970c { 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-3f388cf7-7361-4ea1-b4db-2da505fbfac1 { 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-3f388cf7-7361-4ea1-b4db-2da505fbfac1: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-3f388cf7-7361-4ea1-b4db-2da505fbfac1: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-3f388cf7-7361-4ea1-b4db-2da505fbfac1.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-850f047e-9935-4d68-ac27-c16374482b6f { min-height: 50px; }
#s-850f047e-9935-4d68-ac27-c16374482b6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e1e7b6be-6de4-4f03-bdee-d2a7c3fe6f73 { 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-e1e7b6be-6de4-4f03-bdee-d2a7c3fe6f73 .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-b0ae899b-3a3c-4822-8a85-e706db0f5a62 {
  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-28b8ea23-83e1-46ea-8726-62acba1c90df { 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-154fc462-17ff-4b69-9c77-7a0752954def { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-154fc462-17ff-4b69-9c77-7a0752954def .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8e3a88a8-78a3-42b3-a3de-c4dabd757045 {
  display: none;
}
#s-a91cd179-2b2e-4d93-a45a-62a0e20325b6 { text-align: left; }
#s-a0ceab07-10f5-4d67-a4de-6f41c305b774 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a0ceab07-10f5-4d67-a4de-6f41c305b774 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c809afba-da8b-4932-b79d-c8adc6061190 {
  display: none;
}
#s-864980c5-5b31-4f2c-be33-814c7ee3cfa3 { text-align: left; }
#s-8f0bfa47-8797-44d6-9e57-d8e09b2cc715 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8f0bfa47-8797-44d6-9e57-d8e09b2cc715 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ccade48b-3e19-41f6-aa1b-844b716394fa {
  display: none;
}
#s-629934e6-2516-482c-8b4f-f7920d36b7e2 { text-align: left; }
#s-92e26544-cfe5-42a2-88c6-6a33533c086b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-92e26544-cfe5-42a2-88c6-6a33533c086b .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-454951d9-9af9-40bd-a1b2-d6f76b58e385 {
  display: none;
}
#s-d38baee9-b381-4088-a490-8416091da239 { text-align: left; }
#s-b8503639-e67b-4e73-b82f-34d43e7d3b98 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b8503639-e67b-4e73-b82f-34d43e7d3b98 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7f38e0b9-cade-4435-9d6a-cec9a2d49f6f { text-align: left; }
#s-7f38e0b9-cade-4435-9d6a-cec9a2d49f6f .shg-product-sold-out {
  display: none;
}

#s-7f38e0b9-cade-4435-9d6a-cec9a2d49f6f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7f38e0b9-cade-4435-9d6a-cec9a2d49f6f .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-69aa9148-2b66-49e0-bb2a-9b5b85ddff63 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-69aa9148-2b66-49e0-bb2a-9b5b85ddff63:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-69aa9148-2b66-49e0-bb2a-9b5b85ddff63:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-69aa9148-2b66-49e0-bb2a-9b5b85ddff63 {
  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-69aa9148-2b66-49e0-bb2a-9b5b85ddff63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69aa9148-2b66-49e0-bb2a-9b5b85ddff63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-69aa9148-2b66-49e0-bb2a-9b5b85ddff63.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f11efb74-0d3e-4a47-93b8-a1043d11cf97 {
  display: none;
}
#s-f9c8528e-203a-4746-a076-e176a5b06662 { text-align: left; }
#s-281c8456-d2b0-441b-b88f-ca54cab79732 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-281c8456-d2b0-441b-b88f-ca54cab79732 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e3e6744b-c805-4798-8112-ccd91b2a193e { text-align: left; }
#s-e3e6744b-c805-4798-8112-ccd91b2a193e .shg-product-sold-out {
  display: none;
}

#s-e3e6744b-c805-4798-8112-ccd91b2a193e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e3e6744b-c805-4798-8112-ccd91b2a193e .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-a726c8a0-c627-448b-9858-8c7b7612df8d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a726c8a0-c627-448b-9858-8c7b7612df8d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a726c8a0-c627-448b-9858-8c7b7612df8d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a726c8a0-c627-448b-9858-8c7b7612df8d {
  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-a726c8a0-c627-448b-9858-8c7b7612df8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a726c8a0-c627-448b-9858-8c7b7612df8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a726c8a0-c627-448b-9858-8c7b7612df8d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6e593924-51a4-495a-ba42-a071373fd8fc {
  display: none;
}
#s-13d1c593-2a13-4611-9271-7f816df44fd9 { text-align: left; }
#s-ef792820-c3e4-49a6-ad68-7df2fdc0ceff { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ef792820-c3e4-49a6-ad68-7df2fdc0ceff .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-62a7a574-6c06-4017-8275-03125b4b99e2 { text-align: left; }
#s-62a7a574-6c06-4017-8275-03125b4b99e2 .shg-product-sold-out {
  display: none;
}

#s-62a7a574-6c06-4017-8275-03125b4b99e2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-62a7a574-6c06-4017-8275-03125b4b99e2 .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-dfa03b66-194a-4d81-98fd-45877cf57e12 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-dfa03b66-194a-4d81-98fd-45877cf57e12:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-dfa03b66-194a-4d81-98fd-45877cf57e12:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-dfa03b66-194a-4d81-98fd-45877cf57e12 {
  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-dfa03b66-194a-4d81-98fd-45877cf57e12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dfa03b66-194a-4d81-98fd-45877cf57e12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-dfa03b66-194a-4d81-98fd-45877cf57e12.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6a536102-a4bf-4c26-b3f3-a1d7c7993660 {
  display: none;
}
#s-37a15b27-17e5-4c47-b550-1ebb3f0914b6 { text-align: left; }
#s-ba94625c-9e57-419e-a289-9ff10c510451 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ba94625c-9e57-419e-a289-9ff10c510451 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4b6692cd-06f6-40df-a454-0ea1bb51086d { text-align: left; }
#s-4b6692cd-06f6-40df-a454-0ea1bb51086d .shg-product-sold-out {
  display: none;
}

#s-4b6692cd-06f6-40df-a454-0ea1bb51086d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4b6692cd-06f6-40df-a454-0ea1bb51086d .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-a728c1cb-27e0-439d-9760-792170a11361 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a728c1cb-27e0-439d-9760-792170a11361:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a728c1cb-27e0-439d-9760-792170a11361:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a728c1cb-27e0-439d-9760-792170a11361 {
  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-a728c1cb-27e0-439d-9760-792170a11361.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a728c1cb-27e0-439d-9760-792170a11361.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a728c1cb-27e0-439d-9760-792170a11361.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3744c384-3994-4643-94b8-53ac1e51b737 {
  display: none;
}
#s-d98b5ff8-aee4-4d7c-ad9d-c9c5ed9a4169 { text-align: left; }
#s-d78ac5d7-5d1b-45e6-8800-48bce7f996f6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d78ac5d7-5d1b-45e6-8800-48bce7f996f6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2d51aacd-5d4b-4e48-a2cb-c268daf63c08 { text-align: left; }
#s-2d51aacd-5d4b-4e48-a2cb-c268daf63c08 .shg-product-sold-out {
  display: none;
}

#s-2d51aacd-5d4b-4e48-a2cb-c268daf63c08 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2d51aacd-5d4b-4e48-a2cb-c268daf63c08 .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-f0054108-a9f4-4fba-a1b7-52dafe95668a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f0054108-a9f4-4fba-a1b7-52dafe95668a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f0054108-a9f4-4fba-a1b7-52dafe95668a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f0054108-a9f4-4fba-a1b7-52dafe95668a {
  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-f0054108-a9f4-4fba-a1b7-52dafe95668a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0054108-a9f4-4fba-a1b7-52dafe95668a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f0054108-a9f4-4fba-a1b7-52dafe95668a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-159b8bfe-5745-4eac-9bbc-36d05f207bc9 {
  display: none;
}
#s-b0fdc3e9-a08f-4182-8a97-460bfc943952 { text-align: left; }
#s-5240bb0f-f117-4137-8516-bd6e0ebeb967 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5240bb0f-f117-4137-8516-bd6e0ebeb967 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2f52c749-c687-48c2-9af4-dd05717eeab3 { text-align: left; }
#s-2f52c749-c687-48c2-9af4-dd05717eeab3 .shg-product-sold-out {
  display: none;
}

#s-2f52c749-c687-48c2-9af4-dd05717eeab3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2f52c749-c687-48c2-9af4-dd05717eeab3 .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-34e17362-d4ca-4059-8f20-f3373866f132 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-34e17362-d4ca-4059-8f20-f3373866f132:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-34e17362-d4ca-4059-8f20-f3373866f132:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-34e17362-d4ca-4059-8f20-f3373866f132 {
  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-34e17362-d4ca-4059-8f20-f3373866f132.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34e17362-d4ca-4059-8f20-f3373866f132.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-34e17362-d4ca-4059-8f20-f3373866f132.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-05009416-9829-4d62-a663-3c91cceab9c7 {
  display: none;
}
#s-f9755fbf-0317-451c-bd61-e4aecfef923b { text-align: left; }
#s-1e193e0c-1291-4f2a-a453-4cde68feb6f6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1e193e0c-1291-4f2a-a453-4cde68feb6f6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4512e07f-7eb0-4fec-8962-ab1edfe086c2 { text-align: left; }
#s-4512e07f-7eb0-4fec-8962-ab1edfe086c2 .shg-product-sold-out {
  display: none;
}

#s-4512e07f-7eb0-4fec-8962-ab1edfe086c2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4512e07f-7eb0-4fec-8962-ab1edfe086c2 .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-cccc3c7c-b5d0-4918-8612-94e1533ac682 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cccc3c7c-b5d0-4918-8612-94e1533ac682:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cccc3c7c-b5d0-4918-8612-94e1533ac682:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cccc3c7c-b5d0-4918-8612-94e1533ac682 {
  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-cccc3c7c-b5d0-4918-8612-94e1533ac682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cccc3c7c-b5d0-4918-8612-94e1533ac682.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cccc3c7c-b5d0-4918-8612-94e1533ac682.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8bc05ea5-b18a-43fd-9f1e-7ba16431a678 {
  display: none;
}
#s-d949762d-87b7-4f26-a574-01a644aeda2b { text-align: left; }
#s-7c4bf3b6-6aa3-4f92-9f6e-4f5016cbee80 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7c4bf3b6-6aa3-4f92-9f6e-4f5016cbee80 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-22806035-970b-4b10-8863-b67c8393dfeb { text-align: left; }
#s-22806035-970b-4b10-8863-b67c8393dfeb .shg-product-sold-out {
  display: none;
}

#s-22806035-970b-4b10-8863-b67c8393dfeb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-22806035-970b-4b10-8863-b67c8393dfeb .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-a2a97eb5-ed18-4ed4-9321-0669fe5c7ec3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a2a97eb5-ed18-4ed4-9321-0669fe5c7ec3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a2a97eb5-ed18-4ed4-9321-0669fe5c7ec3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a2a97eb5-ed18-4ed4-9321-0669fe5c7ec3 {
  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-a2a97eb5-ed18-4ed4-9321-0669fe5c7ec3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2a97eb5-ed18-4ed4-9321-0669fe5c7ec3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a2a97eb5-ed18-4ed4-9321-0669fe5c7ec3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-11c968d5-5ed1-4cbe-ba9d-e081c9bb80bf {
  display: none;
}
#s-cfd40226-c084-404f-920f-9ecfb7683f89 { text-align: left; }
#s-92e520d7-cd28-4a72-a4af-5129781416e7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-92e520d7-cd28-4a72-a4af-5129781416e7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6c3bf642-f68b-4ccd-b941-f1eb951713d7 { text-align: left; }
#s-6c3bf642-f68b-4ccd-b941-f1eb951713d7 .shg-product-sold-out {
  display: none;
}

#s-6c3bf642-f68b-4ccd-b941-f1eb951713d7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6c3bf642-f68b-4ccd-b941-f1eb951713d7 .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-287774d8-1d45-4167-8098-16572ae6155f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-287774d8-1d45-4167-8098-16572ae6155f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-287774d8-1d45-4167-8098-16572ae6155f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-287774d8-1d45-4167-8098-16572ae6155f {
  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-287774d8-1d45-4167-8098-16572ae6155f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-287774d8-1d45-4167-8098-16572ae6155f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-287774d8-1d45-4167-8098-16572ae6155f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-48eeda3c-67ce-4e26-8043-b1fe62cb7f98 {
  display: none;
}
#s-81b61b0f-a28f-4cae-80a8-d8e36c5276dc { text-align: left; }
#s-c84cb141-fc8e-423d-bfd5-8019c3de6e3e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c84cb141-fc8e-423d-bfd5-8019c3de6e3e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-89a53934-0429-47e4-b95f-3cec91a36d63 { text-align: left; }
#s-89a53934-0429-47e4-b95f-3cec91a36d63 .shg-product-sold-out {
  display: none;
}

#s-89a53934-0429-47e4-b95f-3cec91a36d63 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-89a53934-0429-47e4-b95f-3cec91a36d63 .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-1fd3dd48-756d-4b25-bc0a-8e95823f568a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1fd3dd48-756d-4b25-bc0a-8e95823f568a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1fd3dd48-756d-4b25-bc0a-8e95823f568a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1fd3dd48-756d-4b25-bc0a-8e95823f568a {
  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-1fd3dd48-756d-4b25-bc0a-8e95823f568a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1fd3dd48-756d-4b25-bc0a-8e95823f568a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1fd3dd48-756d-4b25-bc0a-8e95823f568a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-537107c1-6c4f-4ad3-8bbf-2304d853e074 {
  display: none;
}
#s-438422e9-de4f-4c4d-aff9-13d24f146118 { text-align: left; }
#s-1a63cd8d-8682-4fc1-9d72-db950fc96ae9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1a63cd8d-8682-4fc1-9d72-db950fc96ae9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bb923b38-b8fc-4069-a995-be25626cbb0e { text-align: left; }
#s-bb923b38-b8fc-4069-a995-be25626cbb0e .shg-product-sold-out {
  display: none;
}

#s-bb923b38-b8fc-4069-a995-be25626cbb0e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bb923b38-b8fc-4069-a995-be25626cbb0e .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-ef9c6bee-2ce7-4715-a061-2a03acdd65c6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ef9c6bee-2ce7-4715-a061-2a03acdd65c6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ef9c6bee-2ce7-4715-a061-2a03acdd65c6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ef9c6bee-2ce7-4715-a061-2a03acdd65c6 {
  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-ef9c6bee-2ce7-4715-a061-2a03acdd65c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef9c6bee-2ce7-4715-a061-2a03acdd65c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ef9c6bee-2ce7-4715-a061-2a03acdd65c6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-07acd0cd-6f16-4d5d-b1ae-e10b32a260ac {
  display: none;
}
#s-8c0e6aab-b83a-40bd-ae07-42a643c25f90 { text-align: left; }
#s-71fdb83f-6e87-48d1-b0db-d2bb0d2457a2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-71fdb83f-6e87-48d1-b0db-d2bb0d2457a2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-07dd1fae-a8bb-4f2d-af50-2e370bc8d93b { text-align: left; }
#s-07dd1fae-a8bb-4f2d-af50-2e370bc8d93b .shg-product-sold-out {
  display: none;
}

#s-07dd1fae-a8bb-4f2d-af50-2e370bc8d93b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-07dd1fae-a8bb-4f2d-af50-2e370bc8d93b .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-5dc016e7-ee06-4646-bfd1-8ab4742d7899 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5dc016e7-ee06-4646-bfd1-8ab4742d7899:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5dc016e7-ee06-4646-bfd1-8ab4742d7899:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5dc016e7-ee06-4646-bfd1-8ab4742d7899 {
  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-5dc016e7-ee06-4646-bfd1-8ab4742d7899.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5dc016e7-ee06-4646-bfd1-8ab4742d7899.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5dc016e7-ee06-4646-bfd1-8ab4742d7899.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cb4180ea-87ab-4e3a-8889-c42bd3d5ca9c {
  display: none;
}
#s-f151b53b-7d53-4661-8f8e-9d6d6e71ee0e { text-align: left; }
#s-9ebfe6a3-d00a-4b7e-8905-f8dea828a67f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9ebfe6a3-d00a-4b7e-8905-f8dea828a67f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3fecee70-e144-40dc-83fd-529ca8096f17 { text-align: left; }
#s-3fecee70-e144-40dc-83fd-529ca8096f17 .shg-product-sold-out {
  display: none;
}

#s-3fecee70-e144-40dc-83fd-529ca8096f17 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3fecee70-e144-40dc-83fd-529ca8096f17 .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-f1e528dc-8412-480e-af6b-1d347cdbc8ba { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f1e528dc-8412-480e-af6b-1d347cdbc8ba:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f1e528dc-8412-480e-af6b-1d347cdbc8ba:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f1e528dc-8412-480e-af6b-1d347cdbc8ba {
  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-f1e528dc-8412-480e-af6b-1d347cdbc8ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1e528dc-8412-480e-af6b-1d347cdbc8ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f1e528dc-8412-480e-af6b-1d347cdbc8ba.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-52d63c39-a445-49c6-9bc3-05439031a97a {
  display: none;
}
#s-bc0703ea-d3f5-4178-b0ad-f27e7f88cf53 { text-align: left; }
#s-9f6b9498-eca6-4346-85e1-22f86d8517c8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9f6b9498-eca6-4346-85e1-22f86d8517c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-9ccd8557-79b4-4a38-ac49-8346b26e114d { text-align: left; }
#s-9ccd8557-79b4-4a38-ac49-8346b26e114d .shg-product-sold-out {
  display: none;
}

#s-9ccd8557-79b4-4a38-ac49-8346b26e114d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9ccd8557-79b4-4a38-ac49-8346b26e114d .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-53b6b9a8-b89e-4e7d-b4f5-c2d66a266547 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-53b6b9a8-b89e-4e7d-b4f5-c2d66a266547:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-53b6b9a8-b89e-4e7d-b4f5-c2d66a266547:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-53b6b9a8-b89e-4e7d-b4f5-c2d66a266547 {
  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-53b6b9a8-b89e-4e7d-b4f5-c2d66a266547.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53b6b9a8-b89e-4e7d-b4f5-c2d66a266547.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-53b6b9a8-b89e-4e7d-b4f5-c2d66a266547.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-48650f0b-f5b9-41f0-a07c-c0680f02dfce {
  display: none;
}
#s-487a03f8-f004-4a66-944a-3fda550606c7 { text-align: left; }
#s-683832f5-e3de-40fa-a100-dc09d7dcc278 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-683832f5-e3de-40fa-a100-dc09d7dcc278 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a8c59720-7a4c-4755-9044-78d0940f88ca { text-align: left; }
#s-a8c59720-7a4c-4755-9044-78d0940f88ca .shg-product-sold-out {
  display: none;
}

#s-a8c59720-7a4c-4755-9044-78d0940f88ca .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a8c59720-7a4c-4755-9044-78d0940f88ca .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-812ba122-b8ed-40fd-a943-6b8c305fe024 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-812ba122-b8ed-40fd-a943-6b8c305fe024:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-812ba122-b8ed-40fd-a943-6b8c305fe024:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-812ba122-b8ed-40fd-a943-6b8c305fe024 {
  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-812ba122-b8ed-40fd-a943-6b8c305fe024.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-812ba122-b8ed-40fd-a943-6b8c305fe024.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-812ba122-b8ed-40fd-a943-6b8c305fe024.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b0479235-c62d-4fb5-a017-e81dd863812e {
  display: none;
}
#s-29a1f4cf-2816-47cf-84e2-1260ae3ae26e { text-align: left; }
#s-83d9e744-3681-474d-8d58-d1b0d0616624 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-83d9e744-3681-474d-8d58-d1b0d0616624 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-440553cd-2b8c-491e-b61c-98422467b354 { text-align: left; }
#s-440553cd-2b8c-491e-b61c-98422467b354 .shg-product-sold-out {
  display: none;
}

#s-440553cd-2b8c-491e-b61c-98422467b354 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-440553cd-2b8c-491e-b61c-98422467b354 .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-12b3c3a9-c7f6-40d3-a7e2-e46da20955e4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-12b3c3a9-c7f6-40d3-a7e2-e46da20955e4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-12b3c3a9-c7f6-40d3-a7e2-e46da20955e4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-12b3c3a9-c7f6-40d3-a7e2-e46da20955e4 {
  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-12b3c3a9-c7f6-40d3-a7e2-e46da20955e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12b3c3a9-c7f6-40d3-a7e2-e46da20955e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-12b3c3a9-c7f6-40d3-a7e2-e46da20955e4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1a71127c-4671-4181-81c9-1e5746ba1585 {
  display: none;
}
#s-bac2370c-3095-45e2-bab2-e795d47cbc9d { text-align: left; }
#s-f08911d6-826f-488f-a7ef-67c2610f99d9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f08911d6-826f-488f-a7ef-67c2610f99d9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-562a6db5-3889-4e58-8e33-5c9589114f10 { text-align: left; }
#s-562a6db5-3889-4e58-8e33-5c9589114f10 .shg-product-sold-out {
  display: none;
}

#s-562a6db5-3889-4e58-8e33-5c9589114f10 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-562a6db5-3889-4e58-8e33-5c9589114f10 .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-1074869b-d04e-4f36-86c0-102cb2eef1bc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1074869b-d04e-4f36-86c0-102cb2eef1bc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1074869b-d04e-4f36-86c0-102cb2eef1bc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1074869b-d04e-4f36-86c0-102cb2eef1bc {
  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-1074869b-d04e-4f36-86c0-102cb2eef1bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1074869b-d04e-4f36-86c0-102cb2eef1bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1074869b-d04e-4f36-86c0-102cb2eef1bc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e7070c9c-7985-49ae-ae88-2b1e88a5cd78 {
  display: none;
}
#s-cea30b4f-5991-4942-ad86-4b4ef17182f8 { text-align: left; }
#s-02cb584a-a4b5-41b5-8bb2-0298b794c931 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-02cb584a-a4b5-41b5-8bb2-0298b794c931 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7945d72e-7b36-4bf0-a8b7-95a93f202778 { text-align: left; }
#s-7945d72e-7b36-4bf0-a8b7-95a93f202778 .shg-product-sold-out {
  display: none;
}

#s-7945d72e-7b36-4bf0-a8b7-95a93f202778 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7945d72e-7b36-4bf0-a8b7-95a93f202778 .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-425b7447-e3bd-4d46-8750-2decc6f7de8b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-425b7447-e3bd-4d46-8750-2decc6f7de8b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-425b7447-e3bd-4d46-8750-2decc6f7de8b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-425b7447-e3bd-4d46-8750-2decc6f7de8b {
  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-425b7447-e3bd-4d46-8750-2decc6f7de8b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-425b7447-e3bd-4d46-8750-2decc6f7de8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-425b7447-e3bd-4d46-8750-2decc6f7de8b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0e81e397-d570-467c-af42-dcdaf9b455cc {
  display: none;
}
#s-54553fd0-204b-44b0-9a1a-9715310ebfbf { text-align: left; }
#s-4ef18ebe-90e1-4a4c-a171-77abf314f848 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4ef18ebe-90e1-4a4c-a171-77abf314f848 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-70fafd44-cb95-4fa2-9a77-15adff09518c { text-align: left; }
#s-70fafd44-cb95-4fa2-9a77-15adff09518c .shg-product-sold-out {
  display: none;
}

#s-70fafd44-cb95-4fa2-9a77-15adff09518c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-70fafd44-cb95-4fa2-9a77-15adff09518c .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-01695616-f742-487c-abc1-5dbbb3e62171 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-01695616-f742-487c-abc1-5dbbb3e62171:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-01695616-f742-487c-abc1-5dbbb3e62171:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-01695616-f742-487c-abc1-5dbbb3e62171 {
  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-01695616-f742-487c-abc1-5dbbb3e62171.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01695616-f742-487c-abc1-5dbbb3e62171.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-01695616-f742-487c-abc1-5dbbb3e62171.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cfa5f6d7-bc34-435d-a9ee-2a4a8d36d696 {
  display: none;
}
#s-3abb9083-5ef4-41bb-b4ec-b55b6cb7e419 { text-align: left; }
#s-a1b584de-4957-47e1-8376-91cd1aa44501 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a1b584de-4957-47e1-8376-91cd1aa44501 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bbc1852e-f423-46f8-bef3-7c922bb00147 { text-align: left; }
#s-bbc1852e-f423-46f8-bef3-7c922bb00147 .shg-product-sold-out {
  display: none;
}

#s-bbc1852e-f423-46f8-bef3-7c922bb00147 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bbc1852e-f423-46f8-bef3-7c922bb00147 .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-e4c9dc73-2eef-4c46-a0e3-5d5c979c3bf5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e4c9dc73-2eef-4c46-a0e3-5d5c979c3bf5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e4c9dc73-2eef-4c46-a0e3-5d5c979c3bf5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e4c9dc73-2eef-4c46-a0e3-5d5c979c3bf5 {
  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-e4c9dc73-2eef-4c46-a0e3-5d5c979c3bf5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4c9dc73-2eef-4c46-a0e3-5d5c979c3bf5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e4c9dc73-2eef-4c46-a0e3-5d5c979c3bf5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c824a10f-649e-4a8e-a434-b01d3f70de32 {
  display: none;
}
#s-b25e8f53-74a5-405c-b2a8-c6fc27cab5e5 { text-align: left; }
#s-7bc401cd-fdea-4635-a7c0-da6000e4e4b7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7bc401cd-fdea-4635-a7c0-da6000e4e4b7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-dd0bbef3-5cf1-47c3-b862-986c3f48bd12 { text-align: left; }
#s-dd0bbef3-5cf1-47c3-b862-986c3f48bd12 .shg-product-sold-out {
  display: none;
}

#s-dd0bbef3-5cf1-47c3-b862-986c3f48bd12 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dd0bbef3-5cf1-47c3-b862-986c3f48bd12 .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-79c0eca3-570c-4ad9-917a-3758ec097175 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-79c0eca3-570c-4ad9-917a-3758ec097175:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-79c0eca3-570c-4ad9-917a-3758ec097175:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-79c0eca3-570c-4ad9-917a-3758ec097175 {
  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-79c0eca3-570c-4ad9-917a-3758ec097175.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79c0eca3-570c-4ad9-917a-3758ec097175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-79c0eca3-570c-4ad9-917a-3758ec097175.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6233eeb2-74ab-4b5b-bb92-b19928702881 {
  display: none;
}
#s-6975292f-3ad4-457f-b5b5-20feb945a13d { text-align: left; }
#s-9eac7bff-2ecf-4b91-b12d-75132c82d7c3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9eac7bff-2ecf-4b91-b12d-75132c82d7c3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4c348e5b-c735-4909-bb37-a10f2542923c { text-align: left; }
#s-4c348e5b-c735-4909-bb37-a10f2542923c .shg-product-sold-out {
  display: none;
}

#s-4c348e5b-c735-4909-bb37-a10f2542923c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4c348e5b-c735-4909-bb37-a10f2542923c .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-cbb15250-46f2-45dd-ab47-8dc6e447ac63 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cbb15250-46f2-45dd-ab47-8dc6e447ac63:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cbb15250-46f2-45dd-ab47-8dc6e447ac63:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cbb15250-46f2-45dd-ab47-8dc6e447ac63 {
  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-cbb15250-46f2-45dd-ab47-8dc6e447ac63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbb15250-46f2-45dd-ab47-8dc6e447ac63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cbb15250-46f2-45dd-ab47-8dc6e447ac63.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f6c66095-3f8b-46e3-ba3c-75079fe3d86a {
  display: none;
}
#s-43f8b540-91ae-437b-8e60-a7e2f06322f9 { text-align: left; }
#s-e827ba63-edb9-4ef9-93e8-0471ca738452 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e827ba63-edb9-4ef9-93e8-0471ca738452 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e6b63463-3654-45e9-9471-3ef1f20e8ab0 { text-align: left; }
#s-e6b63463-3654-45e9-9471-3ef1f20e8ab0 .shg-product-sold-out {
  display: none;
}

#s-e6b63463-3654-45e9-9471-3ef1f20e8ab0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e6b63463-3654-45e9-9471-3ef1f20e8ab0 .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-a2f0dcb9-7689-4654-b468-0bb312ef6d27 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a2f0dcb9-7689-4654-b468-0bb312ef6d27:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a2f0dcb9-7689-4654-b468-0bb312ef6d27:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a2f0dcb9-7689-4654-b468-0bb312ef6d27 {
  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-a2f0dcb9-7689-4654-b468-0bb312ef6d27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2f0dcb9-7689-4654-b468-0bb312ef6d27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a2f0dcb9-7689-4654-b468-0bb312ef6d27.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0241183b-4a7d-4388-bb68-d34eaae87fb2 {
  display: none;
}
#s-5a4f7beb-ea95-4e8e-85cb-5e981b6635fa { text-align: left; }
#s-bc4a21cb-1d5b-40e1-833c-c8e213ae4ce1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bc4a21cb-1d5b-40e1-833c-c8e213ae4ce1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-49cf8678-dc1b-4b11-a070-c766d2a2dc7e { text-align: left; }
#s-49cf8678-dc1b-4b11-a070-c766d2a2dc7e .shg-product-sold-out {
  display: none;
}

#s-49cf8678-dc1b-4b11-a070-c766d2a2dc7e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-49cf8678-dc1b-4b11-a070-c766d2a2dc7e .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-2fb65d33-fd96-4339-a97c-e10a8342c118 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2fb65d33-fd96-4339-a97c-e10a8342c118:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2fb65d33-fd96-4339-a97c-e10a8342c118:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2fb65d33-fd96-4339-a97c-e10a8342c118 {
  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-2fb65d33-fd96-4339-a97c-e10a8342c118.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fb65d33-fd96-4339-a97c-e10a8342c118.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2fb65d33-fd96-4339-a97c-e10a8342c118.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;
}
