.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-99eaff07-ba39-4020-bb2d-01a8e7a159b9 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-99eaff07-ba39-4020-bb2d-01a8e7a159b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99eaff07-ba39-4020-bb2d-01a8e7a159b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-3f443129-2966-4e14-bf24-611774b417f6 {
  padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-3f443129-2966-4e14-bf24-611774b417f6 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-3f443129-2966-4e14-bf24-611774b417f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f443129-2966-4e14-bf24-611774b417f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3f443129-2966-4e14-bf24-611774b417f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3f443129-2966-4e14-bf24-611774b417f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3f443129-2966-4e14-bf24-611774b417f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f443129-2966-4e14-bf24-611774b417f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3f443129-2966-4e14-bf24-611774b417f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

}

#s-95059fd8-08c4-4749-91f3-2240fe7c48aa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-95059fd8-08c4-4749-91f3-2240fe7c48aa {
  display: unset;
}
#s-95059fd8-08c4-4749-91f3-2240fe7c48aa, #wrap-s-95059fd8-08c4-4749-91f3-2240fe7c48aa { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95059fd8-08c4-4749-91f3-2240fe7c48aa {
  display: unset;
}
#s-95059fd8-08c4-4749-91f3-2240fe7c48aa, #wrap-s-95059fd8-08c4-4749-91f3-2240fe7c48aa { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95059fd8-08c4-4749-91f3-2240fe7c48aa {
  display: unset;
}
#s-95059fd8-08c4-4749-91f3-2240fe7c48aa, #wrap-s-95059fd8-08c4-4749-91f3-2240fe7c48aa { display: unset !important; }}







#s-95059fd8-08c4-4749-91f3-2240fe7c48aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95059fd8-08c4-4749-91f3-2240fe7c48aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-4193cc81-f272-4c9e-8d0b-031c80044fbd {
  margin-top: 0px;
margin-bottom: 140px;
}
@media (max-width: 767px){#s-4193cc81-f272-4c9e-8d0b-031c80044fbd {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-4193cc81-f272-4c9e-8d0b-031c80044fbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4193cc81-f272-4c9e-8d0b-031c80044fbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-4193cc81-f272-4c9e-8d0b-031c80044fbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-4193cc81-f272-4c9e-8d0b-031c80044fbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (max-width: 767px){#s-c4bb611f-4623-464a-93d1-187b0569a5d9 {
  margin-bottom: 120px;
}
}
.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-14f47882-b150-4482-a145-b8036dc66631 {
  text-align: left;
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 {
  max-width:  100%;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  width: 100%;
}



.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 {
  max-width:  100%;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  width: 100%;
}



.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 {
  max-width:  100%;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  width: 100%;
}



.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 {
  max-width:  100%;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  width: 100%;
}



.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 {
  max-width:  100%;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  width: 100%;
}



.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 .shg-image-zoom,
.shg-c#s-14f47882-b150-4482-a145-b8036dc66631 img.shogun-image {
  aspect-ratio: 1/1;
}

}
.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-72bb3821-aef0-4cf7-b5a9-473f6c55f2db {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-72bb3821-aef0-4cf7-b5a9-473f6c55f2db .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b44bc852-dbdb-4d48-8690-c2f5b8fdcbd3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-b44bc852-dbdb-4d48-8690-c2f5b8fdcbd3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-b44bc852-dbdb-4d48-8690-c2f5b8fdcbd3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-b44bc852-dbdb-4d48-8690-c2f5b8fdcbd3 .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;
}

@media (max-width: 767px){#s-79a8d30d-0836-4bca-bfbe-aad813f9deb1 {
  margin-bottom: 120px;
}
}
#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa {
  text-align: left;
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa {
  max-width:  100%;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  width: 100%;
}



.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa {
  max-width:  100%;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  width: 100%;
}



.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa {
  max-width:  100%;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  width: 100%;
}



.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa {
  max-width:  100%;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  width: 100%;
}



.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa {
  max-width:  100%;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  width: 100%;
}



.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa .shg-image-zoom,
.shg-c#s-ad10d2f1-d89f-43a2-97bd-80e4a823b6fa img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-8681f66f-fb26-4d9e-b0b7-d858f4013f31 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-8681f66f-fb26-4d9e-b0b7-d858f4013f31 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cadc9914-1e09-4c8b-a1d7-de6d3836240f {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-cadc9914-1e09-4c8b-a1d7-de6d3836240f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-cadc9914-1e09-4c8b-a1d7-de6d3836240f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-cadc9914-1e09-4c8b-a1d7-de6d3836240f .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;
}

