.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-39d3eb61-f67c-4d1b-b9af-e7a079e8a40c {
  min-height: 50px;
}








#s-39d3eb61-f67c-4d1b-b9af-e7a079e8a40c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39d3eb61-f67c-4d1b-b9af-e7a079e8a40c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-da68b428-643a-460d-8bb8-44737b519cc7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da68b428-643a-460d-8bb8-44737b519cc7 .shogun-heading-component h1 {
  color: rgba(185, 35, 84, 1);
  font-weight:  normal ;
  font-family: "SucroseBoldOne";
  font-style:  normal ;
  font-size: 59px;
  
  
  
}



#s-a045aafa-9670-477b-bf17-b8ea9e740115 {
  min-height: 400px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-a045aafa-9670-477b-bf17-b8ea9e740115 {
  min-height: 269px;
}
}







#s-a045aafa-9670-477b-bf17-b8ea9e740115 > .shg-box-overlay {
  background-color: rgba(247, 242, 242, 1);
  opacity: 0;
}#s-a045aafa-9670-477b-bf17-b8ea9e740115.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95a93a0b-2b52-4a31-971e-721b54183bcc {
  min-height: 50px;
}








#s-95a93a0b-2b52-4a31-971e-721b54183bcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95a93a0b-2b52-4a31-971e-721b54183bcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f204b058-c214-4b54-a3d2-3f82a9883c7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f204b058-c214-4b54-a3d2-3f82a9883c7e .shogun-heading-component h1 {
  color: rgba(185, 35, 84, 1);
  font-weight:  normal ;
  font-family: "SucroseBoldOne";
  font-style:  normal ;
  font-size: 46px;
  
  
  
}


@media (max-width: 767px){#s-f204b058-c214-4b54-a3d2-3f82a9883c7e .shogun-heading-component h1 {
  color: rgba(185, 35, 84, 1);
  font-weight:  normal ;
  font-family: "SucroseBoldOne";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


}
#s-8fc4c596-5588-4073-9609-340a6f80e8c2 {
  min-height: 50px;
}








#s-8fc4c596-5588-4073-9609-340a6f80e8c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fc4c596-5588-4073-9609-340a6f80e8c2.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;
}

@media (min-width: 0px) {
[id="s-70adbf7c-dfd4-43be-a44d-a647bbbb0ace"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-70adbf7c-dfd4-43be-a44d-a647bbbb0ace"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-70adbf7c-dfd4-43be-a44d-a647bbbb0ace"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-70adbf7c-dfd4-43be-a44d-a647bbbb0ace"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c2e37fa7-ed64-4260-b4d1-37b61aeb255c .shogun-icon-wrapper {
  text-align: center;
}


#s-c2e37fa7-ed64-4260-b4d1-37b61aeb255c .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(7, 125, 195, 1);
}

.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-1de9d130-5c66-430a-a53c-3780296626e4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ab564287-9119-449b-a217-03bfcc1f0a06 .shogun-icon-wrapper {
  text-align: center;
}


#s-ab564287-9119-449b-a217-03bfcc1f0a06 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(7, 125, 195, 1);
}

#s-0eb1c195-b088-4f60-893f-a311239dde02 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f28f01e9-b1c5-46cd-b4cf-752ecc06e004 {
  min-height: 50px;
}








#s-f28f01e9-b1c5-46cd-b4cf-752ecc06e004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f28f01e9-b1c5-46cd-b4cf-752ecc06e004.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-1ac2c206-52a1-47b9-968b-5837f3ac321c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ac2c206-52a1-47b9-968b-5837f3ac321c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ac2c206-52a1-47b9-968b-5837f3ac321c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ac2c206-52a1-47b9-968b-5837f3ac321c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ac2c206-52a1-47b9-968b-5837f3ac321c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ac2c206-52a1-47b9-968b-5837f3ac321c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ac2c206-52a1-47b9-968b-5837f3ac321c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-70cd5029-592e-4eec-a94d-dfbcbd26d8a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70cd5029-592e-4eec-a94d-dfbcbd26d8a7 .shogun-heading-component h1 {
  color: rgba(0, 73, 135, 1);
  font-weight:  normal ;
  font-family: "SucroseBoldOne";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5802b946-2230-4f81-bb05-92ddcc5cb2c3 {
  min-height: 50px;
}








#s-5802b946-2230-4f81-bb05-92ddcc5cb2c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5802b946-2230-4f81-bb05-92ddcc5cb2c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-287075cd-d8d2-4a5a-905c-470043804b78 {
  min-height: 50px;
}








