.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-c85c97c6-ccce-4196-adf0-4b3f14873d5c {
  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-318f7b4e-6d81-42b7-9a8a-0e2b6cc600a6 { margin-top: 40px; }
#s-318f7b4e-6d81-42b7-9a8a-0e2b6cc600a6 .shogun-tabs {
  justify-content: center;
}


  #s-318f7b4e-6d81-42b7-9a8a-0e2b6cc600a6 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-318f7b4e-6d81-42b7-9a8a-0e2b6cc600a6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-318f7b4e-6d81-42b7-9a8a-0e2b6cc600a6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-318f7b4e-6d81-42b7-9a8a-0e2b6cc600a6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-318f7b4e-6d81-42b7-9a8a-0e2b6cc600a6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-318f7b4e-6d81-42b7-9a8a-0e2b6cc600a6 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-318f7b4e-6d81-42b7-9a8a-0e2b6cc600a6 .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-7eff6822-e58b-4b00-8614-cfd160a9ea05 { padding-top: 10px;
padding-bottom: 10px; }
 #s-7eff6822-e58b-4b00-8614-cfd160a9ea05 .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-2b49da0d-10cf-472b-a0f3-754a69ab67b2 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-2b49da0d-10cf-472b-a0f3-754a69ab67b2 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-2b49da0d-10cf-472b-a0f3-754a69ab67b2 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-2b49da0d-10cf-472b-a0f3-754a69ab67b2 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-2b49da0d-10cf-472b-a0f3-754a69ab67b2 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-2b49da0d-10cf-472b-a0f3-754a69ab67b2 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-2b49da0d-10cf-472b-a0f3-754a69ab67b2 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-2b49da0d-10cf-472b-a0f3-754a69ab67b2 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-2b49da0d-10cf-472b-a0f3-754a69ab67b2 .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-7e402c00-4771-4cb2-b08f-aa88fe11f784 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e402c00-4771-4cb2-b08f-aa88fe11f784"] > .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-2341e466-b722-42fd-8201-54889ce4b4a5 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-9eb631e5-329b-4049-a275-01b109558c5a { 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-8a18dcdb-2670-4837-9271-206cfaf63a94 { 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-8a18dcdb-2670-4837-9271-206cfaf63a94: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-8a18dcdb-2670-4837-9271-206cfaf63a94: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-8a18dcdb-2670-4837-9271-206cfaf63a94.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-36811113-d111-4f74-b6bc-be92d0c7e110 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-f8950659-71fb-4665-9698-9b3131055403 { 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-78e2d9e2-f9bf-47b9-bb34-b512d78a6b63 { 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-78e2d9e2-f9bf-47b9-bb34-b512d78a6b63: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-78e2d9e2-f9bf-47b9-bb34-b512d78a6b63: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-78e2d9e2-f9bf-47b9-bb34-b512d78a6b63.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-7e5497a1-1be4-4db4-8ea7-ad776af1a013 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-4759734e-5f51-4807-8aca-b0326071ffca { 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-d75b6dc7-d47c-49fd-aba7-1205bde0c9fe { 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-d75b6dc7-d47c-49fd-aba7-1205bde0c9fe: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-d75b6dc7-d47c-49fd-aba7-1205bde0c9fe: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-d75b6dc7-d47c-49fd-aba7-1205bde0c9fe.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-c6230f38-6672-4b2c-b39d-75807fc4ad9f { min-height: 50px; }
#s-c6230f38-6672-4b2c-b39d-75807fc4ad9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b91e214f-391b-42d8-a64a-375d7258967a { 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-b91e214f-391b-42d8-a64a-375d7258967a .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-5bc3397a-9fe6-421e-91af-a6c738fbba5d {
  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-6fe2bad6-abb8-4eda-85c8-704416fd19a5 { 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-78ba7103-2ad3-4705-bbdc-89f00f3de6c8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-78ba7103-2ad3-4705-bbdc-89f00f3de6c8 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b4a779d0-3f61-48fe-8671-38025e991364 {
  display: none;
}
#s-60b79ac3-e5ef-4420-91b7-8cada3e64ee9 { text-align: left; }
#s-845255b1-e616-4bcd-b0b3-eb0aa012fd6b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-845255b1-e616-4bcd-b0b3-eb0aa012fd6b .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-294dfba9-30f1-4168-ab0d-2b9a54004ae0 {
  display: none;
}
#s-28c65946-bf39-4623-8c8c-76416fa4abc2 { text-align: left; }
#s-12428571-c678-45f6-b2d4-eb53b6be8601 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-12428571-c678-45f6-b2d4-eb53b6be8601 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e388c679-7a91-4e04-abf7-6ca4ce6d6225 {
  display: none;
}
#s-feadb986-5954-46f0-8123-20e007f3e29e { text-align: left; }
#s-f8c971df-adb2-464c-8314-c4fe5fd37cb9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f8c971df-adb2-464c-8314-c4fe5fd37cb9 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7603684e-4e64-4e5a-a466-cf1bab9f7488 {
  display: none;
}
#s-dbe4507d-e0c1-4ba9-988c-b90b4db2f5c4 { text-align: left; }
#s-c9e21713-f156-42bd-9770-b8f73324607f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c9e21713-f156-42bd-9770-b8f73324607f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1fef61e9-11b4-47c7-8ade-c3a50511fcd4 { text-align: left; }
#s-1fef61e9-11b4-47c7-8ade-c3a50511fcd4 .shg-product-sold-out {
  display: none;
}

