.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-2848ec0b-9d03-4e33-9aca-bc7fae94f27f {
  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-01fc4a6a-6c2d-4a99-9e07-7488182b133d { margin-top: 40px; }
#s-01fc4a6a-6c2d-4a99-9e07-7488182b133d .shogun-tabs {
  justify-content: center;
}


  #s-01fc4a6a-6c2d-4a99-9e07-7488182b133d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-01fc4a6a-6c2d-4a99-9e07-7488182b133d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-01fc4a6a-6c2d-4a99-9e07-7488182b133d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-01fc4a6a-6c2d-4a99-9e07-7488182b133d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-01fc4a6a-6c2d-4a99-9e07-7488182b133d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-01fc4a6a-6c2d-4a99-9e07-7488182b133d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-01fc4a6a-6c2d-4a99-9e07-7488182b133d .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-c2537716-e6f5-4e72-97e9-1fa7a2039f34 { padding-top: 10px;
padding-bottom: 10px; }
 #s-c2537716-e6f5-4e72-97e9-1fa7a2039f34 .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-f586fd92-d2a6-43a9-a9af-8e5692b9ebce .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-f586fd92-d2a6-43a9-a9af-8e5692b9ebce .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-f586fd92-d2a6-43a9-a9af-8e5692b9ebce .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-f586fd92-d2a6-43a9-a9af-8e5692b9ebce .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-f586fd92-d2a6-43a9-a9af-8e5692b9ebce .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-f586fd92-d2a6-43a9-a9af-8e5692b9ebce .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-f586fd92-d2a6-43a9-a9af-8e5692b9ebce .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-f586fd92-d2a6-43a9-a9af-8e5692b9ebce .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-f586fd92-d2a6-43a9-a9af-8e5692b9ebce .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-7e0ae883-081d-4430-802a-cc2979cbfbf2 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e0ae883-081d-4430-802a-cc2979cbfbf2"] > .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-70c8101a-2b63-4b6c-b023-0cced6768fda { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-ddff5b75-1402-478b-bd93-81530fe48ccc { 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-13e6c3e9-8050-4ea6-90e5-0160a418e5e4 { 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-13e6c3e9-8050-4ea6-90e5-0160a418e5e4: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-13e6c3e9-8050-4ea6-90e5-0160a418e5e4: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-13e6c3e9-8050-4ea6-90e5-0160a418e5e4.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-3ffab015-25a5-45dd-b24a-65e8af439b2c { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-bc6e1257-b7db-4359-b272-02dd7c8664f3 { 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-e2011913-d078-486e-8dbc-842eb5da5bb5 { 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-e2011913-d078-486e-8dbc-842eb5da5bb5: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-e2011913-d078-486e-8dbc-842eb5da5bb5: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-e2011913-d078-486e-8dbc-842eb5da5bb5.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-69c1c53c-db8b-4522-ad2c-8c2f61d7c0ad { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-a10c3190-a21c-419f-94fe-23be9db327d6 { 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-220fb03e-fb89-4c75-b470-09a8e96a905d { 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-220fb03e-fb89-4c75-b470-09a8e96a905d: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-220fb03e-fb89-4c75-b470-09a8e96a905d: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-220fb03e-fb89-4c75-b470-09a8e96a905d.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-15400821-ff50-44fa-ae0d-80cbfc3538da { min-height: 50px; }
#s-15400821-ff50-44fa-ae0d-80cbfc3538da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d57bbffb-46db-475e-9d5f-e568eb3a6aad { 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-d57bbffb-46db-475e-9d5f-e568eb3a6aad .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-aebc43d4-26aa-4ce2-a3cd-838bb33538ac {
  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-0d29c613-8dfe-4283-9766-e6a35dcabd9e { 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-0ef9d8b5-75fb-4ec7-8393-95ea10c3d6c4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0ef9d8b5-75fb-4ec7-8393-95ea10c3d6c4 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-5e1a8ea4-235d-495c-86c2-70288fadccdc {
  display: none;
}
#s-c0afe5c0-2982-4a6d-b2e1-d4aa6796758f { text-align: left; }
#s-9f75bd9c-06a7-4be5-a8d1-8d9f9227a621 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9f75bd9c-06a7-4be5-a8d1-8d9f9227a621 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-dc87eb95-3a27-40a0-be66-867f0eab2fd8 {
  display: none;
}
#s-ac7dafb3-1594-48eb-827c-3b5bfd8a4cd9 { text-align: left; }
#s-0768a58e-4b8b-45b3-bb9b-051bbd9e4f80 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0768a58e-4b8b-45b3-bb9b-051bbd9e4f80 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ea230626-0833-424e-9d69-1999dcfd3e23 {
  display: none;
}
#s-59a441d4-5f85-4c7b-99a7-f9a9282b2dd0 { text-align: left; }
#s-73b487a4-e3c2-416d-9971-0f175b0ad91d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-73b487a4-e3c2-416d-9971-0f175b0ad91d .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-eddb353d-86c6-45da-ae0c-05f84b87d501 {
  display: none;
}
#s-7d5ce77e-6456-4a8f-9f83-ce44f21338c1 { text-align: left; }
#s-372bdf27-1016-4bf4-8705-2e58b60d8b55 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-372bdf27-1016-4bf4-8705-2e58b60d8b55 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-812e2b0d-5600-452a-94d1-769ecedee3c1 { text-align: left; }
#s-812e2b0d-5600-452a-94d1-769ecedee3c1 .shg-product-sold-out {
  display: none;
}

