.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-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9 {
  display: none;
}
#s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9, #wrap-s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9 { display:none !important; }}@media (max-width: 767px){#s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9 {
  display: none;
}
#s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9, #wrap-s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9 { display:none !important; }}
#s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9 {
  background-image: url(https://i.shgcdn.com/cab29b3a-6501-4e7c-92fd-5fc3af82caf7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e6d5e6e-2a2f-44dc-852f-0d87a77114a9.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-58a69a14-d977-47e0-97b3-d85e8b9b0544"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-58a69a14-d977-47e0-97b3-d85e8b9b0544"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-58a69a14-d977-47e0-97b3-d85e8b9b0544"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-58a69a14-d977-47e0-97b3-d85e8b9b0544"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-5278add8-1dcc-49f8-9207-d9cc2d2252b7 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 600px;
background-position: center center;
}

#s-5278add8-1dcc-49f8-9207-d9cc2d2252b7 {
  background-image: url(https://i.shgcdn.com/71122586-958d-49b0-8ef7-c1e5ce9fa4bd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5278add8-1dcc-49f8-9207-d9cc2d2252b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5278add8-1dcc-49f8-9207-d9cc2d2252b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8a9a96b-8045-4606-83c4-a8c0a7f71b39 {
  margin-left: 0px;
margin-right: 12px;
min-height: 50px;
}








#s-a8a9a96b-8045-4606-83c4-a8c0a7f71b39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8a9a96b-8045-4606-83c4-a8c0a7f71b39.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-0f12fe0e-2272-4302-821e-5b62d6c94998 {
  margin-top: -9px;
margin-bottom: 0px;
text-align: center;
}

#s-0f12fe0e-2272-4302-821e-5b62d6c94998 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Francois One";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}



.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-493c09c8-33b1-43c3-b0d2-df2f441193f1 {
  margin-top: 15px;
margin-left: 24px;
margin-bottom: 15px;
margin-right: 24px;
padding-left: 17px;
padding-right: 17px;
}

#s-c7eb78df-4214-49f9-b973-5a479d4cf24c {
  text-align: center;
}

#s-c7eb78df-4214-49f9-b973-5a479d4cf24c .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Francois One;
  font-style:  normal ;
}

#s-c7eb78df-4214-49f9-b973-5a479d4cf24c .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Francois One;
  font-style:  normal ;
  font-size: 20px;
}

#s-c7eb78df-4214-49f9-b973-5a479d4cf24c .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-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-d07a456e-b2ed-448f-9fb1-c550641e00b9 {
  padding-top: 6px;
padding-left: 21px;
padding-bottom: 6px;
padding-right: 21px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d07a456e-b2ed-448f-9fb1-c550641e00b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d07a456e-b2ed-448f-9fb1-c550641e00b9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-d07a456e-b2ed-448f-9fb1-c550641e00b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d07a456e-b2ed-448f-9fb1-c550641e00b9 {
  display: none;
}
#s-d07a456e-b2ed-448f-9fb1-c550641e00b9, #wrap-s-d07a456e-b2ed-448f-9fb1-c550641e00b9 { display:none !important; }}@media (max-width: 767px){#s-d07a456e-b2ed-448f-9fb1-c550641e00b9 {
  display: none;
}
#s-d07a456e-b2ed-448f-9fb1-c550641e00b9, #wrap-s-d07a456e-b2ed-448f-9fb1-c550641e00b9 { display:none !important; }}


#s-d07a456e-b2ed-448f-9fb1-c550641e00b9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d07a456e-b2ed-448f-9fb1-c550641e00b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d07a456e-b2ed-448f-9fb1-c550641e00b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-d07a456e-b2ed-448f-9fb1-c550641e00b9.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
}



.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-f1461965-6389-4619-9351-f8a506bdd07c {
  margin-top: 20px;
margin-left: 21px;
margin-bottom: 20px;
margin-right: 21px;
padding-left: 8px;
padding-right: 8px;
text-align: center;
}







  #s-f1461965-6389-4619-9351-f8a506bdd07c img.shogun-image {
    

    
    
    
  }


#s-f1461965-6389-4619-9351-f8a506bdd07c .shogun-image-content {
  
    align-items: center;
  
}