#s-287075cd-d8d2-4a5a-905c-470043804b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-287075cd-d8d2-4a5a-905c-470043804b78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-47a52f48-8bbb-4039-b532-5c78f2cc254a {
  display: none;
}
.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-789a7535-1180-479f-a5aa-824da1200950 {
  text-align: left;
}



.shg-c#s-789a7535-1180-479f-a5aa-824da1200950 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-789a7535-1180-479f-a5aa-824da1200950 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-789a7535-1180-479f-a5aa-824da1200950 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-789a7535-1180-479f-a5aa-824da1200950 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-789a7535-1180-479f-a5aa-824da1200950 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-789a7535-1180-479f-a5aa-824da1200950 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-789a7535-1180-479f-a5aa-824da1200950 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-789a7535-1180-479f-a5aa-824da1200950 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-789a7535-1180-479f-a5aa-824da1200950 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-789a7535-1180-479f-a5aa-824da1200950 img.shogun-image {
  width: 100%;
}



}
.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-fc086d14-f626-4cc9-9b30-0de2bde0b336 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc086d14-f626-4cc9-9b30-0de2bde0b336 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-5fecf6bd-bb41-4140-b9c0-bbc5ef37c340 {
  text-align: center;
}

#s-5fecf6bd-bb41-4140-b9c0-bbc5ef37c340 .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-5fecf6bd-bb41-4140-b9c0-bbc5ef37c340 .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-5fecf6bd-bb41-4140-b9c0-bbc5ef37c340 .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-cce156fc-3694-480e-8e98-498e8753ebdf {
  display: none;
}
#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e {
  text-align: left;
}



.shg-c#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a3f96f3-e625-46e7-a33f-e2c97d20e27e img.shogun-image {
  width: 100%;
}



}
#s-90e293af-e8b0-4009-8070-5c1f9a268b94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90e293af-e8b0-4009-8070-5c1f9a268b94 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-5a70eeb3-4983-4dd5-9e65-dadc2a93f01a {
  text-align: center;
}

#s-5a70eeb3-4983-4dd5-9e65-dadc2a93f01a .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-5a70eeb3-4983-4dd5-9e65-dadc2a93f01a .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-5a70eeb3-4983-4dd5-9e65-dadc2a93f01a .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-30fc318f-2184-40b4-84be-e7f9775cc514 {
  display: none;
}
#s-47bdd856-db9e-4a73-869b-2485772de652 {
  text-align: left;
}



.shg-c#s-47bdd856-db9e-4a73-869b-2485772de652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47bdd856-db9e-4a73-869b-2485772de652 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47bdd856-db9e-4a73-869b-2485772de652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47bdd856-db9e-4a73-869b-2485772de652 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47bdd856-db9e-4a73-869b-2485772de652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47bdd856-db9e-4a73-869b-2485772de652 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-47bdd856-db9e-4a73-869b-2485772de652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47bdd856-db9e-4a73-869b-2485772de652 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47bdd856-db9e-4a73-869b-2485772de652 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47bdd856-db9e-4a73-869b-2485772de652 img.shogun-image {
  width: 100%;
}



}
#s-b63cbed3-250d-471e-8a66-85d476324e4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b63cbed3-250d-471e-8a66-85d476324e4b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-f8f3f493-9c82-4d77-a155-1e939174dd6a {
  text-align: center;
}

#s-f8f3f493-9c82-4d77-a155-1e939174dd6a .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-f8f3f493-9c82-4d77-a155-1e939174dd6a .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-f8f3f493-9c82-4d77-a155-1e939174dd6a .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-0ebfab64-83c3-4966-87b1-e5f06120c1a7 {
  display: none;
}
#s-097d0da1-3ef8-4d2d-8906-49dc147787bc {
  text-align: left;
}



.shg-c#s-097d0da1-3ef8-4d2d-8906-49dc147787bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-097d0da1-3ef8-4d2d-8906-49dc147787bc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-097d0da1-3ef8-4d2d-8906-49dc147787bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-097d0da1-3ef8-4d2d-8906-49dc147787bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-097d0da1-3ef8-4d2d-8906-49dc147787bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-097d0da1-3ef8-4d2d-8906-49dc147787bc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-097d0da1-3ef8-4d2d-8906-49dc147787bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-097d0da1-3ef8-4d2d-8906-49dc147787bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-097d0da1-3ef8-4d2d-8906-49dc147787bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-097d0da1-3ef8-4d2d-8906-49dc147787bc img.shogun-image {
  width: 100%;
}



}
#s-1176ee1e-edce-42bd-893c-22d050a5f3ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1176ee1e-edce-42bd-893c-22d050a5f3ad .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0f6d9111-4003-43e4-9ecb-afafa0ca45e3 {
  text-align: center;
}

