.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-1ac1dde0-6f08-4ff4-9363-1af5050706f8 {
  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-2a59876a-ad27-4501-bcfc-422a468a062e { margin-top: 40px; }
#s-2a59876a-ad27-4501-bcfc-422a468a062e .shogun-tabs {
  justify-content: center;
}


  #s-2a59876a-ad27-4501-bcfc-422a468a062e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-2a59876a-ad27-4501-bcfc-422a468a062e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-2a59876a-ad27-4501-bcfc-422a468a062e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-2a59876a-ad27-4501-bcfc-422a468a062e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-2a59876a-ad27-4501-bcfc-422a468a062e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-2a59876a-ad27-4501-bcfc-422a468a062e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-2a59876a-ad27-4501-bcfc-422a468a062e .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-182c679e-bd02-456d-8ede-165191c81f75 { padding-top: 10px;
padding-bottom: 10px; }
 #s-182c679e-bd02-456d-8ede-165191c81f75 .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-595b9725-2206-433d-897b-e4724be15922 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-595b9725-2206-433d-897b-e4724be15922 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-595b9725-2206-433d-897b-e4724be15922 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-595b9725-2206-433d-897b-e4724be15922 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-595b9725-2206-433d-897b-e4724be15922 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-595b9725-2206-433d-897b-e4724be15922 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-595b9725-2206-433d-897b-e4724be15922 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-595b9725-2206-433d-897b-e4724be15922 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-595b9725-2206-433d-897b-e4724be15922 .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-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4cbfd231-4fc7-4364-a2a0-90cb5ef70dd8"] > .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-248d241b-91c0-4f1f-a018-f442d1214f94 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-fb99543e-2f5a-481c-bbac-8cd79903c1f7 { 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-452f6727-cea3-47cc-8057-cc935e2a74d2 { 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-452f6727-cea3-47cc-8057-cc935e2a74d2: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-452f6727-cea3-47cc-8057-cc935e2a74d2: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-452f6727-cea3-47cc-8057-cc935e2a74d2.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-c76f42f4-a51c-4d97-9396-5436bfa48ff1 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-0de6b23f-4fec-426f-ac7d-a75fa89c550e { 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-f0e0ad38-0478-4eed-8336-8fef94f62fa8 { 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-f0e0ad38-0478-4eed-8336-8fef94f62fa8: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-f0e0ad38-0478-4eed-8336-8fef94f62fa8: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-f0e0ad38-0478-4eed-8336-8fef94f62fa8.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-e6339ff0-4c8e-43ee-af87-01f6fc20c860 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-4fba596d-d580-456d-8377-d54a5656fbc1 { 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-c4f6e916-6504-4ce8-8af8-4d26671a1d09 { 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-c4f6e916-6504-4ce8-8af8-4d26671a1d09: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-c4f6e916-6504-4ce8-8af8-4d26671a1d09: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-c4f6e916-6504-4ce8-8af8-4d26671a1d09.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-ffedc94c-b895-4fc8-bab5-9998b97df296 { min-height: 50px; }
#s-ffedc94c-b895-4fc8-bab5-9998b97df296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9bc30184-b0cf-4221-92bd-97fd80aa807e { 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-9bc30184-b0cf-4221-92bd-97fd80aa807e .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-a0575044-674c-49bc-9c09-08189ddb84c6 {
  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-cec11c76-d6d6-4cc1-a0be-a595ca934a13 { 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-9c044e84-cc9d-4860-bafe-6c354acbe771 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9c044e84-cc9d-4860-bafe-6c354acbe771 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b99a3a55-b874-4727-9a61-611ee1df4239 {
  display: none;
}
#s-ca9fefe5-d5b8-40f6-92ad-df7ab0323c8b { text-align: left; }
#s-d5fb30c0-ee5c-4750-a0d7-af1064a61c07 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d5fb30c0-ee5c-4750-a0d7-af1064a61c07 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a1481b5a-66ff-4e51-91e7-1ee09a3dfcb3 {
  display: none;
}
#s-f15d87c8-4505-494c-b7cd-24fc14948e6e { text-align: left; }
#s-585b41f9-3240-4a84-b150-735496c6762f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-585b41f9-3240-4a84-b150-735496c6762f .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-00cab28d-ad8b-42dd-b466-7eea7669da07 {
  display: none;
}
#s-49e28937-8a9b-43c8-a166-d7b2f26bec1f { text-align: left; }
#s-288668af-d8dd-45a1-ae9e-9ec780e66bb1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-288668af-d8dd-45a1-ae9e-9ec780e66bb1 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a06e0b65-cb88-4d64-866d-a9dd315e1a90 {
  display: none;
}
#s-b711106b-fb91-489a-9492-87a0c472dcc2 { text-align: left; }
#s-a5a465e6-888d-41c9-9f42-9ed14f80f653 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a5a465e6-888d-41c9-9f42-9ed14f80f653 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-67386501-755a-4281-b57b-a177adabd642 { text-align: left; }
#s-67386501-755a-4281-b57b-a177adabd642 .shg-product-sold-out {
  display: none;
}