#s-2747855f-9113-43e7-a0aa-28cb22addb14 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-2747855f-9113-43e7-a0aa-28cb22addb14 {
  display: none;
}
#s-2747855f-9113-43e7-a0aa-28cb22addb14, #wrap-s-2747855f-9113-43e7-a0aa-28cb22addb14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2747855f-9113-43e7-a0aa-28cb22addb14 {
  display: none;
}
#s-2747855f-9113-43e7-a0aa-28cb22addb14, #wrap-s-2747855f-9113-43e7-a0aa-28cb22addb14 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2747855f-9113-43e7-a0aa-28cb22addb14 {
  
}
}@media (max-width: 767px){#s-2747855f-9113-43e7-a0aa-28cb22addb14 {
  display: none;
}
#s-2747855f-9113-43e7-a0aa-28cb22addb14, #wrap-s-2747855f-9113-43e7-a0aa-28cb22addb14 { display:none !important; }}
#s-2747855f-9113-43e7-a0aa-28cb22addb14 {
  background-image: url(https://i.shgcdn.com/cab29b3a-6501-4e7c-92fd-5fc3af82caf7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2747855f-9113-43e7-a0aa-28cb22addb14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2747855f-9113-43e7-a0aa-28cb22addb14.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-094d3e53-4e36-49cd-940a-6f14da54de90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-094d3e53-4e36-49cd-940a-6f14da54de90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-094d3e53-4e36-49cd-940a-6f14da54de90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-094d3e53-4e36-49cd-940a-6f14da54de90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-6536fd36-2071-49da-b81e-1c5d1845279f {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
min-height: 300px;
background-position: center center;
}

#s-6536fd36-2071-49da-b81e-1c5d1845279f {
  background-image: url(https://i.shgcdn.com/71122586-958d-49b0-8ef7-c1e5ce9fa4bd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6536fd36-2071-49da-b81e-1c5d1845279f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6536fd36-2071-49da-b81e-1c5d1845279f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab16a3e0-26cb-4d75-976d-0a269946710c {
  margin-left: 7px;
margin-right: -1px;
min-height: 50px;
}








#s-ab16a3e0-26cb-4d75-976d-0a269946710c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab16a3e0-26cb-4d75-976d-0a269946710c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c08f30b-4c0e-4e39-903d-9d121f815d86 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-0c08f30b-4c0e-4e39-903d-9d121f815d86 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Francois One";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-82cfb6a2-12fb-4483-8cd4-3f30f1972cac {
  margin-left: 10px;
margin-right: 10px;
padding-left: 17px;
padding-right: 17px;
}

#s-960cb852-34b0-4578-83fb-2dcbf5a6a0b3 {
  text-align: center;
}

#s-960cb852-34b0-4578-83fb-2dcbf5a6a0b3 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Francois One;
  font-style:  normal ;
}

#s-960cb852-34b0-4578-83fb-2dcbf5a6a0b3 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Francois One;
  font-style:  normal ;
  font-size: 16px;
}

#s-960cb852-34b0-4578-83fb-2dcbf5a6a0b3 .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-b09b6584-2ea8-4ef1-9205-82502436a233 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b09b6584-2ea8-4ef1-9205-82502436a233:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b09b6584-2ea8-4ef1-9205-82502436a233:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b09b6584-2ea8-4ef1-9205-82502436a233 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b09b6584-2ea8-4ef1-9205-82502436a233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b09b6584-2ea8-4ef1-9205-82502436a233.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-b09b6584-2ea8-4ef1-9205-82502436a233.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 10px;
  color: rgba(0, 0, 0, 1);
}



#s-a790a376-d73a-43d1-8f16-6b89c5c9c126 {
  margin-top: 14px;
margin-left: 21px;
margin-bottom: 14px;
margin-right: 21px;
padding-left: 8px;
padding-right: 8px;
text-align: center;
}







  #s-a790a376-d73a-43d1-8f16-6b89c5c9c126 img.shogun-image {
    

    
    
    
  }


#s-a790a376-d73a-43d1-8f16-6b89c5c9c126 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-18d08566-372c-43f2-86df-1416e42038a0 {
  display: none;
}
#s-18d08566-372c-43f2-86df-1416e42038a0, #wrap-s-18d08566-372c-43f2-86df-1416e42038a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18d08566-372c-43f2-86df-1416e42038a0 {
  display: none;
}
#s-18d08566-372c-43f2-86df-1416e42038a0, #wrap-s-18d08566-372c-43f2-86df-1416e42038a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18d08566-372c-43f2-86df-1416e42038a0 {
  
}
}@media (max-width: 767px){#s-18d08566-372c-43f2-86df-1416e42038a0 {
  display: none;
}
#s-18d08566-372c-43f2-86df-1416e42038a0, #wrap-s-18d08566-372c-43f2-86df-1416e42038a0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-18d08566-372c-43f2-86df-1416e42038a0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-18d08566-372c-43f2-86df-1416e42038a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18d08566-372c-43f2-86df-1416e42038a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18d08566-372c-43f2-86df-1416e42038a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18d08566-372c-43f2-86df-1416e42038a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18d08566-372c-43f2-86df-1416e42038a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18d08566-372c-43f2-86df-1416e42038a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