@media (max-width: 767px){#s-e93de32e-49f9-4cd5-9edc-8d78dc8c3274 {
  margin-bottom: 120px;
}
}
#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 {
  text-align: left;
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 {
  max-width:  100%;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  width: 100%;
}



.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 {
  max-width:  100%;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  width: 100%;
}



.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 {
  max-width:  100%;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  width: 100%;
}



.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 {
  max-width:  100%;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  width: 100%;
}



.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 {
  max-width:  100%;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  width: 100%;
}



.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 .shg-image-zoom,
.shg-c#s-d1498fe9-8307-4db3-a4ca-8b0e54eb8405 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-36149af3-edce-44d9-bf4a-ca93502d2f5c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-36149af3-edce-44d9-bf4a-ca93502d2f5c .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1f02377a-7069-4dab-8f60-8c0ba97f048c {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-1f02377a-7069-4dab-8f60-8c0ba97f048c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-1f02377a-7069-4dab-8f60-8c0ba97f048c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-1f02377a-7069-4dab-8f60-8c0ba97f048c .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-b54ea8e1-37cd-4647-9b01-80684f59adb6 {
  margin-top: 0px;
margin-bottom: 140px;
}
@media (max-width: 767px){#s-b54ea8e1-37cd-4647-9b01-80684f59adb6 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-b54ea8e1-37cd-4647-9b01-80684f59adb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b54ea8e1-37cd-4647-9b01-80684f59adb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-b54ea8e1-37cd-4647-9b01-80684f59adb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-b54ea8e1-37cd-4647-9b01-80684f59adb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (max-width: 767px){#s-5aaf87a8-2d2c-48ef-898a-c9afdb59194d {
  margin-bottom: 120px;
}
}
#s-e4b0a720-1324-4350-b87c-501849546d6b {
  text-align: left;
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b {
  max-width:  100%;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  width: 100%;
}



.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b {
  max-width:  100%;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  width: 100%;
}



.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b {
  max-width:  100%;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  width: 100%;
}



.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b {
  max-width:  100%;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  width: 100%;
}



.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b {
  max-width:  100%;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  width: 100%;
}



.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b .shg-image-zoom,
.shg-c#s-e4b0a720-1324-4350-b87c-501849546d6b img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-46adec60-c503-416c-9dc8-2514909e5ff6 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-46adec60-c503-416c-9dc8-2514909e5ff6 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-59f884c9-28e2-4499-a50c-62c368a8583d {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-59f884c9-28e2-4499-a50c-62c368a8583d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-59f884c9-28e2-4499-a50c-62c368a8583d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-59f884c9-28e2-4499-a50c-62c368a8583d .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;
}

@media (max-width: 767px){#s-5aede269-bf58-40d1-81e3-8d348ed2467c {
  margin-bottom: 120px;
}
}
#s-2dceb4ab-3368-447b-922c-d3f796f91540 {
  text-align: left;
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 {
  max-width:  100%;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  width: 100%;
}



.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 {
  max-width:  100%;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  width: 100%;
}



.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 {
  max-width:  100%;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  width: 100%;
}



.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 {
  max-width:  100%;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  width: 100%;
}



.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 {
  max-width:  100%;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  width: 100%;
}



.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 .shg-image-zoom,
.shg-c#s-2dceb4ab-3368-447b-922c-d3f796f91540 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-e6b1e9f8-4a41-422a-b334-aaa6de38600a {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e6b1e9f8-4a41-422a-b334-aaa6de38600a .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a2e4f3e2-91d7-415f-b669-ff34d10bb9ff {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-a2e4f3e2-91d7-415f-b669-ff34d10bb9ff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a2e4f3e2-91d7-415f-b669-ff34d10bb9ff .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-a2e4f3e2-91d7-415f-b669-ff34d10bb9ff .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;
}

@media (max-width: 767px){#s-01149f13-1139-4374-86f8-d54d73549563 {
  margin-bottom: 120px;
}
}
#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 {
  text-align: left;
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 {
  max-width:  100%;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  width: 100%;
}



.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 {
  max-width:  100%;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  width: 100%;
}



.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 {
  max-width:  100%;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  width: 100%;
}



.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 {
  max-width:  100%;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  width: 100%;
}



.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 {
  max-width:  100%;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  width: 100%;
}



