.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-bba7b1c1-997f-49b6-8392-13c414bed235 {
  margin-top: -55px;
margin-bottom: -55px;
padding-bottom: 0px;
min-height: 1000px;
background-attachment: scroll;
}








#s-bba7b1c1-997f-49b6-8392-13c414bed235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bba7b1c1-997f-49b6-8392-13c414bed235.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-71ee88b5-f4b9-4c31-a145-3fddcc9b9fc0 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-71ee88b5-f4b9-4c31-a145-3fddcc9b9fc0 {
  display: none;
}
#s-71ee88b5-f4b9-4c31-a145-3fddcc9b9fc0, #wrap-s-71ee88b5-f4b9-4c31-a145-3fddcc9b9fc0 { display: none !important; }}@media (max-width: 767px){#s-71ee88b5-f4b9-4c31-a145-3fddcc9b9fc0 {
  display: none;
}
#s-71ee88b5-f4b9-4c31-a145-3fddcc9b9fc0, #wrap-s-71ee88b5-f4b9-4c31-a145-3fddcc9b9fc0 { display: none !important; }}
#s-71ee88b5-f4b9-4c31-a145-3fddcc9b9fc0 {
  background-image: url(https://i.shgcdn.com/28af6a4f-192f-46df-b847-df69ec8f1c76/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-71ee88b5-f4b9-4c31-a145-3fddcc9b9fc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71ee88b5-f4b9-4c31-a145-3fddcc9b9fc0.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-0b6d17aa-1ea2-40e0-8837-4b505958b23a {
  margin-top: 0%;
}

@media (min-width: 0px) {
[id="s-0b6d17aa-1ea2-40e0-8837-4b505958b23a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b6d17aa-1ea2-40e0-8837-4b505958b23a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b6d17aa-1ea2-40e0-8837-4b505958b23a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b6d17aa-1ea2-40e0-8837-4b505958b23a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

.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-2354eb70-eec1-4cc2-a2b0-327edfb7da5d {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}







  #s-2354eb70-eec1-4cc2-a2b0-327edfb7da5d img.shogun-image {
    

    
    
    
  }


#s-2354eb70-eec1-4cc2-a2b0-327edfb7da5d .shogun-image-content {
  
    align-items: center;
  
}

#s-8b65d188-7853-4480-a915-956acea4995c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 550px;
background-position: -14em center;
}
@media (min-width: 1200px){#s-8b65d188-7853-4480-a915-956acea4995c {
  display: none;
}
#s-8b65d188-7853-4480-a915-956acea4995c, #wrap-s-8b65d188-7853-4480-a915-956acea4995c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b65d188-7853-4480-a915-956acea4995c {
  display: none;
}
#s-8b65d188-7853-4480-a915-956acea4995c, #wrap-s-8b65d188-7853-4480-a915-956acea4995c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b65d188-7853-4480-a915-956acea4995c {
  
}
}@media (max-width: 767px){#s-8b65d188-7853-4480-a915-956acea4995c {
  
}
}
#s-8b65d188-7853-4480-a915-956acea4995c {
  background-image: url(https://i.shgcdn.com/28af6a4f-192f-46df-b847-df69ec8f1c76/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8b65d188-7853-4480-a915-956acea4995c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b65d188-7853-4480-a915-956acea4995c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e2c807a-101b-4faa-ad8d-aa8d04cad5d3 {
  margin-top: 0%;
}

@media (min-width: 0px) {
[id="s-6e2c807a-101b-4faa-ad8d-aa8d04cad5d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e2c807a-101b-4faa-ad8d-aa8d04cad5d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e2c807a-101b-4faa-ad8d-aa8d04cad5d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e2c807a-101b-4faa-ad8d-aa8d04cad5d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-406b33c2-df64-4f9a-a6e5-9ddcbc1d1751 {
  margin-left: 51%;
margin-right: 0%;
text-align: center;
}







  #s-406b33c2-df64-4f9a-a6e5-9ddcbc1d1751 img.shogun-image {
    

    
    
    
  }