.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-7ef6db09-ce20-4d7d-b0a5-438a84e74ad6 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 1);
  }
  #s-7ef6db09-ce20-4d7d-b0a5-438a84e74ad6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
  }
#s-7ef6db09-ce20-4d7d-b0a5-438a84e74ad6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Francois One;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7ef6db09-ce20-4d7d-b0a5-438a84e74ad6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(25, 211, 197, 1);
}

#s-7ef6db09-ce20-4d7d-b0a5-438a84e74ad6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
}

#s-7ef6db09-ce20-4d7d-b0a5-438a84e74ad6 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-c8a929fc-f261-4371-8114-2f3715149eda {
  text-align: center;
}







  #s-c8a929fc-f261-4371-8114-2f3715149eda img.shogun-image {
    

    
    
    
  }


#s-c8a929fc-f261-4371-8114-2f3715149eda .shogun-image-content {
  
    align-items: center;
  
}

#s-946d46fb-f5ed-4691-b7c8-355d558849e2 {
  text-align: center;
}







  #s-946d46fb-f5ed-4691-b7c8-355d558849e2 img.shogun-image {
    

    
    
    
  }


#s-946d46fb-f5ed-4691-b7c8-355d558849e2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-5c66be55-8faf-49b1-b60d-382d86cce046 {
  display: none;
}
#s-5c66be55-8faf-49b1-b60d-382d86cce046, #wrap-s-5c66be55-8faf-49b1-b60d-382d86cce046 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c66be55-8faf-49b1-b60d-382d86cce046 {
  display: none;
}
#s-5c66be55-8faf-49b1-b60d-382d86cce046, #wrap-s-5c66be55-8faf-49b1-b60d-382d86cce046 { display:none !important; }}@media (max-width: 767px){#s-5c66be55-8faf-49b1-b60d-382d86cce046 {
  display: none;
}
#s-5c66be55-8faf-49b1-b60d-382d86cce046, #wrap-s-5c66be55-8faf-49b1-b60d-382d86cce046 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5c66be55-8faf-49b1-b60d-382d86cce046"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 768px) {
[id="s-5c66be55-8faf-49b1-b60d-382d86cce046"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75px);
}

[id="s-5c66be55-8faf-49b1-b60d-382d86cce046"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75px);
}

[id="s-5c66be55-8faf-49b1-b60d-382d86cce046"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-5c66be55-8faf-49b1-b60d-382d86cce046"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75px);
}

[id="s-5c66be55-8faf-49b1-b60d-382d86cce046"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75px);
}

[id="s-5c66be55-8faf-49b1-b60d-382d86cce046"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-5c66be55-8faf-49b1-b60d-382d86cce046"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75px);
}

[id="s-5c66be55-8faf-49b1-b60d-382d86cce046"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75px);
}

[id="s-5c66be55-8faf-49b1-b60d-382d86cce046"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75px);
}

}

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

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

#s-def8b262-e29a-4c48-b528-41fa4a8b161d hr {
  border-top: 61px solid rgba(221, 221, 221, 0);
}

#s-353715d2-48e9-4b3b-b3ab-90b2fab73e17 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 14px;
padding-bottom: 0px;
padding-right: 14px;
text-align: left;
}


  #s-353715d2-48e9-4b3b-b3ab-90b2fab73e17 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 1);
  }
  #s-353715d2-48e9-4b3b-b3ab-90b2fab73e17 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
  }
#s-353715d2-48e9-4b3b-b3ab-90b2fab73e17 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Francois One;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-353715d2-48e9-4b3b-b3ab-90b2fab73e17 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(25, 211, 197, 1);
}

#s-353715d2-48e9-4b3b-b3ab-90b2fab73e17 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
}

#s-353715d2-48e9-4b3b-b3ab-90b2fab73e17 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-e8d9120c-76f5-42fa-b584-f6c3d6e5bbc6 {
  text-align: center;
}







  #s-e8d9120c-76f5-42fa-b584-f6c3d6e5bbc6 img.shogun-image {
    

    
    
    
  }


#s-e8d9120c-76f5-42fa-b584-f6c3d6e5bbc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-51322bec-4e5b-40e4-a32a-d294ce17b089 {
  text-align: center;
}







  #s-51322bec-4e5b-40e4-a32a-d294ce17b089 img.shogun-image {
    

    
    
    
  }