#s-1fef61e9-11b4-47c7-8ade-c3a50511fcd4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1fef61e9-11b4-47c7-8ade-c3a50511fcd4 .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-0dfe5f1d-975a-4d25-bf54-f52776dbdce4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0dfe5f1d-975a-4d25-bf54-f52776dbdce4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0dfe5f1d-975a-4d25-bf54-f52776dbdce4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0dfe5f1d-975a-4d25-bf54-f52776dbdce4 {
  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-0dfe5f1d-975a-4d25-bf54-f52776dbdce4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dfe5f1d-975a-4d25-bf54-f52776dbdce4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0dfe5f1d-975a-4d25-bf54-f52776dbdce4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c27d1a7b-4014-47a7-83a0-548714632344 {
  display: none;
}
#s-565b184a-ef2f-4b86-bfd2-054ff5504144 { text-align: left; }
#s-01f4c48f-9163-4bbf-adea-ab52a8e148e1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-01f4c48f-9163-4bbf-adea-ab52a8e148e1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3cea00f7-b85b-4539-858f-3cf5734c12ca { text-align: left; }
#s-3cea00f7-b85b-4539-858f-3cf5734c12ca .shg-product-sold-out {
  display: none;
}

#s-3cea00f7-b85b-4539-858f-3cf5734c12ca .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3cea00f7-b85b-4539-858f-3cf5734c12ca .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-5e77feca-3e59-4835-a13b-01a7dac41bff { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5e77feca-3e59-4835-a13b-01a7dac41bff:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5e77feca-3e59-4835-a13b-01a7dac41bff:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5e77feca-3e59-4835-a13b-01a7dac41bff {
  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-5e77feca-3e59-4835-a13b-01a7dac41bff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e77feca-3e59-4835-a13b-01a7dac41bff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5e77feca-3e59-4835-a13b-01a7dac41bff.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6d3df1cd-a5ef-4803-89a1-d3558dc1060f {
  display: none;
}
#s-04559509-b020-4b2d-82fd-06e4fb3c9290 { text-align: left; }
#s-7f8478c0-5d98-405e-88fc-21b1e6ebe0b5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7f8478c0-5d98-405e-88fc-21b1e6ebe0b5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bff56aaf-dca3-4acf-91ec-73af75664a37 { text-align: left; }
#s-bff56aaf-dca3-4acf-91ec-73af75664a37 .shg-product-sold-out {
  display: none;
}

#s-bff56aaf-dca3-4acf-91ec-73af75664a37 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bff56aaf-dca3-4acf-91ec-73af75664a37 .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-b9359a99-d630-4b2e-b08f-d5896545a2b0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b9359a99-d630-4b2e-b08f-d5896545a2b0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b9359a99-d630-4b2e-b08f-d5896545a2b0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b9359a99-d630-4b2e-b08f-d5896545a2b0 {
  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-b9359a99-d630-4b2e-b08f-d5896545a2b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9359a99-d630-4b2e-b08f-d5896545a2b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b9359a99-d630-4b2e-b08f-d5896545a2b0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6da46ab5-e054-4bdb-b410-4b691f219e3e {
  display: none;
}
#s-9cafcb51-840a-4dd5-b4bb-249ca8f8ce14 { text-align: left; }
#s-35bcba2b-b612-48bf-a310-720a2d9c119d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-35bcba2b-b612-48bf-a310-720a2d9c119d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4cf2d801-7268-4521-b7a1-40382097d718 { text-align: left; }
#s-4cf2d801-7268-4521-b7a1-40382097d718 .shg-product-sold-out {
  display: none;
}

#s-4cf2d801-7268-4521-b7a1-40382097d718 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4cf2d801-7268-4521-b7a1-40382097d718 .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-c475b553-001a-463a-82bf-f87821c828ad { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c475b553-001a-463a-82bf-f87821c828ad:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c475b553-001a-463a-82bf-f87821c828ad:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c475b553-001a-463a-82bf-f87821c828ad {
  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-c475b553-001a-463a-82bf-f87821c828ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c475b553-001a-463a-82bf-f87821c828ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c475b553-001a-463a-82bf-f87821c828ad.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-272875ee-0f68-4c97-bb29-55dae151268f {
  display: none;
}
#s-9802d5f1-8dcf-4a52-9803-3bffd2925786 { text-align: left; }
#s-b32d8be0-bec1-4c46-b593-43f0f18bd658 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b32d8be0-bec1-4c46-b593-43f0f18bd658 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-80ba3279-4c3e-4203-866c-c35cd63505f1 { text-align: left; }
#s-80ba3279-4c3e-4203-866c-c35cd63505f1 .shg-product-sold-out {
  display: none;
}

