.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-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  margin-left: 0%;
margin-right: 0%;
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-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-89a0a745-419f-4428-b45b-9390c9e23a7d {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-89a0a745-419f-4428-b45b-9390c9e23a7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89a0a745-419f-4428-b45b-9390c9e23a7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-89a0a745-419f-4428-b45b-9390c9e23a7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-89a0a745-419f-4428-b45b-9390c9e23a7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-89a0a745-419f-4428-b45b-9390c9e23a7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-89a0a745-419f-4428-b45b-9390c9e23a7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-89a0a745-419f-4428-b45b-9390c9e23a7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

.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;
}
#s-a6653dbf-3a2b-4c64-a88a-7b8485207f07 {
  text-align: center;
}







  #s-a6653dbf-3a2b-4c64-a88a-7b8485207f07 img.shogun-image {
    

    
    
    
  }


#s-a6653dbf-3a2b-4c64-a88a-7b8485207f07 .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 0px) {
[id="s-1d3c3d7c-d40f-4c6f-a6e5-52dec789ac19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d3c3d7c-d40f-4c6f-a6e5-52dec789ac19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d3c3d7c-d40f-4c6f-a6e5-52dec789ac19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d3c3d7c-d40f-4c6f-a6e5-52dec789ac19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6b6f313a-fb73-49d9-b063-e76c60ee3c5c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-6b6f313a-fb73-49d9-b063-e76c60ee3c5c {
  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-a0b12054-7485-464e-8723-a9e00fccabdd {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-a0b12054-7485-464e-8723-a9e00fccabdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0b12054-7485-464e-8723-a9e00fccabdd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a0b12054-7485-464e-8723-a9e00fccabdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0b12054-7485-464e-8723-a9e00fccabdd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0b12054-7485-464e-8723-a9e00fccabdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0b12054-7485-464e-8723-a9e00fccabdd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0b12054-7485-464e-8723-a9e00fccabdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0b12054-7485-464e-8723-a9e00fccabdd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0b12054-7485-464e-8723-a9e00fccabdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0b12054-7485-464e-8723-a9e00fccabdd 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-e81756e4-855f-426f-9fee-e015fad3984b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-e81756e4-855f-426f-9fee-e015fad3984b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

.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-21a53b15-f686-4c74-adde-4502bc021d74 {
  margin-left: 5%;
margin-right: 5%;
}

#s-743a75c9-6495-42e4-ae3f-175b9dbe3b84 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-743a75c9-6495-42e4-ae3f-175b9dbe3b84 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-743a75c9-6495-42e4-ae3f-175b9dbe3b84 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-743a75c9-6495-42e4-ae3f-175b9dbe3b84 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  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-fc7689fe-7996-420e-9a14-1f0c4f643988 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-fc7689fe-7996-420e-9a14-1f0c4f643988:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fc7689fe-7996-420e-9a14-1f0c4f643988:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fc7689fe-7996-420e-9a14-1f0c4f643988 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc7689fe-7996-420e-9a14-1f0c4f643988.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc7689fe-7996-420e-9a14-1f0c4f643988.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-fc7689fe-7996-420e-9a14-1f0c4f643988.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fc7689fe-7996-420e-9a14-1f0c4f643988.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-f5079d5a-43ef-4f47-926d-1bde6aca2678 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-f5079d5a-43ef-4f47-926d-1bde6aca2678 {
  display: none;
}
#s-96f51218-b549-4869-be0b-68f2c2938f53 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-96f51218-b549-4869-be0b-68f2c2938f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96f51218-b549-4869-be0b-68f2c2938f53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-96f51218-b549-4869-be0b-68f2c2938f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96f51218-b549-4869-be0b-68f2c2938f53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96f51218-b549-4869-be0b-68f2c2938f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96f51218-b549-4869-be0b-68f2c2938f53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96f51218-b549-4869-be0b-68f2c2938f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96f51218-b549-4869-be0b-68f2c2938f53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96f51218-b549-4869-be0b-68f2c2938f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96f51218-b549-4869-be0b-68f2c2938f53 img.shogun-image {
  width: 100%;
}



}
#s-3cf3444e-0ade-498f-ac33-d1960ecb13e6 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-3cf3444e-0ade-498f-ac33-d1960ecb13e6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d717f153-bc45-4528-8c77-bdfe433b1d23 {
  margin-left: 5%;
margin-right: 5%;
}