#s-67386501-755a-4281-b57b-a177adabd642 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-67386501-755a-4281-b57b-a177adabd642 .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-371ec72d-c2d9-421e-be5d-028be7be8586 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-371ec72d-c2d9-421e-be5d-028be7be8586:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-371ec72d-c2d9-421e-be5d-028be7be8586:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-371ec72d-c2d9-421e-be5d-028be7be8586 {
  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-371ec72d-c2d9-421e-be5d-028be7be8586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-371ec72d-c2d9-421e-be5d-028be7be8586.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-371ec72d-c2d9-421e-be5d-028be7be8586.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7238101e-8ea6-422f-a68e-d5dcd5667cf4 {
  display: none;
}
#s-9aec063b-2091-44aa-b65a-49cdc6208c8b { text-align: left; }
#s-69b4adb0-b15b-45d9-b938-7a344045ab61 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-69b4adb0-b15b-45d9-b938-7a344045ab61 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6eee1e3f-8bbe-4682-a413-54b63f7fda66 { text-align: left; }
#s-6eee1e3f-8bbe-4682-a413-54b63f7fda66 .shg-product-sold-out {
  display: none;
}

#s-6eee1e3f-8bbe-4682-a413-54b63f7fda66 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6eee1e3f-8bbe-4682-a413-54b63f7fda66 .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-54b7f6f7-ecb4-4500-b37f-6e37db5a3db6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-54b7f6f7-ecb4-4500-b37f-6e37db5a3db6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-54b7f6f7-ecb4-4500-b37f-6e37db5a3db6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-54b7f6f7-ecb4-4500-b37f-6e37db5a3db6 {
  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-54b7f6f7-ecb4-4500-b37f-6e37db5a3db6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54b7f6f7-ecb4-4500-b37f-6e37db5a3db6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-54b7f6f7-ecb4-4500-b37f-6e37db5a3db6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7df136ec-f30f-4684-9778-46b6a6c940f9 {
  display: none;
}
#s-330a9df7-1579-4f7e-a2bb-95046ffb3af3 { text-align: left; }
#s-0de706e7-9854-4571-a626-2317e1cf1667 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0de706e7-9854-4571-a626-2317e1cf1667 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-132d47f8-5c1b-4acd-9761-37edc5c22d95 { text-align: left; }
#s-132d47f8-5c1b-4acd-9761-37edc5c22d95 .shg-product-sold-out {
  display: none;
}

#s-132d47f8-5c1b-4acd-9761-37edc5c22d95 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-132d47f8-5c1b-4acd-9761-37edc5c22d95 .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-7534f153-d860-4e8f-9894-d437f0af3aa1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7534f153-d860-4e8f-9894-d437f0af3aa1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7534f153-d860-4e8f-9894-d437f0af3aa1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7534f153-d860-4e8f-9894-d437f0af3aa1 {
  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-7534f153-d860-4e8f-9894-d437f0af3aa1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7534f153-d860-4e8f-9894-d437f0af3aa1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7534f153-d860-4e8f-9894-d437f0af3aa1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-33c0ee32-414e-40de-acb8-2cdf3f6da9d0 {
  display: none;
}
#s-3e269d94-68c8-4fe1-a85b-c9247fb509ae { text-align: left; }
#s-ea13a957-6603-4160-9c9a-a9e00e5d37fe { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ea13a957-6603-4160-9c9a-a9e00e5d37fe .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b44d3fe4-e246-4465-af25-bfc5a7c13eb7 { text-align: left; }
#s-b44d3fe4-e246-4465-af25-bfc5a7c13eb7 .shg-product-sold-out {
  display: none;
}