#s-812e2b0d-5600-452a-94d1-769ecedee3c1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-812e2b0d-5600-452a-94d1-769ecedee3c1 .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-3ee65c4f-49af-4f6d-92a6-ce03d4d9d71e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3ee65c4f-49af-4f6d-92a6-ce03d4d9d71e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3ee65c4f-49af-4f6d-92a6-ce03d4d9d71e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3ee65c4f-49af-4f6d-92a6-ce03d4d9d71e {
  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-3ee65c4f-49af-4f6d-92a6-ce03d4d9d71e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ee65c4f-49af-4f6d-92a6-ce03d4d9d71e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3ee65c4f-49af-4f6d-92a6-ce03d4d9d71e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8d1af2db-0571-4c65-96df-0ef7aecfa88a {
  display: none;
}
#s-52a21a47-406d-44ac-93e6-232328d419cd { text-align: left; }
#s-a770416f-1174-4aaa-b469-88b340c6a265 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a770416f-1174-4aaa-b469-88b340c6a265 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c984a1fa-3b21-4c94-aebe-e23e389417fb { text-align: left; }
#s-c984a1fa-3b21-4c94-aebe-e23e389417fb .shg-product-sold-out {
  display: none;
}

#s-c984a1fa-3b21-4c94-aebe-e23e389417fb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c984a1fa-3b21-4c94-aebe-e23e389417fb .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-9b316439-7b54-42d8-b6ec-a019fa6635bb { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9b316439-7b54-42d8-b6ec-a019fa6635bb:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9b316439-7b54-42d8-b6ec-a019fa6635bb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9b316439-7b54-42d8-b6ec-a019fa6635bb {
  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-9b316439-7b54-42d8-b6ec-a019fa6635bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b316439-7b54-42d8-b6ec-a019fa6635bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9b316439-7b54-42d8-b6ec-a019fa6635bb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-451c108c-8037-4a52-afcc-d0ce3285ca27 {
  display: none;
}
#s-f880712a-464e-42ba-afaf-990d74a63271 { text-align: left; }
#s-b93ef148-ae1a-46dd-9185-2e771eb960ec { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b93ef148-ae1a-46dd-9185-2e771eb960ec .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-eb47e94a-61f2-4e16-8454-d7342f991ab9 { text-align: left; }
#s-eb47e94a-61f2-4e16-8454-d7342f991ab9 .shg-product-sold-out {
  display: none;
}

#s-eb47e94a-61f2-4e16-8454-d7342f991ab9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-eb47e94a-61f2-4e16-8454-d7342f991ab9 .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-18a56dc0-d7c3-4e49-b7df-c06f3a5b01b1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-18a56dc0-d7c3-4e49-b7df-c06f3a5b01b1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-18a56dc0-d7c3-4e49-b7df-c06f3a5b01b1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-18a56dc0-d7c3-4e49-b7df-c06f3a5b01b1 {
  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-18a56dc0-d7c3-4e49-b7df-c06f3a5b01b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18a56dc0-d7c3-4e49-b7df-c06f3a5b01b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-18a56dc0-d7c3-4e49-b7df-c06f3a5b01b1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-334bdfef-e092-4d6b-9ac0-d974207f49c0 {
  display: none;
}
#s-08371274-9c37-4a74-822c-b908f1f4cdad { text-align: left; }
#s-b9070dc5-0efc-44be-8a63-ff8225f7c90a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b9070dc5-0efc-44be-8a63-ff8225f7c90a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ca53da5b-efe2-4146-b34a-dc38889aa0c2 { text-align: left; }
#s-ca53da5b-efe2-4146-b34a-dc38889aa0c2 .shg-product-sold-out {
  display: none;
}

