.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-4a52cc15-2b1b-43cf-bed4-f894b2fe6ac9 {
  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-b05b0580-0dec-409d-9073-34198cd6884e { margin-top: 40px; }
#s-b05b0580-0dec-409d-9073-34198cd6884e .shogun-tabs {
  justify-content: center;
}


  #s-b05b0580-0dec-409d-9073-34198cd6884e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-b05b0580-0dec-409d-9073-34198cd6884e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 95, 171, 1);
  }
#s-b05b0580-0dec-409d-9073-34198cd6884e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant;
  
  
  font-size: 14px;
}

#s-b05b0580-0dec-409d-9073-34198cd6884e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-b05b0580-0dec-409d-9073-34198cd6884e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-b05b0580-0dec-409d-9073-34198cd6884e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(237, 95, 171, 1);
}

#s-b05b0580-0dec-409d-9073-34198cd6884e .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-a42ae6a1-b5f6-407b-9b5b-357491c1ad7f { padding-top: 10px;
padding-bottom: 10px; }
 #s-a42ae6a1-b5f6-407b-9b5b-357491c1ad7f .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-45338159-b8dd-4859-b7a6-52211bfa8b43 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

#s-45338159-b8dd-4859-b7a6-52211bfa8b43 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-45338159-b8dd-4859-b7a6-52211bfa8b43 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(237, 95, 171, 1);
}

#s-45338159-b8dd-4859-b7a6-52211bfa8b43 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-45338159-b8dd-4859-b7a6-52211bfa8b43 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(245, 201, 211, 1);
  stroke: rgba(245, 201, 211, 1);
}

#s-45338159-b8dd-4859-b7a6-52211bfa8b43 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(245, 201, 211, 1);
}

#s-45338159-b8dd-4859-b7a6-52211bfa8b43 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(237, 95, 171, 1);
  color: #FFFFFF;
}

#s-45338159-b8dd-4859-b7a6-52211bfa8b43 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(237, 95, 171, 1);
}

#s-45338159-b8dd-4859-b7a6-52211bfa8b43 .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-95ae28b7-38fd-4bee-97c7-7bf17ba36739 { margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95ae28b7-38fd-4bee-97c7-7bf17ba36739"] > .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-83580d25-f0a5-445f-989a-74468256cec7 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-8e09d968-48ae-456c-9113-5eeada54098e { 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-02f9531d-6404-4a72-9f6b-60bd9d00b6ab { 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-02f9531d-6404-4a72-9f6b-60bd9d00b6ab: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-02f9531d-6404-4a72-9f6b-60bd9d00b6ab: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-02f9531d-6404-4a72-9f6b-60bd9d00b6ab.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-57ef2f8d-7dbb-4e06-9894-15eca4b70c73 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-9829471a-fcec-4c47-ac45-2aa8553b51e8 { 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-f76b3dcc-7e5c-4f1c-9fe7-302393c2c787 { 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-f76b3dcc-7e5c-4f1c-9fe7-302393c2c787: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-f76b3dcc-7e5c-4f1c-9fe7-302393c2c787: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-f76b3dcc-7e5c-4f1c-9fe7-302393c2c787.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  normal ;
   font-style:  normal ;
   font-family: Assistant;
 }