#s-b44d3fe4-e246-4465-af25-bfc5a7c13eb7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b44d3fe4-e246-4465-af25-bfc5a7c13eb7 .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-211d66fa-f51f-4ed7-a031-daa96bd39844 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-211d66fa-f51f-4ed7-a031-daa96bd39844:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-211d66fa-f51f-4ed7-a031-daa96bd39844:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-211d66fa-f51f-4ed7-a031-daa96bd39844 {
  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-211d66fa-f51f-4ed7-a031-daa96bd39844.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-211d66fa-f51f-4ed7-a031-daa96bd39844.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-211d66fa-f51f-4ed7-a031-daa96bd39844.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ba88395a-00bb-458e-b375-24a8c590d150 {
  display: none;
}
#s-b71451ca-bfad-424c-81d4-b52a342bee25 { text-align: left; }
#s-0e949605-4fa4-4815-9214-6db07b20f75d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0e949605-4fa4-4815-9214-6db07b20f75d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-738646f1-83d3-4c6a-8e44-703900ee4aff { text-align: left; }
#s-738646f1-83d3-4c6a-8e44-703900ee4aff .shg-product-sold-out {
  display: none;
}

#s-738646f1-83d3-4c6a-8e44-703900ee4aff .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-738646f1-83d3-4c6a-8e44-703900ee4aff .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-f5d706d4-7414-495b-8843-9b9ba23a8ca1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f5d706d4-7414-495b-8843-9b9ba23a8ca1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f5d706d4-7414-495b-8843-9b9ba23a8ca1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f5d706d4-7414-495b-8843-9b9ba23a8ca1 {
  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-f5d706d4-7414-495b-8843-9b9ba23a8ca1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5d706d4-7414-495b-8843-9b9ba23a8ca1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f5d706d4-7414-495b-8843-9b9ba23a8ca1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0ced7560-34e2-4de3-9fc7-a3926373b660 {
  display: none;
}
#s-0ec572bd-c429-4112-81f9-7563fddb556b { text-align: left; }
#s-c8e98f1b-4e9e-492a-902c-8563e1ff3b8d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c8e98f1b-4e9e-492a-902c-8563e1ff3b8d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-aad6ad31-5521-43f9-8315-085f06839a96 { text-align: left; }
#s-aad6ad31-5521-43f9-8315-085f06839a96 .shg-product-sold-out {
  display: none;
}

#s-aad6ad31-5521-43f9-8315-085f06839a96 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-aad6ad31-5521-43f9-8315-085f06839a96 .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-cef00028-cd3b-488d-96c0-6f51d54cea57 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cef00028-cd3b-488d-96c0-6f51d54cea57:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cef00028-cd3b-488d-96c0-6f51d54cea57:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cef00028-cd3b-488d-96c0-6f51d54cea57 {
  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-cef00028-cd3b-488d-96c0-6f51d54cea57.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cef00028-cd3b-488d-96c0-6f51d54cea57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cef00028-cd3b-488d-96c0-6f51d54cea57.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-24b16907-7163-41ae-a8cd-22ca38dafc9a {
  display: none;
}
#s-b6cad6e5-5bc8-4ac4-a813-3d49a7ba98bc { text-align: left; }
#s-26ce3c96-96d7-4019-bcd2-861424714e00 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-26ce3c96-96d7-4019-bcd2-861424714e00 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5a249e96-5ed9-426d-a7d2-576ed590d244 { text-align: left; }
#s-5a249e96-5ed9-426d-a7d2-576ed590d244 .shg-product-sold-out {
  display: none;
}

#s-5a249e96-5ed9-426d-a7d2-576ed590d244 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5a249e96-5ed9-426d-a7d2-576ed590d244 .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-9097db71-5f27-424a-b33c-df9d482228f1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9097db71-5f27-424a-b33c-df9d482228f1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9097db71-5f27-424a-b33c-df9d482228f1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9097db71-5f27-424a-b33c-df9d482228f1 {
  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-9097db71-5f27-424a-b33c-df9d482228f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9097db71-5f27-424a-b33c-df9d482228f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9097db71-5f27-424a-b33c-df9d482228f1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-669fff70-46e8-4e80-be8c-cc25e4c4172c {
  display: none;
}
#s-8b343dd9-892e-4b88-a7c7-d970734c2152 { text-align: left; }
#s-73098baa-0e2f-47fa-be17-94b6606fa08a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-73098baa-0e2f-47fa-be17-94b6606fa08a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a716ce63-1371-4315-83f8-49bec8ef1b4a { text-align: left; }
#s-a716ce63-1371-4315-83f8-49bec8ef1b4a .shg-product-sold-out {
  display: none;
}