#s-7d2fc097-2d8e-4f37-9b7d-74c3308eda6d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7d2fc097-2d8e-4f37-9b7d-74c3308eda6d .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7d2fc097-2d8e-4f37-9b7d-74c3308eda6d .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7d2fc097-2d8e-4f37-9b7d-74c3308eda6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-78e136c7-2be8-4edb-9838-504c6b2fbf02 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-78e136c7-2be8-4edb-9838-504c6b2fbf02:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-78e136c7-2be8-4edb-9838-504c6b2fbf02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78e136c7-2be8-4edb-9838-504c6b2fbf02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78e136c7-2be8-4edb-9838-504c6b2fbf02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78e136c7-2be8-4edb-9838-504c6b2fbf02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-78e136c7-2be8-4edb-9838-504c6b2fbf02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-78e136c7-2be8-4edb-9838-504c6b2fbf02.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-442a2c3a-e07f-45b1-84f0-3f2876b4109a {
  margin-bottom: 0px;
text-align: center;
}








#s-442a2c3a-e07f-45b1-84f0-3f2876b4109a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-14c27d26-8225-459b-bc69-96b63f8ca37f {
  margin-left: 2%;
margin-right: 2%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-14c27d26-8225-459b-bc69-96b63f8ca37f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b5fc652d-f50f-4aed-8d6e-ee9a7abbabc9 {
  text-align: center;
}







  #s-b5fc652d-f50f-4aed-8d6e-ee9a7abbabc9 img.shogun-image {
    

    
    
    
  }


#s-b5fc652d-f50f-4aed-8d6e-ee9a7abbabc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b5d54d0-6236-4bfa-aa06-007a6aad2670 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 650px;
background-color: rgba(248, 248, 248, 1);
}

#s-8b5d54d0-6236-4bfa-aa06-007a6aad2670 {
  display: none;
}
#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1b823b4-0d97-4ab0-83ff-fbb876adad73 img.shogun-image {
  width: 100%;
}



}
#s-2583b86e-7236-4179-8957-2561c0558d3b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-2583b86e-7236-4179-8957-2561c0558d3b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8af4462f-b76d-4357-974c-d86db241c60b {
  margin-left: 5%;
margin-right: 5%;
}

#s-761e5675-0996-4317-9efb-e755ef2c5e9b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-761e5675-0996-4317-9efb-e755ef2c5e9b .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-761e5675-0996-4317-9efb-e755ef2c5e9b .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-761e5675-0996-4317-9efb-e755ef2c5e9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a7e128f4-146a-4ee4-a829-6e415571f742 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined bottom;
}
#s-a7e128f4-146a-4ee4-a829-6e415571f742:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a7e128f4-146a-4ee4-a829-6e415571f742:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7e128f4-146a-4ee4-a829-6e415571f742 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7e128f4-146a-4ee4-a829-6e415571f742.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7e128f4-146a-4ee4-a829-6e415571f742.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-a7e128f4-146a-4ee4-a829-6e415571f742.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a7e128f4-146a-4ee4-a829-6e415571f742.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-d8dbc5e9-b655-4d90-b9ce-cc6e88826b45 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 650px;
background-color: rgba(248, 248, 248, 1);
}

#s-d8dbc5e9-b655-4d90-b9ce-cc6e88826b45 {
  display: none;
}
#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fb4d7d3-8585-4c20-bf81-e03dadd84828 img.shogun-image {
  width: 100%;
}



}
#s-33182b52-6779-40c1-8ad2-16c136096136 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-33182b52-6779-40c1-8ad2-16c136096136 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5e85eb3c-6ec7-47e8-89d0-81ded6ddfacd {
  margin-left: 5%;
margin-right: 5%;
}

#s-30b8dde9-17f1-4721-aae1-0caa8947a378 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-30b8dde9-17f1-4721-aae1-0caa8947a378 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-30b8dde9-17f1-4721-aae1-0caa8947a378 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-30b8dde9-17f1-4721-aae1-0caa8947a378 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e8c43ddd-86e6-4f45-a202-924e854101aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined bottom;
}
#s-e8c43ddd-86e6-4f45-a202-924e854101aa:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e8c43ddd-86e6-4f45-a202-924e854101aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8c43ddd-86e6-4f45-a202-924e854101aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8c43ddd-86e6-4f45-a202-924e854101aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8c43ddd-86e6-4f45-a202-924e854101aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-e8c43ddd-86e6-4f45-a202-924e854101aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e8c43ddd-86e6-4f45-a202-924e854101aa.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-15f58856-9062-4ae2-b65c-2710863f5eda {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 650px;
background-color: rgba(248, 248, 248, 1);
}

