.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-7e69bbe2-e6a8-40c4-9705-227e4fad0b43 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e69bbe2-e6a8-40c4-9705-227e4fad0b43 {
  display: none;
}
#s-7e69bbe2-e6a8-40c4-9705-227e4fad0b43, #wrap-s-7e69bbe2-e6a8-40c4-9705-227e4fad0b43 { display: none !important; }}@media (max-width: 767px){#s-7e69bbe2-e6a8-40c4-9705-227e4fad0b43 {
  display: none;
}
#s-7e69bbe2-e6a8-40c4-9705-227e4fad0b43, #wrap-s-7e69bbe2-e6a8-40c4-9705-227e4fad0b43 { display: none !important; }}







#s-7e69bbe2-e6a8-40c4-9705-227e4fad0b43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e69bbe2-e6a8-40c4-9705-227e4fad0b43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-f3eb47d4-19a1-40cd-8750-af94b934a931 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-f3eb47d4-19a1-40cd-8750-af94b934a931 img.shogun-image {
    

    
    
    
  }


#s-f3eb47d4-19a1-40cd-8750-af94b934a931 .shogun-image-content {
  
    align-items: center;
  
}

#s-db4090f4-229a-4bb5-8514-d54907ddf6fd {
  min-height: 40px;
background-color: rgba(31, 180, 122, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-db4090f4-229a-4bb5-8514-d54907ddf6fd {
  display: none;
}
#s-db4090f4-229a-4bb5-8514-d54907ddf6fd, #wrap-s-db4090f4-229a-4bb5-8514-d54907ddf6fd { display: none !important; }}@media (max-width: 767px){#s-db4090f4-229a-4bb5-8514-d54907ddf6fd {
  display: none;
}
#s-db4090f4-229a-4bb5-8514-d54907ddf6fd, #wrap-s-db4090f4-229a-4bb5-8514-d54907ddf6fd { display: none !important; }}







#s-db4090f4-229a-4bb5-8514-d54907ddf6fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db4090f4-229a-4bb5-8514-d54907ddf6fd.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-a7454e7c-081a-4de4-bd17-d7e204a28074 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}

@media (min-width: 0px) {
[id="s-a7454e7c-081a-4de4-bd17-d7e204a28074"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7454e7c-081a-4de4-bd17-d7e204a28074"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7454e7c-081a-4de4-bd17-d7e204a28074"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7454e7c-081a-4de4-bd17-d7e204a28074"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7454e7c-081a-4de4-bd17-d7e204a28074"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7454e7c-081a-4de4-bd17-d7e204a28074"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7454e7c-081a-4de4-bd17-d7e204a28074"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a7454e7c-081a-4de4-bd17-d7e204a28074"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-de2c21c4-bdea-414d-bb64-bcc60d4e7570 {
  min-height: 50px;
}








#s-de2c21c4-bdea-414d-bb64-bcc60d4e7570 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de2c21c4-bdea-414d-bb64-bcc60d4e7570.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-c640f067-34ed-4456-99ec-f3a481ee503b {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 750px;
background-position: center center;
}

#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 {
  background-image: url(https://i.shgcdn.com/5a1a1380-0f4a-4484-ab2d-2d16f85f037f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 {
  background-image: url(https://i.shgcdn.com/5a1a1380-0f4a-4484-ab2d-2d16f85f037f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 {
  background-image: url(https://i.shgcdn.com/5a1a1380-0f4a-4484-ab2d-2d16f85f037f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 {
  background-image: url(https://i.shgcdn.com/5a1a1380-0f4a-4484-ab2d-2d16f85f037f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 {
  background-image: url(https://i.shgcdn.com/5a1a1380-0f4a-4484-ab2d-2d16f85f037f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 {
  background-image: url(https://i.shgcdn.com/5a1a1380-0f4a-4484-ab2d-2d16f85f037f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 {
  background-image: url(https://i.shgcdn.com/5a1a1380-0f4a-4484-ab2d-2d16f85f037f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 {
  background-image: url(https://i.shgcdn.com/5a1a1380-0f4a-4484-ab2d-2d16f85f037f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 {
  background-image: url(https://i.shgcdn.com/5a1a1380-0f4a-4484-ab2d-2d16f85f037f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-95dee72a-ed71-464e-8064-8a96cc3f0f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95dee72a-ed71-464e-8064-8a96cc3f0f98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a922d073-d4e1-41ee-843c-61b55c439c0a {
  padding-left: 4%;
padding-right: 4%;
}

#s-99ad008a-a377-4b15-b16f-ba004c4d132e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-99ad008a-a377-4b15-b16f-ba004c4d132e {
  display: none;
}
#s-99ad008a-a377-4b15-b16f-ba004c4d132e, #wrap-s-99ad008a-a377-4b15-b16f-ba004c4d132e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99ad008a-a377-4b15-b16f-ba004c4d132e {
  display: none;
}
#s-99ad008a-a377-4b15-b16f-ba004c4d132e, #wrap-s-99ad008a-a377-4b15-b16f-ba004c4d132e { display: none !important; }}







#s-99ad008a-a377-4b15-b16f-ba004c4d132e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99ad008a-a377-4b15-b16f-ba004c4d132e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66d54dc0-8214-400e-b605-d9bb95e909f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-66d54dc0-8214-400e-b605-d9bb95e909f5 img.shogun-image {
    

    
    
    
  }


#s-66d54dc0-8214-400e-b605-d9bb95e909f5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a2699ca3-78a5-4853-88a6-8228a00f66bd {
  display: none;
}
#s-a2699ca3-78a5-4853-88a6-8228a00f66bd, #wrap-s-a2699ca3-78a5-4853-88a6-8228a00f66bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2699ca3-78a5-4853-88a6-8228a00f66bd {
  display: none;
}
#s-a2699ca3-78a5-4853-88a6-8228a00f66bd, #wrap-s-a2699ca3-78a5-4853-88a6-8228a00f66bd { display: none !important; }}
#s-3f48866d-9ba3-4141-b455-b547cbbc34c3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f48866d-9ba3-4141-b455-b547cbbc34c3 {
  display: none;
}
#s-3f48866d-9ba3-4141-b455-b547cbbc34c3, #wrap-s-3f48866d-9ba3-4141-b455-b547cbbc34c3 { display: none !important; }}@media (max-width: 767px){#s-3f48866d-9ba3-4141-b455-b547cbbc34c3 {
  display: none;
}
#s-3f48866d-9ba3-4141-b455-b547cbbc34c3, #wrap-s-3f48866d-9ba3-4141-b455-b547cbbc34c3 { display: none !important; }}







#s-3f48866d-9ba3-4141-b455-b547cbbc34c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f48866d-9ba3-4141-b455-b547cbbc34c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-9ae2e48a-9206-434e-89d4-c1457c03795a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ae2e48a-9206-434e-89d4-c1457c03795a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



#s-2e4a9cf5-6d54-4f47-a2da-a8c42474011f {
  padding-left: 4%;
padding-right: 4%;
}