#s-ca53da5b-efe2-4146-b34a-dc38889aa0c2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ca53da5b-efe2-4146-b34a-dc38889aa0c2 .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-f5a6a547-e450-400c-9b83-8f432dd7e946 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f5a6a547-e450-400c-9b83-8f432dd7e946:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f5a6a547-e450-400c-9b83-8f432dd7e946:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f5a6a547-e450-400c-9b83-8f432dd7e946 {
  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-f5a6a547-e450-400c-9b83-8f432dd7e946.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5a6a547-e450-400c-9b83-8f432dd7e946.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f5a6a547-e450-400c-9b83-8f432dd7e946.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fb4c13ab-df2a-40b5-8f17-3e843502a13c {
  display: none;
}
#s-daa2e577-b6ce-42d3-a001-cdd516d52932 { text-align: left; }
#s-fb0a6241-62ca-41db-8761-a0639cc242f6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fb0a6241-62ca-41db-8761-a0639cc242f6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-dbbddc2c-06c4-466d-99b5-c047e93c47d2 { text-align: left; }
#s-dbbddc2c-06c4-466d-99b5-c047e93c47d2 .shg-product-sold-out {
  display: none;
}

#s-dbbddc2c-06c4-466d-99b5-c047e93c47d2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dbbddc2c-06c4-466d-99b5-c047e93c47d2 .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-b4cc6d0d-38db-4ec3-b53c-65bef89347e6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b4cc6d0d-38db-4ec3-b53c-65bef89347e6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b4cc6d0d-38db-4ec3-b53c-65bef89347e6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b4cc6d0d-38db-4ec3-b53c-65bef89347e6 {
  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-b4cc6d0d-38db-4ec3-b53c-65bef89347e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4cc6d0d-38db-4ec3-b53c-65bef89347e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b4cc6d0d-38db-4ec3-b53c-65bef89347e6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-905507f5-46f1-4cbc-901f-4a83effe8c9e {
  display: none;
}
#s-1523d70b-497e-4a66-b93f-a469f1b44468 { text-align: left; }
#s-fe6e8306-e672-4818-9ab1-10e04277466b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fe6e8306-e672-4818-9ab1-10e04277466b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8336b896-7498-4ec1-a5e6-eebf52d4684d { text-align: left; }
#s-8336b896-7498-4ec1-a5e6-eebf52d4684d .shg-product-sold-out {
  display: none;
}

#s-8336b896-7498-4ec1-a5e6-eebf52d4684d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8336b896-7498-4ec1-a5e6-eebf52d4684d .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-3b247bc4-190c-40e8-9cff-53014df665d4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3b247bc4-190c-40e8-9cff-53014df665d4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3b247bc4-190c-40e8-9cff-53014df665d4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3b247bc4-190c-40e8-9cff-53014df665d4 {
  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-3b247bc4-190c-40e8-9cff-53014df665d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b247bc4-190c-40e8-9cff-53014df665d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3b247bc4-190c-40e8-9cff-53014df665d4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-81432325-7739-4e13-bcdc-6e277e3fed4f {
  display: none;
}
#s-3b4bcb23-c0da-4b5c-9535-ec3a07431dd2 { text-align: left; }
#s-25d90d9f-f9c0-4ad5-9f60-01b1b764291f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-25d90d9f-f9c0-4ad5-9f60-01b1b764291f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fd255805-82c9-4e81-a9be-cccfe662839b { text-align: left; }
#s-fd255805-82c9-4e81-a9be-cccfe662839b .shg-product-sold-out {
  display: none;
}

#s-fd255805-82c9-4e81-a9be-cccfe662839b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fd255805-82c9-4e81-a9be-cccfe662839b .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-54f590fd-9e29-4353-8e11-bcfa66051c5e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-54f590fd-9e29-4353-8e11-bcfa66051c5e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-54f590fd-9e29-4353-8e11-bcfa66051c5e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-54f590fd-9e29-4353-8e11-bcfa66051c5e {
  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-54f590fd-9e29-4353-8e11-bcfa66051c5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54f590fd-9e29-4353-8e11-bcfa66051c5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-54f590fd-9e29-4353-8e11-bcfa66051c5e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-46c5bad7-38e0-451b-b5f2-2f2d0301324c {
  display: none;
}
#s-a39d407d-2ff2-4082-8156-54eb0fae8cb1 { text-align: left; }
#s-0f052a75-a4df-430f-a6c7-14d0a678401e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0f052a75-a4df-430f-a6c7-14d0a678401e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d12b9855-346a-474f-ad81-a46c9332955d { text-align: left; }
#s-d12b9855-346a-474f-ad81-a46c9332955d .shg-product-sold-out {
  display: none;
}