#s-15f58856-9062-4ae2-b65c-2710863f5eda {
  display: none;
}
#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cfadd0c-4b1c-45da-9aaa-642ec2771eab img.shogun-image {
  width: 100%;
}



}
#s-99b8e51a-960e-4fdd-868a-da909631a48c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-99b8e51a-960e-4fdd-868a-da909631a48c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7287fc8f-7ae6-4f8c-9775-8aaf483543e5 {
  margin-left: 5%;
margin-right: 5%;
}

#s-87233b99-9d0e-43aa-be1e-f529e4101906 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-87233b99-9d0e-43aa-be1e-f529e4101906 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-87233b99-9d0e-43aa-be1e-f529e4101906 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-87233b99-9d0e-43aa-be1e-f529e4101906 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d5efd316-f8c0-47a5-aa69-9470ca6b6dc9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined bottom;
}
#s-d5efd316-f8c0-47a5-aa69-9470ca6b6dc9:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d5efd316-f8c0-47a5-aa69-9470ca6b6dc9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5efd316-f8c0-47a5-aa69-9470ca6b6dc9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5efd316-f8c0-47a5-aa69-9470ca6b6dc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5efd316-f8c0-47a5-aa69-9470ca6b6dc9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-d5efd316-f8c0-47a5-aa69-9470ca6b6dc9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d5efd316-f8c0-47a5-aa69-9470ca6b6dc9.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-dcc49e04-22a5-4351-b830-71a1e9d39848 {
  min-height: 50px;
}








#s-dcc49e04-22a5-4351-b830-71a1e9d39848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcc49e04-22a5-4351-b830-71a1e9d39848.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-f081b37f-7ee5-4b38-80b2-6c1fbf1bd8d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f081b37f-7ee5-4b38-80b2-6c1fbf1bd8d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f081b37f-7ee5-4b38-80b2-6c1fbf1bd8d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f081b37f-7ee5-4b38-80b2-6c1fbf1bd8d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-99467ec7-cf03-4f12-bdb0-11c8c49d7eff {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-99467ec7-cf03-4f12-bdb0-11c8c49d7eff {
  display: none;
}
#s-a7b220de-4485-467f-a913-fad9bf3e0340 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-a7b220de-4485-467f-a913-fad9bf3e0340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b220de-4485-467f-a913-fad9bf3e0340 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a7b220de-4485-467f-a913-fad9bf3e0340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b220de-4485-467f-a913-fad9bf3e0340 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7b220de-4485-467f-a913-fad9bf3e0340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b220de-4485-467f-a913-fad9bf3e0340 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7b220de-4485-467f-a913-fad9bf3e0340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b220de-4485-467f-a913-fad9bf3e0340 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7b220de-4485-467f-a913-fad9bf3e0340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7b220de-4485-467f-a913-fad9bf3e0340 img.shogun-image {
  width: 100%;
}



}
#s-8faa6171-da2b-4705-b349-ed934ea86451 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-8faa6171-da2b-4705-b349-ed934ea86451 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b47bf754-afdd-4435-b293-40b7f92cae7f {
  margin-left: 5%;
margin-right: 5%;
}

#s-08a81b6c-4326-4597-956a-441170471c69 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-08a81b6c-4326-4597-956a-441170471c69 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-08a81b6c-4326-4597-956a-441170471c69 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-08a81b6c-4326-4597-956a-441170471c69 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

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

#s-8b1c045b-b694-4a95-912b-23e4ae806c77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8b1c045b-b694-4a95-912b-23e4ae806c77:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b1c045b-b694-4a95-912b-23e4ae806c77:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b1c045b-b694-4a95-912b-23e4ae806c77-btn-wrapper {
    text-align: center;
  }


#s-8b1c045b-b694-4a95-912b-23e4ae806c77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8b1c045b-b694-4a95-912b-23e4ae806c77-btn-wrapper {
    text-align: center;
  }


#s-8b1c045b-b694-4a95-912b-23e4ae806c77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b1c045b-b694-4a95-912b-23e4ae806c77-btn-wrapper {
    text-align: center;
  }


