#s-234c091f-177b-4004-94e1-cc030c6b577d {
  margin-left: 55px;
margin-right: 55px;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}
@media (min-width: 768px) and (max-width: 991px){#s-234c091f-177b-4004-94e1-cc030c6b577d {
  display: none;
}
#s-234c091f-177b-4004-94e1-cc030c6b577d, #wrap-s-234c091f-177b-4004-94e1-cc030c6b577d { display:none !important; }}@media (max-width: 767px){#s-234c091f-177b-4004-94e1-cc030c6b577d {
  display: none;
}
#s-234c091f-177b-4004-94e1-cc030c6b577d, #wrap-s-234c091f-177b-4004-94e1-cc030c6b577d { display:none !important; }}
#s-234c091f-177b-4004-94e1-cc030c6b577d {
  display: none;
}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-7ce24760-8d5e-42f2-aa79-13b916a671d7 {
  min-height: 121px;
}








#s-7ce24760-8d5e-42f2-aa79-13b916a671d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ce24760-8d5e-42f2-aa79-13b916a671d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-c5be7891-1f1b-4898-8d70-a04d0821bb89 {
  margin-left: 51px;
margin-right: 51px;
}

@media (min-width: 0px) {
[id="s-c5be7891-1f1b-4898-8d70-a04d0821bb89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5be7891-1f1b-4898-8d70-a04d0821bb89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-c5be7891-1f1b-4898-8d70-a04d0821bb89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5be7891-1f1b-4898-8d70-a04d0821bb89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a {
  display: none;
}
#s-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a, #wrap-s-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a {
  display: none;
}
#s-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a, #wrap-s-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a {
  display: none;
}
#s-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a, #wrap-s-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a { display:none !important; }}
#s-0f3ee3d0-a0fb-4287-ba28-67d14f019b6a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.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;
  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: transform 0.5s ease-out;
  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-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 {
  text-align: center;
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 {
  max-width:  100%;
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom,
.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 {
  max-width:  100%;
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom,
.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 {
  max-width:  100%;
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom,
.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 {
  max-width:  100%;
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom,
.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 {
  max-width:  100%;
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom,
.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  max-width: 397px !important;
  
}

.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1fd35a1-3fc2-4829-bcc6-e49d1e7f46c2 img.shogun-image {
  width: 100%;
}



}
#s-28c85b0c-51b1-4ab4-ad9b-b4d0b0aa767b {
  margin-top: -17px;
margin-bottom: -17px;
min-height: 45px;
}








#s-28c85b0c-51b1-4ab4-ad9b-b4d0b0aa767b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28c85b0c-51b1-4ab4-ad9b-b4d0b0aa767b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-99d8533c-07ed-4992-8535-33dadcd81a1f {
  padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
min-height: 0px;
text-align: left;
}

#s-99d8533c-07ed-4992-8535-33dadcd81a1f .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 4px;
  padding-bottom: 4px;
}

#s-99d8533c-07ed-4992-8535-33dadcd81a1f .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-99d8533c-07ed-4992-8535-33dadcd81a1f .shg-gallery-thumb-list-margin {
  margin-right: -4px;
}

#s-99d8533c-07ed-4992-8535-33dadcd81a1f .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-99d8533c-07ed-4992-8535-33dadcd81a1f .shg-gallery-scroll-button {
  color: #FFF;
}

#s-99d8533c-07ed-4992-8535-33dadcd81a1f .shg-gallery-dot {
  background-color: #FFF;
}

#s-60bfff49-1676-4301-8902-3a82d0dc9541 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-60bfff49-1676-4301-8902-3a82d0dc9541 {
  display: none;
}
#s-60bfff49-1676-4301-8902-3a82d0dc9541, #wrap-s-60bfff49-1676-4301-8902-3a82d0dc9541 { display:none !important; }}
#s-60bfff49-1676-4301-8902-3a82d0dc9541 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-1c3071de-fd35-498a-9ebd-eed791ceb5bd {
  margin-top: -21px;
margin-bottom: -21px;
padding-top: 1px;
padding-bottom: 1px;
min-height: 21px;
}








#s-1c3071de-fd35-498a-9ebd-eed791ceb5bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c3071de-fd35-498a-9ebd-eed791ceb5bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ca0f458-51f5-44f5-8b26-110a939ce972 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-1ca0f458-51f5-44f5-8b26-110a939ce972 .shg-product-sold-out {
  display: none;
  color: rgba(173, 20, 140, 1);
  font-size: 21px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ca0f458-51f5-44f5-8b26-110a939ce972 .shg-product-price {
  color: rgba(173, 20, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 21px;
}

#s-1ca0f458-51f5-44f5-8b26-110a939ce972 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-a59014eb-edec-46fd-a6ef-c5ad5cf0b9a7 {
  min-height: 50px;
}








#s-a59014eb-edec-46fd-a6ef-c5ad5cf0b9a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a59014eb-edec-46fd-a6ef-c5ad5cf0b9a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19008b55-e85e-46ab-a70c-c1ef9cd931f2 {
  min-height: 50px;
}








#s-19008b55-e85e-46ab-a70c-c1ef9cd931f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19008b55-e85e-46ab-a70c-c1ef9cd931f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f1ab58ba-3ad8-4ee7-bc11-4c807115159f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1ab58ba-3ad8-4ee7-bc11-4c807115159f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1ab58ba-3ad8-4ee7-bc11-4c807115159f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1ab58ba-3ad8-4ee7-bc11-4c807115159f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-12250599-a277-4c44-bc56-a8f65f6d2e8b {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: -51px;
margin-bottom: -51px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 240, 240, 0);
border-style: solid;
text-align: center;
}