#s-51322bec-4e5b-40e4-a32a-d294ce17b089 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-df42c3bb-8186-4184-87b8-6569a53ce05d {
  display: none;
}
#s-df42c3bb-8186-4184-87b8-6569a53ce05d, #wrap-s-df42c3bb-8186-4184-87b8-6569a53ce05d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df42c3bb-8186-4184-87b8-6569a53ce05d {
  display: none;
}
#s-df42c3bb-8186-4184-87b8-6569a53ce05d, #wrap-s-df42c3bb-8186-4184-87b8-6569a53ce05d { display:none !important; }}@media (max-width: 767px){#s-df42c3bb-8186-4184-87b8-6569a53ce05d {
  display: none;
}
#s-df42c3bb-8186-4184-87b8-6569a53ce05d, #wrap-s-df42c3bb-8186-4184-87b8-6569a53ce05d { display:none !important; }}
@media (min-width: 0px) {
[id="s-df42c3bb-8186-4184-87b8-6569a53ce05d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 768px) {
[id="s-df42c3bb-8186-4184-87b8-6569a53ce05d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-df42c3bb-8186-4184-87b8-6569a53ce05d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-df42c3bb-8186-4184-87b8-6569a53ce05d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-df42c3bb-8186-4184-87b8-6569a53ce05d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-df42c3bb-8186-4184-87b8-6569a53ce05d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-df42c3bb-8186-4184-87b8-6569a53ce05d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-df42c3bb-8186-4184-87b8-6569a53ce05d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-df42c3bb-8186-4184-87b8-6569a53ce05d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-df42c3bb-8186-4184-87b8-6569a53ce05d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px){#s-fed56f12-09a0-460f-881b-ed49487aa4fd {
  display: none;
}
#s-fed56f12-09a0-460f-881b-ed49487aa4fd, #wrap-s-fed56f12-09a0-460f-881b-ed49487aa4fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fed56f12-09a0-460f-881b-ed49487aa4fd {
  display: none;
}
#s-fed56f12-09a0-460f-881b-ed49487aa4fd, #wrap-s-fed56f12-09a0-460f-881b-ed49487aa4fd { display:none !important; }}@media (max-width: 767px){#s-fed56f12-09a0-460f-881b-ed49487aa4fd {
  display: none;
}
#s-fed56f12-09a0-460f-881b-ed49487aa4fd, #wrap-s-fed56f12-09a0-460f-881b-ed49487aa4fd { display:none !important; }}
#s-fed56f12-09a0-460f-881b-ed49487aa4fd hr {
  border-top: 100px solid rgba(221, 221, 221, 0);
}

@media (min-width: 992px) and (max-width: 1199px){#s-1ad6f01a-d938-40a7-bd99-442a278cdf38 {
  display: none;
}
#s-1ad6f01a-d938-40a7-bd99-442a278cdf38, #wrap-s-1ad6f01a-d938-40a7-bd99-442a278cdf38 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ad6f01a-d938-40a7-bd99-442a278cdf38 {
  display: none;
}
#s-1ad6f01a-d938-40a7-bd99-442a278cdf38, #wrap-s-1ad6f01a-d938-40a7-bd99-442a278cdf38 { display:none !important; }}@media (max-width: 767px){#s-1ad6f01a-d938-40a7-bd99-442a278cdf38 {
  display: none;
}
#s-1ad6f01a-d938-40a7-bd99-442a278cdf38, #wrap-s-1ad6f01a-d938-40a7-bd99-442a278cdf38 { display:none !important; }}
#s-1ad6f01a-d938-40a7-bd99-442a278cdf38 hr {
  border-top: 100px solid rgba(221, 221, 221, 0);
}


  #s-edf3aef3-e759-4968-aaca-e999499163e6 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 1);
  }
  #s-edf3aef3-e759-4968-aaca-e999499163e6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
  }
#s-edf3aef3-e759-4968-aaca-e999499163e6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Francois One;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-edf3aef3-e759-4968-aaca-e999499163e6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(25, 211, 197, 1);
}

#s-edf3aef3-e759-4968-aaca-e999499163e6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
}

#s-edf3aef3-e759-4968-aaca-e999499163e6 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-98a3f769-e62d-4e0b-8fb7-32360d8894d6 {
  text-align: center;
}







  #s-98a3f769-e62d-4e0b-8fb7-32360d8894d6 img.shogun-image {
    

    
    
    
  }


#s-98a3f769-e62d-4e0b-8fb7-32360d8894d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fed0a1b0-2ac4-40c8-b1af-4da9794efbd6 {
  text-align: center;
}







  #s-fed0a1b0-2ac4-40c8-b1af-4da9794efbd6 img.shogun-image {
    

    
    
    
  }


#s-fed0a1b0-2ac4-40c8-b1af-4da9794efbd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e2aa1b9-611e-4690-989a-a785fcefbda8 {
  min-height: 50px;
}