#s-406b33c2-df64-4f9a-a6e5-9ddcbc1d1751 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef25ee63-b079-4614-959a-f3e3a4e72bac {
  min-height: 50px;
}








#s-ef25ee63-b079-4614-959a-f3e3a4e72bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef25ee63-b079-4614-959a-f3e3a4e72bac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56a00c19-da06-4191-8c74-0164dd727a0a {
  margin-top: 0em;
margin-bottom: 5em;
}

@media (min-width: 0px) {
[id="s-56a00c19-da06-4191-8c74-0164dd727a0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56a00c19-da06-4191-8c74-0164dd727a0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56a00c19-da06-4191-8c74-0164dd727a0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56a00c19-da06-4191-8c74-0164dd727a0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8f6a6c16-a228-4aca-88bd-78c66e77de68 {
  min-height: 100%;
}








#s-8f6a6c16-a228-4aca-88bd-78c66e77de68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f6a6c16-a228-4aca-88bd-78c66e77de68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b4a12e4-c96c-4baf-93b1-c108b0865fae {
  margin-top: 5%;
}

@media (min-width: 0px) {
[id="s-1b4a12e4-c96c-4baf-93b1-c108b0865fae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b4a12e4-c96c-4baf-93b1-c108b0865fae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b4a12e4-c96c-4baf-93b1-c108b0865fae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b4a12e4-c96c-4baf-93b1-c108b0865fae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b4a12e4-c96c-4baf-93b1-c108b0865fae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b4a12e4-c96c-4baf-93b1-c108b0865fae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b4a12e4-c96c-4baf-93b1-c108b0865fae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-6d900c67-9d6b-47f9-a268-20bbf8cdceb6 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d900c67-9d6b-47f9-a268-20bbf8cdceb6 {
  display: none;
}
#s-6d900c67-9d6b-47f9-a268-20bbf8cdceb6, #wrap-s-6d900c67-9d6b-47f9-a268-20bbf8cdceb6 { display: none !important; }}@media (max-width: 767px){#s-6d900c67-9d6b-47f9-a268-20bbf8cdceb6 {
  display: none;
}
#s-6d900c67-9d6b-47f9-a268-20bbf8cdceb6, #wrap-s-6d900c67-9d6b-47f9-a268-20bbf8cdceb6 { display: none !important; }}







#s-6d900c67-9d6b-47f9-a268-20bbf8cdceb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d900c67-9d6b-47f9-a268-20bbf8cdceb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-193c264b-3ba1-4889-9bc5-8766c3521a20 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-c9664656-6210-4c6f-b81d-6d7364671c88 {
  margin-left: 0%;
margin-bottom: 1em;
margin-right: 0%;
}

#s-98662ee3-2baf-4cb3-ae06-2fb673d47300 {
  margin-left: 0%;
margin-right: 0%;
}

#s-39cd2ffe-0918-4330-bf0f-97676eb31fc8 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-39cd2ffe-0918-4330-bf0f-97676eb31fc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-39cd2ffe-0918-4330-bf0f-97676eb31fc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39cd2ffe-0918-4330-bf0f-97676eb31fc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39cd2ffe-0918-4330-bf0f-97676eb31fc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-3edb84f3-1078-45ae-b025-df2c185bdd6b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3edb84f3-1078-45ae-b025-df2c185bdd6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3edb84f3-1078-45ae-b025-df2c185bdd6b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3edb84f3-1078-45ae-b025-df2c185bdd6b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3edb84f3-1078-45ae-b025-df2c185bdd6b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3edb84f3-1078-45ae-b025-df2c185bdd6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3edb84f3-1078-45ae-b025-df2c185bdd6b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7e5ce0e1-8b3a-498e-8e50-c4149db51a2e {
  text-align: center;
}

#s-7e5ce0e1-8b3a-498e-8e50-c4149db51a2e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7e5ce0e1-8b3a-498e-8e50-c4149db51a2e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: ;
}