#s-12250599-a277-4c44-bc56-a8f65f6d2e8b .shg-product-quantity-wrapper {
  display: flex;
}

#s-12250599-a277-4c44-bc56-a8f65f6d2e8b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}




  #s-12250599-a277-4c44-bc56-a8f65f6d2e8b label {
    color: rgba(173, 20, 140, 1);
    font-weight:   ;
    font-family: Amiko;
    font-style:  normal ;
    font-size: 11px;
  }

  
    #s-12250599-a277-4c44-bc56-a8f65f6d2e8b label:after {
      display: block;
      content: ' ';
      margin-bottom: 7px;
    }
  


.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.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-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-416715cb-0c57-4d2d-9ff7-91ac546f8e48 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(173, 20, 140, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-416715cb-0c57-4d2d-9ff7-91ac546f8e48:hover {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-416715cb-0c57-4d2d-9ff7-91ac546f8e48:active {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-416715cb-0c57-4d2d-9ff7-91ac546f8e48 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-416715cb-0c57-4d2d-9ff7-91ac546f8e48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-416715cb-0c57-4d2d-9ff7-91ac546f8e48.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-416715cb-0c57-4d2d-9ff7-91ac546f8e48.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ab3cbf75-3b41-4a1f-a684-82d2c77aafda {
  min-height: 50px;
}








#s-ab3cbf75-3b41-4a1f-a684-82d2c77aafda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab3cbf75-3b41-4a1f-a684-82d2c77aafda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c751c67-67b0-4c5d-b115-8bc689cd151e {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-2c751c67-67b0-4c5d-b115-8bc689cd151e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c751c67-67b0-4c5d-b115-8bc689cd151e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  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: -1px;
  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-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 */
  transform: translateZ(1000px);
}


  #s-018da632-67ef-49fc-bc76-17a3eb91d78d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #DDDDDD;
  }
  #s-018da632-67ef-49fc-bc76-17a3eb91d78d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(244, 244, 244, 1);
    border: 1px solid #ddd;
  }
#s-018da632-67ef-49fc-bc76-17a3eb91d78d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(222, 68, 140, 1);
  font-family: Didact Gothic;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-018da632-67ef-49fc-bc76-17a3eb91d78d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-018da632-67ef-49fc-bc76-17a3eb91d78d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(244, 244, 244, 1);
}

#s-018da632-67ef-49fc-bc76-17a3eb91d78d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-cad17f6e-bca4-4dda-8324-699dd59ea23e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cad17f6e-bca4-4dda-8324-699dd59ea23e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cad17f6e-bca4-4dda-8324-699dd59ea23e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cad17f6e-bca4-4dda-8324-699dd59ea23e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cad17f6e-bca4-4dda-8324-699dd59ea23e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cad17f6e-bca4-4dda-8324-699dd59ea23e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cad17f6e-bca4-4dda-8324-699dd59ea23e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-502035b8-5403-493f-a4eb-5088e77139b0 {
  padding-top: 5%;
padding-left: 1%;
padding-bottom: 5%;
padding-right: 1%;
}

#s-6abc459e-9add-4b42-8434-77a5f545e4fc {
  min-height: 50px;
}








#s-6abc459e-9add-4b42-8434-77a5f545e4fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6abc459e-9add-4b42-8434-77a5f545e4fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-19f52fbd-0efb-482a-bbd4-528b418c8aaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19f52fbd-0efb-482a-bbd4-528b418c8aaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19f52fbd-0efb-482a-bbd4-528b418c8aaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19f52fbd-0efb-482a-bbd4-528b418c8aaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19f52fbd-0efb-482a-bbd4-528b418c8aaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19f52fbd-0efb-482a-bbd4-528b418c8aaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19f52fbd-0efb-482a-bbd4-528b418c8aaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4b4e59cf-178f-4dae-a624-5b9f15a6b04e {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
}

#s-a7a243b2-d1b5-4ee8-a70f-7cd117a35c78 {
  min-height: 50px;
}








#s-a7a243b2-d1b5-4ee8-a70f-7cd117a35c78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7a243b2-d1b5-4ee8-a70f-7cd117a35c78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-8d295d69-24a2-4c4e-a5c2-bb4365a8a6e1 {
  display: none;
}
#s-8d295d69-24a2-4c4e-a5c2-bb4365a8a6e1, #wrap-s-8d295d69-24a2-4c4e-a5c2-bb4365a8a6e1 { display:none !important; }}@media (max-width: 767px){#s-8d295d69-24a2-4c4e-a5c2-bb4365a8a6e1 {
  display: none;
}
#s-8d295d69-24a2-4c4e-a5c2-bb4365a8a6e1, #wrap-s-8d295d69-24a2-4c4e-a5c2-bb4365a8a6e1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8d295d69-24a2-4c4e-a5c2-bb4365a8a6e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8d295d69-24a2-4c4e-a5c2-bb4365a8a6e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8d295d69-24a2-4c4e-a5c2-bb4365a8a6e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8d295d69-24a2-4c4e-a5c2-bb4365a8a6e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-db115743-d2a5-41f2-9129-74d71c3c2330 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db115743-d2a5-41f2-9129-74d71c3c2330 .shogun-heading-component h1 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8bc5bd5a-d344-4829-8a63-b41913c513d5 {
  min-height: 50px;
}