#s-5476f1ce-d7fb-451f-82af-5fc404e9a376 { margin-bottom: -20px;
padding-top: 10px;
text-align: center; }
#s-afc0ef8c-7776-4d73-bf21-a594042660ea { 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-18d73749-ddab-454f-9874-c1918d9ce904 { 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-18d73749-ddab-454f-9874-c1918d9ce904: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-18d73749-ddab-454f-9874-c1918d9ce904: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-18d73749-ddab-454f-9874-c1918d9ce904.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-600fa359-2caf-4fe5-a1ec-d2d5dd78e3b0 { min-height: 50px; }
#s-600fa359-2caf-4fe5-a1ec-d2d5dd78e3b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7e284c3c-ed58-4591-ae10-f258c8a8eb73 { 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-7e284c3c-ed58-4591-ae10-f258c8a8eb73 .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-f6e86fea-6fb4-439a-ad5d-a75f521301f9 {
  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-1389cdc7-4f21-4fd1-ab85-72d7d17702c0 { 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-3e4d7e40-fec8-479b-8dd7-27a5a7ab235d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3e4d7e40-fec8-479b-8dd7-27a5a7ab235d .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-df4a63f8-a62a-44cf-82e1-70e627fecc44 {
  display: none;
}
#s-d9956d96-3d5b-4d11-b74f-e20911d403d2 { text-align: left; }
#s-caa9bdd9-057e-4458-b20b-fa872d0ed560 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-caa9bdd9-057e-4458-b20b-fa872d0ed560 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-fcfaf0da-1bc7-4f6b-845a-ed2891002f48 {
  display: none;
}
#s-64272663-13a2-49c5-8f3a-d9f7a3dc0aea { text-align: left; }
#s-94d96357-82d0-4569-9468-23d5b69dc593 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-94d96357-82d0-4569-9468-23d5b69dc593 .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-423ff97d-57be-452b-a1e7-4ffe65d86802 {
  display: none;
}
#s-e024e80e-4954-4938-9881-d1f66016340d { text-align: left; }
#s-76b41b49-3309-4948-942b-10f7fc26562c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-76b41b49-3309-4948-942b-10f7fc26562c .shg-product-title-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
}

#s-871257d2-5e7a-48e9-8b62-b929d180d2c3 {
  display: none;
}
#s-4e30b263-99fb-4853-a73d-de451ce0ea3e { text-align: left; }
#s-961bd938-015b-440d-b314-2d097de5bea4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-961bd938-015b-440d-b314-2d097de5bea4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8abb0224-f11c-4440-887e-d477f04c9684 { text-align: left; }
#s-8abb0224-f11c-4440-887e-d477f04c9684 .shg-product-sold-out {
  display: none;
}

#s-8abb0224-f11c-4440-887e-d477f04c9684 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8abb0224-f11c-4440-887e-d477f04c9684 .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-5ac86055-eff6-489e-8d65-50edb9ac52a5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5ac86055-eff6-489e-8d65-50edb9ac52a5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5ac86055-eff6-489e-8d65-50edb9ac52a5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5ac86055-eff6-489e-8d65-50edb9ac52a5 {
  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-5ac86055-eff6-489e-8d65-50edb9ac52a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ac86055-eff6-489e-8d65-50edb9ac52a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5ac86055-eff6-489e-8d65-50edb9ac52a5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-88a0010f-d969-4d0d-b7fd-90071a3c16d9 {
  display: none;
}
#s-aabaedd4-8a38-45f3-b3b5-571c3bec2120 { text-align: left; }
#s-9c7b2d21-428f-418f-94d7-82c307ae7f06 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9c7b2d21-428f-418f-94d7-82c307ae7f06 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-3146946e-d2bd-4ffb-90a0-ada8cf03361d { text-align: left; }
#s-3146946e-d2bd-4ffb-90a0-ada8cf03361d .shg-product-sold-out {
  display: none;
}

#s-3146946e-d2bd-4ffb-90a0-ada8cf03361d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3146946e-d2bd-4ffb-90a0-ada8cf03361d .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-18888488-9f71-4664-ada7-d9f53be5f126 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-18888488-9f71-4664-ada7-d9f53be5f126:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-18888488-9f71-4664-ada7-d9f53be5f126:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-18888488-9f71-4664-ada7-d9f53be5f126 {
  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-18888488-9f71-4664-ada7-d9f53be5f126.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18888488-9f71-4664-ada7-d9f53be5f126.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-18888488-9f71-4664-ada7-d9f53be5f126.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b916a14c-162f-47ef-b124-07383451f5eb {
  display: none;
}
#s-89986220-1d85-49dd-beb6-e096eff68c4b { text-align: left; }
#s-4978eb8a-3adb-419f-8238-5de02aef4f77 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4978eb8a-3adb-419f-8238-5de02aef4f77 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-73293db7-c4e6-4429-945c-941a61517949 { text-align: left; }
#s-73293db7-c4e6-4429-945c-941a61517949 .shg-product-sold-out {
  display: none;
}