#s-80ba3279-4c3e-4203-866c-c35cd63505f1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-80ba3279-4c3e-4203-866c-c35cd63505f1 .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-7b621fa8-a694-492c-a75b-5fbf5e16d134 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7b621fa8-a694-492c-a75b-5fbf5e16d134:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7b621fa8-a694-492c-a75b-5fbf5e16d134:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7b621fa8-a694-492c-a75b-5fbf5e16d134 {
  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-7b621fa8-a694-492c-a75b-5fbf5e16d134.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b621fa8-a694-492c-a75b-5fbf5e16d134.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7b621fa8-a694-492c-a75b-5fbf5e16d134.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9de096a4-12d9-4f55-87bb-c22476af27e2 {
  display: none;
}
#s-86d535d5-8c14-4e7a-ab9e-7b022fcdd4f6 { text-align: left; }
#s-a246ed22-dfdb-449d-b448-2741597a8d99 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a246ed22-dfdb-449d-b448-2741597a8d99 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bcdd4da5-cfdd-47e3-b0f8-866e8770ae2b { text-align: left; }
#s-bcdd4da5-cfdd-47e3-b0f8-866e8770ae2b .shg-product-sold-out {
  display: none;
}

#s-bcdd4da5-cfdd-47e3-b0f8-866e8770ae2b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bcdd4da5-cfdd-47e3-b0f8-866e8770ae2b .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-0d6330f5-35a9-4977-84cb-d83f547e6781 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0d6330f5-35a9-4977-84cb-d83f547e6781:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0d6330f5-35a9-4977-84cb-d83f547e6781:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0d6330f5-35a9-4977-84cb-d83f547e6781 {
  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-0d6330f5-35a9-4977-84cb-d83f547e6781.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d6330f5-35a9-4977-84cb-d83f547e6781.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0d6330f5-35a9-4977-84cb-d83f547e6781.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6845acaa-043c-4da0-b6ba-33290dd9ae5d {
  display: none;
}
#s-f84f8c42-0b94-43db-be81-2a6f72cd2a31 { text-align: left; }
#s-8ce867c4-e0ac-4d5b-8f21-8fe5a62dee85 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8ce867c4-e0ac-4d5b-8f21-8fe5a62dee85 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-e07a36f0-9ea1-49d6-ab3d-3d53b2c9949e { text-align: left; }
#s-e07a36f0-9ea1-49d6-ab3d-3d53b2c9949e .shg-product-sold-out {
  display: none;
}

#s-e07a36f0-9ea1-49d6-ab3d-3d53b2c9949e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e07a36f0-9ea1-49d6-ab3d-3d53b2c9949e .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-93f3fbeb-2747-43e0-b74d-08ee364bf6c8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-93f3fbeb-2747-43e0-b74d-08ee364bf6c8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-93f3fbeb-2747-43e0-b74d-08ee364bf6c8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-93f3fbeb-2747-43e0-b74d-08ee364bf6c8 {
  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-93f3fbeb-2747-43e0-b74d-08ee364bf6c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93f3fbeb-2747-43e0-b74d-08ee364bf6c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-93f3fbeb-2747-43e0-b74d-08ee364bf6c8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e692a48c-c982-4527-ac1d-dcd4907982de {
  display: none;
}
#s-f4001627-0bc4-4036-819a-f8690d0f45db { text-align: left; }
#s-c1b97499-acf4-4102-8113-2d8a2a527bc7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c1b97499-acf4-4102-8113-2d8a2a527bc7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bacc64c9-4f91-4d55-8964-88eca00b003f { text-align: left; }
#s-bacc64c9-4f91-4d55-8964-88eca00b003f .shg-product-sold-out {
  display: none;
}

#s-bacc64c9-4f91-4d55-8964-88eca00b003f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bacc64c9-4f91-4d55-8964-88eca00b003f .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-ef84b5c1-44a2-468d-851e-b9daf3f7f6cb { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ef84b5c1-44a2-468d-851e-b9daf3f7f6cb:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ef84b5c1-44a2-468d-851e-b9daf3f7f6cb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ef84b5c1-44a2-468d-851e-b9daf3f7f6cb {
  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-ef84b5c1-44a2-468d-851e-b9daf3f7f6cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef84b5c1-44a2-468d-851e-b9daf3f7f6cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ef84b5c1-44a2-468d-851e-b9daf3f7f6cb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c0e9e880-ffa8-4bf9-9f34-a89741a64ff0 {
  display: none;
}
#s-aeb06d8a-85fe-4f4c-aca4-b0256ee10386 { text-align: left; }
#s-a37297a3-6fac-4d33-9d8b-c95895abfc2b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a37297a3-6fac-4d33-9d8b-c95895abfc2b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-13f6cc79-8193-4fb1-914a-c302b37ac5de { text-align: left; }
#s-13f6cc79-8193-4fb1-914a-c302b37ac5de .shg-product-sold-out {
  display: none;
}