#s-0f6d9111-4003-43e4-9ecb-afafa0ca45e3 .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-0f6d9111-4003-43e4-9ecb-afafa0ca45e3 .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-0f6d9111-4003-43e4-9ecb-afafa0ca45e3 .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-1f0d7cd4-c929-40c5-9f01-458348c732de {
  display: none;
}
#s-b22100d8-ef83-49f0-9268-fa078790d593 {
  text-align: left;
}



.shg-c#s-b22100d8-ef83-49f0-9268-fa078790d593 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b22100d8-ef83-49f0-9268-fa078790d593 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b22100d8-ef83-49f0-9268-fa078790d593 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b22100d8-ef83-49f0-9268-fa078790d593 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b22100d8-ef83-49f0-9268-fa078790d593 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b22100d8-ef83-49f0-9268-fa078790d593 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b22100d8-ef83-49f0-9268-fa078790d593 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b22100d8-ef83-49f0-9268-fa078790d593 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b22100d8-ef83-49f0-9268-fa078790d593 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b22100d8-ef83-49f0-9268-fa078790d593 img.shogun-image {
  width: 100%;
}



}
#s-f267f366-8461-4f5d-b684-cf4f198c285e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f267f366-8461-4f5d-b684-cf4f198c285e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d102148d-6e3f-4018-8b0a-42d338e80f44 {
  text-align: center;
}

#s-d102148d-6e3f-4018-8b0a-42d338e80f44 .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-d102148d-6e3f-4018-8b0a-42d338e80f44 .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-d102148d-6e3f-4018-8b0a-42d338e80f44 .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-27d5804a-f381-42f9-b40c-3ff6d6ca6636 {
  display: none;
}
#s-785ef30e-f543-443f-9eb6-fa00aae29d70 {
  text-align: left;
}



.shg-c#s-785ef30e-f543-443f-9eb6-fa00aae29d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-785ef30e-f543-443f-9eb6-fa00aae29d70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-785ef30e-f543-443f-9eb6-fa00aae29d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-785ef30e-f543-443f-9eb6-fa00aae29d70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-785ef30e-f543-443f-9eb6-fa00aae29d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-785ef30e-f543-443f-9eb6-fa00aae29d70 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-785ef30e-f543-443f-9eb6-fa00aae29d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-785ef30e-f543-443f-9eb6-fa00aae29d70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-785ef30e-f543-443f-9eb6-fa00aae29d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-785ef30e-f543-443f-9eb6-fa00aae29d70 img.shogun-image {
  width: 100%;
}



}
#s-9d7ded41-2eb2-4ed3-966a-a661b7d94932 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d7ded41-2eb2-4ed3-966a-a661b7d94932 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-43e4d440-54e0-4423-ab41-dada83ddf06d {
  text-align: center;
}

#s-43e4d440-54e0-4423-ab41-dada83ddf06d .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-43e4d440-54e0-4423-ab41-dada83ddf06d .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-43e4d440-54e0-4423-ab41-dada83ddf06d .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-a3004860-0268-43d6-98d6-b40a85516c9e {
  display: none;
}
#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 {
  text-align: left;
}



.shg-c#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d1936fc-54c1-4069-8ed1-784ef87ba8e9 img.shogun-image {
  width: 100%;
}



}
#s-020c5d30-fbdb-4ada-bc06-de8b14e9e92d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-020c5d30-fbdb-4ada-bc06-de8b14e9e92d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0e1e1d2a-4e10-4f22-9469-5693041cafb0 {
  text-align: center;
}

#s-0e1e1d2a-4e10-4f22-9469-5693041cafb0 .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-0e1e1d2a-4e10-4f22-9469-5693041cafb0 .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-0e1e1d2a-4e10-4f22-9469-5693041cafb0 .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-507b3194-0f10-4a3a-8d20-88a7abfa21db {
  display: none;
}
#s-3226acdd-3ad3-4359-9cda-7c176678dc24 {
  text-align: left;
}