#s-73293db7-c4e6-4429-945c-941a61517949 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-73293db7-c4e6-4429-945c-941a61517949 .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-ae1e4e1e-b5ff-4d76-ad4b-e7b5ed482407 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ae1e4e1e-b5ff-4d76-ad4b-e7b5ed482407:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ae1e4e1e-b5ff-4d76-ad4b-e7b5ed482407:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ae1e4e1e-b5ff-4d76-ad4b-e7b5ed482407 {
  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-ae1e4e1e-b5ff-4d76-ad4b-e7b5ed482407.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae1e4e1e-b5ff-4d76-ad4b-e7b5ed482407.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ae1e4e1e-b5ff-4d76-ad4b-e7b5ed482407.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5d8ee848-0c22-422e-835c-7ea154505434 {
  display: none;
}
#s-64f9a924-2bbd-4af5-bfd4-cccf0bdce08c { text-align: left; }
#s-012cbc1f-2ef2-483e-8f90-841ee9aecc5c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-012cbc1f-2ef2-483e-8f90-841ee9aecc5c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5d198df7-63ed-4ea5-a076-c95ae92fb1af { text-align: left; }
#s-5d198df7-63ed-4ea5-a076-c95ae92fb1af .shg-product-sold-out {
  display: none;
}

#s-5d198df7-63ed-4ea5-a076-c95ae92fb1af .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5d198df7-63ed-4ea5-a076-c95ae92fb1af .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-6a5d4261-33d8-44e3-a8dd-020c2b633ab7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-6a5d4261-33d8-44e3-a8dd-020c2b633ab7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-6a5d4261-33d8-44e3-a8dd-020c2b633ab7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6a5d4261-33d8-44e3-a8dd-020c2b633ab7 {
  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-6a5d4261-33d8-44e3-a8dd-020c2b633ab7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a5d4261-33d8-44e3-a8dd-020c2b633ab7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6a5d4261-33d8-44e3-a8dd-020c2b633ab7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-22dae6b0-ba7c-45a6-813f-61a18ca9d6e9 {
  display: none;
}
#s-c77d77c7-ccac-45e4-8407-8cf615f8aa3a { text-align: left; }
#s-d9cf173d-775b-4954-a9e5-310654264385 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d9cf173d-775b-4954-a9e5-310654264385 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-a6518c32-83bf-4262-9484-60c69b12ee08 { text-align: left; }
#s-a6518c32-83bf-4262-9484-60c69b12ee08 .shg-product-sold-out {
  display: none;
}

#s-a6518c32-83bf-4262-9484-60c69b12ee08 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a6518c32-83bf-4262-9484-60c69b12ee08 .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-b465e132-fe83-45de-b29f-19029c05e1b4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b465e132-fe83-45de-b29f-19029c05e1b4:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b465e132-fe83-45de-b29f-19029c05e1b4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b465e132-fe83-45de-b29f-19029c05e1b4 {
  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-b465e132-fe83-45de-b29f-19029c05e1b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b465e132-fe83-45de-b29f-19029c05e1b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b465e132-fe83-45de-b29f-19029c05e1b4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7fb43e22-cb3a-44a7-9c3c-240ea85b47a8 {
  display: none;
}
#s-8975d729-2cbb-44c5-a330-1fea6330adea { text-align: left; }
#s-6e8ea4bf-cd46-4a7c-b0ff-57ddc79149be { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6e8ea4bf-cd46-4a7c-b0ff-57ddc79149be .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-1a6f2812-b3d8-428b-9606-7ccc457dcda2 { text-align: left; }
#s-1a6f2812-b3d8-428b-9606-7ccc457dcda2 .shg-product-sold-out {
  display: none;
}