#s-13f6cc79-8193-4fb1-914a-c302b37ac5de .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-13f6cc79-8193-4fb1-914a-c302b37ac5de .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-8e67b041-9754-4960-beca-f661739b60d0 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8e67b041-9754-4960-beca-f661739b60d0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8e67b041-9754-4960-beca-f661739b60d0:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8e67b041-9754-4960-beca-f661739b60d0 {
  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-8e67b041-9754-4960-beca-f661739b60d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e67b041-9754-4960-beca-f661739b60d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8e67b041-9754-4960-beca-f661739b60d0.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e24ec6f1-04c0-4152-a559-1163109053a7 {
  display: none;
}
#s-4f2caeee-bb8d-469b-a0b3-14a2206ddaa7 { text-align: left; }
#s-0192e1e0-721d-4177-a115-3ba4c6abfdfc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0192e1e0-721d-4177-a115-3ba4c6abfdfc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cbedd261-57d1-494e-91e9-351ddcfc9788 { text-align: left; }
#s-cbedd261-57d1-494e-91e9-351ddcfc9788 .shg-product-sold-out {
  display: none;
}

#s-cbedd261-57d1-494e-91e9-351ddcfc9788 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cbedd261-57d1-494e-91e9-351ddcfc9788 .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-f3199b7f-f8ad-4de2-9a81-67c663f9a247 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f3199b7f-f8ad-4de2-9a81-67c663f9a247:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f3199b7f-f8ad-4de2-9a81-67c663f9a247:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f3199b7f-f8ad-4de2-9a81-67c663f9a247 {
  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-f3199b7f-f8ad-4de2-9a81-67c663f9a247.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3199b7f-f8ad-4de2-9a81-67c663f9a247.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f3199b7f-f8ad-4de2-9a81-67c663f9a247.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d09d073f-be74-42b5-96d6-20a0524f7281 {
  display: none;
}
#s-28e0d20a-3780-4026-a980-940d370fec71 { text-align: left; }
#s-7bfe6b72-6bb4-4586-b5a1-0c9130d0b2a5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7bfe6b72-6bb4-4586-b5a1-0c9130d0b2a5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6070249b-15ab-4572-bb67-a3181fd40289 { text-align: left; }
#s-6070249b-15ab-4572-bb67-a3181fd40289 .shg-product-sold-out {
  display: none;
}

#s-6070249b-15ab-4572-bb67-a3181fd40289 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6070249b-15ab-4572-bb67-a3181fd40289 .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-22815a13-ebb3-4acf-b816-0c086456c8ba { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-22815a13-ebb3-4acf-b816-0c086456c8ba:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-22815a13-ebb3-4acf-b816-0c086456c8ba:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-22815a13-ebb3-4acf-b816-0c086456c8ba {
  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-22815a13-ebb3-4acf-b816-0c086456c8ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22815a13-ebb3-4acf-b816-0c086456c8ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-22815a13-ebb3-4acf-b816-0c086456c8ba.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7c555828-29a8-4905-bc5d-8e58f6b553a5 {
  display: none;
}
#s-22155883-381a-4cc4-9a3c-80414caacb38 { text-align: left; }
#s-76440718-1838-4101-8524-0bb9c92650b7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-76440718-1838-4101-8524-0bb9c92650b7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-37b61ab6-de85-483e-a528-b4d4dea8de50 { text-align: left; }
#s-37b61ab6-de85-483e-a528-b4d4dea8de50 .shg-product-sold-out {
  display: none;
}

#s-37b61ab6-de85-483e-a528-b4d4dea8de50 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-37b61ab6-de85-483e-a528-b4d4dea8de50 .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-99702fd5-b6cb-4c8c-a488-493def781089 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-99702fd5-b6cb-4c8c-a488-493def781089:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-99702fd5-b6cb-4c8c-a488-493def781089:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-99702fd5-b6cb-4c8c-a488-493def781089 {
  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-99702fd5-b6cb-4c8c-a488-493def781089.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99702fd5-b6cb-4c8c-a488-493def781089.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-99702fd5-b6cb-4c8c-a488-493def781089.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-df5cdb9d-15a8-4b92-8f2f-975485819957 {
  display: none;
}
#s-edf15c1f-44f6-41ef-b8c6-0d6c8ef97640 { text-align: left; }
#s-9c4e9efc-1750-4bee-9351-074ab40f0c6a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9c4e9efc-1750-4bee-9351-074ab40f0c6a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a582bdc6-11fb-4359-9657-42de3abd01ef { text-align: left; }
#s-a582bdc6-11fb-4359-9657-42de3abd01ef .shg-product-sold-out {
  display: none;
}

#s-a582bdc6-11fb-4359-9657-42de3abd01ef .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a582bdc6-11fb-4359-9657-42de3abd01ef .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-6f38df12-1d53-4794-90a3-59a055d892d2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6f38df12-1d53-4794-90a3-59a055d892d2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6f38df12-1d53-4794-90a3-59a055d892d2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6f38df12-1d53-4794-90a3-59a055d892d2 {
  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-6f38df12-1d53-4794-90a3-59a055d892d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f38df12-1d53-4794-90a3-59a055d892d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6f38df12-1d53-4794-90a3-59a055d892d2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3fd3e203-93de-4c2d-8e46-6b354231901e {
  display: none;
}
#s-8844caaa-cb05-4d85-9c1a-e2d8e2dc9926 { text-align: left; }
#s-eecb50eb-a9f4-409c-af35-7e7e550d63f5 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-eecb50eb-a9f4-409c-af35-7e7e550d63f5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3b6b7458-db12-4ea7-84cb-2c3b806e3ef0 { text-align: left; }
#s-3b6b7458-db12-4ea7-84cb-2c3b806e3ef0 .shg-product-sold-out {
  display: none;
}