#s-d12b9855-346a-474f-ad81-a46c9332955d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d12b9855-346a-474f-ad81-a46c9332955d .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-9be12240-9ab9-4185-81d9-c0109a2a57e5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9be12240-9ab9-4185-81d9-c0109a2a57e5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9be12240-9ab9-4185-81d9-c0109a2a57e5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9be12240-9ab9-4185-81d9-c0109a2a57e5 {
  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-9be12240-9ab9-4185-81d9-c0109a2a57e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9be12240-9ab9-4185-81d9-c0109a2a57e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9be12240-9ab9-4185-81d9-c0109a2a57e5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b3dc4a8c-728c-44b4-873c-ad042baad4ba {
  display: none;
}
#s-ab84c26f-5d8f-4cc4-a4dc-8b839f3234b1 { text-align: left; }
#s-2847ca16-fd10-48e4-9170-e775c4aa8dfe { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2847ca16-fd10-48e4-9170-e775c4aa8dfe .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-18b81ef1-47ad-420e-9c65-6330aebc834c { text-align: left; }
#s-18b81ef1-47ad-420e-9c65-6330aebc834c .shg-product-sold-out {
  display: none;
}

#s-18b81ef1-47ad-420e-9c65-6330aebc834c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-18b81ef1-47ad-420e-9c65-6330aebc834c .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-6d687027-58e2-4505-b1fb-7ca06cf838c2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6d687027-58e2-4505-b1fb-7ca06cf838c2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6d687027-58e2-4505-b1fb-7ca06cf838c2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6d687027-58e2-4505-b1fb-7ca06cf838c2 {
  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-6d687027-58e2-4505-b1fb-7ca06cf838c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d687027-58e2-4505-b1fb-7ca06cf838c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6d687027-58e2-4505-b1fb-7ca06cf838c2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-80af9dfb-b825-426c-8053-9c873f0adab8 {
  display: none;
}
#s-31ee4c6b-654c-47c4-ba8b-9f9e7bf20bcc { text-align: left; }
#s-3066c358-f564-4c7a-88a0-f616eb5e7b65 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3066c358-f564-4c7a-88a0-f616eb5e7b65 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a52abcbf-e716-4764-bad0-1453fa9f310f { text-align: left; }
#s-a52abcbf-e716-4764-bad0-1453fa9f310f .shg-product-sold-out {
  display: none;
}

#s-a52abcbf-e716-4764-bad0-1453fa9f310f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a52abcbf-e716-4764-bad0-1453fa9f310f .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-51bbd410-42df-440b-a4aa-b795d9614a9f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-51bbd410-42df-440b-a4aa-b795d9614a9f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-51bbd410-42df-440b-a4aa-b795d9614a9f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-51bbd410-42df-440b-a4aa-b795d9614a9f {
  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-51bbd410-42df-440b-a4aa-b795d9614a9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51bbd410-42df-440b-a4aa-b795d9614a9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-51bbd410-42df-440b-a4aa-b795d9614a9f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c595fd4c-600e-4b00-a577-b76cb6f002f2 {
  display: none;
}
#s-ee1d2219-6a3c-48be-a426-129ed583ed89 { text-align: left; }
#s-ba4377d6-8736-4dcc-9fe2-a284c6248342 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ba4377d6-8736-4dcc-9fe2-a284c6248342 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cbb5a79c-bcfb-4c7c-8697-4c7f725d5fde { text-align: left; }
#s-cbb5a79c-bcfb-4c7c-8697-4c7f725d5fde .shg-product-sold-out {
  display: none;
}

#s-cbb5a79c-bcfb-4c7c-8697-4c7f725d5fde .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cbb5a79c-bcfb-4c7c-8697-4c7f725d5fde .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-4cc01c5d-8a8b-4f65-84f3-c0e6a3ef5e0c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4cc01c5d-8a8b-4f65-84f3-c0e6a3ef5e0c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4cc01c5d-8a8b-4f65-84f3-c0e6a3ef5e0c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4cc01c5d-8a8b-4f65-84f3-c0e6a3ef5e0c {
  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-4cc01c5d-8a8b-4f65-84f3-c0e6a3ef5e0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cc01c5d-8a8b-4f65-84f3-c0e6a3ef5e0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4cc01c5d-8a8b-4f65-84f3-c0e6a3ef5e0c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f7e27b36-c10c-49d5-8229-6f9c39f17ac1 {
  display: none;
}
#s-75275017-efa4-4271-82f5-18e9ae0f087d { text-align: left; }
#s-39d2ca86-20ff-4086-abc7-1f189ccd6d45 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-39d2ca86-20ff-4086-abc7-1f189ccd6d45 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-16c33a86-eac6-4fac-b5ca-83f682d4f3d7 { text-align: left; }
#s-16c33a86-eac6-4fac-b5ca-83f682d4f3d7 .shg-product-sold-out {
  display: none;
}