.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 .shg-image-zoom,
.shg-c#s-bddb12f8-9986-470e-81ca-b06aa81cfb26 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-f16d3fbf-fe48-4054-a007-799424eab41f {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f16d3fbf-fe48-4054-a007-799424eab41f .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6db46cfc-5d14-4d71-8bc7-2781b1d39c2e {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-6db46cfc-5d14-4d71-8bc7-2781b1d39c2e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6db46cfc-5d14-4d71-8bc7-2781b1d39c2e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-6db46cfc-5d14-4d71-8bc7-2781b1d39c2e .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-4ed9178b-8c95-4c85-8e55-a249166f180b {
  margin-top: 0px;
margin-bottom: 140px;
}
@media (max-width: 767px){#s-4ed9178b-8c95-4c85-8e55-a249166f180b {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-4ed9178b-8c95-4c85-8e55-a249166f180b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ed9178b-8c95-4c85-8e55-a249166f180b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-4ed9178b-8c95-4c85-8e55-a249166f180b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-4ed9178b-8c95-4c85-8e55-a249166f180b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (max-width: 767px){#s-f2dcd126-3fef-465b-b82f-cebebe3c2baf {
  margin-bottom: 120px;
}
}
#s-685c221c-de8e-40c7-b2fa-33bbf7916fed {
  text-align: left;
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed {
  max-width:  100%;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  width: 100%;
}



.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed {
  max-width:  100%;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  width: 100%;
}



.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed {
  max-width:  100%;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  width: 100%;
}



.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed {
  max-width:  100%;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  width: 100%;
}



.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed {
  max-width:  100%;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  width: 100%;
}



.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed .shg-image-zoom,
.shg-c#s-685c221c-de8e-40c7-b2fa-33bbf7916fed img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-aba734b7-2912-4219-84c9-ee5ad7cd1a38 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-aba734b7-2912-4219-84c9-ee5ad7cd1a38 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dce9f412-3ecb-4006-9a88-c55de3bd5d78 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-dce9f412-3ecb-4006-9a88-c55de3bd5d78 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-dce9f412-3ecb-4006-9a88-c55de3bd5d78 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-dce9f412-3ecb-4006-9a88-c55de3bd5d78 .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;
}

@media (max-width: 767px){#s-5b79d59f-f0b3-48fd-af0f-1aef5297a147 {
  margin-bottom: 120px;
}
}
#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 {
  text-align: left;
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 {
  max-width:  100%;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  width: 100%;
}



.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 {
  max-width:  100%;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  width: 100%;
}



.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 {
  max-width:  100%;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  width: 100%;
}



.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 {
  max-width:  100%;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  width: 100%;
}



.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 {
  max-width:  100%;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  width: 100%;
}



.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 .shg-image-zoom,
.shg-c#s-b9ce4a82-d0b0-4e61-98d7-e97e58ae7b36 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-3ab16609-3239-4fec-a76c-61b099eed239 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3ab16609-3239-4fec-a76c-61b099eed239 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-54484852-1450-410f-a3df-2ab18c635c72 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-54484852-1450-410f-a3df-2ab18c635c72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-54484852-1450-410f-a3df-2ab18c635c72 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-54484852-1450-410f-a3df-2ab18c635c72 .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;
}