#s-3b6b7458-db12-4ea7-84cb-2c3b806e3ef0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3b6b7458-db12-4ea7-84cb-2c3b806e3ef0 .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-1145378a-99a7-4d7f-be15-14beb7c52693 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-1145378a-99a7-4d7f-be15-14beb7c52693:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1145378a-99a7-4d7f-be15-14beb7c52693:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1145378a-99a7-4d7f-be15-14beb7c52693 {
  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-1145378a-99a7-4d7f-be15-14beb7c52693.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1145378a-99a7-4d7f-be15-14beb7c52693.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1145378a-99a7-4d7f-be15-14beb7c52693.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c6ac5630-c5aa-4e0c-827d-e1936b4d8e35 {
  display: none;
}
#s-e7b837cc-4843-428e-bcf3-d85290166d11 { text-align: left; }
#s-4c96fae4-bc62-4989-ad3b-95b0d937376a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4c96fae4-bc62-4989-ad3b-95b0d937376a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-769cfd75-0769-4363-aee7-15412aa09ae3 { text-align: left; }
#s-769cfd75-0769-4363-aee7-15412aa09ae3 .shg-product-sold-out {
  display: none;
}

#s-769cfd75-0769-4363-aee7-15412aa09ae3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-769cfd75-0769-4363-aee7-15412aa09ae3 .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-60b1c9a9-0936-4ff5-ae01-1ecf6b432bba { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-60b1c9a9-0936-4ff5-ae01-1ecf6b432bba:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-60b1c9a9-0936-4ff5-ae01-1ecf6b432bba:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-60b1c9a9-0936-4ff5-ae01-1ecf6b432bba {
  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-60b1c9a9-0936-4ff5-ae01-1ecf6b432bba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60b1c9a9-0936-4ff5-ae01-1ecf6b432bba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-60b1c9a9-0936-4ff5-ae01-1ecf6b432bba.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6d9ce302-29c4-4c4a-84ed-11bfcd37e747 {
  display: none;
}
#s-52012a4d-46b2-4696-b8a2-1e46c02f686e { text-align: left; }
#s-a8836906-67bf-46dc-9bf3-fc0be12bf67f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a8836906-67bf-46dc-9bf3-fc0be12bf67f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-56535bb4-9824-46e0-9879-2b5e3a9543f0 { text-align: left; }
#s-56535bb4-9824-46e0-9879-2b5e3a9543f0 .shg-product-sold-out {
  display: none;
}

#s-56535bb4-9824-46e0-9879-2b5e3a9543f0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-56535bb4-9824-46e0-9879-2b5e3a9543f0 .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-38c4f657-6632-4dce-93d8-a364a4492534 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-38c4f657-6632-4dce-93d8-a364a4492534:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-38c4f657-6632-4dce-93d8-a364a4492534:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-38c4f657-6632-4dce-93d8-a364a4492534 {
  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-38c4f657-6632-4dce-93d8-a364a4492534.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38c4f657-6632-4dce-93d8-a364a4492534.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-38c4f657-6632-4dce-93d8-a364a4492534.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-97437ecb-4a7b-41c1-b1e3-7eff6baf0b38 {
  display: none;
}
#s-5a2b0e87-5ba9-4168-bf98-45e0680fda88 { text-align: left; }
#s-6f5b7b12-112c-4422-917b-d1692324ea2a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6f5b7b12-112c-4422-917b-d1692324ea2a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-95b4eacc-f910-4b9b-9048-5146892940e9 { text-align: left; }
#s-95b4eacc-f910-4b9b-9048-5146892940e9 .shg-product-sold-out {
  display: none;
}

#s-95b4eacc-f910-4b9b-9048-5146892940e9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-95b4eacc-f910-4b9b-9048-5146892940e9 .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-39fe1be3-2242-488f-b5ee-988b5e4351a2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-39fe1be3-2242-488f-b5ee-988b5e4351a2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-39fe1be3-2242-488f-b5ee-988b5e4351a2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-39fe1be3-2242-488f-b5ee-988b5e4351a2 {
  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-39fe1be3-2242-488f-b5ee-988b5e4351a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39fe1be3-2242-488f-b5ee-988b5e4351a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-39fe1be3-2242-488f-b5ee-988b5e4351a2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8217f700-92f5-490f-b39b-3b11d6ab7ce8 {
  display: none;
}
#s-f196832c-2ef6-4403-a814-bcf964d2ffc5 { text-align: left; }
#s-05781761-c93c-4db2-b267-e10eae385a94 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-05781761-c93c-4db2-b267-e10eae385a94 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2d62a9af-c6d2-4a25-a307-12a1fce28d38 { text-align: left; }
#s-2d62a9af-c6d2-4a25-a307-12a1fce28d38 .shg-product-sold-out {
  display: none;
}