#s-8b1c045b-b694-4a95-912b-23e4ae806c77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b1c045b-b694-4a95-912b-23e4ae806c77-btn-wrapper {
    text-align: center;
  }


#s-8b1c045b-b694-4a95-912b-23e4ae806c77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8b1c045b-b694-4a95-912b-23e4ae806c77-btn-wrapper {
    text-align: center;
  }


#s-8b1c045b-b694-4a95-912b-23e4ae806c77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6e1ff0ff-c7c4-4e8e-8e5d-47e2926af508 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-6e1ff0ff-c7c4-4e8e-8e5d-47e2926af508 {
  display: none;
}
#s-79951c56-602f-4f97-b5ee-67a9349fe175 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-79951c56-602f-4f97-b5ee-67a9349fe175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79951c56-602f-4f97-b5ee-67a9349fe175 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79951c56-602f-4f97-b5ee-67a9349fe175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79951c56-602f-4f97-b5ee-67a9349fe175 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79951c56-602f-4f97-b5ee-67a9349fe175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79951c56-602f-4f97-b5ee-67a9349fe175 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79951c56-602f-4f97-b5ee-67a9349fe175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79951c56-602f-4f97-b5ee-67a9349fe175 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79951c56-602f-4f97-b5ee-67a9349fe175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79951c56-602f-4f97-b5ee-67a9349fe175 img.shogun-image {
  width: 100%;
}



}
#s-df0d0913-4869-4d1b-ab16-77e36cb3caf7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-df0d0913-4869-4d1b-ab16-77e36cb3caf7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-43a68c02-3848-4bda-ac3c-f0e4ea8bbcb0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d4810d4d-d304-4e58-92c6-8f86745a1652 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d4810d4d-d304-4e58-92c6-8f86745a1652 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d4810d4d-d304-4e58-92c6-8f86745a1652 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d4810d4d-d304-4e58-92c6-8f86745a1652 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-df40d04f-ada9-46f6-9188-4ce707adf839 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-df40d04f-ada9-46f6-9188-4ce707adf839:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-df40d04f-ada9-46f6-9188-4ce707adf839:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-df40d04f-ada9-46f6-9188-4ce707adf839 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df40d04f-ada9-46f6-9188-4ce707adf839.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df40d04f-ada9-46f6-9188-4ce707adf839.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-df40d04f-ada9-46f6-9188-4ce707adf839.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-df40d04f-ada9-46f6-9188-4ce707adf839.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-1791dba9-29d8-4fd5-8897-299c384a6299 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-1791dba9-29d8-4fd5-8897-299c384a6299 {
  display: none;
}
#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ee7ab4d-afd4-4c13-88a7-7b33fc365b31 img.shogun-image {
  width: 100%;
}



}
#s-bd7fbe34-4b11-4a20-a404-11de730073bf {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-bd7fbe34-4b11-4a20-a404-11de730073bf .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-417a9cf3-46e4-46dc-9a17-f53cc50b5269 {
  margin-left: 5%;
margin-right: 5%;
}

#s-395476e6-22eb-456a-bd91-b15606c43a47 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-395476e6-22eb-456a-bd91-b15606c43a47 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-395476e6-22eb-456a-bd91-b15606c43a47 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-395476e6-22eb-456a-bd91-b15606c43a47 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-48f7cba9-d798-4e98-b373-cf592192f88b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-48f7cba9-d798-4e98-b373-cf592192f88b:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-48f7cba9-d798-4e98-b373-cf592192f88b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48f7cba9-d798-4e98-b373-cf592192f88b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48f7cba9-d798-4e98-b373-cf592192f88b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48f7cba9-d798-4e98-b373-cf592192f88b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-48f7cba9-d798-4e98-b373-cf592192f88b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-48f7cba9-d798-4e98-b373-cf592192f88b.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-3a22b008-ebf4-4829-b8db-9ec8f5b3515d {
  text-align: center;
}







  #s-3a22b008-ebf4-4829-b8db-9ec8f5b3515d img.shogun-image {
    

    
    
    
  }