#s-8a4a96fc-e348-44e5-8869-9c2882e3ce45 {
  min-height: 50px;
}








#s-8a4a96fc-e348-44e5-8869-9c2882e3ce45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a4a96fc-e348-44e5-8869-9c2882e3ce45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-30a60342-48f8-4006-9233-8be68ea96832 {
  display: none;
}
#s-30a60342-48f8-4006-9233-8be68ea96832, #wrap-s-30a60342-48f8-4006-9233-8be68ea96832 { display: none !important; }}@media (max-width: 767px){#s-30a60342-48f8-4006-9233-8be68ea96832 {
  display: none;
}
#s-30a60342-48f8-4006-9233-8be68ea96832, #wrap-s-30a60342-48f8-4006-9233-8be68ea96832 { display: none !important; }}
@media (min-width: 0px) {
[id="s-30a60342-48f8-4006-9233-8be68ea96832"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30a60342-48f8-4006-9233-8be68ea96832"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30a60342-48f8-4006-9233-8be68ea96832"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30a60342-48f8-4006-9233-8be68ea96832"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2be5228-ccf4-493e-a504-3024225ef6cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2be5228-ccf4-493e-a504-3024225ef6cb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a58b37e3-c531-44f0-932d-c27d3a73efef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-a58b37e3-c531-44f0-932d-c27d3a73efef img.shogun-image {
    

    
    
    
  }


#s-a58b37e3-c531-44f0-932d-c27d3a73efef .shogun-image-content {
  
    align-items: center;
  
}

#s-7834fd79-ccf7-4f22-91e6-4915f23bd810 {
  text-align: center;
}

#s-7834fd79-ccf7-4f22-91e6-4915f23bd810 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7834fd79-ccf7-4f22-91e6-4915f23bd810 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7834fd79-ccf7-4f22-91e6-4915f23bd810 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-ba15f0c9-ff73-4ed3-9d7a-9fc25e7ff683 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ba15f0c9-ff73-4ed3-9d7a-9fc25e7ff683:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba15f0c9-ff73-4ed3-9d7a-9fc25e7ff683:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba15f0c9-ff73-4ed3-9d7a-9fc25e7ff683 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba15f0c9-ff73-4ed3-9d7a-9fc25e7ff683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba15f0c9-ff73-4ed3-9d7a-9fc25e7ff683.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ba15f0c9-ff73-4ed3-9d7a-9fc25e7ff683.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2276c4e0-e3f9-4873-a50c-7d3eaff5b71b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2276c4e0-e3f9-4873-a50c-7d3eaff5b71b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-25c2a66b-ed1b-4f66-90a2-9863e58d4d28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-25c2a66b-ed1b-4f66-90a2-9863e58d4d28 img.shogun-image {
    

    
    
    
  }


#s-25c2a66b-ed1b-4f66-90a2-9863e58d4d28 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dffcf1f-1701-47ba-a7fd-6f8c3010ebb4 {
  text-align: center;
}

#s-4dffcf1f-1701-47ba-a7fd-6f8c3010ebb4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4dffcf1f-1701-47ba-a7fd-6f8c3010ebb4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4dffcf1f-1701-47ba-a7fd-6f8c3010ebb4 .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-c5c3a3c7-dc99-4f45-bb46-a912b65b5a05 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c5c3a3c7-dc99-4f45-bb46-a912b65b5a05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5c3a3c7-dc99-4f45-bb46-a912b65b5a05:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c5c3a3c7-dc99-4f45-bb46-a912b65b5a05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5c3a3c7-dc99-4f45-bb46-a912b65b5a05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5c3a3c7-dc99-4f45-bb46-a912b65b5a05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5c3a3c7-dc99-4f45-bb46-a912b65b5a05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-994d2112-498f-486b-aebe-28dbffb2e5c2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-994d2112-498f-486b-aebe-28dbffb2e5c2 {
  display: none;
}
#s-994d2112-498f-486b-aebe-28dbffb2e5c2, #wrap-s-994d2112-498f-486b-aebe-28dbffb2e5c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-994d2112-498f-486b-aebe-28dbffb2e5c2 {
  display: none;
}
#s-994d2112-498f-486b-aebe-28dbffb2e5c2, #wrap-s-994d2112-498f-486b-aebe-28dbffb2e5c2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-994d2112-498f-486b-aebe-28dbffb2e5c2 {
  
}
}@media (max-width: 767px){#s-994d2112-498f-486b-aebe-28dbffb2e5c2 {
  
}
}







#s-994d2112-498f-486b-aebe-28dbffb2e5c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-994d2112-498f-486b-aebe-28dbffb2e5c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc268f5d-e5c6-42b2-ae80-0babc5adcf20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc268f5d-e5c6-42b2-ae80-0babc5adcf20 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ea6aba82-9ff1-4e6a-b33c-0984db3f4b1d {
  padding-left: 4%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-41e67469-7e88-43a0-aabc-85b3f0f1c2e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41e67469-7e88-43a0-aabc-85b3f0f1c2e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41e67469-7e88-43a0-aabc-85b3f0f1c2e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41e67469-7e88-43a0-aabc-85b3f0f1c2e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-97fe36cb-e840-4854-9daf-25de35b06880 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97fe36cb-e840-4854-9daf-25de35b06880 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-be920750-8ba9-47c4-bc4c-a46cd7f436e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-be920750-8ba9-47c4-bc4c-a46cd7f436e3 img.shogun-image {
    

    
    
    
  }


#s-be920750-8ba9-47c4-bc4c-a46cd7f436e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-766685fe-2b98-4d33-aabf-6a100fec4fbd {
  text-align: center;
}