#s-1a6f2812-b3d8-428b-9606-7ccc457dcda2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1a6f2812-b3d8-428b-9606-7ccc457dcda2 .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-3810587f-98d6-4eb4-b09a-1d8cd0ddf3a3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-3810587f-98d6-4eb4-b09a-1d8cd0ddf3a3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3810587f-98d6-4eb4-b09a-1d8cd0ddf3a3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3810587f-98d6-4eb4-b09a-1d8cd0ddf3a3 {
  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-3810587f-98d6-4eb4-b09a-1d8cd0ddf3a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3810587f-98d6-4eb4-b09a-1d8cd0ddf3a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3810587f-98d6-4eb4-b09a-1d8cd0ddf3a3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0af60598-38af-474d-89f9-8cd4dc20de3c {
  display: none;
}
#s-00bfd572-da41-44bf-9844-268ae42f3a7b { text-align: left; }
#s-a436f652-3f96-4069-a128-dba7b116ee4e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a436f652-3f96-4069-a128-dba7b116ee4e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f5315e45-ba98-4de9-8b03-9079e743f07a { text-align: left; }
#s-f5315e45-ba98-4de9-8b03-9079e743f07a .shg-product-sold-out {
  display: none;
}

#s-f5315e45-ba98-4de9-8b03-9079e743f07a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f5315e45-ba98-4de9-8b03-9079e743f07a .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-7baf2c99-673e-4090-8b88-6598312505e9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-7baf2c99-673e-4090-8b88-6598312505e9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7baf2c99-673e-4090-8b88-6598312505e9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7baf2c99-673e-4090-8b88-6598312505e9 {
  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-7baf2c99-673e-4090-8b88-6598312505e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7baf2c99-673e-4090-8b88-6598312505e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7baf2c99-673e-4090-8b88-6598312505e9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0fb0bf2c-16cf-4765-b213-ec07416b4f24 {
  display: none;
}
#s-610bce62-0f89-4d5f-bd29-61cb6b852beb { text-align: left; }
#s-f5bc4b27-5697-46c8-9571-5cf11414b76f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f5bc4b27-5697-46c8-9571-5cf11414b76f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cb4f33a2-2dc1-4de8-81db-5b65abcfea50 { text-align: left; }
#s-cb4f33a2-2dc1-4de8-81db-5b65abcfea50 .shg-product-sold-out {
  display: none;
}

#s-cb4f33a2-2dc1-4de8-81db-5b65abcfea50 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cb4f33a2-2dc1-4de8-81db-5b65abcfea50 .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-c34635c1-5e50-4f3c-90d8-6266076c95d3 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-c34635c1-5e50-4f3c-90d8-6266076c95d3:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-c34635c1-5e50-4f3c-90d8-6266076c95d3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c34635c1-5e50-4f3c-90d8-6266076c95d3 {
  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-c34635c1-5e50-4f3c-90d8-6266076c95d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c34635c1-5e50-4f3c-90d8-6266076c95d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c34635c1-5e50-4f3c-90d8-6266076c95d3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-145bcd52-0bf0-4ed0-a2b0-eec7bc2bb401 {
  display: none;
}
#s-5cf58f97-1063-4dc0-8688-95e3ec791587 { text-align: left; }
#s-eafc0dfa-a23f-4bfe-9c78-b9420eb5a6ac { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-eafc0dfa-a23f-4bfe-9c78-b9420eb5a6ac .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c6240b3e-43ab-41bd-8890-152b68196a28 { text-align: left; }
#s-c6240b3e-43ab-41bd-8890-152b68196a28 .shg-product-sold-out {
  display: none;
}

#s-c6240b3e-43ab-41bd-8890-152b68196a28 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c6240b3e-43ab-41bd-8890-152b68196a28 .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-af459f88-90c6-4674-bfe8-e2922ac75baa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-af459f88-90c6-4674-bfe8-e2922ac75baa:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-af459f88-90c6-4674-bfe8-e2922ac75baa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-af459f88-90c6-4674-bfe8-e2922ac75baa {
  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-af459f88-90c6-4674-bfe8-e2922ac75baa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af459f88-90c6-4674-bfe8-e2922ac75baa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-af459f88-90c6-4674-bfe8-e2922ac75baa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-16034105-982f-47b3-a682-31351faf8fc7 {
  display: none;
}
#s-af18cc4f-4bb9-417c-a108-770fdb44f023 { text-align: left; }
#s-44265771-2250-4cd2-aaf5-2b0155be302b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-44265771-2250-4cd2-aaf5-2b0155be302b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-53e3eca4-08ba-4343-9694-8d0639550468 { text-align: left; }
#s-53e3eca4-08ba-4343-9694-8d0639550468 .shg-product-sold-out {
  display: none;
}