#s-a716ce63-1371-4315-83f8-49bec8ef1b4a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a716ce63-1371-4315-83f8-49bec8ef1b4a .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-cb843811-0e6b-4ce8-bbc3-9b6e1e332e48 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-cb843811-0e6b-4ce8-bbc3-9b6e1e332e48:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-cb843811-0e6b-4ce8-bbc3-9b6e1e332e48:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cb843811-0e6b-4ce8-bbc3-9b6e1e332e48 {
  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-cb843811-0e6b-4ce8-bbc3-9b6e1e332e48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb843811-0e6b-4ce8-bbc3-9b6e1e332e48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cb843811-0e6b-4ce8-bbc3-9b6e1e332e48.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ca5e070b-3e92-4dec-94c5-80d1038c82d1 {
  display: none;
}
#s-9c4ac262-45e1-4656-b8df-4c2896ef478f { text-align: left; }
#s-47a382a7-88f4-4d0f-8dc3-03452be35692 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-47a382a7-88f4-4d0f-8dc3-03452be35692 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4744fe6d-d750-466b-8e05-80fd0b9d8f02 { text-align: left; }
#s-4744fe6d-d750-466b-8e05-80fd0b9d8f02 .shg-product-sold-out {
  display: none;
}

#s-4744fe6d-d750-466b-8e05-80fd0b9d8f02 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4744fe6d-d750-466b-8e05-80fd0b9d8f02 .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-c92ec6ff-28c9-4161-ace8-b12e8a985f5d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c92ec6ff-28c9-4161-ace8-b12e8a985f5d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c92ec6ff-28c9-4161-ace8-b12e8a985f5d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c92ec6ff-28c9-4161-ace8-b12e8a985f5d {
  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-c92ec6ff-28c9-4161-ace8-b12e8a985f5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c92ec6ff-28c9-4161-ace8-b12e8a985f5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c92ec6ff-28c9-4161-ace8-b12e8a985f5d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9162ab67-1a99-4ebc-b38f-2e3a83707797 {
  display: none;
}
#s-ba9326f9-e650-4fb4-bd0b-3073f5b7bffc { text-align: left; }
#s-56e83baa-7eaf-46d8-8faf-8f4b1ed4add0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-56e83baa-7eaf-46d8-8faf-8f4b1ed4add0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-51bd2fe1-65b3-4c0b-b88d-085619537a04 { text-align: left; }
#s-51bd2fe1-65b3-4c0b-b88d-085619537a04 .shg-product-sold-out {
  display: none;
}

#s-51bd2fe1-65b3-4c0b-b88d-085619537a04 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-51bd2fe1-65b3-4c0b-b88d-085619537a04 .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-bf2d0609-39d7-4dc1-bc12-f0a9e56e4767 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bf2d0609-39d7-4dc1-bc12-f0a9e56e4767:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bf2d0609-39d7-4dc1-bc12-f0a9e56e4767:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bf2d0609-39d7-4dc1-bc12-f0a9e56e4767 {
  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-bf2d0609-39d7-4dc1-bc12-f0a9e56e4767.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf2d0609-39d7-4dc1-bc12-f0a9e56e4767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bf2d0609-39d7-4dc1-bc12-f0a9e56e4767.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-731676a7-07ab-454f-b83a-820cd925941e {
  display: none;
}
#s-20982eb1-3af5-4e00-9393-4fc2b8f320f1 { text-align: left; }
#s-148155a4-2129-4cf0-ab6a-90ea8e8442fe { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-148155a4-2129-4cf0-ab6a-90ea8e8442fe .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0d418048-9ae1-4dd5-a7cb-b33423e8cb5d { text-align: left; }
#s-0d418048-9ae1-4dd5-a7cb-b33423e8cb5d .shg-product-sold-out {
  display: none;
}

#s-0d418048-9ae1-4dd5-a7cb-b33423e8cb5d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0d418048-9ae1-4dd5-a7cb-b33423e8cb5d .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-926a9442-24c2-4626-92f7-e2a3ef679f15 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-926a9442-24c2-4626-92f7-e2a3ef679f15:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-926a9442-24c2-4626-92f7-e2a3ef679f15:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-926a9442-24c2-4626-92f7-e2a3ef679f15 {
  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-926a9442-24c2-4626-92f7-e2a3ef679f15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-926a9442-24c2-4626-92f7-e2a3ef679f15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-926a9442-24c2-4626-92f7-e2a3ef679f15.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fcc7e652-f3a7-4f25-8f1a-d75b7356ecb0 {
  display: none;
}
#s-4275ea54-ec29-4489-bce2-a324a8e81276 { text-align: left; }
#s-55959104-b6cb-49da-a8a8-11f2c8a86ff7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-55959104-b6cb-49da-a8a8-11f2c8a86ff7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fa3eb3f4-3fa3-4605-b87e-4ed5fbfa3320 { text-align: left; }
#s-fa3eb3f4-3fa3-4605-b87e-4ed5fbfa3320 .shg-product-sold-out {
  display: none;
}