#s-766685fe-2b98-4d33-aabf-6a100fec4fbd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-766685fe-2b98-4d33-aabf-6a100fec4fbd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-766685fe-2b98-4d33-aabf-6a100fec4fbd .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-3827b9b0-ca6e-4353-9346-fe2474c62b09 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3827b9b0-ca6e-4353-9346-fe2474c62b09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3827b9b0-ca6e-4353-9346-fe2474c62b09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3827b9b0-ca6e-4353-9346-fe2474c62b09 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3827b9b0-ca6e-4353-9346-fe2474c62b09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3827b9b0-ca6e-4353-9346-fe2474c62b09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3827b9b0-ca6e-4353-9346-fe2474c62b09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

#s-33c9d91a-82cf-4010-8e3d-046e68018c18 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1721b6a5-5b2a-46e1-b3cd-7f4a2dc9d3a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1721b6a5-5b2a-46e1-b3cd-7f4a2dc9d3a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f9459e06-8552-47d4-a9a6-82b897435c1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-f9459e06-8552-47d4-a9a6-82b897435c1b img.shogun-image {
    

    
    
    
  }


#s-f9459e06-8552-47d4-a9a6-82b897435c1b .shogun-image-content {
  
    align-items: center;
  
}

#s-acf41051-ee63-4502-8ae7-d00677bf9d78 {
  text-align: center;
}

#s-acf41051-ee63-4502-8ae7-d00677bf9d78 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-acf41051-ee63-4502-8ae7-d00677bf9d78 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-acf41051-ee63-4502-8ae7-d00677bf9d78 .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-4d7977a4-8951-42d6-aa3a-7a42de38397a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4d7977a4-8951-42d6-aa3a-7a42de38397a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d7977a4-8951-42d6-aa3a-7a42de38397a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d7977a4-8951-42d6-aa3a-7a42de38397a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d7977a4-8951-42d6-aa3a-7a42de38397a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d7977a4-8951-42d6-aa3a-7a42de38397a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d7977a4-8951-42d6-aa3a-7a42de38397a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-053375a8-1318-41bd-9413-32dbe9def2dd {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-053375a8-1318-41bd-9413-32dbe9def2dd {
  display: none;
}
#s-053375a8-1318-41bd-9413-32dbe9def2dd, #wrap-s-053375a8-1318-41bd-9413-32dbe9def2dd { display: none !important; }}@media (max-width: 767px){#s-053375a8-1318-41bd-9413-32dbe9def2dd {
  display: none;
}
#s-053375a8-1318-41bd-9413-32dbe9def2dd, #wrap-s-053375a8-1318-41bd-9413-32dbe9def2dd { display: none !important; }}







#s-053375a8-1318-41bd-9413-32dbe9def2dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-053375a8-1318-41bd-9413-32dbe9def2dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8b928bb-89f8-4f82-a19c-c8bb1e15219e hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-fa688e85-fc11-4b15-be4d-021231d1db47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa688e85-fc11-4b15-be4d-021231d1db47 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



#s-626956d3-c19e-4f48-852b-0a953e9caec4 {
  padding-left: 8%;
padding-right: 8%;
}

@media (min-width: 768px) and (max-width: 991px){#s-4c69963c-3ff8-4185-9264-5312ae2f0043 {
  display: none;
}
#s-4c69963c-3ff8-4185-9264-5312ae2f0043, #wrap-s-4c69963c-3ff8-4185-9264-5312ae2f0043 { display: none !important; }}@media (max-width: 767px){#s-4c69963c-3ff8-4185-9264-5312ae2f0043 {
  display: none;
}
#s-4c69963c-3ff8-4185-9264-5312ae2f0043, #wrap-s-4c69963c-3ff8-4185-9264-5312ae2f0043 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4c69963c-3ff8-4185-9264-5312ae2f0043"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c69963c-3ff8-4185-9264-5312ae2f0043"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c69963c-3ff8-4185-9264-5312ae2f0043"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c69963c-3ff8-4185-9264-5312ae2f0043"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-678eb7e5-db53-4983-88c5-daec67108904 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-678eb7e5-db53-4983-88c5-daec67108904 img.shogun-image {
    

    
    
    
  }


#s-678eb7e5-db53-4983-88c5-daec67108904 .shogun-image-content {
  
    align-items: center;
  
}

#s-8059d8da-394a-482d-9fe2-0cfd3ec05d26 {
  padding-left: 4%;
padding-right: 4%;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-efd2a34a-b09e-4491-9095-80b38ca251ca {
  text-align: left;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-efd2a34a-b09e-4491-9095-80b38ca251ca-btn-wrapper {
    text-align: center;
  }


#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-variant-btn:hover {
  background: #252525;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-variant-btn:active, #s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-efd2a34a-b09e-4491-9095-80b38ca251ca .shg-variant-btn.disabled {
  background: #252525;
}

#s-1decd954-674e-4032-9926-25316adff825 {
  text-align: center;
}

#s-1decd954-674e-4032-9926-25316adff825 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1decd954-674e-4032-9926-25316adff825 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1decd954-674e-4032-9926-25316adff825 .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-7744bdca-f06c-4674-ad74-a8b7a29ee4d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7744bdca-f06c-4674-ad74-a8b7a29ee4d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7744bdca-f06c-4674-ad74-a8b7a29ee4d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7744bdca-f06c-4674-ad74-a8b7a29ee4d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7744bdca-f06c-4674-ad74-a8b7a29ee4d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7744bdca-f06c-4674-ad74-a8b7a29ee4d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7744bdca-f06c-4674-ad74-a8b7a29ee4d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-368ebb3e-d349-4a0b-be95-36c11ccb95d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-368ebb3e-d349-4a0b-be95-36c11ccb95d8 img.shogun-image {
    

    
    
    
  }


#s-368ebb3e-d349-4a0b-be95-36c11ccb95d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5234381a-ee67-43a4-bbbe-fdadad8d3d6f {
  padding-left: 4%;
padding-right: 4%;
}

#s-57ec2270-c0b5-48d7-9129-f02dbe027eb7 hr {
  border-top: 38px solid rgba(221, 221, 221, 0);
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 {
  text-align: left;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8-btn-wrapper {
    text-align: center;
  }


#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-variant-btn:hover {
  background: #252525;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-variant-btn:active, #s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f71176e0-5b66-44b2-8f70-5d6a1bac4ff8 .shg-variant-btn.disabled {
  background: #252525;
}

#s-ca548d85-c2da-44c1-be38-8f0f2b1b0c75 {
  text-align: center;
}