#s-7e5ce0e1-8b3a-498e-8e50-c4149db51a2e .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-ade43f52-c650-4e6d-b7a6-700783b2488b {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
text-align: left;
}

#s-ade43f52-c650-4e6d-b7a6-700783b2488b .shg-product-quantity-wrapper {
  display: flex;
}

#s-ade43f52-c650-4e6d-b7a6-700783b2488b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ade43f52-c650-4e6d-b7a6-700783b2488b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ade43f52-c650-4e6d-b7a6-700783b2488b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ade43f52-c650-4e6d-b7a6-700783b2488b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-baa228bd-3bd0-47fc-9f59-7cdf427b88a1 {
  margin-left: 10%;
margin-right: 10%;
}

.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-dea9c896-0a8e-4976-943b-65e2c12dfe5e {
  margin-top: 0em;
margin-right: 0%;
text-align: left;
}



.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dea9c896-0a8e-4976-943b-65e2c12dfe5e img.shogun-image {
  width: 100%;
}




#s-5a657493-e1be-42f9-8d05-788308726c47 {
  margin-top: 2em;
margin-bottom: 0em;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-5a657493-e1be-42f9-8d05-788308726c47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a657493-e1be-42f9-8d05-788308726c47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5a657493-e1be-42f9-8d05-788308726c47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5a657493-e1be-42f9-8d05-788308726c47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5a657493-e1be-42f9-8d05-788308726c47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5a657493-e1be-42f9-8d05-788308726c47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5a657493-e1be-42f9-8d05-788308726c47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a657493-e1be-42f9-8d05-788308726c47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5a657493-e1be-42f9-8d05-788308726c47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5a657493-e1be-42f9-8d05-788308726c47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dbbb9e1a-4f82-41b0-b871-63bf4e72ef69 {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 0px;
}








#s-dbbb9e1a-4f82-41b0-b871-63bf4e72ef69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbbb9e1a-4f82-41b0-b871-63bf4e72ef69.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-4c66522e-e5d3-4876-8d55-fb2e7cb6411d {
  margin-top: 3em;
}

#s-4ce580b4-ce61-400d-ba02-359374b1d477 {
  margin-top: 1em;
margin-left: 10%;
margin-bottom: 6em;
margin-right: 10%;
}

#s-1bbc0b87-0390-4517-85b1-a495ffe90f4a {
  margin-top: 0em;
margin-left: 10%;
margin-bottom: 0em;
margin-right: 10%;
min-height: 0px;
}








#s-1bbc0b87-0390-4517-85b1-a495ffe90f4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bbc0b87-0390-4517-85b1-a495ffe90f4a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-423ad00a-c435-457f-bfc5-798b8654f8e7 {
  margin-top: -42px;
margin-left: 0%;
margin-bottom: -35px;
margin-right: 0%;
}


  #s-423ad00a-c435-457f-bfc5-798b8654f8e7 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(223, 223, 223, 1);
    border: 1px solid rgba(36, 36, 36, 0.13);
  }
  #s-423ad00a-c435-457f-bfc5-798b8654f8e7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(36, 36, 36, 0.13);
  }
#s-423ad00a-c435-457f-bfc5-798b8654f8e7 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(36, 36, 36, 0.4);
  font-family: Poppins;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-423ad00a-c435-457f-bfc5-798b8654f8e7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-423ad00a-c435-457f-bfc5-798b8654f8e7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(245, 245, 245, 1);
}

#s-423ad00a-c435-457f-bfc5-798b8654f8e7 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(36, 36, 36, 0.13);
}

#s-f45da14f-a061-427f-b984-2ac789144540 {
  margin-top: 3em;
margin-left: 0%;
margin-bottom: 5em;
margin-right: 0%;
}

#s-a320fdc7-0f95-4664-b637-8c8a40dc1f6d {
  margin-top: 3em;
margin-left: 0%;
margin-bottom: 5em;
margin-right: 0%;
}

#s-956bf31c-09ca-4efd-bd48-16bcb5f63e2a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 700px;
background-position: center top;
}