#s-2d62a9af-c6d2-4a25-a307-12a1fce28d38 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2d62a9af-c6d2-4a25-a307-12a1fce28d38 .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-0bb35aca-cd37-4b3d-a48e-86f4a5907310 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0bb35aca-cd37-4b3d-a48e-86f4a5907310:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0bb35aca-cd37-4b3d-a48e-86f4a5907310:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0bb35aca-cd37-4b3d-a48e-86f4a5907310 {
  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-0bb35aca-cd37-4b3d-a48e-86f4a5907310.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bb35aca-cd37-4b3d-a48e-86f4a5907310.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0bb35aca-cd37-4b3d-a48e-86f4a5907310.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b32b7f06-1204-469c-bd7b-ce7efe582086 {
  display: none;
}
#s-6c8c2920-f8ea-48ea-b0ec-e4331b06d7b8 { text-align: left; }
#s-182b4ef7-5369-47a6-9bc6-0bddcfdacfa9 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-182b4ef7-5369-47a6-9bc6-0bddcfdacfa9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3378ff7f-3336-4f56-853c-30c6f8c7f2a9 { text-align: left; }
#s-3378ff7f-3336-4f56-853c-30c6f8c7f2a9 .shg-product-sold-out {
  display: none;
}

#s-3378ff7f-3336-4f56-853c-30c6f8c7f2a9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3378ff7f-3336-4f56-853c-30c6f8c7f2a9 .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-2abd0f83-6dfd-4303-b4d7-96ca9f7868c7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2abd0f83-6dfd-4303-b4d7-96ca9f7868c7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2abd0f83-6dfd-4303-b4d7-96ca9f7868c7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2abd0f83-6dfd-4303-b4d7-96ca9f7868c7 {
  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-2abd0f83-6dfd-4303-b4d7-96ca9f7868c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2abd0f83-6dfd-4303-b4d7-96ca9f7868c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2abd0f83-6dfd-4303-b4d7-96ca9f7868c7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5bdc1cbc-deca-4dbe-847b-2d6f39e2c2ea {
  display: none;
}
#s-cb3b63ec-da9d-4160-b2e5-419a6d0abaef { text-align: left; }
#s-a468bf2e-79af-4575-9306-efae619a3d97 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a468bf2e-79af-4575-9306-efae619a3d97 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1c8dcd78-e4c5-4c03-aada-0824731d4990 { text-align: left; }
#s-1c8dcd78-e4c5-4c03-aada-0824731d4990 .shg-product-sold-out {
  display: none;
}

#s-1c8dcd78-e4c5-4c03-aada-0824731d4990 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1c8dcd78-e4c5-4c03-aada-0824731d4990 .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-95b23d82-187e-4f3f-9bb1-2b32b644aa79 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-95b23d82-187e-4f3f-9bb1-2b32b644aa79:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-95b23d82-187e-4f3f-9bb1-2b32b644aa79:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-95b23d82-187e-4f3f-9bb1-2b32b644aa79 {
  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-95b23d82-187e-4f3f-9bb1-2b32b644aa79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-95b23d82-187e-4f3f-9bb1-2b32b644aa79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-95b23d82-187e-4f3f-9bb1-2b32b644aa79.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7ba8a33d-42f6-44c9-95d3-aa16fb29eafe {
  display: none;
}
#s-c6acdd52-89ec-4fb0-8b5f-fb8653b8fcef { text-align: left; }
#s-01563b5d-6419-4575-8b67-0308d58d891e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-01563b5d-6419-4575-8b67-0308d58d891e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fb37818e-6133-416c-a532-8f07b8093ee0 { text-align: left; }
#s-fb37818e-6133-416c-a532-8f07b8093ee0 .shg-product-sold-out {
  display: none;
}

#s-fb37818e-6133-416c-a532-8f07b8093ee0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fb37818e-6133-416c-a532-8f07b8093ee0 .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-73a4def4-e7ab-4f69-b765-35207d338371 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-73a4def4-e7ab-4f69-b765-35207d338371:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-73a4def4-e7ab-4f69-b765-35207d338371:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-73a4def4-e7ab-4f69-b765-35207d338371 {
  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-73a4def4-e7ab-4f69-b765-35207d338371.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73a4def4-e7ab-4f69-b765-35207d338371.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-73a4def4-e7ab-4f69-b765-35207d338371.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6b3e8392-cf9e-4f33-ba8f-32f05b57e10b {
  display: none;
}
#s-c6f1c56c-ce06-44fe-bfe9-260a771ce73b { text-align: left; }
#s-57e1b40b-8500-43d0-a468-a217f1b30c40 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-57e1b40b-8500-43d0-a468-a217f1b30c40 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-69d5a778-c2ab-4e76-bfff-e1aba38e8572 { text-align: left; }
#s-69d5a778-c2ab-4e76-bfff-e1aba38e8572 .shg-product-sold-out {
  display: none;
}