#s-8bc5bd5a-d344-4829-8a63-b41913c513d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bc5bd5a-d344-4829-8a63-b41913c513d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
  max-width: 100%;
}

.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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-de61fc40-525a-44ca-8bd5-5c997af461e8 {
  text-align: center;
}







  #s-de61fc40-525a-44ca-8bd5-5c997af461e8 img.shogun-image {
    

    
    
    
  }


#s-de61fc40-525a-44ca-8bd5-5c997af461e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2db6276-33a1-40e3-8f35-a05528d98796 {
  text-align: center;
}







  #s-e2db6276-33a1-40e3-8f35-a05528d98796 img.shogun-image {
    

    
    
    
  }


#s-e2db6276-33a1-40e3-8f35-a05528d98796 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf66c70a-88cb-4e4b-a769-3b9af675e35d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf66c70a-88cb-4e4b-a769-3b9af675e35d .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-46fa28ee-0bbc-4853-86e5-3e1896f65374 {
  text-align: center;
}







  #s-46fa28ee-0bbc-4853-86e5-3e1896f65374 img.shogun-image {
    

    
    
    
  }


#s-46fa28ee-0bbc-4853-86e5-3e1896f65374 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bcdcdc7-241d-4b0e-b7d4-ac32464431a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bcdcdc7-241d-4b0e-b7d4-ac32464431a0 .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5d53a5e5-2b53-4fd1-b7c6-8b1ac643ac79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-5d53a5e5-2b53-4fd1-b7c6-8b1ac643ac79 img.shogun-image {
    

    
    
    
  }


#s-5d53a5e5-2b53-4fd1-b7c6-8b1ac643ac79 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a17a840-1ef0-46b4-b3f8-d1104fdb992e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a17a840-1ef0-46b4-b3f8-d1104fdb992e .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fdb382f8-755f-431f-afd4-174e40f6eb22 {
  min-height: 50px;
}








#s-fdb382f8-755f-431f-afd4-174e40f6eb22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdb382f8-755f-431f-afd4-174e40f6eb22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18994495-5e8c-4481-a01f-67026f772f61 {
  margin-left: 74px;
margin-right: 74px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18994495-5e8c-4481-a01f-67026f772f61 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-8e5ca4e3-0633-414d-9b3c-8eb5977c9b1b {
  min-height: 50px;
}








#s-8e5ca4e3-0633-414d-9b3c-8eb5977c9b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e5ca4e3-0633-414d-9b3c-8eb5977c9b1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ad3a4be-ee24-4663-8b00-6296ffc96d47 {
  margin-left: 65px;
margin-right: 65px;
min-height: 50px;
}








#s-2ad3a4be-ee24-4663-8b00-6296ffc96d47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ad3a4be-ee24-4663-8b00-6296ffc96d47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-31aa7838-f908-444c-a16c-a1e500dcc9b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-31aa7838-f908-444c-a16c-a1e500dcc9b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-31aa7838-f908-444c-a16c-a1e500dcc9b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-31aa7838-f908-444c-a16c-a1e500dcc9b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3fbd1f19-a09b-40fa-a25e-4ab01fc893d3 {
  text-align: center;
}







  #s-3fbd1f19-a09b-40fa-a25e-4ab01fc893d3 img.shogun-image {
    

    
    
    
  }


#s-3fbd1f19-a09b-40fa-a25e-4ab01fc893d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3776155-dd45-46eb-bf3b-711454642f3e {
  display: none;
}
#s-9ec4dc21-9b26-4ec2-90b0-e938ea34a640 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ec4dc21-9b26-4ec2-90b0-e938ea34a640 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-d2c8f9d6-685b-4564-9d93-08a8f7cab39e {
  text-align: center;
}

#s-d2c8f9d6-685b-4564-9d93-08a8f7cab39e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d2c8f9d6-685b-4564-9d93-08a8f7cab39e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d2c8f9d6-685b-4564-9d93-08a8f7cab39e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3ad1d095-0fb9-4a3b-8f7c-83738447a266 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(173, 20, 140, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3ad1d095-0fb9-4a3b-8f7c-83738447a266:hover {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3ad1d095-0fb9-4a3b-8f7c-83738447a266:active {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-3ad1d095-0fb9-4a3b-8f7c-83738447a266 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ad1d095-0fb9-4a3b-8f7c-83738447a266.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ad1d095-0fb9-4a3b-8f7c-83738447a266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ad1d095-0fb9-4a3b-8f7c-83738447a266.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-281f8ac0-c9eb-46dc-aa3c-8bd38f6aaf41 {
  text-align: center;
}







  #s-281f8ac0-c9eb-46dc-aa3c-8bd38f6aaf41 img.shogun-image {
    

    
    
    
  }


#s-281f8ac0-c9eb-46dc-aa3c-8bd38f6aaf41 .shogun-image-content {
  
    align-items: center;
  
}

#s-abaad298-e71f-41c3-9555-5e055fa2bcb6 {
  display: none;
}
#s-eb702771-1578-4766-b24e-d51ccaef12ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb702771-1578-4766-b24e-d51ccaef12ff .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-1f42fb51-5ddd-41ab-848d-60d784031323 {
  text-align: center;
}