#s-956bf31c-09ca-4efd-bd48-16bcb5f63e2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-956bf31c-09ca-4efd-bd48-16bcb5f63e2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eeb6dcf-50c7-4c03-a2ea-c31abafc1033 {
  min-height: 50px;
}








#s-8eeb6dcf-50c7-4c03-a2ea-c31abafc1033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eeb6dcf-50c7-4c03-a2ea-c31abafc1033.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f94b8f8-c477-427b-bb44-f7774eb4a6f7 {
  margin-top: 15%;
margin-bottom: 0px;
min-height: 50px;
}








#s-0f94b8f8-c477-427b-bb44-f7774eb4a6f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f94b8f8-c477-427b-bb44-f7774eb4a6f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4aa46f8-cd9f-40d7-a586-77a5b754c061 {
  min-height: 50px;
}








#s-e4aa46f8-cd9f-40d7-a586-77a5b754c061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4aa46f8-cd9f-40d7-a586-77a5b754c061.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f543d0f-e664-4779-b615-efbc589e0cb4 {
  margin-top: 15px;
}

#s-0f331468-46d6-4ae8-8eff-e535b2dfbe39 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0f331468-46d6-4ae8-8eff-e535b2dfbe39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f331468-46d6-4ae8-8eff-e535b2dfbe39 {
  display: none;
}
#s-0f331468-46d6-4ae8-8eff-e535b2dfbe39, #wrap-s-0f331468-46d6-4ae8-8eff-e535b2dfbe39 { display: none !important; }}@media (max-width: 767px){#s-0f331468-46d6-4ae8-8eff-e535b2dfbe39 {
  display: none;
}
#s-0f331468-46d6-4ae8-8eff-e535b2dfbe39, #wrap-s-0f331468-46d6-4ae8-8eff-e535b2dfbe39 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f331468-46d6-4ae8-8eff-e535b2dfbe39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0f331468-46d6-4ae8-8eff-e535b2dfbe39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0f331468-46d6-4ae8-8eff-e535b2dfbe39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f331468-46d6-4ae8-8eff-e535b2dfbe39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ceb8b1-9f6b-4a5b-9836-45d2f5bac143 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-950d28aa-234e-4b12-b443-6cc5dacff777 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-950d28aa-234e-4b12-b443-6cc5dacff777 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9b300887-469b-4fef-82cf-7ab113f401cc {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9b300887-469b-4fef-82cf-7ab113f401cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9b300887-469b-4fef-82cf-7ab113f401cc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-9b300887-469b-4fef-82cf-7ab113f401cc .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-99beb901-9d66-4e7d-9f37-0a9de5f95de4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-99beb901-9d66-4e7d-9f37-0a9de5f95de4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99beb901-9d66-4e7d-9f37-0a9de5f95de4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-99beb901-9d66-4e7d-9f37-0a9de5f95de4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99beb901-9d66-4e7d-9f37-0a9de5f95de4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99beb901-9d66-4e7d-9f37-0a9de5f95de4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}

#s-99beb901-9d66-4e7d-9f37-0a9de5f95de4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-99beb901-9d66-4e7d-9f37-0a9de5f95de4.shg-btn.shg-product-atc-success {
    
    font-family: Josefin Sans;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-66d38161-fb91-47f4-966b-716a4c15cb91 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-06414826-9ce2-4512-9e80-0d1befdebf21 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-06414826-9ce2-4512-9e80-0d1befdebf21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06414826-9ce2-4512-9e80-0d1befdebf21 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-06414826-9ce2-4512-9e80-0d1befdebf21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06414826-9ce2-4512-9e80-0d1befdebf21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06414826-9ce2-4512-9e80-0d1befdebf21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06414826-9ce2-4512-9e80-0d1befdebf21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06414826-9ce2-4512-9e80-0d1befdebf21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06414826-9ce2-4512-9e80-0d1befdebf21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06414826-9ce2-4512-9e80-0d1befdebf21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06414826-9ce2-4512-9e80-0d1befdebf21 img.shogun-image {
  width: 100%;
}



}
#s-575c4fea-379e-4988-b883-08916d87d0fa {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-575c4fea-379e-4988-b883-08916d87d0fa .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1b0fea01-2636-4310-9422-c28648129347 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1b0fea01-2636-4310-9422-c28648129347 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-1b0fea01-2636-4310-9422-c28648129347 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-1b0fea01-2636-4310-9422-c28648129347 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0e6ffe03-9121-46aa-9172-ba695374dab5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0e6ffe03-9121-46aa-9172-ba695374dab5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e6ffe03-9121-46aa-9172-ba695374dab5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e6ffe03-9121-46aa-9172-ba695374dab5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e6ffe03-9121-46aa-9172-ba695374dab5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e6ffe03-9121-46aa-9172-ba695374dab5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}