#s-3a22b008-ebf4-4829-b8db-9ec8f5b3515d .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-c1c1e3ce-9fa3-46e7-82ca-b3bd46cd0684 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-152dcf19-a9ed-4a7b-a68c-9bad7a3f4301 {
  display: none;
}
#s-152dcf19-a9ed-4a7b-a68c-9bad7a3f4301, #wrap-s-152dcf19-a9ed-4a7b-a68c-9bad7a3f4301 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-152dcf19-a9ed-4a7b-a68c-9bad7a3f4301 {
  display: none;
}
#s-152dcf19-a9ed-4a7b-a68c-9bad7a3f4301, #wrap-s-152dcf19-a9ed-4a7b-a68c-9bad7a3f4301 { display:none !important; }}
@media (min-width: 0px) {
[id="s-152dcf19-a9ed-4a7b-a68c-9bad7a3f4301"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-152dcf19-a9ed-4a7b-a68c-9bad7a3f4301"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-152dcf19-a9ed-4a7b-a68c-9bad7a3f4301"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-152dcf19-a9ed-4a7b-a68c-9bad7a3f4301"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b96d3aff-5a9b-4ae6-97fa-bc48832d1f1c {
  text-align: center;
}







  #s-b96d3aff-5a9b-4ae6-97fa-bc48832d1f1c img.shogun-image {
    

    
    
    
  }


#s-b96d3aff-5a9b-4ae6-97fa-bc48832d1f1c .shogun-image-content {
  
    align-items: center;
  
}

#s-1bdc5a7b-1897-4c26-8988-07d37c8e9d84 {
  min-height: 50px;
}








#s-1bdc5a7b-1897-4c26-8988-07d37c8e9d84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bdc5a7b-1897-4c26-8988-07d37c8e9d84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bbfb2ff-f664-4a97-838d-d5452790ca13 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bbfb2ff-f664-4a97-838d-d5452790ca13 {
  display: none;
}
#s-2bbfb2ff-f664-4a97-838d-d5452790ca13, #wrap-s-2bbfb2ff-f664-4a97-838d-d5452790ca13 { display:none !important; }}@media (max-width: 767px){#s-2bbfb2ff-f664-4a97-838d-d5452790ca13 {
  display: none;
}
#s-2bbfb2ff-f664-4a97-838d-d5452790ca13, #wrap-s-2bbfb2ff-f664-4a97-838d-d5452790ca13 { display:none !important; }}






  #s-2bbfb2ff-f664-4a97-838d-d5452790ca13 img.shogun-image {
    

    
    
    
  }


#s-2bbfb2ff-f664-4a97-838d-d5452790ca13 .shogun-image-content {
  
    align-items: center;
  
}

#s-2082e628-d6d9-4995-bb94-a52258dbc6a3 hr {
  border-top: 2px solid #ddd;
}