#s-1f42fb51-5ddd-41ab-848d-60d784031323 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1f42fb51-5ddd-41ab-848d-60d784031323 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1f42fb51-5ddd-41ab-848d-60d784031323 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-225c585d-052a-4c91-814b-d82ec3906943 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(173, 20, 140, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-225c585d-052a-4c91-814b-d82ec3906943:hover {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-225c585d-052a-4c91-814b-d82ec3906943:active {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-225c585d-052a-4c91-814b-d82ec3906943 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-225c585d-052a-4c91-814b-d82ec3906943.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-225c585d-052a-4c91-814b-d82ec3906943.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-225c585d-052a-4c91-814b-d82ec3906943.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aeac5b8c-69f6-4f32-8f73-8c67e223ec09 {
  text-align: center;
}







  #s-aeac5b8c-69f6-4f32-8f73-8c67e223ec09 img.shogun-image {
    

    
    
    
  }


#s-aeac5b8c-69f6-4f32-8f73-8c67e223ec09 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b92ebcc-2253-4131-b63f-81bdb938da67 {
  display: none;
}
#s-f6e20d6f-4845-4bc1-8156-e7d01f4e6b25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6e20d6f-4845-4bc1-8156-e7d01f4e6b25 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-352a82bb-4996-4b82-830e-e0dca430b848 {
  text-align: center;
}

#s-352a82bb-4996-4b82-830e-e0dca430b848 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-352a82bb-4996-4b82-830e-e0dca430b848 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-352a82bb-4996-4b82-830e-e0dca430b848 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-604ef69a-2a7d-4cc9-9d14-5f155423cba1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(173, 20, 140, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-604ef69a-2a7d-4cc9-9d14-5f155423cba1:hover {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-604ef69a-2a7d-4cc9-9d14-5f155423cba1:active {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-604ef69a-2a7d-4cc9-9d14-5f155423cba1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-604ef69a-2a7d-4cc9-9d14-5f155423cba1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-604ef69a-2a7d-4cc9-9d14-5f155423cba1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-604ef69a-2a7d-4cc9-9d14-5f155423cba1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e819cbdc-2092-4706-b3bb-f1cc2615f67b {
  text-align: center;
}







  #s-e819cbdc-2092-4706-b3bb-f1cc2615f67b img.shogun-image {
    

    
    
    
  }


#s-e819cbdc-2092-4706-b3bb-f1cc2615f67b .shogun-image-content {
  
    align-items: center;
  
}

#s-a0fde9cb-072a-459c-bc8f-20c90e260152 {
  display: none;
}
#s-0b01dd3d-fecb-4d41-b642-0ce938c44a1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b01dd3d-fecb-4d41-b642-0ce938c44a1a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-5a046b8a-d45f-406d-9367-bb42b04010c7 {
  text-align: center;
}

#s-5a046b8a-d45f-406d-9367-bb42b04010c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5a046b8a-d45f-406d-9367-bb42b04010c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5a046b8a-d45f-406d-9367-bb42b04010c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a2534b0e-4efc-49a6-a322-a9bea9d11ece {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(173, 20, 140, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a2534b0e-4efc-49a6-a322-a9bea9d11ece:hover {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2534b0e-4efc-49a6-a322-a9bea9d11ece:active {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a2534b0e-4efc-49a6-a322-a9bea9d11ece {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a2534b0e-4efc-49a6-a322-a9bea9d11ece.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2534b0e-4efc-49a6-a322-a9bea9d11ece.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a2534b0e-4efc-49a6-a322-a9bea9d11ece.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-31c8ab07-67aa-4ea9-974e-3beb1f047614 {
  min-height: 50px;
}








#s-31c8ab07-67aa-4ea9-974e-3beb1f047614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31c8ab07-67aa-4ea9-974e-3beb1f047614.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48a13213-a965-4718-82df-c6f12e68e47b {
  min-height: 50px;
}
@media (max-width: 767px){#s-48a13213-a965-4718-82df-c6f12e68e47b {
  margin-left: 9px;
margin-right: 9px;
padding-left: 23px;
padding-right: 23px;
}
}







#s-48a13213-a965-4718-82df-c6f12e68e47b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48a13213-a965-4718-82df-c6f12e68e47b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19b02750-5752-44b2-87d4-e762fcdc5b7e {
  margin-left: 74px;
margin-right: 74px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19b02750-5752-44b2-87d4-e762fcdc5b7e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-2cf2fc6b-76e7-4bf3-bf7b-25d8ded63683 hr {
  border-top: 2px solid #ddd;
}

#s-db7c6410-a1fb-4f62-9293-309a658235d4 {
  min-height: 50px;
}








#s-db7c6410-a1fb-4f62-9293-309a658235d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db7c6410-a1fb-4f62-9293-309a658235d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5f174c8-e66a-451a-918f-260282ab4089 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-d5f174c8-e66a-451a-918f-260282ab4089 {
  display: none;
}
#s-d5f174c8-e66a-451a-918f-260282ab4089, #wrap-s-d5f174c8-e66a-451a-918f-260282ab4089 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5f174c8-e66a-451a-918f-260282ab4089 {
  display: none;
}
#s-d5f174c8-e66a-451a-918f-260282ab4089, #wrap-s-d5f174c8-e66a-451a-918f-260282ab4089 { display:none !important; }}
#s-d5f174c8-e66a-451a-918f-260282ab4089 {
  display: none;
}
#s-71058be4-8f52-4f95-ae4f-e33f3934b17d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71058be4-8f52-4f95-ae4f-e33f3934b17d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
}