#s-0e6ffe03-9121-46aa-9172-ba695374dab5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0e6ffe03-9121-46aa-9172-ba695374dab5.shg-btn.shg-product-atc-success {
    
    font-family: Josefin Sans;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-26d9ce8f-35c6-45ea-a213-0bab8d0583d6 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6e813c4-d927-4927-be33-8b6ef3f34ec4 img.shogun-image {
  width: 100%;
}



}
#s-3f83e979-e975-4ce9-9f58-539d300c4d82 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-3f83e979-e975-4ce9-9f58-539d300c4d82 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9e6e8af1-aa3d-4bd0-9533-8c63483ad7e1 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
text-align: center;
}

#s-9e6e8af1-aa3d-4bd0-9533-8c63483ad7e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9e6e8af1-aa3d-4bd0-9533-8c63483ad7e1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-9e6e8af1-aa3d-4bd0-9533-8c63483ad7e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-363a7885-7c64-4580-a7e2-7bff263fd204 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-363a7885-7c64-4580-a7e2-7bff263fd204:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-363a7885-7c64-4580-a7e2-7bff263fd204:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-363a7885-7c64-4580-a7e2-7bff263fd204 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-363a7885-7c64-4580-a7e2-7bff263fd204.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-363a7885-7c64-4580-a7e2-7bff263fd204.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}

#s-363a7885-7c64-4580-a7e2-7bff263fd204.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-363a7885-7c64-4580-a7e2-7bff263fd204.shg-btn.shg-product-atc-success {
    
    font-family: Josefin Sans;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}



.shg-c#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5da8ef3-8034-4260-b6f7-23df2314cfbe img.shogun-image {
  width: 100%;
}



}
#s-facdd790-47ea-41e2-82d1-a3a9a4d115b4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-facdd790-47ea-41e2-82d1-a3a9a4d115b4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-bb9af4c2-93e9-46fa-b8c4-0e76d108a2e0 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
text-align: center;
}

#s-bb9af4c2-93e9-46fa-b8c4-0e76d108a2e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bb9af4c2-93e9-46fa-b8c4-0e76d108a2e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-bb9af4c2-93e9-46fa-b8c4-0e76d108a2e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c7884844-ea67-45bd-a081-e51233399204 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-c7884844-ea67-45bd-a081-e51233399204:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7884844-ea67-45bd-a081-e51233399204:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7884844-ea67-45bd-a081-e51233399204 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7884844-ea67-45bd-a081-e51233399204.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7884844-ea67-45bd-a081-e51233399204.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}