.shg-c#s-3226acdd-3ad3-4359-9cda-7c176678dc24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3226acdd-3ad3-4359-9cda-7c176678dc24 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3226acdd-3ad3-4359-9cda-7c176678dc24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3226acdd-3ad3-4359-9cda-7c176678dc24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3226acdd-3ad3-4359-9cda-7c176678dc24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3226acdd-3ad3-4359-9cda-7c176678dc24 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3226acdd-3ad3-4359-9cda-7c176678dc24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3226acdd-3ad3-4359-9cda-7c176678dc24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3226acdd-3ad3-4359-9cda-7c176678dc24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3226acdd-3ad3-4359-9cda-7c176678dc24 img.shogun-image {
  width: 100%;
}



}
#s-d496d5d3-35b4-4896-9148-55fc94f787cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d496d5d3-35b4-4896-9148-55fc94f787cf .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a0713d1b-2fc4-4189-bfa1-ed96c29f9697 {
  text-align: center;
}

#s-a0713d1b-2fc4-4189-bfa1-ed96c29f9697 .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-a0713d1b-2fc4-4189-bfa1-ed96c29f9697 .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-a0713d1b-2fc4-4189-bfa1-ed96c29f9697 .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-5bed0d1c-c719-44d1-801c-d62954fd0987 {
  display: none;
}
#s-96353345-d350-41cd-b7a3-445c45208115 {
  text-align: left;
}



.shg-c#s-96353345-d350-41cd-b7a3-445c45208115 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96353345-d350-41cd-b7a3-445c45208115 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-96353345-d350-41cd-b7a3-445c45208115 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96353345-d350-41cd-b7a3-445c45208115 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96353345-d350-41cd-b7a3-445c45208115 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96353345-d350-41cd-b7a3-445c45208115 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-96353345-d350-41cd-b7a3-445c45208115 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96353345-d350-41cd-b7a3-445c45208115 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96353345-d350-41cd-b7a3-445c45208115 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96353345-d350-41cd-b7a3-445c45208115 img.shogun-image {
  width: 100%;
}



}
#s-ca4458e3-6b5c-4b6b-924e-96d9903d999d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca4458e3-6b5c-4b6b-924e-96d9903d999d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-41efbd9d-1cfd-424d-af97-15194557663b {
  text-align: center;
}

#s-41efbd9d-1cfd-424d-af97-15194557663b .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-41efbd9d-1cfd-424d-af97-15194557663b .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-41efbd9d-1cfd-424d-af97-15194557663b .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-0d4b18b5-91d3-44f1-a387-b871b6eb30ce {
  display: none;
}
#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f {
  text-align: left;
}



.shg-c#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-417f9fbf-ac7d-4db0-b9c8-f33b629bd43f img.shogun-image {
  width: 100%;
}



}
#s-5a833dcb-44d6-4ae6-8816-dbcb37cfe7b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a833dcb-44d6-4ae6-8816-dbcb37cfe7b9 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ca9a062e-305d-4cfc-be47-fea39590c044 {
  text-align: center;
}

#s-ca9a062e-305d-4cfc-be47-fea39590c044 .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-ca9a062e-305d-4cfc-be47-fea39590c044 .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-ca9a062e-305d-4cfc-be47-fea39590c044 .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-fc04a15a-1018-4c90-aeb7-ed7c23add6c4 {
  display: none;
}
#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 {
  text-align: left;
}



.shg-c#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a03e4c22-a827-4b29-a5fd-20effd19c7f4 img.shogun-image {
  width: 100%;
}



}
#s-b002d135-0d8d-42d9-81cd-1b5b2ca52790 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b002d135-0d8d-42d9-81cd-1b5b2ca52790 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-6444de8b-2af6-4ca2-9eab-c3e1f9645d08 {
  text-align: center;
}

#s-6444de8b-2af6-4ca2-9eab-c3e1f9645d08 .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-6444de8b-2af6-4ca2-9eab-c3e1f9645d08 .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-6444de8b-2af6-4ca2-9eab-c3e1f9645d08 .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-8c6c59c2-ba5b-4834-a3ee-7e9745c52aa9 {
  display: none;
}
#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 {
  text-align: left;
}



.shg-c#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3419af1f-9366-49b9-8a0a-dc0db8677a97 img.shogun-image {
  width: 100%;
}



}
#s-7ce15b28-13ef-4fae-8a3d-c831b69a13ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ce15b28-13ef-4fae-8a3d-c831b69a13ee .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a6073654-c9bf-4a26-9a56-0bcf61789758 {
  text-align: center;
}

#s-a6073654-c9bf-4a26-9a56-0bcf61789758 .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-a6073654-c9bf-4a26-9a56-0bcf61789758 .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-a6073654-c9bf-4a26-9a56-0bcf61789758 .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-b0b755f0-9cad-42c9-af58-4f587c3a305e {
  display: none;
}
#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 {
  text-align: left;
}