#s-16c33a86-eac6-4fac-b5ca-83f682d4f3d7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-16c33a86-eac6-4fac-b5ca-83f682d4f3d7 .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-3d71af90-eed9-4690-9a53-37c07233aed4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3d71af90-eed9-4690-9a53-37c07233aed4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3d71af90-eed9-4690-9a53-37c07233aed4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3d71af90-eed9-4690-9a53-37c07233aed4 {
  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-3d71af90-eed9-4690-9a53-37c07233aed4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d71af90-eed9-4690-9a53-37c07233aed4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3d71af90-eed9-4690-9a53-37c07233aed4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2f389cb5-05db-42fd-afb2-137b6a4d0b36 {
  display: none;
}
#s-13b4f030-b526-410e-a5da-e3ce285de660 { text-align: left; }
#s-03e5a3a9-3b0e-433e-b701-851502242d7a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-03e5a3a9-3b0e-433e-b701-851502242d7a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-335347e7-e2d0-47f0-97c3-51c2b6f1aac0 { text-align: left; }
#s-335347e7-e2d0-47f0-97c3-51c2b6f1aac0 .shg-product-sold-out {
  display: none;
}

#s-335347e7-e2d0-47f0-97c3-51c2b6f1aac0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-335347e7-e2d0-47f0-97c3-51c2b6f1aac0 .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-b1a99684-99fa-478d-b8b6-014ca3abddbf { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b1a99684-99fa-478d-b8b6-014ca3abddbf:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b1a99684-99fa-478d-b8b6-014ca3abddbf:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b1a99684-99fa-478d-b8b6-014ca3abddbf {
  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-b1a99684-99fa-478d-b8b6-014ca3abddbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1a99684-99fa-478d-b8b6-014ca3abddbf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b1a99684-99fa-478d-b8b6-014ca3abddbf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fcad1afa-6e4d-43fc-a500-7c2911299ab2 {
  display: none;
}
#s-f66a544b-fb68-4685-93fa-a9a2c38f95ab { text-align: left; }
#s-c96481f3-53c0-4a24-bdb9-9d98dd6abe1d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c96481f3-53c0-4a24-bdb9-9d98dd6abe1d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-53d169ec-34e3-4f96-9cb6-ad5a4ff638ce { text-align: left; }
#s-53d169ec-34e3-4f96-9cb6-ad5a4ff638ce .shg-product-sold-out {
  display: none;
}

#s-53d169ec-34e3-4f96-9cb6-ad5a4ff638ce .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-53d169ec-34e3-4f96-9cb6-ad5a4ff638ce .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-d86e9e7c-913e-460b-a1a3-ff9f8feed8cb { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d86e9e7c-913e-460b-a1a3-ff9f8feed8cb:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d86e9e7c-913e-460b-a1a3-ff9f8feed8cb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d86e9e7c-913e-460b-a1a3-ff9f8feed8cb {
  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-d86e9e7c-913e-460b-a1a3-ff9f8feed8cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d86e9e7c-913e-460b-a1a3-ff9f8feed8cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d86e9e7c-913e-460b-a1a3-ff9f8feed8cb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c3bd9a7f-8004-427a-9d77-575f06b6360a {
  display: none;
}
#s-7888d02e-0b26-466d-875b-65bdb874de77 { text-align: left; }
#s-6ee4867d-5bfe-4a35-b896-f8682216f024 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6ee4867d-5bfe-4a35-b896-f8682216f024 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5d8d2261-6805-4abc-8cc5-48071f05f145 { text-align: left; }
#s-5d8d2261-6805-4abc-8cc5-48071f05f145 .shg-product-sold-out {
  display: none;
}

#s-5d8d2261-6805-4abc-8cc5-48071f05f145 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5d8d2261-6805-4abc-8cc5-48071f05f145 .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-d83f313f-5f08-4a32-b5ee-9f55b3abebe3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d83f313f-5f08-4a32-b5ee-9f55b3abebe3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d83f313f-5f08-4a32-b5ee-9f55b3abebe3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d83f313f-5f08-4a32-b5ee-9f55b3abebe3 {
  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-d83f313f-5f08-4a32-b5ee-9f55b3abebe3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d83f313f-5f08-4a32-b5ee-9f55b3abebe3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d83f313f-5f08-4a32-b5ee-9f55b3abebe3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7648689a-526a-4c50-9516-2a958bdccec8 {
  display: none;
}
#s-a7e99c5e-fe1e-4565-919c-8226a941244f { text-align: left; }
#s-61a064d4-fe74-4fbc-8df6-811b9b4f18b1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-61a064d4-fe74-4fbc-8df6-811b9b4f18b1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b2066762-59f0-4262-9f81-9bcba162a959 { text-align: left; }
#s-b2066762-59f0-4262-9f81-9bcba162a959 .shg-product-sold-out {
  display: none;
}