#s-fa3eb3f4-3fa3-4605-b87e-4ed5fbfa3320 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fa3eb3f4-3fa3-4605-b87e-4ed5fbfa3320 .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-a0c81ea1-90b3-4b0b-ba16-1514d10575b3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a0c81ea1-90b3-4b0b-ba16-1514d10575b3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a0c81ea1-90b3-4b0b-ba16-1514d10575b3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a0c81ea1-90b3-4b0b-ba16-1514d10575b3 {
  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-a0c81ea1-90b3-4b0b-ba16-1514d10575b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0c81ea1-90b3-4b0b-ba16-1514d10575b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a0c81ea1-90b3-4b0b-ba16-1514d10575b3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5827f955-e26a-47dc-bcc9-b11b6059c09c {
  display: none;
}
#s-a19fd722-9780-4087-b2c9-b56c36eecb48 { text-align: left; }
#s-e38ed5c2-2586-48a1-9d57-7a34531cf63b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e38ed5c2-2586-48a1-9d57-7a34531cf63b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-b9dfb03c-e13a-4e3d-a482-c694e82fab17 { text-align: left; }
#s-b9dfb03c-e13a-4e3d-a482-c694e82fab17 .shg-product-sold-out {
  display: none;
}

#s-b9dfb03c-e13a-4e3d-a482-c694e82fab17 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b9dfb03c-e13a-4e3d-a482-c694e82fab17 .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-4b2c06f0-c8ac-4b6a-b919-ed400b38da43 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4b2c06f0-c8ac-4b6a-b919-ed400b38da43:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4b2c06f0-c8ac-4b6a-b919-ed400b38da43:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4b2c06f0-c8ac-4b6a-b919-ed400b38da43 {
  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-4b2c06f0-c8ac-4b6a-b919-ed400b38da43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2c06f0-c8ac-4b6a-b919-ed400b38da43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4b2c06f0-c8ac-4b6a-b919-ed400b38da43.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1ebc213f-20f6-403d-82b6-64658ad7e3ce {
  display: none;
}
#s-37934007-8014-44e2-8917-b6c578206c05 { text-align: left; }
#s-294e85b8-4c0c-42c6-a5ba-c36047dc5c10 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-294e85b8-4c0c-42c6-a5ba-c36047dc5c10 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bc1e65b2-2f23-4190-92de-81f59132baa0 { text-align: left; }
#s-bc1e65b2-2f23-4190-92de-81f59132baa0 .shg-product-sold-out {
  display: none;
}

#s-bc1e65b2-2f23-4190-92de-81f59132baa0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bc1e65b2-2f23-4190-92de-81f59132baa0 .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-8ca196f2-f3bf-407a-8153-61adb51ae57e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8ca196f2-f3bf-407a-8153-61adb51ae57e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8ca196f2-f3bf-407a-8153-61adb51ae57e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8ca196f2-f3bf-407a-8153-61adb51ae57e {
  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-8ca196f2-f3bf-407a-8153-61adb51ae57e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ca196f2-f3bf-407a-8153-61adb51ae57e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8ca196f2-f3bf-407a-8153-61adb51ae57e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-afd1e394-acb0-4695-9cef-8bd125793807 {
  display: none;
}
#s-687fc8dd-aeb6-43d9-b247-b3001942c916 { text-align: left; }
#s-69e12fe7-6ced-48af-9622-b31581f9530d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-69e12fe7-6ced-48af-9622-b31581f9530d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-72ab8640-9d23-4c70-8cbd-5e186e8d1ef4 { text-align: left; }
#s-72ab8640-9d23-4c70-8cbd-5e186e8d1ef4 .shg-product-sold-out {
  display: none;
}

#s-72ab8640-9d23-4c70-8cbd-5e186e8d1ef4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-72ab8640-9d23-4c70-8cbd-5e186e8d1ef4 .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-0ac9ae23-7603-4d39-ad2a-73192b849eba { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0ac9ae23-7603-4d39-ad2a-73192b849eba:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0ac9ae23-7603-4d39-ad2a-73192b849eba:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0ac9ae23-7603-4d39-ad2a-73192b849eba {
  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-0ac9ae23-7603-4d39-ad2a-73192b849eba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ac9ae23-7603-4d39-ad2a-73192b849eba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0ac9ae23-7603-4d39-ad2a-73192b849eba.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2444df7f-83c3-48f4-b855-7d1da3b4ed14 {
  display: none;
}
#s-a4d959ea-da65-4dc4-bdb7-c56f5f21c7ab { text-align: left; }
#s-b4546a88-b745-478c-9e79-80f8015594ba { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b4546a88-b745-478c-9e79-80f8015594ba .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5a4fbc1f-5d7e-4f0c-a4c3-2fa905bd89c7 { text-align: left; }
#s-5a4fbc1f-5d7e-4f0c-a4c3-2fa905bd89c7 .shg-product-sold-out {
  display: none;
}