#s-53e3eca4-08ba-4343-9694-8d0639550468 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-53e3eca4-08ba-4343-9694-8d0639550468 .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-bdce5cad-1557-443e-9869-473c21095456 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-bdce5cad-1557-443e-9869-473c21095456:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bdce5cad-1557-443e-9869-473c21095456:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bdce5cad-1557-443e-9869-473c21095456 {
  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-bdce5cad-1557-443e-9869-473c21095456.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bdce5cad-1557-443e-9869-473c21095456.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bdce5cad-1557-443e-9869-473c21095456.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c817878b-6c7d-44fa-8f57-bf3a4af3b1bb {
  display: none;
}
#s-1c8713dc-d0ff-46c0-89c9-e16125360f36 { text-align: left; }
#s-15a961a1-d18c-43ab-a9ad-9fed3cef12c6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-15a961a1-d18c-43ab-a9ad-9fed3cef12c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c61a0a01-7dd7-4318-a814-1e9267e9ffd1 { text-align: left; }
#s-c61a0a01-7dd7-4318-a814-1e9267e9ffd1 .shg-product-sold-out {
  display: none;
}

#s-c61a0a01-7dd7-4318-a814-1e9267e9ffd1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c61a0a01-7dd7-4318-a814-1e9267e9ffd1 .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-9effb547-9a9f-4691-b05e-39abf6917cce { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-9effb547-9a9f-4691-b05e-39abf6917cce:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9effb547-9a9f-4691-b05e-39abf6917cce:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9effb547-9a9f-4691-b05e-39abf6917cce {
  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-9effb547-9a9f-4691-b05e-39abf6917cce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9effb547-9a9f-4691-b05e-39abf6917cce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-9effb547-9a9f-4691-b05e-39abf6917cce.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-0b974355-592f-4523-98ae-559a8c313a7c {
  display: none;
}
#s-5ebd81bb-4c27-45d8-8aba-789035d9a9f4 { text-align: left; }
#s-bb09173a-5c5e-432b-8224-bd09c272df52 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-bb09173a-5c5e-432b-8224-bd09c272df52 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-54cf2ae7-693f-4a89-bef8-526b214c0073 { text-align: left; }
#s-54cf2ae7-693f-4a89-bef8-526b214c0073 .shg-product-sold-out {
  display: none;
}

#s-54cf2ae7-693f-4a89-bef8-526b214c0073 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-54cf2ae7-693f-4a89-bef8-526b214c0073 .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-23ddb563-8860-4648-822f-cc9301148ac7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-23ddb563-8860-4648-822f-cc9301148ac7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-23ddb563-8860-4648-822f-cc9301148ac7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-23ddb563-8860-4648-822f-cc9301148ac7 {
  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-23ddb563-8860-4648-822f-cc9301148ac7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23ddb563-8860-4648-822f-cc9301148ac7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-23ddb563-8860-4648-822f-cc9301148ac7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-7fbe43a6-5642-4c89-95ae-435c9b5b4cdc {
  display: none;
}
#s-bef1dffe-09b4-443c-829d-192ea5d0d9eb { text-align: left; }
#s-dde9ad37-49d0-4ff0-b067-bb65d314c553 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dde9ad37-49d0-4ff0-b067-bb65d314c553 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-5afde475-8ce0-45e9-a014-55332ef9c2bc { text-align: left; }
#s-5afde475-8ce0-45e9-a014-55332ef9c2bc .shg-product-sold-out {
  display: none;
}

#s-5afde475-8ce0-45e9-a014-55332ef9c2bc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5afde475-8ce0-45e9-a014-55332ef9c2bc .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-a75ec473-b14e-4a2b-88bf-d216ba3a42b2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-a75ec473-b14e-4a2b-88bf-d216ba3a42b2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a75ec473-b14e-4a2b-88bf-d216ba3a42b2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a75ec473-b14e-4a2b-88bf-d216ba3a42b2 {
  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-a75ec473-b14e-4a2b-88bf-d216ba3a42b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a75ec473-b14e-4a2b-88bf-d216ba3a42b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a75ec473-b14e-4a2b-88bf-d216ba3a42b2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8e338851-1438-47e8-b9e5-f918273f27db {
  display: none;
}
#s-472663ba-44a7-4be1-8369-eda9855f1e83 { text-align: left; }
#s-f96fe82d-ae3c-413f-a6c2-fb2adcc94e40 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f96fe82d-ae3c-413f-a6c2-fb2adcc94e40 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-fbde7c1c-c7fe-49e2-b833-99cb234675ed { text-align: left; }
#s-fbde7c1c-c7fe-49e2-b833-99cb234675ed .shg-product-sold-out {
  display: none;
}