#s-ca548d85-c2da-44c1-be38-8f0f2b1b0c75 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ca548d85-c2da-44c1-be38-8f0f2b1b0c75 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ca548d85-c2da-44c1-be38-8f0f2b1b0c75 .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-04d00ef1-0a50-463b-939a-d805e514f309 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-04d00ef1-0a50-463b-939a-d805e514f309:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04d00ef1-0a50-463b-939a-d805e514f309:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04d00ef1-0a50-463b-939a-d805e514f309 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04d00ef1-0a50-463b-939a-d805e514f309.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04d00ef1-0a50-463b-939a-d805e514f309.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-04d00ef1-0a50-463b-939a-d805e514f309.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b0634d97-d638-44c1-a848-a64fc605396c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b0634d97-d638-44c1-a848-a64fc605396c {
  display: none;
}
#s-b0634d97-d638-44c1-a848-a64fc605396c, #wrap-s-b0634d97-d638-44c1-a848-a64fc605396c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0634d97-d638-44c1-a848-a64fc605396c {
  display: none;
}
#s-b0634d97-d638-44c1-a848-a64fc605396c, #wrap-s-b0634d97-d638-44c1-a848-a64fc605396c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0634d97-d638-44c1-a848-a64fc605396c {
  
}
}@media (max-width: 767px){#s-b0634d97-d638-44c1-a848-a64fc605396c {
  
}
}







#s-b0634d97-d638-44c1-a848-a64fc605396c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0634d97-d638-44c1-a848-a64fc605396c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfad15aa-7df7-49de-94ca-d539119c10ca hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-74a42f6b-6f2d-421f-bdcc-043d728726b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74a42f6b-6f2d-421f-bdcc-043d728726b9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-9d75fa26-880e-49f5-b7ed-b5e31ac5bfc5 {
  
}
}@media (max-width: 767px){#s-9d75fa26-880e-49f5-b7ed-b5e31ac5bfc5 {
  
}
}
@media (min-width: 0px) {
[id="s-9d75fa26-880e-49f5-b7ed-b5e31ac5bfc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d75fa26-880e-49f5-b7ed-b5e31ac5bfc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d75fa26-880e-49f5-b7ed-b5e31ac5bfc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d75fa26-880e-49f5-b7ed-b5e31ac5bfc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eac78a0f-a7ef-411a-b148-a7c3a4774955 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-eac78a0f-a7ef-411a-b148-a7c3a4774955 img.shogun-image {
    

    
    
    
  }


#s-eac78a0f-a7ef-411a-b148-a7c3a4774955 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8bb2986-44f6-430f-b28b-bf369f69c918 {
  padding-left: 0%;
padding-right: 0%;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb {
  text-align: left;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b777d8ce-9cbd-4886-8481-e36e37991edb-btn-wrapper {
    text-align: center;
  }


#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-variant-btn:hover {
  background: #252525;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-variant-btn:active, #s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b777d8ce-9cbd-4886-8481-e36e37991edb .shg-variant-btn.disabled {
  background: #252525;
}

#s-543b6573-3412-475b-94c0-a4c165d409c3 {
  text-align: center;
}

#s-543b6573-3412-475b-94c0-a4c165d409c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-543b6573-3412-475b-94c0-a4c165d409c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-543b6573-3412-475b-94c0-a4c165d409c3 .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-aa97958f-93b5-4d4c-a39a-1d65ca3c4b42 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aa97958f-93b5-4d4c-a39a-1d65ca3c4b42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa97958f-93b5-4d4c-a39a-1d65ca3c4b42:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa97958f-93b5-4d4c-a39a-1d65ca3c4b42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa97958f-93b5-4d4c-a39a-1d65ca3c4b42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa97958f-93b5-4d4c-a39a-1d65ca3c4b42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aa97958f-93b5-4d4c-a39a-1d65ca3c4b42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8bad5402-5a7c-49a1-8c69-daf9b1d055b7 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c7df77a7-935f-4000-905f-f8d18d3f207d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-c7df77a7-935f-4000-905f-f8d18d3f207d img.shogun-image {
    

    
    
    
  }


#s-c7df77a7-935f-4000-905f-f8d18d3f207d .shogun-image-content {
  
    align-items: center;
  
}

#s-517de38b-c3e8-4c22-aaa8-b0b4ffc6597d {
  padding-left: 0%;
padding-right: 0%;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 {
  text-align: left;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-142362c1-ce3b-430e-8b86-fa6d6ffcb689-btn-wrapper {
    text-align: center;
  }


#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-variant-btn:hover {
  background: #252525;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-variant-btn:active, #s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-142362c1-ce3b-430e-8b86-fa6d6ffcb689 .shg-variant-btn.disabled {
  background: #252525;
}

#s-8a6fe6d0-d19b-4cd9-b341-cf3df02ac4f9 {
  text-align: center;
}

#s-8a6fe6d0-d19b-4cd9-b341-cf3df02ac4f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8a6fe6d0-d19b-4cd9-b341-cf3df02ac4f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a6fe6d0-d19b-4cd9-b341-cf3df02ac4f9 .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-027b5ebf-79e8-4fc2-965f-41f1c372a5c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-027b5ebf-79e8-4fc2-965f-41f1c372a5c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-027b5ebf-79e8-4fc2-965f-41f1c372a5c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-027b5ebf-79e8-4fc2-965f-41f1c372a5c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-027b5ebf-79e8-4fc2-965f-41f1c372a5c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-027b5ebf-79e8-4fc2-965f-41f1c372a5c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-027b5ebf-79e8-4fc2-965f-41f1c372a5c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0242bca7-9e31-4ddf-a997-5ef18a9af780 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0242bca7-9e31-4ddf-a997-5ef18a9af780 {
  display: none;
}
#s-0242bca7-9e31-4ddf-a997-5ef18a9af780, #wrap-s-0242bca7-9e31-4ddf-a997-5ef18a9af780 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0242bca7-9e31-4ddf-a997-5ef18a9af780 {
  display: none;
}
#s-0242bca7-9e31-4ddf-a997-5ef18a9af780, #wrap-s-0242bca7-9e31-4ddf-a997-5ef18a9af780 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0242bca7-9e31-4ddf-a997-5ef18a9af780 {
  
}
}@media (max-width: 767px){#s-0242bca7-9e31-4ddf-a997-5ef18a9af780 {
  display: none;
}
#s-0242bca7-9e31-4ddf-a997-5ef18a9af780, #wrap-s-0242bca7-9e31-4ddf-a997-5ef18a9af780 { display: none !important; }}







#s-0242bca7-9e31-4ddf-a997-5ef18a9af780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0242bca7-9e31-4ddf-a997-5ef18a9af780.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b011a1d8-8be3-4aba-9c2e-b974d5942dec hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1e4bc0f7-9473-4849-b52c-3be890c7b9d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e4bc0f7-9473-4849-b52c-3be890c7b9d9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