@media (max-width: 767px){#s-b9d9b51e-0794-4111-bab3-013919593180 {
  margin-bottom: 120px;
}
}
#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 {
  text-align: left;
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 {
  max-width:  100%;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 {
  max-width:  100%;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 {
  max-width:  100%;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 {
  max-width:  100%;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 {
  max-width:  100%;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  width: 100%;
}



.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 .shg-image-zoom,
.shg-c#s-31ff9ed8-16e7-40fc-bcea-ec7ed3425ea1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ffcdcd9c-115f-4974-bfe5-c87415c22178 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ffcdcd9c-115f-4974-bfe5-c87415c22178 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ae0c29e7-16ef-4681-8e87-dc018d383ab2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-ae0c29e7-16ef-4681-8e87-dc018d383ab2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-ae0c29e7-16ef-4681-8e87-dc018d383ab2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-ae0c29e7-16ef-4681-8e87-dc018d383ab2 .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-88756378-8df1-4bd9-867b-ef4e0b44ee84 {
  margin-top: 0px;
margin-bottom: 140px;
}
@media (max-width: 767px){#s-88756378-8df1-4bd9-867b-ef4e0b44ee84 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-88756378-8df1-4bd9-867b-ef4e0b44ee84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88756378-8df1-4bd9-867b-ef4e0b44ee84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-88756378-8df1-4bd9-867b-ef4e0b44ee84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-88756378-8df1-4bd9-867b-ef4e0b44ee84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (max-width: 767px){#s-331ad773-5191-42ea-8151-82541f6e41a0 {
  margin-bottom: 120px;
}
}
#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 {
  text-align: left;
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 {
  max-width:  100%;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  width: 100%;
}



.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 {
  max-width:  100%;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  width: 100%;
}



.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 {
  max-width:  100%;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  width: 100%;
}



.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 {
  max-width:  100%;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  width: 100%;
}



.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 {
  max-width:  100%;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  width: 100%;
}



.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 .shg-image-zoom,
.shg-c#s-c0e49354-92c7-4ca8-8883-eb7d7ac2e884 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-32b78d6e-dd25-40b7-85d9-9905f70eb10d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-32b78d6e-dd25-40b7-85d9-9905f70eb10d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3cc0e81a-cb66-4cda-9fcf-550dd0542092 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-3cc0e81a-cb66-4cda-9fcf-550dd0542092 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-3cc0e81a-cb66-4cda-9fcf-550dd0542092 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-3cc0e81a-cb66-4cda-9fcf-550dd0542092 .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;
}

@media (max-width: 767px){#s-0e67ae91-fa62-46ae-b740-8c122c301d00 {
  margin-bottom: 120px;
}
}
#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd {
  text-align: left;
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd {
  max-width:  100%;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  width: 100%;
}



.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd {
  max-width:  100%;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  width: 100%;
}



.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd {
  max-width:  100%;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  width: 100%;
}



.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd {
  max-width:  100%;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  width: 100%;
}



.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd {
  max-width:  100%;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  width: 100%;
}



.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd .shg-image-zoom,
.shg-c#s-a11ea6cd-33f9-4fb0-a499-aaa2328148dd img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-555605d7-1d7e-4950-94d1-ee182ba8760b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-555605d7-1d7e-4950-94d1-ee182ba8760b .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a6b26d2a-f90f-4528-9676-78d7d81f2a01 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-a6b26d2a-f90f-4528-9676-78d7d81f2a01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a6b26d2a-f90f-4528-9676-78d7d81f2a01 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-a6b26d2a-f90f-4528-9676-78d7d81f2a01 .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;
}

@media (max-width: 767px){#s-a11d48f0-9394-49d7-8b06-1420b77c5c53 {
  margin-bottom: 120px;
}
}
#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 {
  text-align: left;
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 {
  max-width:  100%;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  width: 100%;
}



.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 {
  max-width:  100%;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  width: 100%;
}



.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 {
  max-width:  100%;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  width: 100%;
}



.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 {
  max-width:  100%;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  width: 100%;
}



.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 {
  max-width:  100%;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  width: 100%;
}



.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 .shg-image-zoom,
.shg-c#s-18a8d0e4-ba67-4684-be76-b4dfbb315e15 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-cb094404-9c8d-4594-9b40-7aa56073deb5 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-cb094404-9c8d-4594-9b40-7aa56073deb5 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4c4135ef-3fe9-4ae7-b9e6-414836e5a983 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-4c4135ef-3fe9-4ae7-b9e6-414836e5a983 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-4c4135ef-3fe9-4ae7-b9e6-414836e5a983 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-4c4135ef-3fe9-4ae7-b9e6-414836e5a983 .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-400a7b41-c1e0-41cc-bd24-68f92d06d295 {
  margin-top: 0px;
margin-bottom: 140px;
}
@media (max-width: 767px){#s-400a7b41-c1e0-41cc-bd24-68f92d06d295 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-400a7b41-c1e0-41cc-bd24-68f92d06d295"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-400a7b41-c1e0-41cc-bd24-68f92d06d295"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-400a7b41-c1e0-41cc-bd24-68f92d06d295"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-400a7b41-c1e0-41cc-bd24-68f92d06d295"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (max-width: 767px){#s-20af75b4-31fa-4cf8-b07f-67e99c4e50af {
  margin-bottom: 120px;
}
}
#s-cfe1f020-0b48-4eff-be53-83d82412b141 {
  text-align: left;
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 {
  max-width:  100%;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  width: 100%;
}



.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 {
  max-width:  100%;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  width: 100%;
}