#s-fbde7c1c-c7fe-49e2-b833-99cb234675ed .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fbde7c1c-c7fe-49e2-b833-99cb234675ed .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-0726441f-c7a3-4026-9f18-ca14b863902d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-0726441f-c7a3-4026-9f18-ca14b863902d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0726441f-c7a3-4026-9f18-ca14b863902d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0726441f-c7a3-4026-9f18-ca14b863902d {
  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-0726441f-c7a3-4026-9f18-ca14b863902d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0726441f-c7a3-4026-9f18-ca14b863902d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0726441f-c7a3-4026-9f18-ca14b863902d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-2b4d1fc6-0f99-4075-a5e0-c432eda3a362 {
  display: none;
}
#s-87f1af44-e2ce-42fd-bcad-3a44ec6f940d { text-align: left; }
#s-92b87b87-d0a8-4b53-b230-4690431c378c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-92b87b87-d0a8-4b53-b230-4690431c378c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-82e03c9a-1d2a-4622-948e-9cc7b54874af { text-align: left; }
#s-82e03c9a-1d2a-4622-948e-9cc7b54874af .shg-product-sold-out {
  display: none;
}

#s-82e03c9a-1d2a-4622-948e-9cc7b54874af .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-82e03c9a-1d2a-4622-948e-9cc7b54874af .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-5c434979-9e2f-4891-9d67-285c9914459f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5c434979-9e2f-4891-9d67-285c9914459f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5c434979-9e2f-4891-9d67-285c9914459f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5c434979-9e2f-4891-9d67-285c9914459f {
  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-5c434979-9e2f-4891-9d67-285c9914459f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c434979-9e2f-4891-9d67-285c9914459f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5c434979-9e2f-4891-9d67-285c9914459f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-44386d69-db84-4e34-ae38-6d7e98ab29d8 {
  display: none;
}
#s-5b90c934-e57c-4417-9080-40eff0db0be3 { text-align: left; }
#s-ab8641f3-5246-4bfc-b7da-b0279e02e301 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ab8641f3-5246-4bfc-b7da-b0279e02e301 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c377b797-355e-4408-97b8-09240b21f360 { text-align: left; }
#s-c377b797-355e-4408-97b8-09240b21f360 .shg-product-sold-out {
  display: none;
}

#s-c377b797-355e-4408-97b8-09240b21f360 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c377b797-355e-4408-97b8-09240b21f360 .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-b942732f-456b-4d44-8b8e-20bd85fbc72c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b942732f-456b-4d44-8b8e-20bd85fbc72c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b942732f-456b-4d44-8b8e-20bd85fbc72c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b942732f-456b-4d44-8b8e-20bd85fbc72c {
  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-b942732f-456b-4d44-8b8e-20bd85fbc72c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b942732f-456b-4d44-8b8e-20bd85fbc72c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b942732f-456b-4d44-8b8e-20bd85fbc72c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9e503022-f9e1-40bd-ba4d-5b64ced7738d {
  display: none;
}
#s-09af188d-4f52-4d28-99b2-4765a9468b70 { text-align: left; }
#s-98c262e6-2f47-4fd6-87f3-b5af1fd49664 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-98c262e6-2f47-4fd6-87f3-b5af1fd49664 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-cf00d64f-e3bd-411d-8054-b38b67e1ea7e { text-align: left; }
#s-cf00d64f-e3bd-411d-8054-b38b67e1ea7e .shg-product-sold-out {
  display: none;
}