#s-b2bf3107-1bc2-4310-8a1e-c9649c5f713c {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-b2bf3107-1bc2-4310-8a1e-c9649c5f713c .shg-product-sold-out {
  display: none;
  color: rgba(173, 20, 140, 1);
  font-size: 21px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b2bf3107-1bc2-4310-8a1e-c9649c5f713c .shg-product-price {
  color: rgba(173, 20, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 21px;
}

#s-b2bf3107-1bc2-4310-8a1e-c9649c5f713c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b {
  padding-bottom: 12px;
text-align: center;
}



.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b {
  max-width:  100%;
}

.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b .shg-image-zoom,
.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbb58ef5-7878-42ff-ad19-a56c9a460c1b img.shogun-image {
  width: 100%;
}



}
#s-95404060-562b-437e-8e5a-27e5bdfe3f96 {
  padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
min-height: 0px;
text-align: left;
}

#s-95404060-562b-437e-8e5a-27e5bdfe3f96 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 5px;
}

#s-95404060-562b-437e-8e5a-27e5bdfe3f96 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-95404060-562b-437e-8e5a-27e5bdfe3f96 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-95404060-562b-437e-8e5a-27e5bdfe3f96 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-95404060-562b-437e-8e5a-27e5bdfe3f96 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-95404060-562b-437e-8e5a-27e5bdfe3f96 .shg-gallery-dot {
  background-color: #FFF;
}

#s-cd92f1ae-a290-4888-926e-536ed126424b {
  min-height: 50px;
}








#s-cd92f1ae-a290-4888-926e-536ed126424b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd92f1ae-a290-4888-926e-536ed126424b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acd743e8-4702-4779-926e-9384e16e8b7e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: left;
}

#s-acd743e8-4702-4779-926e-9384e16e8b7e .shg-product-quantity-wrapper {
  display: flex;
}

#s-acd743e8-4702-4779-926e-9384e16e8b7e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-ead25b94-894b-42f5-a74d-18bfb3096ad4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(173, 20, 140, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ead25b94-894b-42f5-a74d-18bfb3096ad4:hover {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ead25b94-894b-42f5-a74d-18bfb3096ad4:active {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ead25b94-894b-42f5-a74d-18bfb3096ad4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ead25b94-894b-42f5-a74d-18bfb3096ad4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ead25b94-894b-42f5-a74d-18bfb3096ad4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-ead25b94-894b-42f5-a74d-18bfb3096ad4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a55fbb30-14f7-4041-b8fa-6b729595072d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a55fbb30-14f7-4041-b8fa-6b729595072d {
  padding-top: 13px;
padding-bottom: 13px;
}
}@media (max-width: 767px){#s-a55fbb30-14f7-4041-b8fa-6b729595072d {
  padding-top: 3px;
padding-bottom: 3px;
}
}







#s-a55fbb30-14f7-4041-b8fa-6b729595072d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a55fbb30-14f7-4041-b8fa-6b729595072d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}


  #s-1b34db0c-70cc-419e-a49c-bf18fc38a262 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #DDDDDD;
  }
  #s-1b34db0c-70cc-419e-a49c-bf18fc38a262 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(244, 244, 244, 1);
    border: 1px solid #ddd;
  }
#s-1b34db0c-70cc-419e-a49c-bf18fc38a262 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(222, 68, 140, 1);
  font-family: Didact Gothic;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-1b34db0c-70cc-419e-a49c-bf18fc38a262 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-1b34db0c-70cc-419e-a49c-bf18fc38a262 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(244, 244, 244, 1);
}

#s-1b34db0c-70cc-419e-a49c-bf18fc38a262 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-f558edcc-1cf9-4a91-98ac-e9f16866c981 {
  padding-top: 5%;
padding-left: 1%;
padding-bottom: 5%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-d9391047-8b1f-4985-8a78-4786e2046c9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9391047-8b1f-4985-8a78-4786e2046c9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9391047-8b1f-4985-8a78-4786e2046c9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9391047-8b1f-4985-8a78-4786e2046c9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9391047-8b1f-4985-8a78-4786e2046c9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9391047-8b1f-4985-8a78-4786e2046c9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9391047-8b1f-4985-8a78-4786e2046c9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-8081b60a-2fd5-444c-afd4-4a98436530b1 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
}
@media (max-width: 767px){#s-8081b60a-2fd5-444c-afd4-4a98436530b1 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-61798730-05c4-469c-9e5b-a4037fd96539 {
  padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-61798730-05c4-469c-9e5b-a4037fd96539 {
  display: none;
}
#s-61798730-05c4-469c-9e5b-a4037fd96539, #wrap-s-61798730-05c4-469c-9e5b-a4037fd96539 { display:none !important; }}







#s-61798730-05c4-469c-9e5b-a4037fd96539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61798730-05c4-469c-9e5b-a4037fd96539.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e3c45d58-dbb2-4023-9297-78935d7774e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3c45d58-dbb2-4023-9297-78935d7774e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e3c45d58-dbb2-4023-9297-78935d7774e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e3c45d58-dbb2-4023-9297-78935d7774e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ed3ce735-ffbb-4672-85b3-8daff70474ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed3ce735-ffbb-4672-85b3-8daff70474ae .shogun-heading-component h1 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-79772984-7767-4a83-8e15-ee20dab4056a {
  min-height: 50px;
}








#s-79772984-7767-4a83-8e15-ee20dab4056a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79772984-7767-4a83-8e15-ee20dab4056a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-626771af-649c-4394-9c65-4bc45118219e {
  text-align: center;
}







  #s-626771af-649c-4394-9c65-4bc45118219e img.shogun-image {
    

    
    
    
  }