#s-69d5a778-c2ab-4e76-bfff-e1aba38e8572 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-69d5a778-c2ab-4e76-bfff-e1aba38e8572 .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-19b28f94-6620-441c-bd44-2dbe1fb2051a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-19b28f94-6620-441c-bd44-2dbe1fb2051a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-19b28f94-6620-441c-bd44-2dbe1fb2051a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-19b28f94-6620-441c-bd44-2dbe1fb2051a {
  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-19b28f94-6620-441c-bd44-2dbe1fb2051a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19b28f94-6620-441c-bd44-2dbe1fb2051a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-19b28f94-6620-441c-bd44-2dbe1fb2051a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-bfe6622a-234a-4013-8c00-f0fa98f5ed90 {
  display: none;
}
#s-c397d61e-8fcb-48bf-862b-d547c286b3b7 { text-align: left; }
#s-61dc149d-b0be-4700-8247-eed6babe25b3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-61dc149d-b0be-4700-8247-eed6babe25b3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4e923f87-7fd8-4fd9-8ff8-da94f0cee1e7 { text-align: left; }
#s-4e923f87-7fd8-4fd9-8ff8-da94f0cee1e7 .shg-product-sold-out {
  display: none;
}

#s-4e923f87-7fd8-4fd9-8ff8-da94f0cee1e7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4e923f87-7fd8-4fd9-8ff8-da94f0cee1e7 .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-951a8e49-9429-4bde-9451-70b4968cead5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-951a8e49-9429-4bde-9451-70b4968cead5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-951a8e49-9429-4bde-9451-70b4968cead5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-951a8e49-9429-4bde-9451-70b4968cead5 {
  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-951a8e49-9429-4bde-9451-70b4968cead5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-951a8e49-9429-4bde-9451-70b4968cead5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-951a8e49-9429-4bde-9451-70b4968cead5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a6fa0bdf-8dad-452d-aea1-da2db4e90c54 {
  display: none;
}
#s-c56d75a1-2bc5-4305-b7d2-b6ac4767b0ae { text-align: left; }
#s-5712ef43-53da-4f28-b781-83f9c1ddf307 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5712ef43-53da-4f28-b781-83f9c1ddf307 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-6d2e0d69-d715-4029-9f0d-308305f7fa96 { text-align: left; }
#s-6d2e0d69-d715-4029-9f0d-308305f7fa96 .shg-product-sold-out {
  display: none;
}

#s-6d2e0d69-d715-4029-9f0d-308305f7fa96 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6d2e0d69-d715-4029-9f0d-308305f7fa96 .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-38edd43a-1480-4800-8fe6-90450ac42394 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-38edd43a-1480-4800-8fe6-90450ac42394:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-38edd43a-1480-4800-8fe6-90450ac42394:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-38edd43a-1480-4800-8fe6-90450ac42394 {
  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-38edd43a-1480-4800-8fe6-90450ac42394.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38edd43a-1480-4800-8fe6-90450ac42394.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-38edd43a-1480-4800-8fe6-90450ac42394.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8adabfdb-81ee-4c60-bdaa-7006b38960e7 {
  display: none;
}
#s-712d489f-d216-4fa1-9f59-a8f2a80bc346 { text-align: left; }
#s-a07125a9-06c5-4fcd-955d-ccbc3b28853a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a07125a9-06c5-4fcd-955d-ccbc3b28853a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d45979aa-4e24-4b5e-9e54-95689b5ae067 { text-align: left; }
#s-d45979aa-4e24-4b5e-9e54-95689b5ae067 .shg-product-sold-out {
  display: none;
}

#s-d45979aa-4e24-4b5e-9e54-95689b5ae067 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d45979aa-4e24-4b5e-9e54-95689b5ae067 .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-4bc5e014-5fd6-4e3c-ac41-dc45fedea3d1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-4bc5e014-5fd6-4e3c-ac41-dc45fedea3d1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4bc5e014-5fd6-4e3c-ac41-dc45fedea3d1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4bc5e014-5fd6-4e3c-ac41-dc45fedea3d1 {
  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-4bc5e014-5fd6-4e3c-ac41-dc45fedea3d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4bc5e014-5fd6-4e3c-ac41-dc45fedea3d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4bc5e014-5fd6-4e3c-ac41-dc45fedea3d1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-dfe050a0-f323-43bb-8fcb-0a1415dc2a0b {
  display: none;
}
#s-4e0d99d7-6fac-4c39-b912-5e03f433521d { text-align: left; }
#s-022169b8-327f-4027-95c0-c9ba61e64a9c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-022169b8-327f-4027-95c0-c9ba61e64a9c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-da201f04-1353-44b1-bdd7-021d233fdca1 { text-align: left; }
#s-da201f04-1353-44b1-bdd7-021d233fdca1 .shg-product-sold-out {
  display: none;
}