#s-cf00d64f-e3bd-411d-8054-b38b67e1ea7e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cf00d64f-e3bd-411d-8054-b38b67e1ea7e .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-509fb26d-1b03-4e2c-9900-d7c0d5b71463 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-509fb26d-1b03-4e2c-9900-d7c0d5b71463:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-509fb26d-1b03-4e2c-9900-d7c0d5b71463:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-509fb26d-1b03-4e2c-9900-d7c0d5b71463 {
  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-509fb26d-1b03-4e2c-9900-d7c0d5b71463.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-509fb26d-1b03-4e2c-9900-d7c0d5b71463.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-509fb26d-1b03-4e2c-9900-d7c0d5b71463.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-eb1d9802-91ce-4c66-85b4-0776bedd99e5 {
  display: none;
}
#s-e5111518-d66a-4236-9b2d-f2445c44d348 { text-align: left; }
#s-d07e8b06-dca7-458b-994b-64ae71f8ad5c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d07e8b06-dca7-458b-994b-64ae71f8ad5c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-551cd4b9-78e3-4941-a407-9ccd010a4f7a { text-align: left; }
#s-551cd4b9-78e3-4941-a407-9ccd010a4f7a .shg-product-sold-out {
  display: none;
}

#s-551cd4b9-78e3-4941-a407-9ccd010a4f7a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-551cd4b9-78e3-4941-a407-9ccd010a4f7a .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-e4b23135-b55d-45fe-abb2-5edc31c6b4c6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-e4b23135-b55d-45fe-abb2-5edc31c6b4c6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e4b23135-b55d-45fe-abb2-5edc31c6b4c6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e4b23135-b55d-45fe-abb2-5edc31c6b4c6 {
  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-e4b23135-b55d-45fe-abb2-5edc31c6b4c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b23135-b55d-45fe-abb2-5edc31c6b4c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e4b23135-b55d-45fe-abb2-5edc31c6b4c6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-71a596a6-8e33-4568-9d8a-3ae576e1c324 {
  display: none;
}
#s-506d6824-9ee6-4423-a15b-3222188c5f2e { text-align: left; }
#s-8f428427-d1b8-481d-85ec-963243976bea { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-8f428427-d1b8-481d-85ec-963243976bea .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-4b962056-2de9-4f16-be37-333fa1fcb5d5 { text-align: left; }
#s-4b962056-2de9-4f16-be37-333fa1fcb5d5 .shg-product-sold-out {
  display: none;
}

#s-4b962056-2de9-4f16-be37-333fa1fcb5d5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4b962056-2de9-4f16-be37-333fa1fcb5d5 .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-fde5e656-8580-496d-a035-3c561dd97361 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-fde5e656-8580-496d-a035-3c561dd97361:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-fde5e656-8580-496d-a035-3c561dd97361:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-fde5e656-8580-496d-a035-3c561dd97361 {
  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-fde5e656-8580-496d-a035-3c561dd97361.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fde5e656-8580-496d-a035-3c561dd97361.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-fde5e656-8580-496d-a035-3c561dd97361.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f87b5e71-f565-428e-bb40-39e5639a5a5f {
  display: none;
}
#s-9ed7aa71-b3bd-45c9-8b49-9d4b8be7e83c { text-align: left; }
#s-9fc233ed-878c-4f1f-99f1-be8c853ea9eb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9fc233ed-878c-4f1f-99f1-be8c853ea9eb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d7e42c5e-311f-4faf-a784-997b2c9ad905 { text-align: left; }
#s-d7e42c5e-311f-4faf-a784-997b2c9ad905 .shg-product-sold-out {
  display: none;
}

#s-d7e42c5e-311f-4faf-a784-997b2c9ad905 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d7e42c5e-311f-4faf-a784-997b2c9ad905 .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-8bf7d2ac-2b0f-43f8-ace9-b1d355405f32 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-8bf7d2ac-2b0f-43f8-ace9-b1d355405f32:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8bf7d2ac-2b0f-43f8-ace9-b1d355405f32:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8bf7d2ac-2b0f-43f8-ace9-b1d355405f32 {
  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-8bf7d2ac-2b0f-43f8-ace9-b1d355405f32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bf7d2ac-2b0f-43f8-ace9-b1d355405f32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8bf7d2ac-2b0f-43f8-ace9-b1d355405f32.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;
}