#s-62ed8ebe-c15c-4475-ad3a-d3fe97eac821 {
  padding-left: 8%;
padding-right: 8%;
}

@media (min-width: 768px) and (max-width: 991px){#s-72ca799b-3e0e-4383-9601-e6b0f0794585 {
  display: none;
}
#s-72ca799b-3e0e-4383-9601-e6b0f0794585, #wrap-s-72ca799b-3e0e-4383-9601-e6b0f0794585 { display: none !important; }}@media (max-width: 767px){#s-72ca799b-3e0e-4383-9601-e6b0f0794585 {
  display: none;
}
#s-72ca799b-3e0e-4383-9601-e6b0f0794585, #wrap-s-72ca799b-3e0e-4383-9601-e6b0f0794585 { display: none !important; }}
@media (min-width: 0px) {
[id="s-72ca799b-3e0e-4383-9601-e6b0f0794585"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72ca799b-3e0e-4383-9601-e6b0f0794585"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72ca799b-3e0e-4383-9601-e6b0f0794585"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72ca799b-3e0e-4383-9601-e6b0f0794585"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-61a71caa-77d3-4b2a-a862-9e764f79c8ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-61a71caa-77d3-4b2a-a862-9e764f79c8ad img.shogun-image {
    

    
    
    
  }


#s-61a71caa-77d3-4b2a-a862-9e764f79c8ad .shogun-image-content {
  
    align-items: center;
  
}

#s-262ba4e8-a728-43bb-95fe-609c16b290ea {
  padding-left: 4%;
padding-right: 4%;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 {
  text-align: left;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a46ae112-8937-4c66-8cd6-177498adaa55-btn-wrapper {
    text-align: center;
  }


#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-variant-btn:hover {
  background: #252525;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-variant-btn:active, #s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a46ae112-8937-4c66-8cd6-177498adaa55 .shg-variant-btn.disabled {
  background: #252525;
}

#s-a524cc68-2d55-42f5-b586-34291a246e69 {
  text-align: center;
}

#s-a524cc68-2d55-42f5-b586-34291a246e69 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a524cc68-2d55-42f5-b586-34291a246e69 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a524cc68-2d55-42f5-b586-34291a246e69 .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-5bcad234-e5cd-419b-8abe-e471779e36d0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5bcad234-e5cd-419b-8abe-e471779e36d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5bcad234-e5cd-419b-8abe-e471779e36d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5bcad234-e5cd-419b-8abe-e471779e36d0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5bcad234-e5cd-419b-8abe-e471779e36d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5bcad234-e5cd-419b-8abe-e471779e36d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5bcad234-e5cd-419b-8abe-e471779e36d0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cb012bc9-ba40-4c16-855d-4e8648643d67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-cb012bc9-ba40-4c16-855d-4e8648643d67 img.shogun-image {
    

    
    
    
  }


#s-cb012bc9-ba40-4c16-855d-4e8648643d67 .shogun-image-content {
  
    align-items: center;
  
}

#s-572a0520-9771-490a-95e7-1a16da3531b2 {
  padding-left: 4%;
padding-right: 4%;
}

#s-43803696-9d2d-4285-88de-8ffa2c7fad02 hr {
  border-top: 38px solid rgba(221, 221, 221, 0);
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 {
  text-align: left;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c36100f5-7231-41c5-8daa-bc334c39c081-btn-wrapper {
    text-align: center;
  }


#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-variant-btn:hover {
  background: #252525;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-variant-btn:active, #s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c36100f5-7231-41c5-8daa-bc334c39c081 .shg-variant-btn.disabled {
  background: #252525;
}

#s-18f99992-723b-4682-b780-d844efb1630d {
  text-align: center;
}

#s-18f99992-723b-4682-b780-d844efb1630d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-18f99992-723b-4682-b780-d844efb1630d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-18f99992-723b-4682-b780-d844efb1630d .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-e51b8a43-7d95-4051-998d-f72fc873d777 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e51b8a43-7d95-4051-998d-f72fc873d777:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e51b8a43-7d95-4051-998d-f72fc873d777:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e51b8a43-7d95-4051-998d-f72fc873d777 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e51b8a43-7d95-4051-998d-f72fc873d777.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e51b8a43-7d95-4051-998d-f72fc873d777.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e51b8a43-7d95-4051-998d-f72fc873d777.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0bf1cbbc-1dcc-46c0-bdca-f1afc20b7922 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0bf1cbbc-1dcc-46c0-bdca-f1afc20b7922 {
  display: none;
}
#s-0bf1cbbc-1dcc-46c0-bdca-f1afc20b7922, #wrap-s-0bf1cbbc-1dcc-46c0-bdca-f1afc20b7922 { display: none !important; }}@media (max-width: 767px){#s-0bf1cbbc-1dcc-46c0-bdca-f1afc20b7922 {
  display: none;
}
#s-0bf1cbbc-1dcc-46c0-bdca-f1afc20b7922, #wrap-s-0bf1cbbc-1dcc-46c0-bdca-f1afc20b7922 { display: none !important; }}







#s-0bf1cbbc-1dcc-46c0-bdca-f1afc20b7922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bf1cbbc-1dcc-46c0-bdca-f1afc20b7922.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-763b541f-3d99-4a49-b0e6-a7c165b4c676 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f26e8248-6964-43fc-8921-593d5dc55e6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f26e8248-6964-43fc-8921-593d5dc55e6c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



#s-7ee6c884-3235-43fa-95b9-5fbd3fe60fed {
  padding-left: 8%;
padding-right: 8%;
}

#s-9001187c-26a2-469c-848d-aef451eaadb1 {
  min-height: 50px;
}








#s-9001187c-26a2-469c-848d-aef451eaadb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9001187c-26a2-469c-848d-aef451eaadb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-e31b258d-956e-4361-a2d0-4df05d1fa74e {
  display: none;
}
#s-e31b258d-956e-4361-a2d0-4df05d1fa74e, #wrap-s-e31b258d-956e-4361-a2d0-4df05d1fa74e { display: none !important; }}@media (max-width: 767px){#s-e31b258d-956e-4361-a2d0-4df05d1fa74e {
  display: none;
}
#s-e31b258d-956e-4361-a2d0-4df05d1fa74e, #wrap-s-e31b258d-956e-4361-a2d0-4df05d1fa74e { display: none !important; }}
@media (min-width: 0px) {
[id="s-e31b258d-956e-4361-a2d0-4df05d1fa74e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e31b258d-956e-4361-a2d0-4df05d1fa74e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e31b258d-956e-4361-a2d0-4df05d1fa74e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e31b258d-956e-4361-a2d0-4df05d1fa74e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6917ad17-f91b-4312-bfd1-909abe54d237 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-6917ad17-f91b-4312-bfd1-909abe54d237 img.shogun-image {
    

    
    
    
  }


#s-6917ad17-f91b-4312-bfd1-909abe54d237 .shogun-image-content {
  
    align-items: center;
  
}