#s-8e2aa1b9-611e-4690-989a-a785fcefbda8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e2aa1b9-611e-4690-989a-a785fcefbda8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75900ff5-75c3-4b73-a353-226f6a71f93d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 259px;
background-position: center center;
}
@media (min-width: 1200px){#s-75900ff5-75c3-4b73-a353-226f6a71f93d {
  display: none;
}
#s-75900ff5-75c3-4b73-a353-226f6a71f93d, #wrap-s-75900ff5-75c3-4b73-a353-226f6a71f93d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75900ff5-75c3-4b73-a353-226f6a71f93d {
  display: none;
}
#s-75900ff5-75c3-4b73-a353-226f6a71f93d, #wrap-s-75900ff5-75c3-4b73-a353-226f6a71f93d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75900ff5-75c3-4b73-a353-226f6a71f93d {
  display: none;
}
#s-75900ff5-75c3-4b73-a353-226f6a71f93d, #wrap-s-75900ff5-75c3-4b73-a353-226f6a71f93d { display:none !important; }}
#s-75900ff5-75c3-4b73-a353-226f6a71f93d {
  background-image: url(https://i.shgcdn.com/cab29b3a-6501-4e7c-92fd-5fc3af82caf7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-75900ff5-75c3-4b73-a353-226f6a71f93d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75900ff5-75c3-4b73-a353-226f6a71f93d.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-9c6e34cc-aa99-479a-9868-43317bac32f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-9c6e34cc-aa99-479a-9868-43317bac32f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-9c6e34cc-aa99-479a-9868-43317bac32f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c6e34cc-aa99-479a-9868-43317bac32f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-defaa000-9613-4318-9b3f-2f7b5a29bb0e {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 11px;
min-height: 200px;
background-position: center center;
}

#s-defaa000-9613-4318-9b3f-2f7b5a29bb0e {
  background-image: url(https://i.shgcdn.com/71122586-958d-49b0-8ef7-c1e5ce9fa4bd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-defaa000-9613-4318-9b3f-2f7b5a29bb0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-defaa000-9613-4318-9b3f-2f7b5a29bb0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96f8f9f0-3445-473e-8887-b170570b3dd7 {
  min-height: 50px;
}








#s-96f8f9f0-3445-473e-8887-b170570b3dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96f8f9f0-3445-473e-8887-b170570b3dd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7859dd3a-5c59-4b22-9923-e010f60b63f5 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-7859dd3a-5c59-4b22-9923-e010f60b63f5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Francois One";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}



#s-20e4fdf4-71d7-4ca1-ab60-6b4ce9f225ea {
  margin-top: 9px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 17px;
padding-bottom: 0px;
padding-right: 17px;
}

#s-f0517029-2ef7-4a0a-8c0b-492ed9952d4e {
  margin-top: -10px;
margin-bottom: -10px;
text-align: center;
}

#s-f0517029-2ef7-4a0a-8c0b-492ed9952d4e .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: Francois One;
  font-style:  normal ;
}

#s-f0517029-2ef7-4a0a-8c0b-492ed9952d4e .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Francois One;
  font-style:  normal ;
  font-size: 13px;
}

#s-f0517029-2ef7-4a0a-8c0b-492ed9952d4e .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-a6b3f145-f072-4640-b67f-685ac90c7d38 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a6b3f145-f072-4640-b67f-685ac90c7d38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6b3f145-f072-4640-b67f-685ac90c7d38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6b3f145-f072-4640-b67f-685ac90c7d38 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6b3f145-f072-4640-b67f-685ac90c7d38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6b3f145-f072-4640-b67f-685ac90c7d38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-a6b3f145-f072-4640-b67f-685ac90c7d38.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 10px;
  color: rgba(0, 0, 0, 1);
}



#s-326468b8-4bd1-414e-ad2f-d6d1906e4d31 {
  margin-left: 21px;
margin-right: 21px;
padding-left: 8px;
padding-right: 8px;
text-align: center;
}







  #s-326468b8-4bd1-414e-ad2f-d6d1906e4d31 img.shogun-image {
    

    
    
    
  }


#s-326468b8-4bd1-414e-ad2f-d6d1906e4d31 .shogun-image-content {
  
    align-items: center;
  
}

#s-50c19a4e-81b3-404e-9271-3dca72a1bdef {
  min-height: 50px;
}








#s-50c19a4e-81b3-404e-9271-3dca72a1bdef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50c19a4e-81b3-404e-9271-3dca72a1bdef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3f0da4c-37f1-4c12-bca9-914172a0f3e9 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-6fb82163-51f5-42ab-807c-b0408eea2516 {
  margin-left: 27px;