#s-5a4fbc1f-5d7e-4f0c-a4c3-2fa905bd89c7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5a4fbc1f-5d7e-4f0c-a4c3-2fa905bd89c7 .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-e5b9dd15-2f5c-4023-8729-a5a19842b140 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e5b9dd15-2f5c-4023-8729-a5a19842b140:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e5b9dd15-2f5c-4023-8729-a5a19842b140:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e5b9dd15-2f5c-4023-8729-a5a19842b140 {
  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-e5b9dd15-2f5c-4023-8729-a5a19842b140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5b9dd15-2f5c-4023-8729-a5a19842b140.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e5b9dd15-2f5c-4023-8729-a5a19842b140.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8ebe739c-5415-45bb-8146-2022c1e1f6ec {
  display: none;
}
#s-196fd7c1-7608-4de8-b741-dd9061349b69 { text-align: left; }
#s-2c1bb269-308c-4ffe-a687-53645d5ce77a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2c1bb269-308c-4ffe-a687-53645d5ce77a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d17ebe23-31c0-41f2-bbf7-446e1a825751 { text-align: left; }
#s-d17ebe23-31c0-41f2-bbf7-446e1a825751 .shg-product-sold-out {
  display: none;
}

#s-d17ebe23-31c0-41f2-bbf7-446e1a825751 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d17ebe23-31c0-41f2-bbf7-446e1a825751 .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-27851d93-1196-4618-9893-6c24865f6b58 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-27851d93-1196-4618-9893-6c24865f6b58:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-27851d93-1196-4618-9893-6c24865f6b58:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-27851d93-1196-4618-9893-6c24865f6b58 {
  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-27851d93-1196-4618-9893-6c24865f6b58.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27851d93-1196-4618-9893-6c24865f6b58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-27851d93-1196-4618-9893-6c24865f6b58.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-55443862-f021-4275-8062-32a316f6cb79 {
  display: none;
}
#s-7307f5aa-aa90-4a91-a42a-cc7d227a0c5b { text-align: left; }
#s-63f9dbe8-ca84-496d-a112-a5eeef3a68e2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-63f9dbe8-ca84-496d-a112-a5eeef3a68e2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0f543fb4-faeb-4373-a911-d35f06abb8e3 { text-align: left; }
#s-0f543fb4-faeb-4373-a911-d35f06abb8e3 .shg-product-sold-out {
  display: none;
}

#s-0f543fb4-faeb-4373-a911-d35f06abb8e3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0f543fb4-faeb-4373-a911-d35f06abb8e3 .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-827bb430-ea86-4d79-9bf8-7218dd4d54ee { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-827bb430-ea86-4d79-9bf8-7218dd4d54ee:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-827bb430-ea86-4d79-9bf8-7218dd4d54ee:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-827bb430-ea86-4d79-9bf8-7218dd4d54ee {
  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-827bb430-ea86-4d79-9bf8-7218dd4d54ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-827bb430-ea86-4d79-9bf8-7218dd4d54ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-827bb430-ea86-4d79-9bf8-7218dd4d54ee.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-69286928-fee9-4ee1-9218-9517ead6598c {
  display: none;
}
#s-446d24b9-b479-42b0-9fa6-fd9814ef1919 { text-align: left; }
#s-0c0cc3fd-6657-4c99-873d-7816535cba95 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0c0cc3fd-6657-4c99-873d-7816535cba95 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8c625145-c0d0-45b5-a33c-24ad5d0102f9 { text-align: left; }
#s-8c625145-c0d0-45b5-a33c-24ad5d0102f9 .shg-product-sold-out {
  display: none;
}

#s-8c625145-c0d0-45b5-a33c-24ad5d0102f9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8c625145-c0d0-45b5-a33c-24ad5d0102f9 .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-98e99d5f-102c-4329-89ca-0b98dcbd45dc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-98e99d5f-102c-4329-89ca-0b98dcbd45dc:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-98e99d5f-102c-4329-89ca-0b98dcbd45dc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-98e99d5f-102c-4329-89ca-0b98dcbd45dc {
  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-98e99d5f-102c-4329-89ca-0b98dcbd45dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98e99d5f-102c-4329-89ca-0b98dcbd45dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-98e99d5f-102c-4329-89ca-0b98dcbd45dc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-38751ccb-7628-4212-8b49-f4c1b5973425 {
  display: none;
}
#s-17cc9589-5a47-4f81-87bb-38254e000f62 { text-align: left; }
#s-9cb309c8-4ee0-406d-9850-c46c6afd29ea { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9cb309c8-4ee0-406d-9850-c46c6afd29ea .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5cf7d87d-c54c-4669-b9f0-eb6e0aec8cb3 { text-align: left; }
#s-5cf7d87d-c54c-4669-b9f0-eb6e0aec8cb3 .shg-product-sold-out {
  display: none;
}