.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 {
  max-width:  100%;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  width: 100%;
}



.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 {
  max-width:  100%;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  width: 100%;
}



.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 {
  max-width:  100%;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  width: 100%;
}



.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 .shg-image-zoom,
.shg-c#s-cfe1f020-0b48-4eff-be53-83d82412b141 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-17b189f8-f6d5-4788-bf56-4337c8580d33 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-17b189f8-f6d5-4788-bf56-4337c8580d33 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-263239ae-dc06-46b4-8ccb-3dcfa5d4c6ad {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-263239ae-dc06-46b4-8ccb-3dcfa5d4c6ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-263239ae-dc06-46b4-8ccb-3dcfa5d4c6ad .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-263239ae-dc06-46b4-8ccb-3dcfa5d4c6ad .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;
}

@media (max-width: 767px){#s-82cd3d2f-f0b9-4282-a40d-37d38b5f8a48 {
  margin-bottom: 120px;
}
}
#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 {
  text-align: left;
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 {
  max-width:  100%;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  width: 100%;
}



.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 {
  max-width:  100%;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  width: 100%;
}



.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 {
  max-width:  100%;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  width: 100%;
}



.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 {
  max-width:  100%;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  width: 100%;
}



.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 {
  max-width:  100%;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  width: 100%;
}



.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 .shg-image-zoom,
.shg-c#s-b990c145-0c20-4c79-ad86-b44c3ed6baf0 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-05fbfebe-6ff9-40e2-91d2-8fe361f1ee24 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-05fbfebe-6ff9-40e2-91d2-8fe361f1ee24 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d504d52a-9ab9-42b3-b064-93ba20025c57 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-d504d52a-9ab9-42b3-b064-93ba20025c57 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-d504d52a-9ab9-42b3-b064-93ba20025c57 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-d504d52a-9ab9-42b3-b064-93ba20025c57 .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;
}

@media (max-width: 767px){#s-6c295c6d-4ebd-41b4-84be-a4862356478c {
  margin-bottom: 120px;
}
}
#s-f0cb59c4-0b77-4213-923a-19765253a500 {
  text-align: left;
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 {
  max-width:  100%;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  width: 100%;
}



.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 {
  max-width:  100%;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  width: 100%;
}



.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 {
  max-width:  100%;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  width: 100%;
}



.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 {
  max-width:  100%;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  width: 100%;
}



.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 {
  max-width:  100%;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  max-width: 529px !important;
  
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  width: 100%;
}



.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 .shg-image-zoom,
.shg-c#s-f0cb59c4-0b77-4213-923a-19765253a500 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-1c378124-500e-4286-a04d-68a98236d656 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1c378124-500e-4286-a04d-68a98236d656 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Termina Bold;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3fd07fd8-a42d-45af-b903-d8d36c2a5bb6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-3fd07fd8-a42d-45af-b903-d8d36c2a5bb6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-3fd07fd8-a42d-45af-b903-d8d36c2a5bb6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-3fd07fd8-a42d-45af-b903-d8d36c2a5bb6 .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;
}

.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-6e61b436-fd40-48f2-af14-6ba10b900c7c {
  margin-left: -50%;
max-width: 365px;
text-align: center;
}
@media (min-width: 1200px){#s-6e61b436-fd40-48f2-af14-6ba10b900c7c {
  display: none;
}
#s-6e61b436-fd40-48f2-af14-6ba10b900c7c, #wrap-s-6e61b436-fd40-48f2-af14-6ba10b900c7c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e61b436-fd40-48f2-af14-6ba10b900c7c {
  display: none;
}
#s-6e61b436-fd40-48f2-af14-6ba10b900c7c, #wrap-s-6e61b436-fd40-48f2-af14-6ba10b900c7c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e61b436-fd40-48f2-af14-6ba10b900c7c {
  display: none;
}
#s-6e61b436-fd40-48f2-af14-6ba10b900c7c, #wrap-s-6e61b436-fd40-48f2-af14-6ba10b900c7c { display: none !important; }}@media (max-width: 767px){#s-6e61b436-fd40-48f2-af14-6ba10b900c7c {
  margin-left: 0%;
max-width: 190px;
}
}






  #s-6e61b436-fd40-48f2-af14-6ba10b900c7c img.shogun-image {
    

    
    
    
  }


#s-6e61b436-fd40-48f2-af14-6ba10b900c7c .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

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

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

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

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

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

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

.shg-c: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}