#s-c7884844-ea67-45bd-a081-e51233399204.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c7884844-ea67-45bd-a081-e51233399204.shg-btn.shg-product-atc-success {
    
    font-family: Josefin Sans;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-2211ad5c-7d52-491b-90a8-43b4a85e03d2 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2211ad5c-7d52-491b-90a8-43b4a85e03d2 {
  display: none;
}
#s-2211ad5c-7d52-491b-90a8-43b4a85e03d2, #wrap-s-2211ad5c-7d52-491b-90a8-43b4a85e03d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2211ad5c-7d52-491b-90a8-43b4a85e03d2 {
  display: none;
}
#s-2211ad5c-7d52-491b-90a8-43b4a85e03d2, #wrap-s-2211ad5c-7d52-491b-90a8-43b4a85e03d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2211ad5c-7d52-491b-90a8-43b4a85e03d2 {
  
}
}@media (max-width: 767px){#s-2211ad5c-7d52-491b-90a8-43b4a85e03d2 {
  
}
}
@media (min-width: 0px) {
[id="s-2211ad5c-7d52-491b-90a8-43b4a85e03d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2211ad5c-7d52-491b-90a8-43b4a85e03d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2211ad5c-7d52-491b-90a8-43b4a85e03d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2211ad5c-7d52-491b-90a8-43b4a85e03d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-0db11dda-47aa-43a8-bf3b-a78b408997cd {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
text-align: left;
}



.shg-c#s-0db11dda-47aa-43a8-bf3b-a78b408997cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db11dda-47aa-43a8-bf3b-a78b408997cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0db11dda-47aa-43a8-bf3b-a78b408997cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db11dda-47aa-43a8-bf3b-a78b408997cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0db11dda-47aa-43a8-bf3b-a78b408997cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db11dda-47aa-43a8-bf3b-a78b408997cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0db11dda-47aa-43a8-bf3b-a78b408997cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db11dda-47aa-43a8-bf3b-a78b408997cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0db11dda-47aa-43a8-bf3b-a78b408997cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db11dda-47aa-43a8-bf3b-a78b408997cd img.shogun-image {
  width: 100%;
}



}
#s-5f6f07c8-bf32-4b6c-bb13-bddc4127c784 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f6f07c8-bf32-4b6c-bb13-bddc4127c784 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-c701d063-81dd-4e1b-b0f7-f0232af5c882 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-c701d063-81dd-4e1b-b0f7-f0232af5c882 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c701d063-81dd-4e1b-b0f7-f0232af5c882 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-c701d063-81dd-4e1b-b0f7-f0232af5c882 .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-a7b7c5c5-6fb9-4176-abc3-303a3b3d22a8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-a7b7c5c5-6fb9-4176-abc3-303a3b3d22a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7b7c5c5-6fb9-4176-abc3-303a3b3d22a8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7b7c5c5-6fb9-4176-abc3-303a3b3d22a8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7b7c5c5-6fb9-4176-abc3-303a3b3d22a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7b7c5c5-6fb9-4176-abc3-303a3b3d22a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}

#s-a7b7c5c5-6fb9-4176-abc3-303a3b3d22a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a7b7c5c5-6fb9-4176-abc3-303a3b3d22a8.shg-btn.shg-product-atc-success {
    
    font-family: Josefin Sans;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-d3f6f7a2-016c-4a68-a233-515ef2ccb17a {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f8079e85-a1d2-4893-b400-641132aebf73 {
  margin-top: 15px;
margin-left: 5px;
margin-right: 5px;
text-align: left;
}



.shg-c#s-f8079e85-a1d2-4893-b400-641132aebf73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8079e85-a1d2-4893-b400-641132aebf73 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8079e85-a1d2-4893-b400-641132aebf73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8079e85-a1d2-4893-b400-641132aebf73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8079e85-a1d2-4893-b400-641132aebf73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8079e85-a1d2-4893-b400-641132aebf73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8079e85-a1d2-4893-b400-641132aebf73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8079e85-a1d2-4893-b400-641132aebf73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8079e85-a1d2-4893-b400-641132aebf73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8079e85-a1d2-4893-b400-641132aebf73 img.shogun-image {
  width: 100%;
}



}
#s-ce3a5c17-dd66-4757-8a7c-9cc72041e14d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-ce3a5c17-dd66-4757-8a7c-9cc72041e14d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b78e4c99-4552-4cb9-aaff-19f025959ffe {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b78e4c99-4552-4cb9-aaff-19f025959ffe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b78e4c99-4552-4cb9-aaff-19f025959ffe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-b78e4c99-4552-4cb9-aaff-19f025959ffe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-66f8fd55-4fe0-4748-8697-0ea433757da7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-66f8fd55-4fe0-4748-8697-0ea433757da7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66f8fd55-4fe0-4748-8697-0ea433757da7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66f8fd55-4fe0-4748-8697-0ea433757da7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66f8fd55-4fe0-4748-8697-0ea433757da7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66f8fd55-4fe0-4748-8697-0ea433757da7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}