#s-b2066762-59f0-4262-9f81-9bcba162a959 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b2066762-59f0-4262-9f81-9bcba162a959 .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-63999ffc-f3d7-46ed-8e16-239d345c9d0c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-63999ffc-f3d7-46ed-8e16-239d345c9d0c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-63999ffc-f3d7-46ed-8e16-239d345c9d0c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-63999ffc-f3d7-46ed-8e16-239d345c9d0c {
  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-63999ffc-f3d7-46ed-8e16-239d345c9d0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63999ffc-f3d7-46ed-8e16-239d345c9d0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-63999ffc-f3d7-46ed-8e16-239d345c9d0c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-415957ae-b51a-46cb-b2e0-6099fe300379 {
  display: none;
}
#s-f17a5932-cfc4-4bc3-bc99-ec037d89991f { text-align: left; }
#s-22f7eb61-293b-4f8b-a59b-2c160b9a0d92 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-22f7eb61-293b-4f8b-a59b-2c160b9a0d92 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d014a80d-3f62-494a-a8cc-d74f178b52e2 { text-align: left; }
#s-d014a80d-3f62-494a-a8cc-d74f178b52e2 .shg-product-sold-out {
  display: none;
}

#s-d014a80d-3f62-494a-a8cc-d74f178b52e2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d014a80d-3f62-494a-a8cc-d74f178b52e2 .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-3b8184c4-f365-467f-9fc5-a48c7e2845b2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3b8184c4-f365-467f-9fc5-a48c7e2845b2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3b8184c4-f365-467f-9fc5-a48c7e2845b2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3b8184c4-f365-467f-9fc5-a48c7e2845b2 {
  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-3b8184c4-f365-467f-9fc5-a48c7e2845b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b8184c4-f365-467f-9fc5-a48c7e2845b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3b8184c4-f365-467f-9fc5-a48c7e2845b2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1e1eb287-b2a6-4ccf-ad41-5e2c8fd3a135 {
  display: none;
}
#s-736522b9-b1e9-4117-a974-4a02e3e0242f { text-align: left; }
#s-298ddb31-d530-4a55-9298-7d96c879719a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-298ddb31-d530-4a55-9298-7d96c879719a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-59650de7-4b96-4d32-b23d-af1eced0205b { text-align: left; }
#s-59650de7-4b96-4d32-b23d-af1eced0205b .shg-product-sold-out {
  display: none;
}

#s-59650de7-4b96-4d32-b23d-af1eced0205b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-59650de7-4b96-4d32-b23d-af1eced0205b .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-f3c3eac8-ec8b-4f0f-9ddf-0f663f3f2c6d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f3c3eac8-ec8b-4f0f-9ddf-0f663f3f2c6d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f3c3eac8-ec8b-4f0f-9ddf-0f663f3f2c6d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f3c3eac8-ec8b-4f0f-9ddf-0f663f3f2c6d {
  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-f3c3eac8-ec8b-4f0f-9ddf-0f663f3f2c6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3c3eac8-ec8b-4f0f-9ddf-0f663f3f2c6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f3c3eac8-ec8b-4f0f-9ddf-0f663f3f2c6d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6d93fa7b-85c3-4d39-83d7-a8cbbd90f936 {
  display: none;
}
#s-7ae1a27a-0a6b-4d81-b538-3b8a44950163 { text-align: left; }
#s-cda75723-6e0d-4789-b6d1-955709a8382c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cda75723-6e0d-4789-b6d1-955709a8382c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fb202507-6740-4f03-a1c4-631f1bf6db5b { text-align: left; }
#s-fb202507-6740-4f03-a1c4-631f1bf6db5b .shg-product-sold-out {
  display: none;
}

#s-fb202507-6740-4f03-a1c4-631f1bf6db5b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fb202507-6740-4f03-a1c4-631f1bf6db5b .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-979e4597-9700-4515-bcbb-626653d6c2c8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-979e4597-9700-4515-bcbb-626653d6c2c8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-979e4597-9700-4515-bcbb-626653d6c2c8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-979e4597-9700-4515-bcbb-626653d6c2c8 {
  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-979e4597-9700-4515-bcbb-626653d6c2c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-979e4597-9700-4515-bcbb-626653d6c2c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-979e4597-9700-4515-bcbb-626653d6c2c8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-859aaf2f-dd19-48ac-ad9f-ced7071c5c0a {
  display: none;
}
#s-8c00e0ff-e1f8-45da-88de-54b69ed5fe3c { text-align: left; }
#s-eb3931d7-a303-47ba-8424-9e981a941401 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-eb3931d7-a303-47ba-8424-9e981a941401 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8ef72b2c-4198-4a19-af75-99d28072464b { text-align: left; }
#s-8ef72b2c-4198-4a19-af75-99d28072464b .shg-product-sold-out {
  display: none;
}