margin-right: 27px;
}
@media (min-width: 1200px){#s-6fb82163-51f5-42ab-807c-b0408eea2516 {
  display: none;
}
#s-6fb82163-51f5-42ab-807c-b0408eea2516, #wrap-s-6fb82163-51f5-42ab-807c-b0408eea2516 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fb82163-51f5-42ab-807c-b0408eea2516 {
  display: none;
}
#s-6fb82163-51f5-42ab-807c-b0408eea2516, #wrap-s-6fb82163-51f5-42ab-807c-b0408eea2516 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6fb82163-51f5-42ab-807c-b0408eea2516 {
  display: none;
}
#s-6fb82163-51f5-42ab-807c-b0408eea2516, #wrap-s-6fb82163-51f5-42ab-807c-b0408eea2516 { display:none !important; }}

  #s-6fb82163-51f5-42ab-807c-b0408eea2516 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 1);
  }
  #s-6fb82163-51f5-42ab-807c-b0408eea2516 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
  }
#s-6fb82163-51f5-42ab-807c-b0408eea2516 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Francois One;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6fb82163-51f5-42ab-807c-b0408eea2516 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(25, 211, 197, 1);
}

#s-6fb82163-51f5-42ab-807c-b0408eea2516 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
}

#s-6fb82163-51f5-42ab-807c-b0408eea2516 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-1d596401-6a5a-475e-a8c4-ce839fc76070 {
  text-align: center;
}







  #s-1d596401-6a5a-475e-a8c4-ce839fc76070 img.shogun-image {
    

    
    
    
  }


#s-1d596401-6a5a-475e-a8c4-ce839fc76070 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f6b8b50-4c77-431d-9391-d39d3794ab61 {
  text-align: center;
}
@media (min-width: 1200px){#s-0f6b8b50-4c77-431d-9391-d39d3794ab61 {
  display: none;
}
#s-0f6b8b50-4c77-431d-9391-d39d3794ab61, #wrap-s-0f6b8b50-4c77-431d-9391-d39d3794ab61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f6b8b50-4c77-431d-9391-d39d3794ab61 {
  display: none;
}
#s-0f6b8b50-4c77-431d-9391-d39d3794ab61, #wrap-s-0f6b8b50-4c77-431d-9391-d39d3794ab61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f6b8b50-4c77-431d-9391-d39d3794ab61 {
  display: none;
}
#s-0f6b8b50-4c77-431d-9391-d39d3794ab61, #wrap-s-0f6b8b50-4c77-431d-9391-d39d3794ab61 { display:none !important; }}






  #s-0f6b8b50-4c77-431d-9391-d39d3794ab61 img.shogun-image {
    

    
    
    
  }


#s-0f6b8b50-4c77-431d-9391-d39d3794ab61 .shogun-image-content {
  
    align-items: center;
  
}

#s-82aa9bff-1f7a-4b03-a3d5-b2b06ebe96b4 {
  text-align: center;
}







  #s-82aa9bff-1f7a-4b03-a3d5-b2b06ebe96b4 img.shogun-image {
    

    
    
    
  }


#s-82aa9bff-1f7a-4b03-a3d5-b2b06ebe96b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ace07116-a89c-4378-80b4-00387cc7c705 {
  text-align: center;
}







  #s-ace07116-a89c-4378-80b4-00387cc7c705 img.shogun-image {
    

    
    
    
  }


#s-ace07116-a89c-4378-80b4-00387cc7c705 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ddd39db-123d-4445-8f01-4f4151d0b44c hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8884234e-dcba-4138-a97e-480ce3a7d82d {
  text-align: center;
}
@media (max-width: 767px){#s-8884234e-dcba-4138-a97e-480ce3a7d82d {
  display: none;
}
#s-8884234e-dcba-4138-a97e-480ce3a7d82d, #wrap-s-8884234e-dcba-4138-a97e-480ce3a7d82d { display:none !important; }}






  #s-8884234e-dcba-4138-a97e-480ce3a7d82d img.shogun-image {
    

    
    
    
  }


#s-8884234e-dcba-4138-a97e-480ce3a7d82d .shogun-image-content {
  
    align-items: center;
  
}

#s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee {
  margin-left: 40px;
margin-right: 40px;
padding-top: 4px;
padding-left: 35px;
padding-bottom: 4px;
padding-right: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee {
  display: none;
}
#s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee, #wrap-s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee {
  display: none;
}
#s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee, #wrap-s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee {
  display: none;
}
#s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee, #wrap-s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee { display:none !important; }}






  #s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee img.shogun-image {
    

    
    
    
  }