#s-5cf7d87d-c54c-4669-b9f0-eb6e0aec8cb3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5cf7d87d-c54c-4669-b9f0-eb6e0aec8cb3 .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-d1dde99b-3346-46d0-9cec-ec5af7bcd864 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-d1dde99b-3346-46d0-9cec-ec5af7bcd864:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d1dde99b-3346-46d0-9cec-ec5af7bcd864:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d1dde99b-3346-46d0-9cec-ec5af7bcd864 {
  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-d1dde99b-3346-46d0-9cec-ec5af7bcd864.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1dde99b-3346-46d0-9cec-ec5af7bcd864.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d1dde99b-3346-46d0-9cec-ec5af7bcd864.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d1a388a7-cc80-4681-81a0-ccd356a3725f {
  display: none;
}
#s-58ddf911-00d0-40fc-9ad5-7469b2df2391 { text-align: left; }
#s-2346773b-ab32-40fc-b261-ec3e66485762 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2346773b-ab32-40fc-b261-ec3e66485762 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-47d2f627-301e-4c85-80a7-0b4f298f71ae { text-align: left; }
#s-47d2f627-301e-4c85-80a7-0b4f298f71ae .shg-product-sold-out {
  display: none;
}

#s-47d2f627-301e-4c85-80a7-0b4f298f71ae .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-47d2f627-301e-4c85-80a7-0b4f298f71ae .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-6682c57b-df1e-4f47-8b65-b8e325ae65b9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6682c57b-df1e-4f47-8b65-b8e325ae65b9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6682c57b-df1e-4f47-8b65-b8e325ae65b9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6682c57b-df1e-4f47-8b65-b8e325ae65b9 {
  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-6682c57b-df1e-4f47-8b65-b8e325ae65b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6682c57b-df1e-4f47-8b65-b8e325ae65b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6682c57b-df1e-4f47-8b65-b8e325ae65b9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b1d771ff-7751-400d-a941-ebb89aa0eda7 {
  display: none;
}
#s-0610290d-7f10-4c90-b977-1357a6cc7a9f { text-align: left; }
#s-3997e08a-2730-4a1d-bca4-0e2cdd9001de { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3997e08a-2730-4a1d-bca4-0e2cdd9001de .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-66f21d5e-2052-4669-b78c-a50f3c2b419a { text-align: left; }
#s-66f21d5e-2052-4669-b78c-a50f3c2b419a .shg-product-sold-out {
  display: none;
}

#s-66f21d5e-2052-4669-b78c-a50f3c2b419a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-66f21d5e-2052-4669-b78c-a50f3c2b419a .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-17881097-44bc-4889-8da9-a886ffc4408c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-17881097-44bc-4889-8da9-a886ffc4408c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-17881097-44bc-4889-8da9-a886ffc4408c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-17881097-44bc-4889-8da9-a886ffc4408c {
  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-17881097-44bc-4889-8da9-a886ffc4408c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17881097-44bc-4889-8da9-a886ffc4408c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-17881097-44bc-4889-8da9-a886ffc4408c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e9d0045d-a7d8-4c66-95f2-d9f4fedfd559 {
  display: none;
}
#s-0e04647d-d25c-4e3a-86b9-bf80a87ae1b7 { text-align: left; }
#s-99075372-da22-4fe8-b906-373a0a7b7304 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-99075372-da22-4fe8-b906-373a0a7b7304 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-7cd8d6ce-5fd8-42d6-9ecd-2eba28fc2ac8 { text-align: left; }
#s-7cd8d6ce-5fd8-42d6-9ecd-2eba28fc2ac8 .shg-product-sold-out {
  display: none;
}

#s-7cd8d6ce-5fd8-42d6-9ecd-2eba28fc2ac8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7cd8d6ce-5fd8-42d6-9ecd-2eba28fc2ac8 .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-21033dcf-0a0a-407e-a019-bff4a68d0cb4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-21033dcf-0a0a-407e-a019-bff4a68d0cb4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-21033dcf-0a0a-407e-a019-bff4a68d0cb4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-21033dcf-0a0a-407e-a019-bff4a68d0cb4 {
  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-21033dcf-0a0a-407e-a019-bff4a68d0cb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21033dcf-0a0a-407e-a019-bff4a68d0cb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-21033dcf-0a0a-407e-a019-bff4a68d0cb4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bdfe05c5-bb76-462d-98bb-6c97d790aa53 {
  display: none;
}
#s-20b51ec1-322b-4465-9010-315b1356f1d4 { text-align: left; }
#s-1bc0025d-718f-46fb-b3fb-74a32272dd06 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1bc0025d-718f-46fb-b3fb-74a32272dd06 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-454b459e-d856-404d-86d7-1fef44b27482 { text-align: left; }
#s-454b459e-d856-404d-86d7-1fef44b27482 .shg-product-sold-out {
  display: none;
}