#s-43a4bff1-a2f9-40f4-a1ca-0f6f6c80b68b {
  padding-left: 4%;
padding-right: 4%;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 {
  text-align: left;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2949679f-9d2b-4470-af5e-a94fbfe7d419-btn-wrapper {
    text-align: center;
  }


#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-variant-btn:hover {
  background: #252525;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-variant-btn:active, #s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2949679f-9d2b-4470-af5e-a94fbfe7d419 .shg-variant-btn.disabled {
  background: #252525;
}

#s-abe703e5-4847-4fd5-9a15-56bce5b2defa {
  text-align: center;
}

#s-abe703e5-4847-4fd5-9a15-56bce5b2defa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-abe703e5-4847-4fd5-9a15-56bce5b2defa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-abe703e5-4847-4fd5-9a15-56bce5b2defa .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-5ff08c06-530e-48d9-8d5a-4a4c868a1f1c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5ff08c06-530e-48d9-8d5a-4a4c868a1f1c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ff08c06-530e-48d9-8d5a-4a4c868a1f1c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ff08c06-530e-48d9-8d5a-4a4c868a1f1c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ff08c06-530e-48d9-8d5a-4a4c868a1f1c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ff08c06-530e-48d9-8d5a-4a4c868a1f1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5ff08c06-530e-48d9-8d5a-4a4c868a1f1c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8844af76-e19b-4c4a-874e-5ab638b4f202 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-8844af76-e19b-4c4a-874e-5ab638b4f202 img.shogun-image {
    

    
    
    
  }


#s-8844af76-e19b-4c4a-874e-5ab638b4f202 .shogun-image-content {
  
    align-items: center;
  
}

#s-53132c16-0cf3-41e4-b989-e29e00f2b033 {
  padding-left: 4%;
padding-right: 4%;
}

#s-9ab5ba2d-abc3-494f-a7a1-9ee82e974eea hr {
  border-top: 10px solid rgba(221, 221, 221, 0);
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 {
  text-align: left;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-82221669-28a2-4926-8be5-a86b3ef55427-btn-wrapper {
    text-align: center;
  }


#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-variant-btn:hover {
  background: #252525;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-variant-btn:active, #s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-82221669-28a2-4926-8be5-a86b3ef55427 .shg-variant-btn.disabled {
  background: #252525;
}

#s-80cff06f-02c5-44fa-abe2-2a9cd3f430db {
  text-align: center;
}

#s-80cff06f-02c5-44fa-abe2-2a9cd3f430db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-80cff06f-02c5-44fa-abe2-2a9cd3f430db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-80cff06f-02c5-44fa-abe2-2a9cd3f430db .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-a0a731b2-2350-46e8-bb42-f591b233d49c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a0a731b2-2350-46e8-bb42-f591b233d49c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0a731b2-2350-46e8-bb42-f591b233d49c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0a731b2-2350-46e8-bb42-f591b233d49c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0a731b2-2350-46e8-bb42-f591b233d49c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0a731b2-2350-46e8-bb42-f591b233d49c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0a731b2-2350-46e8-bb42-f591b233d49c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9 {
  display: none;
}
#s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9, #wrap-s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9 {
  display: none;
}
#s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9, #wrap-s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9 {
  
}
}@media (max-width: 767px){#s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9 {
  
}
}







#s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b355cf3-d259-42fa-93e6-2de8c0cd63f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e116cfe-004b-4ee3-81df-19118e4ace25 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-5c8d09df-b5f3-4929-bbc0-25730b62aecc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c8d09df-b5f3-4929-bbc0-25730b62aecc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-8fa5c65b-f218-4002-8302-94adf55059be {
  padding-left: 8%;
padding-right: 8%;
}

@media (min-width: 768px) and (max-width: 991px){#s-88870757-2ffd-4d79-a13b-bea745d6dfdf {
  
}
}@media (max-width: 767px){#s-88870757-2ffd-4d79-a13b-bea745d6dfdf {
  
}
}
@media (min-width: 0px) {
[id="s-88870757-2ffd-4d79-a13b-bea745d6dfdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88870757-2ffd-4d79-a13b-bea745d6dfdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88870757-2ffd-4d79-a13b-bea745d6dfdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88870757-2ffd-4d79-a13b-bea745d6dfdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-461e34b8-1136-4275-81ea-63233b1b53a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-461e34b8-1136-4275-81ea-63233b1b53a7 img.shogun-image {
    

    
    
    
  }


#s-461e34b8-1136-4275-81ea-63233b1b53a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-805499fa-f1a5-4b7f-8332-fc092e6e1029 {
  padding-left: 4%;
padding-right: 4%;
}

#s-45180e89-067d-4260-b803-7d031a668d36 {
  text-align: left;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-45180e89-067d-4260-b803-7d031a668d36-btn-wrapper {
    text-align: center;
  }


#s-45180e89-067d-4260-b803-7d031a668d36 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-variant-btn:hover {
  background: #252525;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-variant-btn:active, #s-45180e89-067d-4260-b803-7d031a668d36 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-45180e89-067d-4260-b803-7d031a668d36 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6c02eff2-abe8-4927-b330-6fd1e3462d6b {
  text-align: center;
}

#s-6c02eff2-abe8-4927-b330-6fd1e3462d6b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6c02eff2-abe8-4927-b330-6fd1e3462d6b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6c02eff2-abe8-4927-b330-6fd1e3462d6b .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-cb6a59f7-227f-4bb4-aa5c-b44ab18130fb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cb6a59f7-227f-4bb4-aa5c-b44ab18130fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb6a59f7-227f-4bb4-aa5c-b44ab18130fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb6a59f7-227f-4bb4-aa5c-b44ab18130fb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb6a59f7-227f-4bb4-aa5c-b44ab18130fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb6a59f7-227f-4bb4-aa5c-b44ab18130fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cb6a59f7-227f-4bb4-aa5c-b44ab18130fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-19de9e4a-ac73-490f-9cd9-e1fcda21e908 hr {
  border-top: 1px solid rgba(195, 45, 45, 0);
}