#s-32dcc67b-952b-48c8-bf83-e6b6f2bb3eee .shogun-image-content {
  
    align-items: center;
  
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-3c7c93be-05cf-40e9-ba6e-f3f03282c032 {
  text-align: left;
}

#s-3c7c93be-05cf-40e9-ba6e-f3f03282c032 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-3c7c93be-05cf-40e9-ba6e-f3f03282c032 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-3c7c93be-05cf-40e9-ba6e-f3f03282c032 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(32, 212, 196, 1);
}

#s-3c7c93be-05cf-40e9-ba6e-f3f03282c032 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-3c7c93be-05cf-40e9-ba6e-f3f03282c032 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-3c7c93be-05cf-40e9-ba6e-f3f03282c032 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-3c7c93be-05cf-40e9-ba6e-f3f03282c032 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(32, 212, 196, 1);
  color: #FFFFFF;
}

#s-3c7c93be-05cf-40e9-ba6e-f3f03282c032 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(32, 212, 196, 1);
}

#s-3c7c93be-05cf-40e9-ba6e-f3f03282c032 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(32, 212, 196, 1);
}

/*
  $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-c519535c-3b5d-4446-8126-d6d42a310dea {
  padding-left: 30px;
padding-right: 30px;
min-height: 1px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c519535c-3b5d-4446-8126-d6d42a310dea {
  display: none;
}
#s-c519535c-3b5d-4446-8126-d6d42a310dea, #wrap-s-c519535c-3b5d-4446-8126-d6d42a310dea { display:none !important; }}@media (max-width: 767px){#s-c519535c-3b5d-4446-8126-d6d42a310dea {
  display: none;
}
#s-c519535c-3b5d-4446-8126-d6d42a310dea, #wrap-s-c519535c-3b5d-4446-8126-d6d42a310dea { display:none !important; }}
.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-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 {
  text-align: left;
}



.shg-c#s-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3893e5ae-6fe5-4879-a2f1-856ab62d0b14 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-03668474-e1d1-4f6b-9f97-e36e4e929acc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03668474-e1d1-4f6b-9f97-e36e4e929acc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-ea6419b8-a688-4563-b7e3-e0d8dd87edef {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ea6419b8-a688-4563-b7e3-e0d8dd87edef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea6419b8-a688-4563-b7e3-e0d8dd87edef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ea6419b8-a688-4563-b7e3-e0d8dd87edef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea6419b8-a688-4563-b7e3-e0d8dd87edef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea6419b8-a688-4563-b7e3-e0d8dd87edef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea6419b8-a688-4563-b7e3-e0d8dd87edef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-83dc046b-b606-4416-af38-42c7452aa5f9 {
  text-align: left;
}



.shg-c#s-83dc046b-b606-4416-af38-42c7452aa5f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83dc046b-b606-4416-af38-42c7452aa5f9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-83dc046b-b606-4416-af38-42c7452aa5f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83dc046b-b606-4416-af38-42c7452aa5f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83dc046b-b606-4416-af38-42c7452aa5f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83dc046b-b606-4416-af38-42c7452aa5f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83dc046b-b606-4416-af38-42c7452aa5f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83dc046b-b606-4416-af38-42c7452aa5f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83dc046b-b606-4416-af38-42c7452aa5f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83dc046b-b606-4416-af38-42c7452aa5f9 img.shogun-image {
  width: 100%;
}



}
#s-afc7ee26-815f-4766-b541-79f90b61d9db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afc7ee26-815f-4766-b541-79f90b61d9db .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-c9fe460b-75bc-4c5d-a4df-27579e9070b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c9fe460b-75bc-4c5d-a4df-27579e9070b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9fe460b-75bc-4c5d-a4df-27579e9070b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9fe460b-75bc-4c5d-a4df-27579e9070b2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9fe460b-75bc-4c5d-a4df-27579e9070b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9fe460b-75bc-4c5d-a4df-27579e9070b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c9fe460b-75bc-4c5d-a4df-27579e9070b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0aeb2421-039c-46ea-a573-23b73a1ba931 {
  text-align: left;
}



.shg-c#s-0aeb2421-039c-46ea-a573-23b73a1ba931 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aeb2421-039c-46ea-a573-23b73a1ba931 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0aeb2421-039c-46ea-a573-23b73a1ba931 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aeb2421-039c-46ea-a573-23b73a1ba931 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0aeb2421-039c-46ea-a573-23b73a1ba931 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aeb2421-039c-46ea-a573-23b73a1ba931 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0aeb2421-039c-46ea-a573-23b73a1ba931 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aeb2421-039c-46ea-a573-23b73a1ba931 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0aeb2421-039c-46ea-a573-23b73a1ba931 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0aeb2421-039c-46ea-a573-23b73a1ba931 img.shogun-image {
  width: 100%;
}



}
#s-9a1eba27-9b77-47ca-863f-4661bd46e1bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a1eba27-9b77-47ca-863f-4661bd46e1bb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f9eee8e6-87d7-4175-bee0-4c241432488b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f9eee8e6-87d7-4175-bee0-4c241432488b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9eee8e6-87d7-4175-bee0-4c241432488b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9eee8e6-87d7-4175-bee0-4c241432488b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9eee8e6-87d7-4175-bee0-4c241432488b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9eee8e6-87d7-4175-bee0-4c241432488b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f9eee8e6-87d7-4175-bee0-4c241432488b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c51b641d-7a82-4e87-83df-df3936db4ba4 {
  padding-left: 30px;
padding-right: 30px;
min-height: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-c51b641d-7a82-4e87-83df-df3936db4ba4 {
  display: none;
}
#s-c51b641d-7a82-4e87-83df-df3936db4ba4, #wrap-s-c51b641d-7a82-4e87-83df-df3936db4ba4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c51b641d-7a82-4e87-83df-df3936db4ba4 {
  display: none;
}
#s-c51b641d-7a82-4e87-83df-df3936db4ba4, #wrap-s-c51b641d-7a82-4e87-83df-df3936db4ba4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c51b641d-7a82-4e87-83df-df3936db4ba4 {
  
}
}@media (max-width: 767px){#s-c51b641d-7a82-4e87-83df-df3936db4ba4 {
  
}
}
#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 {
  padding-left: 100px;
padding-right: 100px;
text-align: left;
}



.shg-c#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02dc81c3-c797-4fd1-9a3f-f9eb623b1252 img.shogun-image {
  width: 100%;
}



}
#s-8e87e297-9ce8-4634-b88f-c13f4f9d7919 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e87e297-9ce8-4634-b88f-c13f4f9d7919 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-ce4783cb-e825-46ce-ab68-42307dda297a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ce4783cb-e825-46ce-ab68-42307dda297a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce4783cb-e825-46ce-ab68-42307dda297a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce4783cb-e825-46ce-ab68-42307dda297a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce4783cb-e825-46ce-ab68-42307dda297a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce4783cb-e825-46ce-ab68-42307dda297a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ce4783cb-e825-46ce-ab68-42307dda297a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a9d7db32-9acd-4a50-9f18-663e23afd53a {
  padding-left: 100px;
padding-right: 100px;
text-align: left;
}



.shg-c#s-a9d7db32-9acd-4a50-9f18-663e23afd53a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d7db32-9acd-4a50-9f18-663e23afd53a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a9d7db32-9acd-4a50-9f18-663e23afd53a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d7db32-9acd-4a50-9f18-663e23afd53a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9d7db32-9acd-4a50-9f18-663e23afd53a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d7db32-9acd-4a50-9f18-663e23afd53a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9d7db32-9acd-4a50-9f18-663e23afd53a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d7db32-9acd-4a50-9f18-663e23afd53a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9d7db32-9acd-4a50-9f18-663e23afd53a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d7db32-9acd-4a50-9f18-663e23afd53a img.shogun-image {
  width: 100%;
}



}
#s-d04ec767-d850-49c2-bbec-a6826a9f33e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d04ec767-d850-49c2-bbec-a6826a9f33e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-dca89b11-dd54-4443-bb10-a1873fc1914d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dca89b11-dd54-4443-bb10-a1873fc1914d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dca89b11-dd54-4443-bb10-a1873fc1914d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dca89b11-dd54-4443-bb10-a1873fc1914d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dca89b11-dd54-4443-bb10-a1873fc1914d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dca89b11-dd54-4443-bb10-a1873fc1914d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dca89b11-dd54-4443-bb10-a1873fc1914d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 {
  padding-left: 100px;
padding-right: 100px;
text-align: left;
}



.shg-c#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dd3b422-79fc-47cc-b971-09e45ec65a16 img.shogun-image {
  width: 100%;
}



}
#s-b5404fc4-f08a-4ab2-a296-69ce54ac4d5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5404fc4-f08a-4ab2-a296-69ce54ac4d5e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-8122ecc5-32ff-4d05-81e9-a96a17dc60ca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8122ecc5-32ff-4d05-81e9-a96a17dc60ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8122ecc5-32ff-4d05-81e9-a96a17dc60ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8122ecc5-32ff-4d05-81e9-a96a17dc60ca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8122ecc5-32ff-4d05-81e9-a96a17dc60ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8122ecc5-32ff-4d05-81e9-a96a17dc60ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8122ecc5-32ff-4d05-81e9-a96a17dc60ca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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