#s-454b459e-d856-404d-86d7-1fef44b27482 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-454b459e-d856-404d-86d7-1fef44b27482 .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-910d22c3-12ab-4bef-b72f-766c7549c3d0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-910d22c3-12ab-4bef-b72f-766c7549c3d0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-910d22c3-12ab-4bef-b72f-766c7549c3d0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-910d22c3-12ab-4bef-b72f-766c7549c3d0 {
  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-910d22c3-12ab-4bef-b72f-766c7549c3d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-910d22c3-12ab-4bef-b72f-766c7549c3d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-910d22c3-12ab-4bef-b72f-766c7549c3d0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-22f56acd-b23e-4b89-a49b-97260265fbd0 {
  display: none;
}
#s-0574fad7-b735-4eb5-b19d-ac1883e3a427 { text-align: left; }
#s-ac4c4263-c203-4be1-923e-0e26461f0649 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ac4c4263-c203-4be1-923e-0e26461f0649 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3b358539-ead1-4094-af82-247ceae9397b { text-align: left; }
#s-3b358539-ead1-4094-af82-247ceae9397b .shg-product-sold-out {
  display: none;
}

#s-3b358539-ead1-4094-af82-247ceae9397b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3b358539-ead1-4094-af82-247ceae9397b .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-600cf9b3-f791-4460-b5f7-4d5c432d23bf { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-600cf9b3-f791-4460-b5f7-4d5c432d23bf:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-600cf9b3-f791-4460-b5f7-4d5c432d23bf:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-600cf9b3-f791-4460-b5f7-4d5c432d23bf {
  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-600cf9b3-f791-4460-b5f7-4d5c432d23bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-600cf9b3-f791-4460-b5f7-4d5c432d23bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-600cf9b3-f791-4460-b5f7-4d5c432d23bf.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7e725ec0-fa11-4e08-b1cb-90f4d386b2eb {
  display: none;
}
#s-e9c50d66-5ff8-4995-a998-3e0209004f2a { text-align: left; }
#s-b486a9af-f085-4113-bf03-c369d360d0d5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b486a9af-f085-4113-bf03-c369d360d0d5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-61389eed-222e-4757-96e1-ea8967870101 { text-align: left; }
#s-61389eed-222e-4757-96e1-ea8967870101 .shg-product-sold-out {
  display: none;
}

#s-61389eed-222e-4757-96e1-ea8967870101 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-61389eed-222e-4757-96e1-ea8967870101 .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-1d618012-b438-4ed9-b5c3-b8f1a2f6e08d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1d618012-b438-4ed9-b5c3-b8f1a2f6e08d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1d618012-b438-4ed9-b5c3-b8f1a2f6e08d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1d618012-b438-4ed9-b5c3-b8f1a2f6e08d {
  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-1d618012-b438-4ed9-b5c3-b8f1a2f6e08d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d618012-b438-4ed9-b5c3-b8f1a2f6e08d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1d618012-b438-4ed9-b5c3-b8f1a2f6e08d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-30cfa25b-11d8-441d-99c1-380c284ede1d {
  display: none;
}
#s-622aa126-38bb-42d1-938e-dd6b85f0f635 { text-align: left; }
#s-10f13818-fc1e-480b-8ca9-20fb71122fb3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-10f13818-fc1e-480b-8ca9-20fb71122fb3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d9673fd1-bc30-4b74-a309-b8c369db15de { text-align: left; }
#s-d9673fd1-bc30-4b74-a309-b8c369db15de .shg-product-sold-out {
  display: none;
}

#s-d9673fd1-bc30-4b74-a309-b8c369db15de .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d9673fd1-bc30-4b74-a309-b8c369db15de .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-9102c766-184b-4ff1-b917-d222bc3fe175 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9102c766-184b-4ff1-b917-d222bc3fe175:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9102c766-184b-4ff1-b917-d222bc3fe175:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9102c766-184b-4ff1-b917-d222bc3fe175 {
  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-9102c766-184b-4ff1-b917-d222bc3fe175.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9102c766-184b-4ff1-b917-d222bc3fe175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9102c766-184b-4ff1-b917-d222bc3fe175.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;
}