#s-3278cfbc-78ee-4b24-b6d6-20f2d4e08330 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-3278cfbc-78ee-4b24-b6d6-20f2d4e08330 img.shogun-image {
    

    
    
    
  }


#s-3278cfbc-78ee-4b24-b6d6-20f2d4e08330 .shogun-image-content {
  
    align-items: center;
  
}

#s-64e67167-ca2e-485d-b6f9-9a55f059aec3 {
  padding-left: 4%;
padding-right: 4%;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 {
  text-align: left;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-59e98d30-21d8-449b-a4e5-c56c49066bf6-btn-wrapper {
    text-align: center;
  }


#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-variant-btn:hover {
  background: #252525;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-variant-btn:active, #s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-59e98d30-21d8-449b-a4e5-c56c49066bf6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d9db034b-fcb3-44d5-91be-104d450e7788 {
  text-align: center;
}

#s-d9db034b-fcb3-44d5-91be-104d450e7788 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d9db034b-fcb3-44d5-91be-104d450e7788 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d9db034b-fcb3-44d5-91be-104d450e7788 .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-7b435944-b4e4-4872-91db-109cc8e1bb29 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7b435944-b4e4-4872-91db-109cc8e1bb29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b435944-b4e4-4872-91db-109cc8e1bb29:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b435944-b4e4-4872-91db-109cc8e1bb29 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b435944-b4e4-4872-91db-109cc8e1bb29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b435944-b4e4-4872-91db-109cc8e1bb29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b435944-b4e4-4872-91db-109cc8e1bb29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5bfa06fe-d465-421e-847a-9c6c80ed7367 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5bfa06fe-d465-421e-847a-9c6c80ed7367 {
  display: none;
}
#s-5bfa06fe-d465-421e-847a-9c6c80ed7367, #wrap-s-5bfa06fe-d465-421e-847a-9c6c80ed7367 { display: none !important; }}@media (max-width: 767px){#s-5bfa06fe-d465-421e-847a-9c6c80ed7367 {
  display: none;
}
#s-5bfa06fe-d465-421e-847a-9c6c80ed7367, #wrap-s-5bfa06fe-d465-421e-847a-9c6c80ed7367 { display: none !important; }}







#s-5bfa06fe-d465-421e-847a-9c6c80ed7367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bfa06fe-d465-421e-847a-9c6c80ed7367.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c0333f7-e318-4cd5-ad38-c7854061eb57 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-db8e8623-f0cf-49e8-92d7-efeb9d8af3ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db8e8623-f0cf-49e8-92d7-efeb9d8af3ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



#s-4d39452d-51e3-4ee3-8f1a-ca4c7d5dc82c {
  padding-left: 4%;
padding-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-56432a8d-9257-4887-884b-85e2e64429a3 {
  display: none;
}
#s-56432a8d-9257-4887-884b-85e2e64429a3, #wrap-s-56432a8d-9257-4887-884b-85e2e64429a3 { display: none !important; }}@media (max-width: 767px){#s-56432a8d-9257-4887-884b-85e2e64429a3 {
  display: none;
}
#s-56432a8d-9257-4887-884b-85e2e64429a3, #wrap-s-56432a8d-9257-4887-884b-85e2e64429a3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-56432a8d-9257-4887-884b-85e2e64429a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56432a8d-9257-4887-884b-85e2e64429a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56432a8d-9257-4887-884b-85e2e64429a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56432a8d-9257-4887-884b-85e2e64429a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cf93de00-53e3-49eb-a43a-bd04c2af8270 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-cf93de00-53e3-49eb-a43a-bd04c2af8270 img.shogun-image {
    

    
    
    
  }


#s-cf93de00-53e3-49eb-a43a-bd04c2af8270 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f181a5a-9e4a-47d0-9f2f-621f1b9409d5 {
  padding-left: 4%;
padding-right: 4%;
}

#s-795e7f5f-6a8f-423c-9972-bcd08ee7341e {
  text-align: center;
}

#s-795e7f5f-6a8f-423c-9972-bcd08ee7341e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-795e7f5f-6a8f-423c-9972-bcd08ee7341e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-795e7f5f-6a8f-423c-9972-bcd08ee7341e .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-eb17ccc5-ae1d-4c57-922c-44d9dd7ae06f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-eb17ccc5-ae1d-4c57-922c-44d9dd7ae06f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb17ccc5-ae1d-4c57-922c-44d9dd7ae06f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eb17ccc5-ae1d-4c57-922c-44d9dd7ae06f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb17ccc5-ae1d-4c57-922c-44d9dd7ae06f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb17ccc5-ae1d-4c57-922c-44d9dd7ae06f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb17ccc5-ae1d-4c57-922c-44d9dd7ae06f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-410112b8-76ba-4bc7-bd16-5d25ca9ee2d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-410112b8-76ba-4bc7-bd16-5d25ca9ee2d9 img.shogun-image {
    

    
    
    
  }


#s-410112b8-76ba-4bc7-bd16-5d25ca9ee2d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-af70c711-4bc0-4e3a-b6d4-de4001441d26 {
  padding-left: 4%;
padding-right: 4%;
}

#s-fddaa9de-ba6f-4a55-8a4b-ca9c4a768317 hr {
  border-top: 24px solid rgba(221, 221, 221, 0);
}

#s-2017595b-01ba-464f-882d-8835ab4a39ce {
  text-align: center;
}

#s-2017595b-01ba-464f-882d-8835ab4a39ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2017595b-01ba-464f-882d-8835ab4a39ce .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2017595b-01ba-464f-882d-8835ab4a39ce .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-27f88ffc-3a66-4d51-87fc-1604b7fa32f0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-27f88ffc-3a66-4d51-87fc-1604b7fa32f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27f88ffc-3a66-4d51-87fc-1604b7fa32f0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-27f88ffc-3a66-4d51-87fc-1604b7fa32f0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27f88ffc-3a66-4d51-87fc-1604b7fa32f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27f88ffc-3a66-4d51-87fc-1604b7fa32f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27f88ffc-3a66-4d51-87fc-1604b7fa32f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5bde7a9a-9204-4fa7-9f60-a4e27607c9e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-5bde7a9a-9204-4fa7-9f60-a4e27607c9e3 img.shogun-image {
    

    
    
    
  }