#s-626771af-649c-4394-9c65-4bc45118219e .shogun-image-content {
  
    align-items: center;
  
}

#s-5e624ace-4b67-4da7-a58e-fc3be16f67a4 {
  text-align: center;
}







  #s-5e624ace-4b67-4da7-a58e-fc3be16f67a4 img.shogun-image {
    

    
    
    
  }


#s-5e624ace-4b67-4da7-a58e-fc3be16f67a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-08f11b0f-e2cd-4ad1-a6cf-a217cfc9046d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08f11b0f-e2cd-4ad1-a6cf-a217cfc9046d .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-334b31d6-171f-4923-8053-219b6ee3d50c {
  text-align: center;
}







  #s-334b31d6-171f-4923-8053-219b6ee3d50c img.shogun-image {
    

    
    
    
  }


#s-334b31d6-171f-4923-8053-219b6ee3d50c .shogun-image-content {
  
    align-items: center;
  
}

#s-f1ed36e8-724d-4b46-8cdf-7a0ef6bbfe6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1ed36e8-724d-4b46-8cdf-7a0ef6bbfe6a .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-f782c75d-2013-4bfd-9826-bba2f2e27ae5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f782c75d-2013-4bfd-9826-bba2f2e27ae5 {
  padding-top: 0px;
padding-bottom: 0px;
}
}






  #s-f782c75d-2013-4bfd-9826-bba2f2e27ae5 img.shogun-image {
    

    
    
    
  }


#s-f782c75d-2013-4bfd-9826-bba2f2e27ae5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cdec7bb-65c0-4945-9e01-faa57f075630 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cdec7bb-65c0-4945-9e01-faa57f075630 .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-61334202-2b12-4469-9987-1b8b4e5ba131 {
  padding-top: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-61334202-2b12-4469-9987-1b8b4e5ba131 {
  display: none;
}
#s-61334202-2b12-4469-9987-1b8b4e5ba131, #wrap-s-61334202-2b12-4469-9987-1b8b4e5ba131 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61334202-2b12-4469-9987-1b8b4e5ba131 {
  display: none;
}
#s-61334202-2b12-4469-9987-1b8b4e5ba131, #wrap-s-61334202-2b12-4469-9987-1b8b4e5ba131 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61334202-2b12-4469-9987-1b8b4e5ba131 {
  display: none;
}
#s-61334202-2b12-4469-9987-1b8b4e5ba131, #wrap-s-61334202-2b12-4469-9987-1b8b4e5ba131 { display:none !important; }}







#s-61334202-2b12-4469-9987-1b8b4e5ba131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61334202-2b12-4469-9987-1b8b4e5ba131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c8c9d69-9e23-4546-a96c-62943b617773 {
  padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-8c8c9d69-9e23-4546-a96c-62943b617773 {
  display: none;
}
#s-8c8c9d69-9e23-4546-a96c-62943b617773, #wrap-s-8c8c9d69-9e23-4546-a96c-62943b617773 { display:none !important; }}







#s-8c8c9d69-9e23-4546-a96c-62943b617773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c8c9d69-9e23-4546-a96c-62943b617773.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5913e800-ca25-4414-8caa-66f6cf197963"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5913e800-ca25-4414-8caa-66f6cf197963"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5913e800-ca25-4414-8caa-66f6cf197963"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5913e800-ca25-4414-8caa-66f6cf197963"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9840ebcf-cfeb-4c25-b894-c29e6fbaa969 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9840ebcf-cfeb-4c25-b894-c29e6fbaa969 .shogun-heading-component h1 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-826da76d-b73d-4d7d-9cd2-9c0c272ad428 {
  min-height: 50px;
}








#s-826da76d-b73d-4d7d-9cd2-9c0c272ad428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-826da76d-b73d-4d7d-9cd2-9c0c272ad428.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84f389df-c6a2-4c46-9bad-818077725334 {
  text-align: center;
}







  #s-84f389df-c6a2-4c46-9bad-818077725334 img.shogun-image {
    

    
    
    
  }


#s-84f389df-c6a2-4c46-9bad-818077725334 .shogun-image-content {
  
    align-items: center;
  
}

#s-cec10296-8e8c-4d6d-a414-1e0df42417f9 {
  text-align: center;
}







  #s-cec10296-8e8c-4d6d-a414-1e0df42417f9 img.shogun-image {
    

    
    
    
  }


#s-cec10296-8e8c-4d6d-a414-1e0df42417f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-60fb12b1-ebaa-4b49-9c59-384bc9e8b909 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60fb12b1-ebaa-4b49-9c59-384bc9e8b909 .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-6b5258aa-6690-4c85-84a2-0314ce0e27ad {
  text-align: center;
}







  #s-6b5258aa-6690-4c85-84a2-0314ce0e27ad img.shogun-image {
    

    
    
    
  }


#s-6b5258aa-6690-4c85-84a2-0314ce0e27ad .shogun-image-content {
  
    align-items: center;
  
}

#s-5d1277b7-3056-47fc-9921-6b6de04bdd27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d1277b7-3056-47fc-9921-6b6de04bdd27 .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-f7653ac7-6698-4e87-a892-9e13c9ac7d9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7653ac7-6698-4e87-a892-9e13c9ac7d9d {
  padding-top: 0px;
padding-bottom: 0px;
}
}






  #s-f7653ac7-6698-4e87-a892-9e13c9ac7d9d img.shogun-image {
    

    
    
    
  }