#s-66f8fd55-4fe0-4748-8697-0ea433757da7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-66f8fd55-4fe0-4748-8697-0ea433757da7.shg-btn.shg-product-atc-success {
    
    font-family: Josefin Sans;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-d0bb93f0-5bd8-42ea-9fd2-7bd0372d749d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
text-align: left;
}



.shg-c#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db10250e-fd5a-44d1-8f62-19b6321a6dd1 img.shogun-image {
  width: 100%;
}



}
#s-fd9e4dec-2c73-47ea-82a7-7e7f4d799312 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-fd9e4dec-2c73-47ea-82a7-7e7f4d799312 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-100a2fda-8474-4ca0-9957-0e333360f3c6 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
text-align: center;
}

#s-100a2fda-8474-4ca0-9957-0e333360f3c6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-100a2fda-8474-4ca0-9957-0e333360f3c6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-100a2fda-8474-4ca0-9957-0e333360f3c6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-081983f7-04c4-4d18-847d-0b6c3db4efab {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-081983f7-04c4-4d18-847d-0b6c3db4efab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-081983f7-04c4-4d18-847d-0b6c3db4efab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-081983f7-04c4-4d18-847d-0b6c3db4efab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-081983f7-04c4-4d18-847d-0b6c3db4efab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-081983f7-04c4-4d18-847d-0b6c3db4efab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}

#s-081983f7-04c4-4d18-847d-0b6c3db4efab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-081983f7-04c4-4d18-847d-0b6c3db4efab.shg-btn.shg-product-atc-success {
    
    font-family: Josefin Sans;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-706a30b1-7358-472d-877e-8f6c440c4cfa {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
text-align: left;
}



.shg-c#s-706a30b1-7358-472d-877e-8f6c440c4cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-706a30b1-7358-472d-877e-8f6c440c4cfa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-706a30b1-7358-472d-877e-8f6c440c4cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-706a30b1-7358-472d-877e-8f6c440c4cfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-706a30b1-7358-472d-877e-8f6c440c4cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-706a30b1-7358-472d-877e-8f6c440c4cfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-706a30b1-7358-472d-877e-8f6c440c4cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-706a30b1-7358-472d-877e-8f6c440c4cfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-706a30b1-7358-472d-877e-8f6c440c4cfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-706a30b1-7358-472d-877e-8f6c440c4cfa img.shogun-image {
  width: 100%;
}



}
#s-44cff97e-5725-450b-8b35-bdec5415ed71 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-44cff97e-5725-450b-8b35-bdec5415ed71 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-d4971f3f-0e5e-41f9-8452-82d8f1ef4b2c {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
text-align: center;
}

#s-d4971f3f-0e5e-41f9-8452-82d8f1ef4b2c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d4971f3f-0e5e-41f9-8452-82d8f1ef4b2c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-d4971f3f-0e5e-41f9-8452-82d8f1ef4b2c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-93d2c64f-d9fe-42c9-8914-9d198c7d4368 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-93d2c64f-d9fe-42c9-8914-9d198c7d4368:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93d2c64f-d9fe-42c9-8914-9d198c7d4368:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-93d2c64f-d9fe-42c9-8914-9d198c7d4368 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93d2c64f-d9fe-42c9-8914-9d198c7d4368.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93d2c64f-d9fe-42c9-8914-9d198c7d4368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Josefin Sans;
  display:  inline-block ;
}

#s-93d2c64f-d9fe-42c9-8914-9d198c7d4368.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-93d2c64f-d9fe-42c9-8914-9d198c7d4368.shg-btn.shg-product-atc-success {
    
    font-family: Josefin Sans;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


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