.shg-c#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b86465a-f27a-483f-83aa-a4354a8d1a62 img.shogun-image {
  width: 100%;
}



}
#s-1d3f8a09-1ddb-46cb-a40e-5e198a162b3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d3f8a09-1ddb-46cb-a40e-5e198a162b3f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1c1d3ec9-fe90-47c1-b756-6d38df1a7e3d {
  text-align: center;
}

#s-1c1d3ec9-fe90-47c1-b756-6d38df1a7e3d .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-1c1d3ec9-fe90-47c1-b756-6d38df1a7e3d .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-1c1d3ec9-fe90-47c1-b756-6d38df1a7e3d .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-d7e2397f-7f32-4bc5-ad94-6fab963fa00e {
  display: none;
}
#s-55556a68-db1b-47d2-919e-ed0b528f7261 {
  text-align: left;
}



.shg-c#s-55556a68-db1b-47d2-919e-ed0b528f7261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55556a68-db1b-47d2-919e-ed0b528f7261 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-55556a68-db1b-47d2-919e-ed0b528f7261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55556a68-db1b-47d2-919e-ed0b528f7261 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-55556a68-db1b-47d2-919e-ed0b528f7261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55556a68-db1b-47d2-919e-ed0b528f7261 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-55556a68-db1b-47d2-919e-ed0b528f7261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55556a68-db1b-47d2-919e-ed0b528f7261 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-55556a68-db1b-47d2-919e-ed0b528f7261 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55556a68-db1b-47d2-919e-ed0b528f7261 img.shogun-image {
  width: 100%;
}



}
#s-3dc913e9-e415-46a7-93b3-174c1259e6d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3dc913e9-e415-46a7-93b3-174c1259e6d0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-5e5dca00-46e7-44c9-93c4-b6e8778d7740 {
  text-align: center;
}

#s-5e5dca00-46e7-44c9-93c4-b6e8778d7740 .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-5e5dca00-46e7-44c9-93c4-b6e8778d7740 .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-5e5dca00-46e7-44c9-93c4-b6e8778d7740 .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-6c922cc5-9b37-44b4-af47-567e8767f818 {
  display: none;
}
#s-a29a8d2c-14a0-4263-82e6-76662e13715e {
  text-align: left;
}



.shg-c#s-a29a8d2c-14a0-4263-82e6-76662e13715e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a29a8d2c-14a0-4263-82e6-76662e13715e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a29a8d2c-14a0-4263-82e6-76662e13715e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a29a8d2c-14a0-4263-82e6-76662e13715e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a29a8d2c-14a0-4263-82e6-76662e13715e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a29a8d2c-14a0-4263-82e6-76662e13715e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a29a8d2c-14a0-4263-82e6-76662e13715e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a29a8d2c-14a0-4263-82e6-76662e13715e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a29a8d2c-14a0-4263-82e6-76662e13715e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a29a8d2c-14a0-4263-82e6-76662e13715e img.shogun-image {
  width: 100%;
}



}
#s-323e6808-0fd6-4215-8e10-9eded5b62bd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-323e6808-0fd6-4215-8e10-9eded5b62bd0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-7616b12d-6ce0-476b-9a6b-1b12b2dd1ec9 {
  text-align: center;
}

#s-7616b12d-6ce0-476b-9a6b-1b12b2dd1ec9 .shg-product-sold-out {
  display: none;
  color: rgba(175, 22, 128, 1);
  font-size: 28px;
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
}

#s-7616b12d-6ce0-476b-9a6b-1b12b2dd1ec9 .shg-product-price {
  color: rgba(175, 22, 128, 1);
  font-weight:   ;
  font-family: cervo-regular;
  font-style:  normal ;
  font-size: 28px;
}

#s-7616b12d-6ce0-476b-9a6b-1b12b2dd1ec9 .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-4bfc6e8a-dcb2-4cf5-b5ab-ebcac8991ffa {
  min-height: 50px;
}








#s-4bfc6e8a-dcb2-4cf5-b5ab-ebcac8991ffa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bfc6e8a-dcb2-4cf5-b5ab-ebcac8991ffa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1de0533d-3140-4af2-8a37-2593aafd40a5 {
  min-height: 50px;
}








#s-1de0533d-3140-4af2-8a37-2593aafd40a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1de0533d-3140-4af2-8a37-2593aafd40a5.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}