#s-f7653ac7-6698-4e87-a892-9e13c9ac7d9d .shogun-image-content {
  
    align-items: center;
  
}

#s-9a6f054b-fbc5-4c0f-9bb8-9c7717aed1f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a6f054b-fbc5-4c0f-9bb8-9c7717aed1f8 .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



@media (min-width: 0px) {
[id="s-861556e5-8ec5-4315-9d1b-1e8e10e4c9a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-861556e5-8ec5-4315-9d1b-1e8e10e4c9a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-861556e5-8ec5-4315-9d1b-1e8e10e4c9a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-861556e5-8ec5-4315-9d1b-1e8e10e4c9a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-606a91f0-57bb-4aa2-880e-513bfc09de60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-606a91f0-57bb-4aa2-880e-513bfc09de60 .shogun-heading-component h1 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-3ee4bb25-fd57-4f5a-9b36-b2dfb170dfd5 {
  min-height: 50px;
}








#s-3ee4bb25-fd57-4f5a-9b36-b2dfb170dfd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ee4bb25-fd57-4f5a-9b36-b2dfb170dfd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57104b0c-efb2-44d7-886e-625e7389b369 {
  text-align: center;
}







  #s-57104b0c-efb2-44d7-886e-625e7389b369 img.shogun-image {
    

    
    
    
  }


#s-57104b0c-efb2-44d7-886e-625e7389b369 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2b3d3fd-8b08-40bf-9918-c16496e8e0b3 {
  text-align: center;
}







  #s-f2b3d3fd-8b08-40bf-9918-c16496e8e0b3 img.shogun-image {
    

    
    
    
  }


#s-f2b3d3fd-8b08-40bf-9918-c16496e8e0b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-afebbda8-880a-4222-a970-0c4f727905c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afebbda8-880a-4222-a970-0c4f727905c6 .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f1876416-1d0c-40e4-8af6-3d60f6e51d04 {
  text-align: center;
}







  #s-f1876416-1d0c-40e4-8af6-3d60f6e51d04 img.shogun-image {
    

    
    
    
  }


#s-f1876416-1d0c-40e4-8af6-3d60f6e51d04 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e2c7767-ac0f-462b-8439-0b8907633a72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e2c7767-ac0f-462b-8439-0b8907633a72 .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-90089476-3458-46c7-984c-5c001d4b8422 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-90089476-3458-46c7-984c-5c001d4b8422 img.shogun-image {
    

    
    
    
  }


#s-90089476-3458-46c7-984c-5c001d4b8422 .shogun-image-content {
  
    align-items: center;
  
}

#s-a55c826b-7bef-431f-9f87-aab2016f0ca6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a55c826b-7bef-431f-9f87-aab2016f0ca6 .shogun-heading-component h2 {
  color: rgba(222, 68, 140, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8c6933a4-7c67-4b79-b3a1-76128d39698d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-8c6933a4-7c67-4b79-b3a1-76128d39698d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-af489d58-e461-419c-b30c-6ca02307cc3e {
  min-height: 50px;
}








#s-af489d58-e461-419c-b30c-6ca02307cc3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af489d58-e461-419c-b30c-6ca02307cc3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-07b30b4e-8d4f-4a83-817d-0f075546b2d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-07b30b4e-8d4f-4a83-817d-0f075546b2d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-07b30b4e-8d4f-4a83-817d-0f075546b2d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-07b30b4e-8d4f-4a83-817d-0f075546b2d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-30967f03-9c7e-4eba-8214-f44a2771e113 {
  text-align: center;
}







  #s-30967f03-9c7e-4eba-8214-f44a2771e113 img.shogun-image {
    

    
    
    
  }


#s-30967f03-9c7e-4eba-8214-f44a2771e113 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6c71379-90f1-42eb-ae63-bb88f373d6a2 {
  display: none;
}
#s-eab8ddee-df04-4b1b-9d35-380c672dabf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eab8ddee-df04-4b1b-9d35-380c672dabf1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-c2219a28-fcf1-41ce-aa6b-55238948a2c3 {
  text-align: center;
}

#s-c2219a28-fcf1-41ce-aa6b-55238948a2c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c2219a28-fcf1-41ce-aa6b-55238948a2c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c2219a28-fcf1-41ce-aa6b-55238948a2c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8fddc15-976c-4da0-960c-5d4785090979 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(173, 20, 140, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d8fddc15-976c-4da0-960c-5d4785090979:hover {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8fddc15-976c-4da0-960c-5d4785090979:active {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d8fddc15-976c-4da0-960c-5d4785090979 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8fddc15-976c-4da0-960c-5d4785090979.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8fddc15-976c-4da0-960c-5d4785090979.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8fddc15-976c-4da0-960c-5d4785090979.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-20e9f395-8806-445e-a6c0-b14a94c41c4c {
  text-align: center;
}







  #s-20e9f395-8806-445e-a6c0-b14a94c41c4c img.shogun-image {
    

    
    
    
  }


#s-20e9f395-8806-445e-a6c0-b14a94c41c4c .shogun-image-content {
  
    align-items: center;
  
}

#s-cde1d691-fd4c-43e2-8101-a4dedeef990f {
  display: none;
}
#s-a30a93c6-9559-44c9-a967-7355158b9a99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a30a93c6-9559-44c9-a967-7355158b9a99 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-642727ef-96be-42e9-8f3a-074c53b0b322 {
  text-align: center;
}