.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-af9bbd9b-17c0-4f11-8a2f-daddb287c5e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af9bbd9b-17c0-4f11-8a2f-daddb287c5e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-22ee21c2-8f56-40dd-bc35-8b915284c58c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-22ee21c2-8f56-40dd-bc35-8b915284c58c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-22ee21c2-8f56-40dd-bc35-8b915284c58c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-22ee21c2-8f56-40dd-bc35-8b915284c58c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ad03812a-3ead-4e95-8426-35542ebc7261 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-ad03812a-3ead-4e95-8426-35542ebc7261 {
  display: none;
}
#s-24274361-6df2-43f9-be66-d96a7fa96fd0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-24274361-6df2-43f9-be66-d96a7fa96fd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24274361-6df2-43f9-be66-d96a7fa96fd0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-24274361-6df2-43f9-be66-d96a7fa96fd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24274361-6df2-43f9-be66-d96a7fa96fd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24274361-6df2-43f9-be66-d96a7fa96fd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24274361-6df2-43f9-be66-d96a7fa96fd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24274361-6df2-43f9-be66-d96a7fa96fd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24274361-6df2-43f9-be66-d96a7fa96fd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24274361-6df2-43f9-be66-d96a7fa96fd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24274361-6df2-43f9-be66-d96a7fa96fd0 img.shogun-image {
  width: 100%;
}



}
#s-6477da45-b0bc-448e-94f5-b6a3f4fb6603 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-6477da45-b0bc-448e-94f5-b6a3f4fb6603 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f9995fd1-61f9-410b-aae2-52655fb5d505 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f9995fd1-61f9-410b-aae2-52655fb5d505 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f9995fd1-61f9-410b-aae2-52655fb5d505 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f9995fd1-61f9-410b-aae2-52655fb5d505 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-66e5f61e-b19f-46a8-aefb-b1090ed3c774 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2JkNjUwMGEtOGFiMi00YzU4LTk4MGUtODdkNjdjOWU5MGNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjY2JkNjUwMGEtOGFiMi00YzU4LTk4MGUtODdkNjdjOWU5MGNmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-66e5f61e-b19f-46a8-aefb-b1090ed3c774:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-66e5f61e-b19f-46a8-aefb-b1090ed3c774:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66e5f61e-b19f-46a8-aefb-b1090ed3c774 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66e5f61e-b19f-46a8-aefb-b1090ed3c774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66e5f61e-b19f-46a8-aefb-b1090ed3c774.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-66e5f61e-b19f-46a8-aefb-b1090ed3c774.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-66e5f61e-b19f-46a8-aefb-b1090ed3c774.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-0d39f76e-9e2e-4323-bf5f-374409ebf890 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-0d39f76e-9e2e-4323-bf5f-374409ebf890 {
  display: none;
}
#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a56ea6f7-8cd6-40da-bd26-becba67fb86d img.shogun-image {
  width: 100%;
}



}
#s-dd7b38f2-4124-45c9-86f5-da1b21422bcf {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-dd7b38f2-4124-45c9-86f5-da1b21422bcf .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-46f740f2-5ecd-4f56-8ef0-a5ae4681b2c4 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-46f740f2-5ecd-4f56-8ef0-a5ae4681b2c4 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-46f740f2-5ecd-4f56-8ef0-a5ae4681b2c4 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-46f740f2-5ecd-4f56-8ef0-a5ae4681b2c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f01a11f3-de63-4f0a-a182-da5db24004c5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2JkNjUwMGEtOGFiMi00YzU4LTk4MGUtODdkNjdjOWU5MGNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjY2JkNjUwMGEtOGFiMi00YzU4LTk4MGUtODdkNjdjOWU5MGNmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-f01a11f3-de63-4f0a-a182-da5db24004c5:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f01a11f3-de63-4f0a-a182-da5db24004c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f01a11f3-de63-4f0a-a182-da5db24004c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f01a11f3-de63-4f0a-a182-da5db24004c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f01a11f3-de63-4f0a-a182-da5db24004c5.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-f01a11f3-de63-4f0a-a182-da5db24004c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f01a11f3-de63-4f0a-a182-da5db24004c5.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-ad1d5268-75a5-4ea8-befc-2f1223e4e1eb {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
background-color: rgba(248, 248, 248, 1);
}

#s-ad1d5268-75a5-4ea8-befc-2f1223e4e1eb {
  display: none;
}
#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9224851-66d1-4107-b22a-4ba3c6fea9ef img.shogun-image {
  width: 100%;
}



}
#s-fc92aabd-b080-4336-a1e8-4755c48d943c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-fc92aabd-b080-4336-a1e8-4755c48d943c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ea124031-3ddd-4839-9c4c-6dcb3b1db2d3 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ea124031-3ddd-4839-9c4c-6dcb3b1db2d3 .shg-product-sold-out {
  display: none;
  color: rgba(121, 119, 119, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ea124031-3ddd-4839-9c4c-6dcb3b1db2d3 .shg-product-price {
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ea124031-3ddd-4839-9c4c-6dcb3b1db2d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(121, 119, 119, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f829833d-d967-45b4-903f-f55c3006d197 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2JkNjUwMGEtOGFiMi00YzU4LTk4MGUtODdkNjdjOWU5MGNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkMjg0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmRmOWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuODA0NTQ1NDU0NTQ1NDU0NiIgc3R5bGU9InN0b3AtY29sb3I6I2Y5ZTdiMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2Y1ZTFhYjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjY2JkNjUwMGEtOGFiMi00YzU4LTk4MGUtODdkNjdjOWU5MGNmKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2d284"}, {"id"=>3, "pos"=>0.3636363636363636, "color"=>"#f6df9a"}, {"id"=>4, "pos"=>0.8045454545454546, "color"=>"#f9e7b0"}, {"id"=>6, "pos"=>1, "color"=>"#f5e1ab"}];
color: rgba(3, 3, 3, 1);
}
#s-f829833d-d967-45b4-903f-f55c3006d197:hover {background-color: rgba(121, 119, 119, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f829833d-d967-45b4-903f-f55c3006d197:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f829833d-d967-45b4-903f-f55c3006d197 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f829833d-d967-45b4-903f-f55c3006d197.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f829833d-d967-45b4-903f-f55c3006d197.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-f829833d-d967-45b4-903f-f55c3006d197.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f829833d-d967-45b4-903f-f55c3006d197.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