#s-da201f04-1353-44b1-bdd7-021d233fdca1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-da201f04-1353-44b1-bdd7-021d233fdca1 .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-dc52918f-3ffc-4188-af96-dcb6b8481b24 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-dc52918f-3ffc-4188-af96-dcb6b8481b24:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-dc52918f-3ffc-4188-af96-dcb6b8481b24:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-dc52918f-3ffc-4188-af96-dcb6b8481b24 {
  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-dc52918f-3ffc-4188-af96-dcb6b8481b24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc52918f-3ffc-4188-af96-dcb6b8481b24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-dc52918f-3ffc-4188-af96-dcb6b8481b24.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ad653c11-fb9a-4e4c-81c4-47f99b2e7c1e {
  display: none;
}
#s-2db7df0e-db31-4895-9221-234d7378c2ca { text-align: left; }
#s-03f873c2-82fb-408c-86f5-30829df20774 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-03f873c2-82fb-408c-86f5-30829df20774 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-74ad0a50-bfc4-4e17-87f3-f6c73fe62ca0 { text-align: left; }
#s-74ad0a50-bfc4-4e17-87f3-f6c73fe62ca0 .shg-product-sold-out {
  display: none;
}

#s-74ad0a50-bfc4-4e17-87f3-f6c73fe62ca0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-74ad0a50-bfc4-4e17-87f3-f6c73fe62ca0 .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-335ed4c9-7789-464d-83bc-558127d58aba { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-335ed4c9-7789-464d-83bc-558127d58aba:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-335ed4c9-7789-464d-83bc-558127d58aba:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-335ed4c9-7789-464d-83bc-558127d58aba {
  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-335ed4c9-7789-464d-83bc-558127d58aba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-335ed4c9-7789-464d-83bc-558127d58aba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-335ed4c9-7789-464d-83bc-558127d58aba.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2fa2e389-9298-4cde-87e1-b5749eddb7f7 {
  display: none;
}
#s-b2a2051b-1b45-47e7-bfd1-c7eb4c230864 { text-align: left; }
#s-dd49414e-645e-4017-b443-8809646186bb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dd49414e-645e-4017-b443-8809646186bb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-03e7eb3b-807d-4854-b3c9-f160686f8f8a { text-align: left; }
#s-03e7eb3b-807d-4854-b3c9-f160686f8f8a .shg-product-sold-out {
  display: none;
}

#s-03e7eb3b-807d-4854-b3c9-f160686f8f8a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-03e7eb3b-807d-4854-b3c9-f160686f8f8a .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-a96b95f6-be05-4d83-a4cf-000ae695c44b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a96b95f6-be05-4d83-a4cf-000ae695c44b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a96b95f6-be05-4d83-a4cf-000ae695c44b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a96b95f6-be05-4d83-a4cf-000ae695c44b {
  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-a96b95f6-be05-4d83-a4cf-000ae695c44b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a96b95f6-be05-4d83-a4cf-000ae695c44b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a96b95f6-be05-4d83-a4cf-000ae695c44b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ebad5880-fd37-498c-9085-90798b833b52 {
  display: none;
}
#s-d5147e74-25e7-4fae-ac9d-7421f9d8bbd2 { text-align: left; }
#s-d1a5fca9-cdfb-4378-b3bd-cfeddb2ceccc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d1a5fca9-cdfb-4378-b3bd-cfeddb2ceccc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-78c097c8-1e39-467e-881b-d46faaa2cb57 { text-align: left; }
#s-78c097c8-1e39-467e-881b-d46faaa2cb57 .shg-product-sold-out {
  display: none;
}

#s-78c097c8-1e39-467e-881b-d46faaa2cb57 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-78c097c8-1e39-467e-881b-d46faaa2cb57 .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-ec1e8d03-1eec-4bb8-880f-fa22bea66f3b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ec1e8d03-1eec-4bb8-880f-fa22bea66f3b:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ec1e8d03-1eec-4bb8-880f-fa22bea66f3b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ec1e8d03-1eec-4bb8-880f-fa22bea66f3b {
  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-ec1e8d03-1eec-4bb8-880f-fa22bea66f3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec1e8d03-1eec-4bb8-880f-fa22bea66f3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ec1e8d03-1eec-4bb8-880f-fa22bea66f3b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a401ea57-5e1a-4cd8-9a92-ba2e3e1fa376 {
  display: none;
}
#s-4c72a827-73af-426d-8f28-fdba39501a63 { text-align: left; }
#s-cbd58b3a-99b3-4fce-90c5-9482074989b8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-cbd58b3a-99b3-4fce-90c5-9482074989b8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fe7367bc-b384-4c59-a71f-d8d1ea76dc15 { text-align: left; }
#s-fe7367bc-b384-4c59-a71f-d8d1ea76dc15 .shg-product-sold-out {
  display: none;
}

#s-fe7367bc-b384-4c59-a71f-d8d1ea76dc15 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fe7367bc-b384-4c59-a71f-d8d1ea76dc15 .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-71ec144c-0f6e-43f8-9ff6-3cfaf4200daa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-71ec144c-0f6e-43f8-9ff6-3cfaf4200daa:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-71ec144c-0f6e-43f8-9ff6-3cfaf4200daa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-71ec144c-0f6e-43f8-9ff6-3cfaf4200daa {
  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-71ec144c-0f6e-43f8-9ff6-3cfaf4200daa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71ec144c-0f6e-43f8-9ff6-3cfaf4200daa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-71ec144c-0f6e-43f8-9ff6-3cfaf4200daa.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;
}