#s-642727ef-96be-42e9-8f3a-074c53b0b322 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-642727ef-96be-42e9-8f3a-074c53b0b322 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-642727ef-96be-42e9-8f3a-074c53b0b322 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-40b9b4f2-d944-4f6a-b0dd-299279589359 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(173, 20, 140, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-40b9b4f2-d944-4f6a-b0dd-299279589359:hover {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40b9b4f2-d944-4f6a-b0dd-299279589359:active {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-40b9b4f2-d944-4f6a-b0dd-299279589359 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40b9b4f2-d944-4f6a-b0dd-299279589359.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40b9b4f2-d944-4f6a-b0dd-299279589359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-40b9b4f2-d944-4f6a-b0dd-299279589359.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5a9bb0db-7c4b-4e52-bce0-32d24c20d332 {
  text-align: center;
}







  #s-5a9bb0db-7c4b-4e52-bce0-32d24c20d332 img.shogun-image {
    

    
    
    
  }


#s-5a9bb0db-7c4b-4e52-bce0-32d24c20d332 .shogun-image-content {
  
    align-items: center;
  
}

#s-274eda0c-1d30-40b3-b531-0713d0e7679e {
  display: none;
}
#s-0e6fda0c-8e5c-4596-b15e-acc747a0e484 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e6fda0c-8e5c-4596-b15e-acc747a0e484 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-82e916bd-df8f-4860-9ec9-802251cdf5b0 {
  text-align: center;
}

#s-82e916bd-df8f-4860-9ec9-802251cdf5b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82e916bd-df8f-4860-9ec9-802251cdf5b0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-82e916bd-df8f-4860-9ec9-802251cdf5b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7417ae0f-3d99-4ba6-a282-9b83b71e9142 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(173, 20, 140, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7417ae0f-3d99-4ba6-a282-9b83b71e9142:hover {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7417ae0f-3d99-4ba6-a282-9b83b71e9142:active {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7417ae0f-3d99-4ba6-a282-9b83b71e9142 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7417ae0f-3d99-4ba6-a282-9b83b71e9142.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7417ae0f-3d99-4ba6-a282-9b83b71e9142.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7417ae0f-3d99-4ba6-a282-9b83b71e9142.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dae974d1-e5d7-45ed-972b-d939dc6d0f84 {
  text-align: center;
}







  #s-dae974d1-e5d7-45ed-972b-d939dc6d0f84 img.shogun-image {
    

    
    
    
  }


#s-dae974d1-e5d7-45ed-972b-d939dc6d0f84 .shogun-image-content {
  
    align-items: center;
  
}

#s-57a848d4-18bb-4bf3-8f27-9f854692da69 {
  display: none;
}
#s-241514b5-6d58-4a47-94f6-f7b5fdbc8bd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-241514b5-6d58-4a47-94f6-f7b5fdbc8bd1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-6df4047c-6c53-4152-b9db-56c112ea29ea {
  text-align: center;
}

#s-6df4047c-6c53-4152-b9db-56c112ea29ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6df4047c-6c53-4152-b9db-56c112ea29ea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6df4047c-6c53-4152-b9db-56c112ea29ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c4954539-7b06-4492-bdc6-302266110c14 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(173, 20, 140, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c4954539-7b06-4492-bdc6-302266110c14:hover {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4954539-7b06-4492-bdc6-302266110c14:active {background-color: rgba(173, 20, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c4954539-7b06-4492-bdc6-302266110c14 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4954539-7b06-4492-bdc6-302266110c14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4954539-7b06-4492-bdc6-302266110c14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4954539-7b06-4492-bdc6-302266110c14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-85e2ded3-9452-4f3a-9408-43364ec4e2fa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-85e2ded3-9452-4f3a-9408-43364ec4e2fa {
  display: none;
}
#s-85e2ded3-9452-4f3a-9408-43364ec4e2fa, #wrap-s-85e2ded3-9452-4f3a-9408-43364ec4e2fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85e2ded3-9452-4f3a-9408-43364ec4e2fa {
  display: none;
}
#s-85e2ded3-9452-4f3a-9408-43364ec4e2fa, #wrap-s-85e2ded3-9452-4f3a-9408-43364ec4e2fa { display:none !important; }}







#s-85e2ded3-9452-4f3a-9408-43364ec4e2fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e2ded3-9452-4f3a-9408-43364ec4e2fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0613277c-e3f9-4d2a-a9a2-5e7c1092c83f {
  min-height: 50px;
}
@media (max-width: 767px){#s-0613277c-e3f9-4d2a-a9a2-5e7c1092c83f {
  margin-left: 9px;
margin-right: 9px;
padding-left: 23px;
padding-right: 23px;
}
}







#s-0613277c-e3f9-4d2a-a9a2-5e7c1092c83f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0613277c-e3f9-4d2a-a9a2-5e7c1092c83f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ff60bf8-79b7-47dd-b4ea-1a366bb2801d {
  margin-left: 74px;
margin-right: 74px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1ff60bf8-79b7-47dd-b4ea-1a366bb2801d {
  margin-left: 54px;
margin-right: 54px;
}
}
#s-1ff60bf8-79b7-47dd-b4ea-1a366bb2801d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-54be5233-c532-4b56-a844-bd77381c65f1 hr {
  border-top: 2px solid #ddd;
}

#s-3efbec99-87b5-4517-81c3-73e840ab88f5 {
  min-height: 50px;
}








#s-3efbec99-87b5-4517-81c3-73e840ab88f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3efbec99-87b5-4517-81c3-73e840ab88f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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%;
  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;
  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;
  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;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.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:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left: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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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;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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}