#s-5bde7a9a-9204-4fa7-9f60-a4e27607c9e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6733f272-38f6-4a02-b393-a5f942bd0b7b {
  padding-left: 4%;
padding-right: 4%;
}

#s-db072634-c6d9-4045-a54c-2f282c76f05d hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-75720578-8d3e-404b-a624-6a1d197b11d2 {
  text-align: center;
}

#s-75720578-8d3e-404b-a624-6a1d197b11d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-75720578-8d3e-404b-a624-6a1d197b11d2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-75720578-8d3e-404b-a624-6a1d197b11d2 .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-831aca2f-a953-4efc-b25f-369dae0d7a4b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-831aca2f-a953-4efc-b25f-369dae0d7a4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-831aca2f-a953-4efc-b25f-369dae0d7a4b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-831aca2f-a953-4efc-b25f-369dae0d7a4b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-831aca2f-a953-4efc-b25f-369dae0d7a4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-831aca2f-a953-4efc-b25f-369dae0d7a4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-831aca2f-a953-4efc-b25f-369dae0d7a4b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5 {
  display: none;
}
#s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5, #wrap-s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5 {
  display: none;
}
#s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5, #wrap-s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5 {
  
}
}@media (max-width: 767px){#s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5 {
  
}
}







#s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c9e063a-be40-4e24-acd6-3bc563d1d6f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea688581-cea1-47e3-8adc-045e7e59b015 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1531c6bd-4391-4fc3-8e10-44c1a2b4db30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1531c6bd-4391-4fc3-8e10-44c1a2b4db30 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-5e1bda56-574f-44db-8816-a24ac182f3d6 {
  padding-left: 4%;
padding-right: 4%;
}

@media (min-width: 1200px){#s-3ce4877d-4084-4103-8e31-329edf5aac7f {
  display: none;
}
#s-3ce4877d-4084-4103-8e31-329edf5aac7f, #wrap-s-3ce4877d-4084-4103-8e31-329edf5aac7f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ce4877d-4084-4103-8e31-329edf5aac7f {
  display: none;
}
#s-3ce4877d-4084-4103-8e31-329edf5aac7f, #wrap-s-3ce4877d-4084-4103-8e31-329edf5aac7f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ce4877d-4084-4103-8e31-329edf5aac7f {
  
}
}@media (max-width: 767px){#s-3ce4877d-4084-4103-8e31-329edf5aac7f {
  
}
}
@media (min-width: 0px) {
[id="s-3ce4877d-4084-4103-8e31-329edf5aac7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ce4877d-4084-4103-8e31-329edf5aac7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ce4877d-4084-4103-8e31-329edf5aac7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ce4877d-4084-4103-8e31-329edf5aac7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6a4c3572-33d9-4c96-831f-860a9972e3bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-6a4c3572-33d9-4c96-831f-860a9972e3bd img.shogun-image {
    

    
    
    
  }


#s-6a4c3572-33d9-4c96-831f-860a9972e3bd .shogun-image-content {
  
    align-items: center;
  
}

#s-6007c818-1424-4bb8-8528-6b733e14da46 {
  text-align: center;
}

#s-6007c818-1424-4bb8-8528-6b733e14da46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6007c818-1424-4bb8-8528-6b733e14da46 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6007c818-1424-4bb8-8528-6b733e14da46 .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-e3d20590-50df-49f3-aadb-466eb2936e7f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e3d20590-50df-49f3-aadb-466eb2936e7f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e3d20590-50df-49f3-aadb-466eb2936e7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e3d20590-50df-49f3-aadb-466eb2936e7f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3d20590-50df-49f3-aadb-466eb2936e7f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3d20590-50df-49f3-aadb-466eb2936e7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e3d20590-50df-49f3-aadb-466eb2936e7f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b9d1b20c-5b8c-4707-b012-64ccc899ebe1 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f38bf451-416b-40bf-a6b1-85c38ae007fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-f38bf451-416b-40bf-a6b1-85c38ae007fe img.shogun-image {
    

    
    
    
  }


#s-f38bf451-416b-40bf-a6b1-85c38ae007fe .shogun-image-content {
  
    align-items: center;
  
}

#s-3d7cd0b4-5ac3-438b-a262-366e9bc85c10 {
  padding-left: 0%;
padding-right: 0%;
}

#s-1ff84261-ab17-48f1-9cc3-a40d26142bac {
  text-align: center;
}

#s-1ff84261-ab17-48f1-9cc3-a40d26142bac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ff84261-ab17-48f1-9cc3-a40d26142bac .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1ff84261-ab17-48f1-9cc3-a40d26142bac .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-2a387018-7d8c-44cc-aa44-1aa42a015c79 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2a387018-7d8c-44cc-aa44-1aa42a015c79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a387018-7d8c-44cc-aa44-1aa42a015c79:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a387018-7d8c-44cc-aa44-1aa42a015c79 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a387018-7d8c-44cc-aa44-1aa42a015c79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a387018-7d8c-44cc-aa44-1aa42a015c79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2a387018-7d8c-44cc-aa44-1aa42a015c79.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-65ad50ff-120d-4fda-958a-0206d691119b hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-7f797d3d-a101-4f40-8c92-e21feb601e85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-7f797d3d-a101-4f40-8c92-e21feb601e85 img.shogun-image {
    

    
    
    
  }


#s-7f797d3d-a101-4f40-8c92-e21feb601e85 .shogun-image-content {
  
    align-items: center;
  
}

#s-9312e3b4-9ca7-4eb6-8613-ffef62b88bcb {
  padding-left: 0%;
padding-right: 0%;
}

#s-6c75db3d-8cc4-4567-ab09-0b9160e73ff5 {
  text-align: center;
}

#s-6c75db3d-8cc4-4567-ab09-0b9160e73ff5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6c75db3d-8cc4-4567-ab09-0b9160e73ff5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6c75db3d-8cc4-4567-ab09-0b9160e73ff5 .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-4f5829c6-9e2d-4700-b0b1-34aeb177356d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4f5829c6-9e2d-4700-b0b1-34aeb177356d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f5829c6-9e2d-4700-b0b1-34aeb177356d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f5829c6-9e2d-4700-b0b1-34aeb177356d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4f5829c6-9e2d-4700-b0b1-34aeb177356d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f5829c6-9e2d-4700-b0b1-34aeb177356d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4f5829c6-9e2d-4700-b0b1-34aeb177356d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-57bf9fb6-e8be-45fd-b1ba-18ea4a214f84 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

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