#s-8ef72b2c-4198-4a19-af75-99d28072464b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8ef72b2c-4198-4a19-af75-99d28072464b .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-8e666294-0408-4d7d-96bc-6052f4674504 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8e666294-0408-4d7d-96bc-6052f4674504:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8e666294-0408-4d7d-96bc-6052f4674504:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8e666294-0408-4d7d-96bc-6052f4674504 {
  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-8e666294-0408-4d7d-96bc-6052f4674504.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e666294-0408-4d7d-96bc-6052f4674504.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8e666294-0408-4d7d-96bc-6052f4674504.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3d61f98c-93b3-401b-99e5-ec955b945cdd {
  display: none;
}
#s-b05ce9d8-8c0e-420c-9976-00f2406cabe7 { text-align: left; }
#s-03debe24-9781-4f0c-b8e2-e47618c6f1cb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-03debe24-9781-4f0c-b8e2-e47618c6f1cb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-061ee0d0-255f-42cb-a95c-3f7c4c9b17bd { text-align: left; }
#s-061ee0d0-255f-42cb-a95c-3f7c4c9b17bd .shg-product-sold-out {
  display: none;
}

#s-061ee0d0-255f-42cb-a95c-3f7c4c9b17bd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-061ee0d0-255f-42cb-a95c-3f7c4c9b17bd .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-75c93310-7dda-4d90-a2fe-ec0448fbcdb6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-75c93310-7dda-4d90-a2fe-ec0448fbcdb6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-75c93310-7dda-4d90-a2fe-ec0448fbcdb6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-75c93310-7dda-4d90-a2fe-ec0448fbcdb6 {
  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-75c93310-7dda-4d90-a2fe-ec0448fbcdb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75c93310-7dda-4d90-a2fe-ec0448fbcdb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-75c93310-7dda-4d90-a2fe-ec0448fbcdb6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e7ec4ec9-c389-45a3-b746-7b8f0b1bc5ed {
  display: none;
}
#s-9d888522-24fa-478d-92a1-5ec145e018f0 { text-align: left; }
#s-e9b12e51-d825-4693-b657-d7f28a99b7b2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e9b12e51-d825-4693-b657-d7f28a99b7b2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-96e0a5ba-8616-41e4-b92f-36bde81f3b44 { text-align: left; }
#s-96e0a5ba-8616-41e4-b92f-36bde81f3b44 .shg-product-sold-out {
  display: none;
}

#s-96e0a5ba-8616-41e4-b92f-36bde81f3b44 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-96e0a5ba-8616-41e4-b92f-36bde81f3b44 .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-29b58fbb-8429-4aa8-95ca-b5bde9166599 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-29b58fbb-8429-4aa8-95ca-b5bde9166599:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-29b58fbb-8429-4aa8-95ca-b5bde9166599:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-29b58fbb-8429-4aa8-95ca-b5bde9166599 {
  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-29b58fbb-8429-4aa8-95ca-b5bde9166599.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29b58fbb-8429-4aa8-95ca-b5bde9166599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-29b58fbb-8429-4aa8-95ca-b5bde9166599.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5c099556-0665-4f1c-bb94-2badd44b0445 {
  display: none;
}
#s-c4cd20c8-717e-41f8-a554-887cc2843d18 { text-align: left; }
#s-6e849e6b-c824-42f8-8224-1c293e806546 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6e849e6b-c824-42f8-8224-1c293e806546 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-02701ede-cd10-4ee2-9300-f0380c4a1984 { text-align: left; }
#s-02701ede-cd10-4ee2-9300-f0380c4a1984 .shg-product-sold-out {
  display: none;
}

#s-02701ede-cd10-4ee2-9300-f0380c4a1984 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-02701ede-cd10-4ee2-9300-f0380c4a1984 .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-601354c8-118b-4807-871e-49f21e1be017 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-601354c8-118b-4807-871e-49f21e1be017:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-601354c8-118b-4807-871e-49f21e1be017:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-601354c8-118b-4807-871e-49f21e1be017 {
  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-601354c8-118b-4807-871e-49f21e1be017.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-601354c8-118b-4807-871e-49f21e1be017.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-601354c8-118b-4807-871e-49f21e1be017.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f28facec-0a1e-4a3a-82bc-3ca88a6fbc17 {
  display: none;
}
#s-47d386ed-1075-4f82-a8fb-373f0d0c413a { text-align: left; }
#s-08038bb2-67bf-4736-9a4c-3fa4e50710b3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-08038bb2-67bf-4736-9a4c-3fa4e50710b3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6f9312c0-670a-474d-8060-3fdfc023c37a { text-align: left; }
#s-6f9312c0-670a-474d-8060-3fdfc023c37a .shg-product-sold-out {
  display: none;
}

#s-6f9312c0-670a-474d-8060-3fdfc023c37a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6f9312c0-670a-474d-8060-3fdfc023c37a .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-ceff7620-c6f6-423c-80b5-d56407ca909c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ceff7620-c6f6-423c-80b5-d56407ca909c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ceff7620-c6f6-423c-80b5-d56407ca909c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ceff7620-c6f6-423c-80b5-d56407ca909c {
  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-ceff7620-c6f6-423c-80b5-d56407ca909c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ceff7620-c6f6-423c-80b5-d56407ca909c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ceff7620-c6f6-423c-80b5-d56407ca909c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-229f096c-aa56-475d-8578-4b727e6fa8f5 {
  display: none;
}
#s-8aaaea8e-3d7d-4677-a60a-93f7cf597077 { text-align: left; }
#s-6fa7691d-1630-4ebc-8e0d-8c632e5af940 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6fa7691d-1630-4ebc-8e0d-8c632e5af940 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e9bafccb-52d4-4c95-b0f9-ee7cf9d6ed7e { text-align: left; }
#s-e9bafccb-52d4-4c95-b0f9-ee7cf9d6ed7e .shg-product-sold-out {
  display: none;
}

#s-e9bafccb-52d4-4c95-b0f9-ee7cf9d6ed7e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e9bafccb-52d4-4c95-b0f9-ee7cf9d6ed7e .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-0ba94cee-1720-4a68-914f-f73eaa2f34a6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0ba94cee-1720-4a68-914f-f73eaa2f34a6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0ba94cee-1720-4a68-914f-f73eaa2f34a6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0ba94cee-1720-4a68-914f-f73eaa2f34a6 {
  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-0ba94cee-1720-4a68-914f-f73eaa2f34a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ba94cee-1720-4a68-914f-f73eaa2f34a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0ba94cee-1720-4a68-914f-f73eaa2f34a6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ab166493-9212-414b-bcec-50fbdc3ea336 {
  display: none;
}
#s-f508b662-0be3-4d32-be19-cd082de8af97 { text-align: left; }
#s-c3426856-4c4c-4263-8861-caa193f626c9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c3426856-4c4c-4263-8861-caa193f626c9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2a957011-7aee-4df3-a954-261896a16517 { text-align: left; }
#s-2a957011-7aee-4df3-a954-261896a16517 .shg-product-sold-out {
  display: none;
}

#s-2a957011-7aee-4df3-a954-261896a16517 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2a957011-7aee-4df3-a954-261896a16517 .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-873e2dae-c881-40af-8f21-8cc9a48b3286 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-873e2dae-c881-40af-8f21-8cc9a48b3286:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-873e2dae-c881-40af-8f21-8cc9a48b3286:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-873e2dae-c881-40af-8f21-8cc9a48b3286 {
  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-873e2dae-c881-40af-8f21-8cc9a48b3286.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-873e2dae-c881-40af-8f21-8cc9a48b3286.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-873e2dae-c881-40af-8f21-8cc9a48b3286.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5636613c-a7a1-4df9-8870-ba9be404beff {
  display: none;
}
#s-7fdf6eaa-6183-4e9b-a589-fadb30151c72 { text-align: left; }
#s-6822d828-15e0-4f80-b6f7-3c36bd9ec3c8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6822d828-15e0-4f80-b6f7-3c36bd9ec3c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c66b11d9-8103-4617-80af-926e1d8ef70b { text-align: left; }
#s-c66b11d9-8103-4617-80af-926e1d8ef70b .shg-product-sold-out {
  display: none;
}

#s-c66b11d9-8103-4617-80af-926e1d8ef70b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c66b11d9-8103-4617-80af-926e1d8ef70b .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-da69e33b-a5ef-4ee2-9815-d22478007e06 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-da69e33b-a5ef-4ee2-9815-d22478007e06:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-da69e33b-a5ef-4ee2-9815-d22478007e06:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-da69e33b-a5ef-4ee2-9815-d22478007e06 {
  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-da69e33b-a5ef-4ee2-9815-d22478007e06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da69e33b-a5ef-4ee2-9815-d22478007e06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-da69e33b-a5ef-4ee2-9815-d22478007e06.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;
}
