.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-a187b266-83f8-4fd1-9a3a-cc39d9badc1e {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 2%;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e {
  margin-bottom: 0%;
min-height: 680px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e {
  margin-bottom: 0%;
min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e {
  min-height: 550px;
display: none;
}
#s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e, #wrap-s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e { display: none !important; }}@media (max-width: 767px){#s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e, #wrap-s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e { display: none !important; }}
#s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e {
  background-image: url(https://i.shgcdn.com/6881e05e-5807-41db-98df-9dae1c79ae85/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.05;
}#s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e {
  cursor: pointer;
}#s-a187b266-83f8-4fd1-9a3a-cc39d9badc1e.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: ;
}

@media (min-width: 1200px){#s-05ecb519-343f-46d0-a222-33113803b9c1 {
  display: none;
}
#s-05ecb519-343f-46d0-a222-33113803b9c1, #wrap-s-05ecb519-343f-46d0-a222-33113803b9c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05ecb519-343f-46d0-a222-33113803b9c1 {
  display: none;
}
#s-05ecb519-343f-46d0-a222-33113803b9c1, #wrap-s-05ecb519-343f-46d0-a222-33113803b9c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05ecb519-343f-46d0-a222-33113803b9c1 {
  display: none;
}
#s-05ecb519-343f-46d0-a222-33113803b9c1, #wrap-s-05ecb519-343f-46d0-a222-33113803b9c1 { display: none !important; }}
#s-f5f2480f-ece8-4103-9618-57fe5040f8c1 {
  min-height: 50px;
}








#s-f5f2480f-ece8-4103-9618-57fe5040f8c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5f2480f-ece8-4103-9618-57fe5040f8c1.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-a54696ad-0651-453f-9317-8a5d7ce28b90 {
  margin-top: 0%;
}

@media (min-width: 0px) {
[id="s-a54696ad-0651-453f-9317-8a5d7ce28b90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a54696ad-0651-453f-9317-8a5d7ce28b90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a54696ad-0651-453f-9317-8a5d7ce28b90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a54696ad-0651-453f-9317-8a5d7ce28b90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a54696ad-0651-453f-9317-8a5d7ce28b90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a54696ad-0651-453f-9317-8a5d7ce28b90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a54696ad-0651-453f-9317-8a5d7ce28b90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-00dcbb5b-dd23-4b60-a1a2-e25188e8e0a8 {
  margin-left: 10%;
margin-right: 30%;
min-height: 50px;
}
@media (min-width: 1200px){#s-00dcbb5b-dd23-4b60-a1a2-e25188e8e0a8 {
  margin-right: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00dcbb5b-dd23-4b60-a1a2-e25188e8e0a8 {
  margin-right: 35%;
}
}







#s-00dcbb5b-dd23-4b60-a1a2-e25188e8e0a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00dcbb5b-dd23-4b60-a1a2-e25188e8e0a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e61c298c-77ea-4ccd-b777-c8844b5cfd16 {
  min-height: 50px;
}








#s-e61c298c-77ea-4ccd-b777-c8844b5cfd16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e61c298c-77ea-4ccd-b777-c8844b5cfd16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
  margin-left: 0%;
margin-right: 0%;
max-width: 768px;
aspect-ratio: 768/203;
text-align: left;
}





  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image,
  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
    width: 100%;
    height: auto;
  }

  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image {
    
    
  }


.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d .shogun-image-content {
  
    align-items: center;
  
}

.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
      --shg-aspect-ratio: calc(768/203); 
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container {
      position: relative;
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image,
  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
    width: 100%;
    height: auto;
  }

  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image {
    
    
  }


.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d .shogun-image-content {
  
    align-items: center;
  
}

.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
      --shg-aspect-ratio: calc(768/203); 
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container {
      position: relative;
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image,
  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
    width: 100%;
    height: auto;
  }

  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image {
    
    
  }


.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d .shogun-image-content {
  
    align-items: center;
  
}

.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
      --shg-aspect-ratio: calc(768/203); 
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container {
      position: relative;
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image,
  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
    width: 100%;
    height: auto;
  }

  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image {
    
    
  }


.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d .shogun-image-content {
  
    align-items: center;
  
}

.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
      --shg-aspect-ratio: calc(768/203); 
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container {
      position: relative;
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image,
  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
    width: 100%;
    height: auto;
  }

  #s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image {
    
    
  }


.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d .shogun-image-content {
  
    align-items: center;
  
}

.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d {
      --shg-aspect-ratio: calc(768/203); 
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container {
      position: relative;
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fc768b2-7b9b-423b-b6f9-98948dfd044d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc {
  letter-spacing: 1px;
}
}

  #s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc-root {
    text-align: left;
  }


#s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc-root {
    text-align: left;
  }


#s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc-root {
    text-align: left;
  }


#s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc-root {
    text-align: left;
  }


#s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc-root {
    text-align: left;
  }


#s-b6a598c5-b974-47c6-9349-ba0a9e0df8fc.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8cd627be-4224-4b4e-8d30-c14489b58174 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 4%;
min-height: 450px;
background-position: 45% center;
}
@media (min-width: 1200px){#s-8cd627be-4224-4b4e-8d30-c14489b58174 {
  display: none;
}
#s-8cd627be-4224-4b4e-8d30-c14489b58174, #wrap-s-8cd627be-4224-4b4e-8d30-c14489b58174 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cd627be-4224-4b4e-8d30-c14489b58174 {
  display: none;
}
#s-8cd627be-4224-4b4e-8d30-c14489b58174, #wrap-s-8cd627be-4224-4b4e-8d30-c14489b58174 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cd627be-4224-4b4e-8d30-c14489b58174 {
  margin-bottom: 0%;
min-height: 500px;
}
}@media (max-width: 767px){#s-8cd627be-4224-4b4e-8d30-c14489b58174 {
  margin-bottom: 0%;
display: none;
}
#s-8cd627be-4224-4b4e-8d30-c14489b58174, #wrap-s-8cd627be-4224-4b4e-8d30-c14489b58174 { display: none !important; }}
#s-8cd627be-4224-4b4e-8d30-c14489b58174 {
  background-image: url(https://i.shgcdn.com/6881e05e-5807-41db-98df-9dae1c79ae85/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8cd627be-4224-4b4e-8d30-c14489b58174 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cd627be-4224-4b4e-8d30-c14489b58174 {
  cursor: pointer;
}#s-8cd627be-4224-4b4e-8d30-c14489b58174.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9fea42d-3b8c-478e-8f6f-8e06c8caf2fd {
  min-height: 50px;
}








#s-b9fea42d-3b8c-478e-8f6f-8e06c8caf2fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9fea42d-3b8c-478e-8f6f-8e06c8caf2fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14e7cf55-7a45-4573-9037-a4ae721c27c9 {
  margin-top: 25%;
margin-left: 6%;
}

@media (min-width: 0px) {
[id="s-14e7cf55-7a45-4573-9037-a4ae721c27c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14e7cf55-7a45-4573-9037-a4ae721c27c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-14e7cf55-7a45-4573-9037-a4ae721c27c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14e7cf55-7a45-4573-9037-a4ae721c27c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-14e7cf55-7a45-4573-9037-a4ae721c27c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14e7cf55-7a45-4573-9037-a4ae721c27c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-14e7cf55-7a45-4573-9037-a4ae721c27c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
  max-width: 768px;
aspect-ratio: 768/203;
text-align: center;
}





  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image,
  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
    width: 100%;
    height: auto;
  }

  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image {
    
    
  }


.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
      --shg-aspect-ratio: calc(768/203); 
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container {
      position: relative;
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image,
  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
    width: 100%;
    height: auto;
  }

  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image {
    
    
  }


.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
      --shg-aspect-ratio: calc(768/203); 
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container {
      position: relative;
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image,
  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
    width: 100%;
    height: auto;
  }

  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image {
    
    
  }


.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
      --shg-aspect-ratio: calc(768/203); 
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container {
      position: relative;
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image,
  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
    width: 100%;
    height: auto;
  }

  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image {
    
    
  }


.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
      --shg-aspect-ratio: calc(768/203); 
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container {
      position: relative;
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image,
  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
    width: 100%;
    height: auto;
  }

  #s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image {
    
    
  }


.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 {
      --shg-aspect-ratio: calc(768/203); 
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container {
      position: relative;
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f656f5d-b90c-49ad-9e4e-f9dfe8849ce6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67 {
  border-style: solid;
margin-top: 6%;
margin-left: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67 {
  letter-spacing: 1px;
}
}

  #s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67-root {
    text-align: left;
  }


#s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67-root {
    text-align: left;
  }


#s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67-root {
    text-align: left;
  }


#s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67-root {
    text-align: left;
  }


#s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67-root {
    text-align: left;
  }


#s-eb4539b6-2412-4dfc-8d3d-054c3eec1a67.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae {
  margin-top: 4%;
}
@media (min-width: 1200px){#s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae {
  margin-top: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae {
  margin-top: 4%;
}
}@media (max-width: 767px){#s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae {
  margin-top: 4%;
display: none;
}
#s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae, #wrap-s-0bf81e90-5d4b-4e4d-b2b8-a54c8ffc61ae { display: none !important; }}
#s-23412482-e31c-4fd0-8846-acb96bd40751 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-23412482-e31c-4fd0-8846-acb96bd40751 {
  display: none;
}
#s-23412482-e31c-4fd0-8846-acb96bd40751, #wrap-s-23412482-e31c-4fd0-8846-acb96bd40751 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23412482-e31c-4fd0-8846-acb96bd40751 {
  display: none;
}
#s-23412482-e31c-4fd0-8846-acb96bd40751, #wrap-s-23412482-e31c-4fd0-8846-acb96bd40751 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23412482-e31c-4fd0-8846-acb96bd40751 {
  display: none;
}
#s-23412482-e31c-4fd0-8846-acb96bd40751, #wrap-s-23412482-e31c-4fd0-8846-acb96bd40751 { display: none !important; }}
#s-23412482-e31c-4fd0-8846-acb96bd40751 {
  background-image: url(https://i.shgcdn.com/8ddd6312-479b-4999-9e18-a8bbe9c34f2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-23412482-e31c-4fd0-8846-acb96bd40751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23412482-e31c-4fd0-8846-acb96bd40751 {
  cursor: pointer;
}#s-23412482-e31c-4fd0-8846-acb96bd40751.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae8746db-543a-4986-8bd7-698ff95962b2 {
  margin-top: 60%;
margin-bottom: 0%;
min-height: 50px;
}








#s-ae8746db-543a-4986-8bd7-698ff95962b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae8746db-543a-4986-8bd7-698ff95962b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
  margin-top: 0%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 8%;
max-width: 524px;
aspect-ratio: 524/103;
text-align: center;
}





  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image,
  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
    width: 100%;
    height: auto;
  }

  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image {
    
    
  }


.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 .shogun-image-content {
  
    align-items: center;
  
}

.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
      --shg-aspect-ratio: calc(524/103); 
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container {
      position: relative;
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image,
  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
    width: 100%;
    height: auto;
  }

  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image {
    
    
  }


.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 .shogun-image-content {
  
    align-items: center;
  
}

.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
      --shg-aspect-ratio: calc(524/103); 
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container {
      position: relative;
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image,
  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
    width: 100%;
    height: auto;
  }

  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image {
    
    
  }


.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 .shogun-image-content {
  
    align-items: center;
  
}

.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
      --shg-aspect-ratio: calc(524/103); 
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container {
      position: relative;
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image,
  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
    width: 100%;
    height: auto;
  }

  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image {
    
    
  }


.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 .shogun-image-content {
  
    align-items: center;
  
}

.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
      --shg-aspect-ratio: calc(524/103); 
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container {
      position: relative;
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image,
  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
    width: 100%;
    height: auto;
  }

  #s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image {
    
    
  }


.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 .shogun-image-content {
  
    align-items: center;
  
}

.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 {
      --shg-aspect-ratio: calc(524/103); 
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container {
      position: relative;
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90de2792-2274-4ddd-a1c0-f0e7ddb44357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca {
  letter-spacing: 1px;
}
}

  #s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca-root {
    text-align: center;
  }


#s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca-root {
    text-align: center;
  }


#s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca-root {
    text-align: center;
  }


#s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca-root {
    text-align: center;
  }


#s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca-root {
    text-align: center;
  }


#s-6c5c3c31-bd5e-408f-ac94-838dc72da2ca.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 {
  margin-top: 5%;
}
@media (min-width: 1200px){#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 {
  display: none;
}
#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048, #wrap-s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 {
  display: none;
}
#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048, #wrap-s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 {
  display: none;
}
#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048, #wrap-s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 { display: none !important; }}@media (max-width: 767px){#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 {
  margin-top: 2%;
margin-bottom: -6px;
}
}
#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb, #wrap-s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb, #wrap-s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb, #wrap-s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb { display: none !important; }}







#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32ae5b1d-3fe5-4c32-befb-4bb87a04cbdb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-02731ded-7612-4426-9065-0649bbdaab84 {
  display: none;
}
#s-02731ded-7612-4426-9065-0649bbdaab84, #wrap-s-02731ded-7612-4426-9065-0649bbdaab84 { display: none !important; }}
@media (min-width: 0px) {
[id="s-02731ded-7612-4426-9065-0649bbdaab84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-02731ded-7612-4426-9065-0649bbdaab84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-02731ded-7612-4426-9065-0649bbdaab84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-02731ded-7612-4426-9065-0649bbdaab84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 {
  text-align: left;
}



.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-205297a6-5c4e-44fc-bf98-be8a34bc5419 img.shogun-image {
  width: 100%;
}



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

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

#s-c33d0e3a-fbdc-45cb-8762-9b5fb119b650 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c33d0e3a-fbdc-45cb-8762-9b5fb119b650 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f2dd1b24-9d05-4481-b353-d2599da9c630 {
  text-align: center;
}

#s-f2dd1b24-9d05-4481-b353-d2599da9c630 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-f2dd1b24-9d05-4481-b353-d2599da9c630 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-f2dd1b24-9d05-4481-b353-d2599da9c630 .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-2f962e1a-da15-44e4-801f-c294517d8807 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2f962e1a-da15-44e4-801f-c294517d8807:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2f962e1a-da15-44e4-801f-c294517d8807:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2f962e1a-da15-44e4-801f-c294517d8807-atc-btn-wrapper {
    text-align: center;
  }


#s-2f962e1a-da15-44e4-801f-c294517d8807 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f962e1a-da15-44e4-801f-c294517d8807.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f962e1a-da15-44e4-801f-c294517d8807.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-2f962e1a-da15-44e4-801f-c294517d8807.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-2f962e1a-da15-44e4-801f-c294517d8807.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-5458896f-be0c-41b8-96b0-bba65d4c8364 {
  text-align: left;
}



.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5458896f-be0c-41b8-96b0-bba65d4c8364 img.shogun-image {
  width: 100%;
}



}
#s-3a5ec2a7-63bf-4069-9aef-699b1f2d62b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a5ec2a7-63bf-4069-9aef-699b1f2d62b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0fe23998-6aba-421a-b143-8c49cfa658c3 {
  text-align: center;
}

#s-0fe23998-6aba-421a-b143-8c49cfa658c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-0fe23998-6aba-421a-b143-8c49cfa658c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-0fe23998-6aba-421a-b143-8c49cfa658c3 .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-846d4227-4bc9-4fab-98c5-7b54a09728a1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-846d4227-4bc9-4fab-98c5-7b54a09728a1:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-846d4227-4bc9-4fab-98c5-7b54a09728a1:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-846d4227-4bc9-4fab-98c5-7b54a09728a1-atc-btn-wrapper {
    text-align: center;
  }


#s-846d4227-4bc9-4fab-98c5-7b54a09728a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-846d4227-4bc9-4fab-98c5-7b54a09728a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-846d4227-4bc9-4fab-98c5-7b54a09728a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-846d4227-4bc9-4fab-98c5-7b54a09728a1.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-846d4227-4bc9-4fab-98c5-7b54a09728a1.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-35e18b9b-5d47-4593-96e8-a50298263844 {
  text-align: left;
}



.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e18b9b-5d47-4593-96e8-a50298263844 img.shogun-image {
  width: 100%;
}



}
#s-d1a2ac0f-c651-4677-8098-c09b8645f02b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1a2ac0f-c651-4677-8098-c09b8645f02b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2b8e3582-c045-491b-9854-2e8306e85b9e {
  text-align: center;
}

#s-2b8e3582-c045-491b-9854-2e8306e85b9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-2b8e3582-c045-491b-9854-2e8306e85b9e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-2b8e3582-c045-491b-9854-2e8306e85b9e .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-b5a349da-0968-4a70-ac0b-2955377e3b83 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b5a349da-0968-4a70-ac0b-2955377e3b83:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b5a349da-0968-4a70-ac0b-2955377e3b83:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b5a349da-0968-4a70-ac0b-2955377e3b83-atc-btn-wrapper {
    text-align: center;
  }


#s-b5a349da-0968-4a70-ac0b-2955377e3b83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5a349da-0968-4a70-ac0b-2955377e3b83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5a349da-0968-4a70-ac0b-2955377e3b83.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-b5a349da-0968-4a70-ac0b-2955377e3b83.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-b5a349da-0968-4a70-ac0b-2955377e3b83.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-cd26e560-452b-40a0-9f12-4fa40367636f {
  text-align: left;
}



.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd26e560-452b-40a0-9f12-4fa40367636f img.shogun-image {
  width: 100%;
}




#s-e570f3b8-e8d2-485c-9966-b4bc27df5ff2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e570f3b8-e8d2-485c-9966-b4bc27df5ff2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-19007382-a3f7-4db8-b4e0-daf073a35f31 {
  text-align: center;
}

#s-19007382-a3f7-4db8-b4e0-daf073a35f31 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-19007382-a3f7-4db8-b4e0-daf073a35f31 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-19007382-a3f7-4db8-b4e0-daf073a35f31 .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-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05-atc-btn-wrapper {
    text-align: center;
  }


#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-7bd5bca8-2c63-4298-b2dd-de1eff3d5d05.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-d4c968ed-7d82-4fa5-89aa-c931780e28de {
  text-align: left;
}



.shg-c#s-d4c968ed-7d82-4fa5-89aa-c931780e28de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4c968ed-7d82-4fa5-89aa-c931780e28de img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d4c968ed-7d82-4fa5-89aa-c931780e28de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4c968ed-7d82-4fa5-89aa-c931780e28de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4c968ed-7d82-4fa5-89aa-c931780e28de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4c968ed-7d82-4fa5-89aa-c931780e28de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4c968ed-7d82-4fa5-89aa-c931780e28de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4c968ed-7d82-4fa5-89aa-c931780e28de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4c968ed-7d82-4fa5-89aa-c931780e28de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4c968ed-7d82-4fa5-89aa-c931780e28de img.shogun-image {
  width: 100%;
}



}
#s-ec834521-e883-4dc7-b094-5021eef0be62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec834521-e883-4dc7-b094-5021eef0be62 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-834b036d-877b-4c98-abbc-d44d56d1e6b9 {
  padding-top: 0%;
padding-bottom: 2%;
text-align: center;
}

#s-834b036d-877b-4c98-abbc-d44d56d1e6b9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-834b036d-877b-4c98-abbc-d44d56d1e6b9 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-834b036d-877b-4c98-abbc-d44d56d1e6b9 .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-dbede58d-4f9b-4063-bd01-cb053f4326cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dbede58d-4f9b-4063-bd01-cb053f4326cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dbede58d-4f9b-4063-bd01-cb053f4326cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dbede58d-4f9b-4063-bd01-cb053f4326cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbede58d-4f9b-4063-bd01-cb053f4326cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbede58d-4f9b-4063-bd01-cb053f4326cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dbede58d-4f9b-4063-bd01-cb053f4326cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-058de3eb-ec13-414e-8817-6c1d372f103a {
  text-align: left;
}



.shg-c#s-058de3eb-ec13-414e-8817-6c1d372f103a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-058de3eb-ec13-414e-8817-6c1d372f103a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-058de3eb-ec13-414e-8817-6c1d372f103a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-058de3eb-ec13-414e-8817-6c1d372f103a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-058de3eb-ec13-414e-8817-6c1d372f103a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-058de3eb-ec13-414e-8817-6c1d372f103a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-058de3eb-ec13-414e-8817-6c1d372f103a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-058de3eb-ec13-414e-8817-6c1d372f103a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-058de3eb-ec13-414e-8817-6c1d372f103a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-058de3eb-ec13-414e-8817-6c1d372f103a img.shogun-image {
  width: 100%;
}



}
#s-2088026a-da29-45a8-bba1-bd4e7da75359 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2088026a-da29-45a8-bba1-bd4e7da75359 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-c0816bb8-21a9-487c-8934-0379ff02dbe9 {
  padding-top: 0%;
padding-bottom: 2%;
text-align: center;
}

#s-c0816bb8-21a9-487c-8934-0379ff02dbe9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c0816bb8-21a9-487c-8934-0379ff02dbe9 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-c0816bb8-21a9-487c-8934-0379ff02dbe9 .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-ee1a8739-61ae-4b06-a291-9e534bc4fa43 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ee1a8739-61ae-4b06-a291-9e534bc4fa43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee1a8739-61ae-4b06-a291-9e534bc4fa43:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee1a8739-61ae-4b06-a291-9e534bc4fa43 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee1a8739-61ae-4b06-a291-9e534bc4fa43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee1a8739-61ae-4b06-a291-9e534bc4fa43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee1a8739-61ae-4b06-a291-9e534bc4fa43.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b792defc-7961-4e7a-9020-cc460c809614 {
  text-align: left;
}



.shg-c#s-b792defc-7961-4e7a-9020-cc460c809614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b792defc-7961-4e7a-9020-cc460c809614 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b792defc-7961-4e7a-9020-cc460c809614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b792defc-7961-4e7a-9020-cc460c809614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b792defc-7961-4e7a-9020-cc460c809614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b792defc-7961-4e7a-9020-cc460c809614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b792defc-7961-4e7a-9020-cc460c809614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b792defc-7961-4e7a-9020-cc460c809614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b792defc-7961-4e7a-9020-cc460c809614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b792defc-7961-4e7a-9020-cc460c809614 img.shogun-image {
  width: 100%;
}



}
#s-f4ed456e-9f4b-4bbd-9882-7c984e8d1d49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4ed456e-9f4b-4bbd-9882-7c984e8d1d49 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-da533a38-7954-403a-804c-94c7dac66111 {
  padding-top: 0%;
padding-bottom: 2%;
text-align: center;
}

#s-da533a38-7954-403a-804c-94c7dac66111 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-da533a38-7954-403a-804c-94c7dac66111 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-da533a38-7954-403a-804c-94c7dac66111 .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-2b9078b7-22e8-46d7-9951-6b78a29f6108 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2b9078b7-22e8-46d7-9951-6b78a29f6108:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b9078b7-22e8-46d7-9951-6b78a29f6108:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b9078b7-22e8-46d7-9951-6b78a29f6108 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b9078b7-22e8-46d7-9951-6b78a29f6108.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b9078b7-22e8-46d7-9951-6b78a29f6108.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b9078b7-22e8-46d7-9951-6b78a29f6108.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-37656c42-a787-4416-909a-1d9b0f0c4695 {
  text-align: left;
}



.shg-c#s-37656c42-a787-4416-909a-1d9b0f0c4695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37656c42-a787-4416-909a-1d9b0f0c4695 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-37656c42-a787-4416-909a-1d9b0f0c4695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37656c42-a787-4416-909a-1d9b0f0c4695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37656c42-a787-4416-909a-1d9b0f0c4695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37656c42-a787-4416-909a-1d9b0f0c4695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37656c42-a787-4416-909a-1d9b0f0c4695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37656c42-a787-4416-909a-1d9b0f0c4695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37656c42-a787-4416-909a-1d9b0f0c4695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37656c42-a787-4416-909a-1d9b0f0c4695 img.shogun-image {
  width: 100%;
}



}
#s-e6eb57dc-c828-4775-a825-650e25020413 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6eb57dc-c828-4775-a825-650e25020413 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-c70dbff4-2f69-4314-862f-9420c2077502 {
  padding-top: 0%;
padding-bottom: 2%;
text-align: center;
}

#s-c70dbff4-2f69-4314-862f-9420c2077502 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c70dbff4-2f69-4314-862f-9420c2077502 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-c70dbff4-2f69-4314-862f-9420c2077502 .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-4d68561e-93da-4a88-b258-eebb46859e56 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4d68561e-93da-4a88-b258-eebb46859e56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d68561e-93da-4a88-b258-eebb46859e56:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d68561e-93da-4a88-b258-eebb46859e56 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d68561e-93da-4a88-b258-eebb46859e56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d68561e-93da-4a88-b258-eebb46859e56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d68561e-93da-4a88-b258-eebb46859e56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-05b92801-c64e-485b-bdd6-dc338df64832 {
  min-height: 50px;
}








#s-05b92801-c64e-485b-bdd6-dc338df64832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05b92801-c64e-485b-bdd6-dc338df64832.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b {
  margin-top: 0%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b {
  display: none;
}
#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b, #wrap-s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b {
  display: none;
}
#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b, #wrap-s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b {
  display: none;
}
#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b, #wrap-s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b { display: none !important; }}@media (max-width: 767px){#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b {
  margin-bottom: 4%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b .shg-sld-nav-button.shg-sld-left,
#s-530e24ba-72f0-49ef-b0cd-bdb2fea9978b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 {
  max-width:  100%;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  width: 100%;
}



.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 {
  max-width:  100%;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  width: 100%;
}



.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 {
  max-width:  100%;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  width: 100%;
}



.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 {
  max-width:  100%;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  width: 100%;
}



.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 {
  max-width:  100%;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  width: 100%;
}



.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 .shg-image-zoom,
.shg-c#s-7de73769-36ed-4a12-b4c4-8031c6f967b9 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-98af7e40-d3ed-49ff-b52c-ec6f39dfa4b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98af7e40-d3ed-49ff-b52c-ec6f39dfa4b7 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-05a3151d-98e9-43af-945d-6cfeacbbdd55 {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-05a3151d-98e9-43af-945d-6cfeacbbdd55 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-05a3151d-98e9-43af-945d-6cfeacbbdd55 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-05a3151d-98e9-43af-945d-6cfeacbbdd55 .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-411ca4fe-75f1-4886-aa81-52c914ee1bc2 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-411ca4fe-75f1-4886-aa81-52c914ee1bc2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-411ca4fe-75f1-4886-aa81-52c914ee1bc2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-411ca4fe-75f1-4886-aa81-52c914ee1bc2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-411ca4fe-75f1-4886-aa81-52c914ee1bc2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-411ca4fe-75f1-4886-aa81-52c914ee1bc2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-411ca4fe-75f1-4886-aa81-52c914ee1bc2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-820d087a-44da-49b1-a816-ff56893bb6f6 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 {
  max-width:  100%;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  width: 100%;
}



.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 {
  max-width:  100%;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  width: 100%;
}



.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 {
  max-width:  100%;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  width: 100%;
}



.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 {
  max-width:  100%;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  width: 100%;
}



.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 {
  max-width:  100%;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  width: 100%;
}



.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 .shg-image-zoom,
.shg-c#s-820d087a-44da-49b1-a816-ff56893bb6f6 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-a91077d9-0b2c-494d-9ee2-c689ab14f552 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a91077d9-0b2c-494d-9ee2-c689ab14f552 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-bce9f83c-4432-4ed4-8556-3823a2c651bf {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-bce9f83c-4432-4ed4-8556-3823a2c651bf .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bce9f83c-4432-4ed4-8556-3823a2c651bf .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-bce9f83c-4432-4ed4-8556-3823a2c651bf .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-2c1c8c82-daed-454e-9478-84d14c0c9860 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2c1c8c82-daed-454e-9478-84d14c0c9860:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c1c8c82-daed-454e-9478-84d14c0c9860:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2c1c8c82-daed-454e-9478-84d14c0c9860 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c1c8c82-daed-454e-9478-84d14c0c9860.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c1c8c82-daed-454e-9478-84d14c0c9860.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-2c1c8c82-daed-454e-9478-84d14c0c9860.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e7006c67-5f43-42f0-8345-30eba84a0540 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 {
  max-width:  100%;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  width: 100%;
}



.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 {
  max-width:  100%;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  width: 100%;
}



.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 {
  max-width:  100%;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  width: 100%;
}



.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 {
  max-width:  100%;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  width: 100%;
}



.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 {
  max-width:  100%;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  width: 100%;
}



.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 .shg-image-zoom,
.shg-c#s-e7006c67-5f43-42f0-8345-30eba84a0540 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-416b641f-8db6-469e-8e82-3b11b1297f0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-416b641f-8db6-469e-8e82-3b11b1297f0f .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f6f400cc-5825-4c89-8f67-6fcb9a14f0c7 {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-f6f400cc-5825-4c89-8f67-6fcb9a14f0c7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f6f400cc-5825-4c89-8f67-6fcb9a14f0c7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-f6f400cc-5825-4c89-8f67-6fcb9a14f0c7 .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-1a39ca91-da23-480e-b483-9c7df3e15094 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1a39ca91-da23-480e-b483-9c7df3e15094:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a39ca91-da23-480e-b483-9c7df3e15094:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a39ca91-da23-480e-b483-9c7df3e15094 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a39ca91-da23-480e-b483-9c7df3e15094.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a39ca91-da23-480e-b483-9c7df3e15094.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-1a39ca91-da23-480e-b483-9c7df3e15094.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 {
  max-width:  100%;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  width: 100%;
}



.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 {
  max-width:  100%;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  width: 100%;
}



.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 {
  max-width:  100%;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  width: 100%;
}



.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 {
  max-width:  100%;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  width: 100%;
}



.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 {
  max-width:  100%;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  width: 100%;
}



.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 .shg-image-zoom,
.shg-c#s-2ab2e27b-e0cb-4c08-a861-0f0e45e2bcb8 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-f8c206bf-87d5-4d02-bbc4-201029944970 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8c206bf-87d5-4d02-bbc4-201029944970 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9d747815-429b-412d-8043-8c9513eb4a6c {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-9d747815-429b-412d-8043-8c9513eb4a6c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9d747815-429b-412d-8043-8c9513eb4a6c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-9d747815-429b-412d-8043-8c9513eb4a6c .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-1cfa6660-4ea2-4716-ac99-295d13879c79 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1cfa6660-4ea2-4716-ac99-295d13879c79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cfa6660-4ea2-4716-ac99-295d13879c79:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1cfa6660-4ea2-4716-ac99-295d13879c79 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1cfa6660-4ea2-4716-ac99-295d13879c79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1cfa6660-4ea2-4716-ac99-295d13879c79.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-1cfa6660-4ea2-4716-ac99-295d13879c79.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-133e145e-d1ed-4f63-addf-88dcb8c3145c {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c {
  max-width:  100%;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  width: 100%;
}



.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c {
  max-width:  100%;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  width: 100%;
}



.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c {
  max-width:  100%;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  width: 100%;
}



.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c {
  max-width:  100%;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  width: 100%;
}



.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c {
  max-width:  100%;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  width: 100%;
}



.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c .shg-image-zoom,
.shg-c#s-133e145e-d1ed-4f63-addf-88dcb8c3145c img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-6eb0f0c1-d030-4b1e-aa7c-a81d82c45a7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6eb0f0c1-d030-4b1e-aa7c-a81d82c45a7e .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-47482403-1f19-4c6d-b44d-b056a50b3d86 {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-47482403-1f19-4c6d-b44d-b056a50b3d86 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-47482403-1f19-4c6d-b44d-b056a50b3d86 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-47482403-1f19-4c6d-b44d-b056a50b3d86 .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-732c9ff8-5e50-45ad-990b-76cdac8feaf6 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-732c9ff8-5e50-45ad-990b-76cdac8feaf6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-732c9ff8-5e50-45ad-990b-76cdac8feaf6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-732c9ff8-5e50-45ad-990b-76cdac8feaf6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-732c9ff8-5e50-45ad-990b-76cdac8feaf6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-732c9ff8-5e50-45ad-990b-76cdac8feaf6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-732c9ff8-5e50-45ad-990b-76cdac8feaf6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-153cea79-7af6-4ee6-995e-95cf68f8745a {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-153cea79-7af6-4ee6-995e-95cf68f8745a {
  display: none;
}
#s-153cea79-7af6-4ee6-995e-95cf68f8745a, #wrap-s-153cea79-7af6-4ee6-995e-95cf68f8745a { display: none !important; }}@media (max-width: 767px){#s-153cea79-7af6-4ee6-995e-95cf68f8745a {
  display: none;
}
#s-153cea79-7af6-4ee6-995e-95cf68f8745a, #wrap-s-153cea79-7af6-4ee6-995e-95cf68f8745a { display: none !important; }}







#s-153cea79-7af6-4ee6-995e-95cf68f8745a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-153cea79-7af6-4ee6-995e-95cf68f8745a.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-c966cab4-1e05-4e13-9e5d-142c36d8b9a0 {
  display: none;
}
#s-c966cab4-1e05-4e13-9e5d-142c36d8b9a0, #wrap-s-c966cab4-1e05-4e13-9e5d-142c36d8b9a0 { display: none !important; }}@media (max-width: 767px){#s-c966cab4-1e05-4e13-9e5d-142c36d8b9a0 {
  display: none;
}
#s-c966cab4-1e05-4e13-9e5d-142c36d8b9a0, #wrap-s-c966cab4-1e05-4e13-9e5d-142c36d8b9a0 { display: none !important; }}
#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}



.shg-c#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0ac2548-d126-4d66-b80b-973a9ef559c1 img.shogun-image {
  width: 100%;
}



}
#s-88f88caf-6016-4e46-b4bf-12d92f7addeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88f88caf-6016-4e46-b4bf-12d92f7addeb .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-c4abd332-b456-46bb-a335-0ea04c09ae1c {
  padding-bottom: 2%;
text-align: center;
}

#s-c4abd332-b456-46bb-a335-0ea04c09ae1c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c4abd332-b456-46bb-a335-0ea04c09ae1c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-c4abd332-b456-46bb-a335-0ea04c09ae1c .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-c8bf798a-ef97-4af4-920c-80b217ca3ee9 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c8bf798a-ef97-4af4-920c-80b217ca3ee9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8bf798a-ef97-4af4-920c-80b217ca3ee9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c8bf798a-ef97-4af4-920c-80b217ca3ee9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8bf798a-ef97-4af4-920c-80b217ca3ee9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8bf798a-ef97-4af4-920c-80b217ca3ee9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-c8bf798a-ef97-4af4-920c-80b217ca3ee9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-154feacb-c48d-4c2a-a9fa-b3475759237e {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}



.shg-c#s-154feacb-c48d-4c2a-a9fa-b3475759237e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-154feacb-c48d-4c2a-a9fa-b3475759237e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-154feacb-c48d-4c2a-a9fa-b3475759237e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-154feacb-c48d-4c2a-a9fa-b3475759237e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-154feacb-c48d-4c2a-a9fa-b3475759237e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-154feacb-c48d-4c2a-a9fa-b3475759237e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-154feacb-c48d-4c2a-a9fa-b3475759237e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-154feacb-c48d-4c2a-a9fa-b3475759237e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-154feacb-c48d-4c2a-a9fa-b3475759237e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-154feacb-c48d-4c2a-a9fa-b3475759237e img.shogun-image {
  width: 100%;
}



}
#s-a2ae7ee4-9004-4891-934f-226a16c3d7d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2ae7ee4-9004-4891-934f-226a16c3d7d3 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-dfb7086e-bc6f-40ce-b9c0-360594c4f054 {
  padding-bottom: 2%;
text-align: center;
}

#s-dfb7086e-bc6f-40ce-b9c0-360594c4f054 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dfb7086e-bc6f-40ce-b9c0-360594c4f054 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-dfb7086e-bc6f-40ce-b9c0-360594c4f054 .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-efea294f-26de-4840-9fb5-60190bdccb6a {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-efea294f-26de-4840-9fb5-60190bdccb6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-efea294f-26de-4840-9fb5-60190bdccb6a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-efea294f-26de-4840-9fb5-60190bdccb6a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efea294f-26de-4840-9fb5-60190bdccb6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efea294f-26de-4840-9fb5-60190bdccb6a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-efea294f-26de-4840-9fb5-60190bdccb6a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}



.shg-c#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bdcc97f-1d17-4cb5-895a-dee4c9a4ddb7 img.shogun-image {
  width: 100%;
}



}
#s-2895c85a-2411-49cf-8472-8440208bc420 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2895c85a-2411-49cf-8472-8440208bc420 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-2e66d502-b186-4818-8e1f-d6e49ffaf404 {
  padding-bottom: 2%;
text-align: center;
}

#s-2e66d502-b186-4818-8e1f-d6e49ffaf404 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2e66d502-b186-4818-8e1f-d6e49ffaf404 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-2e66d502-b186-4818-8e1f-d6e49ffaf404 .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-f2c85385-a5a9-4839-a578-5303bca968c9 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f2c85385-a5a9-4839-a578-5303bca968c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2c85385-a5a9-4839-a578-5303bca968c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2c85385-a5a9-4839-a578-5303bca968c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2c85385-a5a9-4839-a578-5303bca968c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2c85385-a5a9-4839-a578-5303bca968c9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-f2c85385-a5a9-4839-a578-5303bca968c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7aa80662-1d92-4bfc-98a7-79add7e9297d {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}



.shg-c#s-7aa80662-1d92-4bfc-98a7-79add7e9297d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aa80662-1d92-4bfc-98a7-79add7e9297d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7aa80662-1d92-4bfc-98a7-79add7e9297d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aa80662-1d92-4bfc-98a7-79add7e9297d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7aa80662-1d92-4bfc-98a7-79add7e9297d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aa80662-1d92-4bfc-98a7-79add7e9297d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7aa80662-1d92-4bfc-98a7-79add7e9297d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aa80662-1d92-4bfc-98a7-79add7e9297d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7aa80662-1d92-4bfc-98a7-79add7e9297d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aa80662-1d92-4bfc-98a7-79add7e9297d img.shogun-image {
  width: 100%;
}



}
#s-dee02fc2-4fa3-408f-9bf2-a37205b73b6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dee02fc2-4fa3-408f-9bf2-a37205b73b6b .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-623c5b39-8f3e-4b1b-91d8-c33b75bbe879 {
  padding-bottom: 2%;
text-align: center;
}

#s-623c5b39-8f3e-4b1b-91d8-c33b75bbe879 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-623c5b39-8f3e-4b1b-91d8-c33b75bbe879 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-623c5b39-8f3e-4b1b-91d8-c33b75bbe879 .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-5d50678a-cd39-44cb-b063-60a2b631b609 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5d50678a-cd39-44cb-b063-60a2b631b609:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d50678a-cd39-44cb-b063-60a2b631b609:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d50678a-cd39-44cb-b063-60a2b631b609 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d50678a-cd39-44cb-b063-60a2b631b609.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d50678a-cd39-44cb-b063-60a2b631b609.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-5d50678a-cd39-44cb-b063-60a2b631b609.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-141d5681-2f66-4417-a5fe-fe70415f7962 {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}



.shg-c#s-141d5681-2f66-4417-a5fe-fe70415f7962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-141d5681-2f66-4417-a5fe-fe70415f7962 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-141d5681-2f66-4417-a5fe-fe70415f7962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-141d5681-2f66-4417-a5fe-fe70415f7962 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-141d5681-2f66-4417-a5fe-fe70415f7962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-141d5681-2f66-4417-a5fe-fe70415f7962 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-141d5681-2f66-4417-a5fe-fe70415f7962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-141d5681-2f66-4417-a5fe-fe70415f7962 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-141d5681-2f66-4417-a5fe-fe70415f7962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-141d5681-2f66-4417-a5fe-fe70415f7962 img.shogun-image {
  width: 100%;
}



}
#s-e3200f44-cf62-49d6-9866-66e051d5b31e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3200f44-cf62-49d6-9866-66e051d5b31e .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6edcccc9-a566-4bd3-88d7-3b9a11578876 {
  padding-bottom: 2%;
text-align: center;
}

#s-6edcccc9-a566-4bd3-88d7-3b9a11578876 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6edcccc9-a566-4bd3-88d7-3b9a11578876 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-6edcccc9-a566-4bd3-88d7-3b9a11578876 .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-560d5873-8592-407b-93d5-9c6c9f6b664b {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-560d5873-8592-407b-93d5-9c6c9f6b664b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-560d5873-8592-407b-93d5-9c6c9f6b664b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-560d5873-8592-407b-93d5-9c6c9f6b664b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-560d5873-8592-407b-93d5-9c6c9f6b664b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-560d5873-8592-407b-93d5-9c6c9f6b664b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-560d5873-8592-407b-93d5-9c6c9f6b664b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  margin-top: 1%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  padding-top: 0%;
padding-bottom: 0%;
min-height: 500px;
}
}
@media (min-width: 0px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 0%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  margin-left: 0px;
margin-right: 0%;
min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  margin-left: 0px;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  min-height: 500px;
}
}@media (max-width: 767px){#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  margin-top: 0%;
margin-bottom: 2%;
padding-bottom: 5%;
padding-right: 0%;
}
}
#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  background-image: url(https://i.shgcdn.com/1ae94e57-f935-46bd-9b7f-3b16f65ab267/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e {
  cursor: pointer;
}#s-7ee8fa46-55c9-4377-a38e-294663dfbb9e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-87186374-f790-41ea-bbbe-3090dedc3a38 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}








#s-87186374-f790-41ea-bbbe-3090dedc3a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87186374-f790-41ea-bbbe-3090dedc3a38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55c52dc1-3ac3-4df9-84fb-e6f5425f0d7b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-55c52dc1-3ac3-4df9-84fb-e6f5425f0d7b {
  margin-bottom: 1%;
margin-right: 59%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55c52dc1-3ac3-4df9-84fb-e6f5425f0d7b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 65%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-55c52dc1-3ac3-4df9-84fb-e6f5425f0d7b {
  margin-left: 0%;
margin-bottom: 1%;
margin-right: 30%;
}
}@media (max-width: 767px){#s-55c52dc1-3ac3-4df9-84fb-e6f5425f0d7b {
  margin-bottom: 1%;
margin-right: 50%;
}
}







#s-55c52dc1-3ac3-4df9-84fb-e6f5425f0d7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55c52dc1-3ac3-4df9-84fb-e6f5425f0d7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 900/260;
text-align: left;
}
@media (min-width: 1200px){#s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
  margin-bottom: 0%;
}
}@media (max-width: 767px){#s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
  margin-bottom: 0%;
margin-right: 0%;
padding-right: 0%;
}
}




  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image,
  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
    width: 100%;
    height: auto;
  }

  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image {
    
    
  }


.s-bc73e533-4787-45f5-8eaa-04e83753e9b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
      --shg-aspect-ratio: calc(900/260); 
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container {
      position: relative;
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image,
  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
    width: 100%;
    height: auto;
  }

  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image {
    
    
  }


.s-bc73e533-4787-45f5-8eaa-04e83753e9b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
      --shg-aspect-ratio: calc(900/260); 
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container {
      position: relative;
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image,
  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
    width: 100%;
    height: auto;
  }

  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image {
    
    
  }


.s-bc73e533-4787-45f5-8eaa-04e83753e9b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
      --shg-aspect-ratio: calc(900/260); 
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container {
      position: relative;
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image,
  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
    width: 100%;
    height: auto;
  }

  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image {
    
    
  }


.s-bc73e533-4787-45f5-8eaa-04e83753e9b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
      --shg-aspect-ratio: calc(900/260); 
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container {
      position: relative;
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image,
  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
    width: 100%;
    height: auto;
  }

  #s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image {
    
    
  }


.s-bc73e533-4787-45f5-8eaa-04e83753e9b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8 {
      --shg-aspect-ratio: calc(900/260); 
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container {
      position: relative;
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc73e533-4787-45f5-8eaa-04e83753e9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-078e2887-c2d4-4fd8-a301-7958ffe058f1 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-078e2887-c2d4-4fd8-a301-7958ffe058f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d385f5d2-a11a-48fc-919f-27f853eb5b3b {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-d385f5d2-a11a-48fc-919f-27f853eb5b3b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-d385f5d2-a11a-48fc-919f-27f853eb5b3b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-d385f5d2-a11a-48fc-919f-27f853eb5b3b {
  letter-spacing: 1px;
}
}

  #s-d385f5d2-a11a-48fc-919f-27f853eb5b3b-root {
    text-align: left;
  }


#s-d385f5d2-a11a-48fc-919f-27f853eb5b3b.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d385f5d2-a11a-48fc-919f-27f853eb5b3b-root {
    text-align: left;
  }


#s-d385f5d2-a11a-48fc-919f-27f853eb5b3b.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d385f5d2-a11a-48fc-919f-27f853eb5b3b-root {
    text-align: left;
  }


#s-d385f5d2-a11a-48fc-919f-27f853eb5b3b.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d385f5d2-a11a-48fc-919f-27f853eb5b3b-root {
    text-align: left;
  }


#s-d385f5d2-a11a-48fc-919f-27f853eb5b3b.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d385f5d2-a11a-48fc-919f-27f853eb5b3b-root {
    text-align: left;
  }


#s-d385f5d2-a11a-48fc-919f-27f853eb5b3b.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6c2c32f2-36ad-4da7-ab98-f5dc3e883f9d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 0%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-6c2c32f2-36ad-4da7-ab98-f5dc3e883f9d {
  margin-left: 0px;
margin-right: 0%;
min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c2c32f2-36ad-4da7-ab98-f5dc3e883f9d {
  margin-left: 0px;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c2c32f2-36ad-4da7-ab98-f5dc3e883f9d {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 500px;
}
}@media (max-width: 767px){#s-6c2c32f2-36ad-4da7-ab98-f5dc3e883f9d {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0%;
padding-right: 25%;
}
}
#s-6c2c32f2-36ad-4da7-ab98-f5dc3e883f9d {
  background-image: url(https://i.shgcdn.com/c9612d96-080e-4baf-9175-6ccb1f97c7fe/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6c2c32f2-36ad-4da7-ab98-f5dc3e883f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c2c32f2-36ad-4da7-ab98-f5dc3e883f9d {
  cursor: pointer;
}#s-6c2c32f2-36ad-4da7-ab98-f5dc3e883f9d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b6dc7420-33fa-4622-be67-f49927f9060d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}








#s-b6dc7420-33fa-4622-be67-f49927f9060d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6dc7420-33fa-4622-be67-f49927f9060d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-854bf2d1-47ae-4b1f-a001-9cc61a234b09 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-854bf2d1-47ae-4b1f-a001-9cc61a234b09 {
  margin-bottom: 1%;
margin-right: 70%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-854bf2d1-47ae-4b1f-a001-9cc61a234b09 {
  margin-bottom: 1%;
margin-right: 74%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-854bf2d1-47ae-4b1f-a001-9cc61a234b09 {
  margin-bottom: 1%;
margin-right: 47%;
}
}@media (max-width: 767px){#s-854bf2d1-47ae-4b1f-a001-9cc61a234b09 {
  margin-bottom: 1%;
margin-right: 55%;
}
}







#s-854bf2d1-47ae-4b1f-a001-9cc61a234b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-854bf2d1-47ae-4b1f-a001-9cc61a234b09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66e03320-de2c-4c8f-ae37-43dafd032682 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 600/260;
text-align: left;
}
@media (min-width: 1200px){#s-66e03320-de2c-4c8f-ae37-43dafd032682 {
  margin-bottom: 0%;
}
}@media (max-width: 767px){#s-66e03320-de2c-4c8f-ae37-43dafd032682 {
  padding-right: 0%;
}
}




  #s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image,
  #s-66e03320-de2c-4c8f-ae37-43dafd032682 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66e03320-de2c-4c8f-ae37-43dafd032682 {
    width: 100%;
    height: auto;
  }

  #s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image {
    
    
  }


.s-66e03320-de2c-4c8f-ae37-43dafd032682 .shogun-image-content {
  
    align-items: center;
  
}

.s-66e03320-de2c-4c8f-ae37-43dafd032682.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66e03320-de2c-4c8f-ae37-43dafd032682 {
      --shg-aspect-ratio: calc(600/260); 
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container {
      position: relative;
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image,
  #s-66e03320-de2c-4c8f-ae37-43dafd032682 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66e03320-de2c-4c8f-ae37-43dafd032682 {
    width: 100%;
    height: auto;
  }

  #s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image {
    
    
  }


.s-66e03320-de2c-4c8f-ae37-43dafd032682 .shogun-image-content {
  
    align-items: center;
  
}

.s-66e03320-de2c-4c8f-ae37-43dafd032682.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66e03320-de2c-4c8f-ae37-43dafd032682 {
      --shg-aspect-ratio: calc(600/260); 
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container {
      position: relative;
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image,
  #s-66e03320-de2c-4c8f-ae37-43dafd032682 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66e03320-de2c-4c8f-ae37-43dafd032682 {
    width: 100%;
    height: auto;
  }

  #s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image {
    
    
  }


.s-66e03320-de2c-4c8f-ae37-43dafd032682 .shogun-image-content {
  
    align-items: center;
  
}

.s-66e03320-de2c-4c8f-ae37-43dafd032682.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66e03320-de2c-4c8f-ae37-43dafd032682 {
      --shg-aspect-ratio: calc(600/260); 
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container {
      position: relative;
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image,
  #s-66e03320-de2c-4c8f-ae37-43dafd032682 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66e03320-de2c-4c8f-ae37-43dafd032682 {
    width: 100%;
    height: auto;
  }

  #s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image {
    
    
  }


.s-66e03320-de2c-4c8f-ae37-43dafd032682 .shogun-image-content {
  
    align-items: center;
  
}

.s-66e03320-de2c-4c8f-ae37-43dafd032682.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66e03320-de2c-4c8f-ae37-43dafd032682 {
      --shg-aspect-ratio: calc(600/260); 
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container {
      position: relative;
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image,
  #s-66e03320-de2c-4c8f-ae37-43dafd032682 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66e03320-de2c-4c8f-ae37-43dafd032682 {
    width: 100%;
    height: auto;
  }

  #s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image {
    
    
  }


.s-66e03320-de2c-4c8f-ae37-43dafd032682 .shogun-image-content {
  
    align-items: center;
  
}

.s-66e03320-de2c-4c8f-ae37-43dafd032682.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66e03320-de2c-4c8f-ae37-43dafd032682 {
      --shg-aspect-ratio: calc(600/260); 
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container {
      position: relative;
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66e03320-de2c-4c8f-ae37-43dafd032682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-81b7a750-2f4d-43a4-ba8c-5751a3a1d259 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-81b7a750-2f4d-43a4-ba8c-5751a3a1d259 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7915d7c1-2787-40dd-b237-0a52dac6bf87 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-7915d7c1-2787-40dd-b237-0a52dac6bf87:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-7915d7c1-2787-40dd-b237-0a52dac6bf87:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-7915d7c1-2787-40dd-b237-0a52dac6bf87 {
  letter-spacing: 1px;
}
}

  #s-7915d7c1-2787-40dd-b237-0a52dac6bf87-root {
    text-align: left;
  }


#s-7915d7c1-2787-40dd-b237-0a52dac6bf87.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7915d7c1-2787-40dd-b237-0a52dac6bf87-root {
    text-align: left;
  }


#s-7915d7c1-2787-40dd-b237-0a52dac6bf87.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7915d7c1-2787-40dd-b237-0a52dac6bf87-root {
    text-align: left;
  }


#s-7915d7c1-2787-40dd-b237-0a52dac6bf87.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7915d7c1-2787-40dd-b237-0a52dac6bf87-root {
    text-align: left;
  }


#s-7915d7c1-2787-40dd-b237-0a52dac6bf87.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7915d7c1-2787-40dd-b237-0a52dac6bf87-root {
    text-align: left;
  }


#s-7915d7c1-2787-40dd-b237-0a52dac6bf87.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4bfe3da6-9a31-4a29-8551-f1516e9701e3 {
  margin-top: 2%;
margin-bottom: 0%;
}
@media (max-width: 767px){#s-4bfe3da6-9a31-4a29-8551-f1516e9701e3 {
  display: none;
}
#s-4bfe3da6-9a31-4a29-8551-f1516e9701e3, #wrap-s-4bfe3da6-9a31-4a29-8551-f1516e9701e3 { display: none !important; }}
#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 {
  display: none;
}
#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1, #wrap-s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 {
  display: none;
}
#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1, #wrap-s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 {
  display: none;
}
#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1, #wrap-s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 { display: none !important; }}@media (max-width: 767px){#s-fc01b03f-56d3-4213-bfd8-9a5d1c030fc1 {
  margin-top: 2%;
}
}
#s-1c491c2a-6e8e-426b-9fa2-48095494d4ed {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-1c491c2a-6e8e-426b-9fa2-48095494d4ed {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-1c491c2a-6e8e-426b-9fa2-48095494d4ed, #wrap-s-1c491c2a-6e8e-426b-9fa2-48095494d4ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c491c2a-6e8e-426b-9fa2-48095494d4ed {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-1c491c2a-6e8e-426b-9fa2-48095494d4ed, #wrap-s-1c491c2a-6e8e-426b-9fa2-48095494d4ed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c491c2a-6e8e-426b-9fa2-48095494d4ed {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-1c491c2a-6e8e-426b-9fa2-48095494d4ed {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-1c491c2a-6e8e-426b-9fa2-48095494d4ed, #wrap-s-1c491c2a-6e8e-426b-9fa2-48095494d4ed { display: none !important; }}







#s-1c491c2a-6e8e-426b-9fa2-48095494d4ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c491c2a-6e8e-426b-9fa2-48095494d4ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-1e8270ab-4cbd-4ac7-a828-8512caedc7dd {
  display: none;
}
#s-1e8270ab-4cbd-4ac7-a828-8512caedc7dd, #wrap-s-1e8270ab-4cbd-4ac7-a828-8512caedc7dd { display: none !important; }}
@media (min-width: 0px) {
[id="s-1e8270ab-4cbd-4ac7-a828-8512caedc7dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-1e8270ab-4cbd-4ac7-a828-8512caedc7dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-1e8270ab-4cbd-4ac7-a828-8512caedc7dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e8270ab-4cbd-4ac7-a828-8512caedc7dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d {
  text-align: left;
}



.shg-c#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb6f4a3b-e42b-441e-9db9-20ef415e796d img.shogun-image {
  width: 100%;
}



}
#s-b2ab9620-07fc-455e-86fd-68e5248939d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2ab9620-07fc-455e-86fd-68e5248939d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-109e481b-72c9-4a2e-b307-18d57283ea0e {
  text-align: center;
}

#s-109e481b-72c9-4a2e-b307-18d57283ea0e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-109e481b-72c9-4a2e-b307-18d57283ea0e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-109e481b-72c9-4a2e-b307-18d57283ea0e .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-0486c464-ab4f-4297-a6b3-3770fff07f0a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0486c464-ab4f-4297-a6b3-3770fff07f0a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0486c464-ab4f-4297-a6b3-3770fff07f0a:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0486c464-ab4f-4297-a6b3-3770fff07f0a-atc-btn-wrapper {
    text-align: center;
  }


#s-0486c464-ab4f-4297-a6b3-3770fff07f0a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0486c464-ab4f-4297-a6b3-3770fff07f0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0486c464-ab4f-4297-a6b3-3770fff07f0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-0486c464-ab4f-4297-a6b3-3770fff07f0a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-0486c464-ab4f-4297-a6b3-3770fff07f0a.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-1500bd06-508d-416e-930f-b9c8f7765864 {
  text-align: left;
}



.shg-c#s-1500bd06-508d-416e-930f-b9c8f7765864 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1500bd06-508d-416e-930f-b9c8f7765864 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1500bd06-508d-416e-930f-b9c8f7765864 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1500bd06-508d-416e-930f-b9c8f7765864 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1500bd06-508d-416e-930f-b9c8f7765864 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1500bd06-508d-416e-930f-b9c8f7765864 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1500bd06-508d-416e-930f-b9c8f7765864 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1500bd06-508d-416e-930f-b9c8f7765864 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1500bd06-508d-416e-930f-b9c8f7765864 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1500bd06-508d-416e-930f-b9c8f7765864 img.shogun-image {
  width: 100%;
}



}
#s-ff3b3a88-e06d-4cbb-92ca-9d9f73ae9d91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff3b3a88-e06d-4cbb-92ca-9d9f73ae9d91 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d3e58dc1-04f1-46d5-8383-e8c88a8b0161 {
  text-align: center;
}

#s-d3e58dc1-04f1-46d5-8383-e8c88a8b0161 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-d3e58dc1-04f1-46d5-8383-e8c88a8b0161 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-d3e58dc1-04f1-46d5-8383-e8c88a8b0161 .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-2d476439-0a36-485f-a8ff-4585336d3090 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2d476439-0a36-485f-a8ff-4585336d3090:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2d476439-0a36-485f-a8ff-4585336d3090:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2d476439-0a36-485f-a8ff-4585336d3090-atc-btn-wrapper {
    text-align: center;
  }


#s-2d476439-0a36-485f-a8ff-4585336d3090 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d476439-0a36-485f-a8ff-4585336d3090.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d476439-0a36-485f-a8ff-4585336d3090.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-2d476439-0a36-485f-a8ff-4585336d3090.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-2d476439-0a36-485f-a8ff-4585336d3090.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-d825ef5e-bb03-46f3-bc64-3530a719510e {
  text-align: left;
}



.shg-c#s-d825ef5e-bb03-46f3-bc64-3530a719510e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d825ef5e-bb03-46f3-bc64-3530a719510e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d825ef5e-bb03-46f3-bc64-3530a719510e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d825ef5e-bb03-46f3-bc64-3530a719510e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d825ef5e-bb03-46f3-bc64-3530a719510e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d825ef5e-bb03-46f3-bc64-3530a719510e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d825ef5e-bb03-46f3-bc64-3530a719510e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d825ef5e-bb03-46f3-bc64-3530a719510e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d825ef5e-bb03-46f3-bc64-3530a719510e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d825ef5e-bb03-46f3-bc64-3530a719510e img.shogun-image {
  width: 100%;
}



}
#s-09baf988-39fa-4fe4-9d18-c7b64243643c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09baf988-39fa-4fe4-9d18-c7b64243643c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-01572cc3-bc16-4d19-aa27-5fc00fe77f8e {
  text-align: center;
}

#s-01572cc3-bc16-4d19-aa27-5fc00fe77f8e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-01572cc3-bc16-4d19-aa27-5fc00fe77f8e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-01572cc3-bc16-4d19-aa27-5fc00fe77f8e .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-ffa1e21c-2adb-4b12-b398-6a944d806ded {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ffa1e21c-2adb-4b12-b398-6a944d806ded:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ffa1e21c-2adb-4b12-b398-6a944d806ded:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ffa1e21c-2adb-4b12-b398-6a944d806ded-atc-btn-wrapper {
    text-align: center;
  }


#s-ffa1e21c-2adb-4b12-b398-6a944d806ded {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ffa1e21c-2adb-4b12-b398-6a944d806ded.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ffa1e21c-2adb-4b12-b398-6a944d806ded.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-ffa1e21c-2adb-4b12-b398-6a944d806ded.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-ffa1e21c-2adb-4b12-b398-6a944d806ded.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 {
  text-align: left;
}



.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589ad4fe-32e1-41d3-9330-c0bb61ece583 img.shogun-image {
  width: 100%;
}




#s-65c66211-d8ff-4bae-ae20-a484ab7629d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65c66211-d8ff-4bae-ae20-a484ab7629d3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-66ebdb8b-045d-4b12-8753-792b53df0427 {
  text-align: center;
}

#s-66ebdb8b-045d-4b12-8753-792b53df0427 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-66ebdb8b-045d-4b12-8753-792b53df0427 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-66ebdb8b-045d-4b12-8753-792b53df0427 .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-d4008984-2021-454d-bfe7-b31b5f6988ba {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d4008984-2021-454d-bfe7-b31b5f6988ba:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d4008984-2021-454d-bfe7-b31b5f6988ba:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d4008984-2021-454d-bfe7-b31b5f6988ba-atc-btn-wrapper {
    text-align: center;
  }


#s-d4008984-2021-454d-bfe7-b31b5f6988ba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4008984-2021-454d-bfe7-b31b5f6988ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4008984-2021-454d-bfe7-b31b5f6988ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-d4008984-2021-454d-bfe7-b31b5f6988ba.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-d4008984-2021-454d-bfe7-b31b5f6988ba.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 {
  text-align: left;
}



.shg-c#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a7fe662-7b52-4e07-a64d-bf7c2a97bb91 img.shogun-image {
  width: 100%;
}



}
#s-32d483ae-d17a-458c-b561-bdb2d6762d2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32d483ae-d17a-458c-b561-bdb2d6762d2a .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7120d811-9f78-4e76-971a-4a658b83168c {
  padding-top: 0%;
padding-bottom: 2%;
text-align: center;
}

#s-7120d811-9f78-4e76-971a-4a658b83168c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7120d811-9f78-4e76-971a-4a658b83168c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-7120d811-9f78-4e76-971a-4a658b83168c .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-63ed147c-9482-4279-8d51-b1aba1deb142 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-63ed147c-9482-4279-8d51-b1aba1deb142:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63ed147c-9482-4279-8d51-b1aba1deb142:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-63ed147c-9482-4279-8d51-b1aba1deb142 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63ed147c-9482-4279-8d51-b1aba1deb142.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63ed147c-9482-4279-8d51-b1aba1deb142.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-63ed147c-9482-4279-8d51-b1aba1deb142.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-965d0dba-2f2e-4600-9c64-c3050831b47b {
  text-align: left;
}



.shg-c#s-965d0dba-2f2e-4600-9c64-c3050831b47b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-965d0dba-2f2e-4600-9c64-c3050831b47b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-965d0dba-2f2e-4600-9c64-c3050831b47b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-965d0dba-2f2e-4600-9c64-c3050831b47b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-965d0dba-2f2e-4600-9c64-c3050831b47b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-965d0dba-2f2e-4600-9c64-c3050831b47b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-965d0dba-2f2e-4600-9c64-c3050831b47b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-965d0dba-2f2e-4600-9c64-c3050831b47b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-965d0dba-2f2e-4600-9c64-c3050831b47b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-965d0dba-2f2e-4600-9c64-c3050831b47b img.shogun-image {
  width: 100%;
}



}
#s-1d4a8c98-cc0c-443e-88cf-a024de47fe60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d4a8c98-cc0c-443e-88cf-a024de47fe60 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-45ad49ca-cfc5-40a9-bbf5-33e2fae251dc {
  padding-top: 0%;
padding-bottom: 2%;
text-align: center;
}

#s-45ad49ca-cfc5-40a9-bbf5-33e2fae251dc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-45ad49ca-cfc5-40a9-bbf5-33e2fae251dc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-45ad49ca-cfc5-40a9-bbf5-33e2fae251dc .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-9ec30aac-a9d2-4de4-8ec3-1be4b00b3be2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9ec30aac-a9d2-4de4-8ec3-1be4b00b3be2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ec30aac-a9d2-4de4-8ec3-1be4b00b3be2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9ec30aac-a9d2-4de4-8ec3-1be4b00b3be2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ec30aac-a9d2-4de4-8ec3-1be4b00b3be2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ec30aac-a9d2-4de4-8ec3-1be4b00b3be2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ec30aac-a9d2-4de4-8ec3-1be4b00b3be2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b {
  text-align: left;
}



.shg-c#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77e9297b-9a28-4f04-8fb9-2c96161a2f6b img.shogun-image {
  width: 100%;
}



}
#s-dbe31cf2-c7e8-4982-a180-5d1f56c5bdcd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbe31cf2-c7e8-4982-a180-5d1f56c5bdcd .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-44507b01-6fb4-4568-85a1-0f0d1fb1f4bd {
  padding-top: 0%;
padding-bottom: 2%;
text-align: center;
}

#s-44507b01-6fb4-4568-85a1-0f0d1fb1f4bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-44507b01-6fb4-4568-85a1-0f0d1fb1f4bd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-44507b01-6fb4-4568-85a1-0f0d1fb1f4bd .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-299545f2-733a-40c5-a91e-c7d99e439126 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-299545f2-733a-40c5-a91e-c7d99e439126:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-299545f2-733a-40c5-a91e-c7d99e439126:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-299545f2-733a-40c5-a91e-c7d99e439126 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-299545f2-733a-40c5-a91e-c7d99e439126.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-299545f2-733a-40c5-a91e-c7d99e439126.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-299545f2-733a-40c5-a91e-c7d99e439126.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-021f2c4a-444b-4c85-8378-001a807c75e0 {
  text-align: left;
}



.shg-c#s-021f2c4a-444b-4c85-8378-001a807c75e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021f2c4a-444b-4c85-8378-001a807c75e0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-021f2c4a-444b-4c85-8378-001a807c75e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021f2c4a-444b-4c85-8378-001a807c75e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-021f2c4a-444b-4c85-8378-001a807c75e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021f2c4a-444b-4c85-8378-001a807c75e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-021f2c4a-444b-4c85-8378-001a807c75e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021f2c4a-444b-4c85-8378-001a807c75e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-021f2c4a-444b-4c85-8378-001a807c75e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-021f2c4a-444b-4c85-8378-001a807c75e0 img.shogun-image {
  width: 100%;
}



}
#s-9da0ab0f-46a4-47c5-b185-f61645461112 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9da0ab0f-46a4-47c5-b185-f61645461112 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-a8572098-3218-4d93-ba75-bc3e9c75d0a1 {
  padding-top: 0%;
padding-bottom: 2%;
text-align: center;
}

#s-a8572098-3218-4d93-ba75-bc3e9c75d0a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a8572098-3218-4d93-ba75-bc3e9c75d0a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-a8572098-3218-4d93-ba75-bc3e9c75d0a1 .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-02a9a671-4119-4674-8c9a-e04c7e5baa7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-02a9a671-4119-4674-8c9a-e04c7e5baa7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02a9a671-4119-4674-8c9a-e04c7e5baa7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02a9a671-4119-4674-8c9a-e04c7e5baa7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02a9a671-4119-4674-8c9a-e04c7e5baa7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02a9a671-4119-4674-8c9a-e04c7e5baa7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-02a9a671-4119-4674-8c9a-e04c7e5baa7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-589c7a37-a70e-483e-b3ed-c463b833153c {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 0%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-589c7a37-a70e-483e-b3ed-c463b833153c {
  display: none;
}
#s-589c7a37-a70e-483e-b3ed-c463b833153c, #wrap-s-589c7a37-a70e-483e-b3ed-c463b833153c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-589c7a37-a70e-483e-b3ed-c463b833153c {
  display: none;
}
#s-589c7a37-a70e-483e-b3ed-c463b833153c, #wrap-s-589c7a37-a70e-483e-b3ed-c463b833153c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-589c7a37-a70e-483e-b3ed-c463b833153c {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-589c7a37-a70e-483e-b3ed-c463b833153c {
  margin-bottom: 0px;
display: none;
}
#s-589c7a37-a70e-483e-b3ed-c463b833153c, #wrap-s-589c7a37-a70e-483e-b3ed-c463b833153c { display: none !important; }}
@media (min-width: 0px) {
[id="s-589c7a37-a70e-483e-b3ed-c463b833153c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-589c7a37-a70e-483e-b3ed-c463b833153c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-589c7a37-a70e-483e-b3ed-c463b833153c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-589c7a37-a70e-483e-b3ed-c463b833153c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ca079c8d-e515-440b-a15b-239e11bde161 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca079c8d-e515-440b-a15b-239e11bde161 {
  margin-bottom: 3%;
min-height: 360px;
}
}@media (max-width: 767px){#s-ca079c8d-e515-440b-a15b-239e11bde161 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-ca079c8d-e515-440b-a15b-239e11bde161 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.2;
}#s-ca079c8d-e515-440b-a15b-239e11bde161 {
  cursor: pointer;
}#s-ca079c8d-e515-440b-a15b-239e11bde161.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-790ada59-fd44-435b-bc40-7ba1f76c070a {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-790ada59-fd44-435b-bc40-7ba1f76c070a {
  margin-bottom: 0px;
}
}
#s-790ada59-fd44-435b-bc40-7ba1f76c070a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-50a237f6-0d20-4b1a-b44e-085feb5d8e7e {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-50a237f6-0d20-4b1a-b44e-085feb5d8e7e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7289305a-d459-4a65-94a9-a2967e89b9d6 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-7289305a-d459-4a65-94a9-a2967e89b9d6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-7289305a-d459-4a65-94a9-a2967e89b9d6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-7289305a-d459-4a65-94a9-a2967e89b9d6 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-7289305a-d459-4a65-94a9-a2967e89b9d6, #wrap-s-7289305a-d459-4a65-94a9-a2967e89b9d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7289305a-d459-4a65-94a9-a2967e89b9d6 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-7289305a-d459-4a65-94a9-a2967e89b9d6, #wrap-s-7289305a-d459-4a65-94a9-a2967e89b9d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7289305a-d459-4a65-94a9-a2967e89b9d6 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-7289305a-d459-4a65-94a9-a2967e89b9d6 {
  letter-spacing: 1px;
display: none;
}
#s-7289305a-d459-4a65-94a9-a2967e89b9d6, #wrap-s-7289305a-d459-4a65-94a9-a2967e89b9d6 { display: none !important; }}

  #s-7289305a-d459-4a65-94a9-a2967e89b9d6-root {
    text-align: left;
  }


#s-7289305a-d459-4a65-94a9-a2967e89b9d6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7289305a-d459-4a65-94a9-a2967e89b9d6-root {
    text-align: left;
  }


#s-7289305a-d459-4a65-94a9-a2967e89b9d6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7289305a-d459-4a65-94a9-a2967e89b9d6-root {
    text-align: left;
  }


#s-7289305a-d459-4a65-94a9-a2967e89b9d6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7289305a-d459-4a65-94a9-a2967e89b9d6-root {
    text-align: left;
  }


#s-7289305a-d459-4a65-94a9-a2967e89b9d6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7289305a-d459-4a65-94a9-a2967e89b9d6-root {
    text-align: left;
  }


#s-7289305a-d459-4a65-94a9-a2967e89b9d6.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-43cf22fa-08c6-4d18-a148-96660bbe72f6 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-43cf22fa-08c6-4d18-a148-96660bbe72f6 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-43cf22fa-08c6-4d18-a148-96660bbe72f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-43cf22fa-08c6-4d18-a148-96660bbe72f6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.1;
}#s-43cf22fa-08c6-4d18-a148-96660bbe72f6 {
  cursor: pointer;
}#s-43cf22fa-08c6-4d18-a148-96660bbe72f6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-29a2bc86-b135-4edc-a20c-e1275b9b069f {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-29a2bc86-b135-4edc-a20c-e1275b9b069f {
  margin-bottom: 0px;
}
}
#s-29a2bc86-b135-4edc-a20c-e1275b9b069f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5a46e119-adb9-40c3-8f93-73351cd5deba {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5a46e119-adb9-40c3-8f93-73351cd5deba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c, #wrap-s-5700d224-6e52-497b-8ea6-2a0a0f761f7c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c, #wrap-s-5700d224-6e52-497b-8ea6-2a0a0f761f7c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c {
  letter-spacing: 1px;
display: none;
}
#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c, #wrap-s-5700d224-6e52-497b-8ea6-2a0a0f761f7c { display: none !important; }}

  #s-5700d224-6e52-497b-8ea6-2a0a0f761f7c-root {
    text-align: left;
  }


#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5700d224-6e52-497b-8ea6-2a0a0f761f7c-root {
    text-align: left;
  }


#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5700d224-6e52-497b-8ea6-2a0a0f761f7c-root {
    text-align: left;
  }


#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5700d224-6e52-497b-8ea6-2a0a0f761f7c-root {
    text-align: left;
  }


#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5700d224-6e52-497b-8ea6-2a0a0f761f7c-root {
    text-align: left;
  }


#s-5700d224-6e52-497b-8ea6-2a0a0f761f7c.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8 {
  margin-top: 0px;
margin-bottom: 3%;
padding-top: 10%;
padding-bottom: 10%;
min-height: 360px;
}
}@media (max-width: 767px){#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
opacity: 1;
}
}







#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.2;
}#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8 {
  cursor: pointer;
}#s-0e3a7db0-559f-4334-b9f4-fe6e653712d8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-30daae0c-b3ed-414d-a7cf-6ce1113dc637 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-30daae0c-b3ed-414d-a7cf-6ce1113dc637 {
  margin-bottom: 0px;
}
}
#s-30daae0c-b3ed-414d-a7cf-6ce1113dc637 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ebd6955a-99ef-4459-8f65-87f43a0ab13e {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ebd6955a-99ef-4459-8f65-87f43a0ab13e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-94863492-40b4-425b-a5a0-e28495ad8770 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-94863492-40b4-425b-a5a0-e28495ad8770:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-94863492-40b4-425b-a5a0-e28495ad8770:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-94863492-40b4-425b-a5a0-e28495ad8770 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-94863492-40b4-425b-a5a0-e28495ad8770, #wrap-s-94863492-40b4-425b-a5a0-e28495ad8770 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94863492-40b4-425b-a5a0-e28495ad8770 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-94863492-40b4-425b-a5a0-e28495ad8770, #wrap-s-94863492-40b4-425b-a5a0-e28495ad8770 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94863492-40b4-425b-a5a0-e28495ad8770 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-94863492-40b4-425b-a5a0-e28495ad8770 {
  letter-spacing: 1px;
display: none;
}
#s-94863492-40b4-425b-a5a0-e28495ad8770, #wrap-s-94863492-40b4-425b-a5a0-e28495ad8770 { display: none !important; }}

  #s-94863492-40b4-425b-a5a0-e28495ad8770-root {
    text-align: left;
  }


#s-94863492-40b4-425b-a5a0-e28495ad8770.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94863492-40b4-425b-a5a0-e28495ad8770-root {
    text-align: left;
  }


#s-94863492-40b4-425b-a5a0-e28495ad8770.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94863492-40b4-425b-a5a0-e28495ad8770-root {
    text-align: left;
  }


#s-94863492-40b4-425b-a5a0-e28495ad8770.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94863492-40b4-425b-a5a0-e28495ad8770-root {
    text-align: left;
  }


#s-94863492-40b4-425b-a5a0-e28495ad8770.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94863492-40b4-425b-a5a0-e28495ad8770-root {
    text-align: left;
  }


#s-94863492-40b4-425b-a5a0-e28495ad8770.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-db4a0273-094f-45be-9de1-f972d46719eb {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-db4a0273-094f-45be-9de1-f972d46719eb {
  min-height: 360px;
}
}@media (max-width: 767px){#s-db4a0273-094f-45be-9de1-f972d46719eb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-db4a0273-094f-45be-9de1-f972d46719eb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.1;
}#s-db4a0273-094f-45be-9de1-f972d46719eb {
  cursor: pointer;
}#s-db4a0273-094f-45be-9de1-f972d46719eb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0055d96c-e108-4fb9-b425-167ce2eb1be5 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0055d96c-e108-4fb9-b425-167ce2eb1be5 {
  margin-bottom: 0px;
}
}
#s-0055d96c-e108-4fb9-b425-167ce2eb1be5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-bc9f0a92-3ea8-43c5-9bae-6d6ad839a32f {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bc9f0a92-3ea8-43c5-9bae-6d6ad839a32f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4, #wrap-s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 {
  margin-top: 1%;
margin-bottom: 0%;
display: none;
}
#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4, #wrap-s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 {
  letter-spacing: 1px;
display: none;
}
#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4, #wrap-s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4 { display: none !important; }}

  #s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4-root {
    text-align: left;
  }


#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4-root {
    text-align: left;
  }


#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4-root {
    text-align: left;
  }


#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4-root {
    text-align: left;
  }


#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4-root {
    text-align: left;
  }


#s-5e5a9e02-6946-4da5-8d25-2aca9dee23a4.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c52adbdd-704e-4dc0-93df-f29dd1640cac {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c52adbdd-704e-4dc0-93df-f29dd1640cac {
  display: none;
}
#s-c52adbdd-704e-4dc0-93df-f29dd1640cac, #wrap-s-c52adbdd-704e-4dc0-93df-f29dd1640cac { display: none !important; }}@media (max-width: 767px){#s-c52adbdd-704e-4dc0-93df-f29dd1640cac {
  display: none;
}
#s-c52adbdd-704e-4dc0-93df-f29dd1640cac, #wrap-s-c52adbdd-704e-4dc0-93df-f29dd1640cac { display: none !important; }}







#s-c52adbdd-704e-4dc0-93df-f29dd1640cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c52adbdd-704e-4dc0-93df-f29dd1640cac.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-1be751d7-f3f7-4c28-b81b-dfe4c8a79a83 {
  display: none;
}
#s-1be751d7-f3f7-4c28-b81b-dfe4c8a79a83, #wrap-s-1be751d7-f3f7-4c28-b81b-dfe4c8a79a83 { display: none !important; }}@media (max-width: 767px){#s-1be751d7-f3f7-4c28-b81b-dfe4c8a79a83 {
  display: none;
}
#s-1be751d7-f3f7-4c28-b81b-dfe4c8a79a83, #wrap-s-1be751d7-f3f7-4c28-b81b-dfe4c8a79a83 { display: none !important; }}
#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}



.shg-c#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b1a7d37-4a74-43f4-af84-4da9fb8b7612 img.shogun-image {
  width: 100%;
}



}
#s-11f1beff-fea5-4903-bee9-1c7871a88a32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11f1beff-fea5-4903-bee9-1c7871a88a32 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8558dab3-7c9f-4609-83af-d9d0b80a4263 {
  padding-bottom: 2%;
text-align: center;
}

#s-8558dab3-7c9f-4609-83af-d9d0b80a4263 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8558dab3-7c9f-4609-83af-d9d0b80a4263 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-8558dab3-7c9f-4609-83af-d9d0b80a4263 .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-d9517f94-6269-47b0-8c09-d44488f72ff6 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d9517f94-6269-47b0-8c09-d44488f72ff6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9517f94-6269-47b0-8c09-d44488f72ff6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9517f94-6269-47b0-8c09-d44488f72ff6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9517f94-6269-47b0-8c09-d44488f72ff6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9517f94-6269-47b0-8c09-d44488f72ff6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-d9517f94-6269-47b0-8c09-d44488f72ff6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ea117b1d-6405-4f3f-af2d-049163d65405 {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}



.shg-c#s-ea117b1d-6405-4f3f-af2d-049163d65405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea117b1d-6405-4f3f-af2d-049163d65405 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea117b1d-6405-4f3f-af2d-049163d65405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea117b1d-6405-4f3f-af2d-049163d65405 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea117b1d-6405-4f3f-af2d-049163d65405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea117b1d-6405-4f3f-af2d-049163d65405 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea117b1d-6405-4f3f-af2d-049163d65405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea117b1d-6405-4f3f-af2d-049163d65405 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea117b1d-6405-4f3f-af2d-049163d65405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea117b1d-6405-4f3f-af2d-049163d65405 img.shogun-image {
  width: 100%;
}



}
#s-0adb009f-cd98-4159-a8ca-789abc058f89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0adb009f-cd98-4159-a8ca-789abc058f89 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-40272aa8-ab6b-4a0d-be8f-dc82ad446637 {
  padding-bottom: 2%;
text-align: center;
}

#s-40272aa8-ab6b-4a0d-be8f-dc82ad446637 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-40272aa8-ab6b-4a0d-be8f-dc82ad446637 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-40272aa8-ab6b-4a0d-be8f-dc82ad446637 .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-265cf389-52d9-4935-97e9-7373b37702cc {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-265cf389-52d9-4935-97e9-7373b37702cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-265cf389-52d9-4935-97e9-7373b37702cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-265cf389-52d9-4935-97e9-7373b37702cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-265cf389-52d9-4935-97e9-7373b37702cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-265cf389-52d9-4935-97e9-7373b37702cc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-265cf389-52d9-4935-97e9-7373b37702cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f40a7420-e5f9-4e58-a673-72d957bf0281 {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}



.shg-c#s-f40a7420-e5f9-4e58-a673-72d957bf0281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f40a7420-e5f9-4e58-a673-72d957bf0281 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f40a7420-e5f9-4e58-a673-72d957bf0281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f40a7420-e5f9-4e58-a673-72d957bf0281 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f40a7420-e5f9-4e58-a673-72d957bf0281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f40a7420-e5f9-4e58-a673-72d957bf0281 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f40a7420-e5f9-4e58-a673-72d957bf0281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f40a7420-e5f9-4e58-a673-72d957bf0281 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f40a7420-e5f9-4e58-a673-72d957bf0281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f40a7420-e5f9-4e58-a673-72d957bf0281 img.shogun-image {
  width: 100%;
}



}
#s-6ad22ab9-c475-4dc6-a03b-31f99f939f83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ad22ab9-c475-4dc6-a03b-31f99f939f83 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7a7ac98f-a212-45bc-bef0-c6d9a675ca1a {
  padding-bottom: 2%;
text-align: center;
}

#s-7a7ac98f-a212-45bc-bef0-c6d9a675ca1a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7a7ac98f-a212-45bc-bef0-c6d9a675ca1a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-7a7ac98f-a212-45bc-bef0-c6d9a675ca1a .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-e996c265-ed0b-42b2-be50-af4ca224d574 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e996c265-ed0b-42b2-be50-af4ca224d574:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e996c265-ed0b-42b2-be50-af4ca224d574:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e996c265-ed0b-42b2-be50-af4ca224d574 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e996c265-ed0b-42b2-be50-af4ca224d574.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e996c265-ed0b-42b2-be50-af4ca224d574.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-e996c265-ed0b-42b2-be50-af4ca224d574.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-80309879-8c17-4a96-8fb9-80e87bcfde3e {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}



.shg-c#s-80309879-8c17-4a96-8fb9-80e87bcfde3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80309879-8c17-4a96-8fb9-80e87bcfde3e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-80309879-8c17-4a96-8fb9-80e87bcfde3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80309879-8c17-4a96-8fb9-80e87bcfde3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80309879-8c17-4a96-8fb9-80e87bcfde3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80309879-8c17-4a96-8fb9-80e87bcfde3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80309879-8c17-4a96-8fb9-80e87bcfde3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80309879-8c17-4a96-8fb9-80e87bcfde3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80309879-8c17-4a96-8fb9-80e87bcfde3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80309879-8c17-4a96-8fb9-80e87bcfde3e img.shogun-image {
  width: 100%;
}



}
#s-f70ac477-37dc-4c6e-90ee-8dd868897c43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f70ac477-37dc-4c6e-90ee-8dd868897c43 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-ee7fcff3-fba2-4114-a036-c107fd9ea445 {
  padding-bottom: 2%;
text-align: center;
}

#s-ee7fcff3-fba2-4114-a036-c107fd9ea445 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee7fcff3-fba2-4114-a036-c107fd9ea445 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-ee7fcff3-fba2-4114-a036-c107fd9ea445 .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-8b78e1ed-1762-43c7-93a4-9027e6429ecb {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8b78e1ed-1762-43c7-93a4-9027e6429ecb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b78e1ed-1762-43c7-93a4-9027e6429ecb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8b78e1ed-1762-43c7-93a4-9027e6429ecb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b78e1ed-1762-43c7-93a4-9027e6429ecb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b78e1ed-1762-43c7-93a4-9027e6429ecb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-8b78e1ed-1762-43c7-93a4-9027e6429ecb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}



.shg-c#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ccaf931-afd4-4759-b8c0-0f0fee472542 img.shogun-image {
  width: 100%;
}



}
#s-ce315d41-9a53-4588-91e1-f25326e96f8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce315d41-9a53-4588-91e1-f25326e96f8f .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-84eac4f2-c89a-4834-9fa0-a8335bd2f817 {
  padding-bottom: 2%;
text-align: center;
}

#s-84eac4f2-c89a-4834-9fa0-a8335bd2f817 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84eac4f2-c89a-4834-9fa0-a8335bd2f817 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-84eac4f2-c89a-4834-9fa0-a8335bd2f817 .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-8cee76e2-8de7-41b7-9699-cbafc936dbf7 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8cee76e2-8de7-41b7-9699-cbafc936dbf7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8cee76e2-8de7-41b7-9699-cbafc936dbf7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8cee76e2-8de7-41b7-9699-cbafc936dbf7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8cee76e2-8de7-41b7-9699-cbafc936dbf7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8cee76e2-8de7-41b7-9699-cbafc936dbf7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-8cee76e2-8de7-41b7-9699-cbafc936dbf7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-36b6c99f-4c24-4e04-a621-ba178f97ceeb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-36b6c99f-4c24-4e04-a621-ba178f97ceeb {
  display: none;
}
#s-36b6c99f-4c24-4e04-a621-ba178f97ceeb, #wrap-s-36b6c99f-4c24-4e04-a621-ba178f97ceeb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36b6c99f-4c24-4e04-a621-ba178f97ceeb {
  display: none;
}
#s-36b6c99f-4c24-4e04-a621-ba178f97ceeb, #wrap-s-36b6c99f-4c24-4e04-a621-ba178f97ceeb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36b6c99f-4c24-4e04-a621-ba178f97ceeb {
  display: none;
}
#s-36b6c99f-4c24-4e04-a621-ba178f97ceeb, #wrap-s-36b6c99f-4c24-4e04-a621-ba178f97ceeb { display: none !important; }}







#s-36b6c99f-4c24-4e04-a621-ba178f97ceeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b6c99f-4c24-4e04-a621-ba178f97ceeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 {
  margin-top: 0%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 {
  display: none;
}
#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37, #wrap-s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 {
  display: none;
}
#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37, #wrap-s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 {
  display: none;
}
#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37, #wrap-s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 { display: none !important; }}@media (max-width: 767px){#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 .shg-sld-nav-button.shg-sld-left,
#s-0a65d98f-b17f-4fc7-ae3b-f96b782c7c37 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9d4febc1-161f-45e2-bab8-96853608b5a0 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 {
  max-width:  100%;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 {
  max-width:  100%;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 {
  max-width:  100%;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 {
  max-width:  100%;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 {
  max-width:  100%;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 .shg-image-zoom,
.shg-c#s-9d4febc1-161f-45e2-bab8-96853608b5a0 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-7637a018-3989-4855-9a8c-e374d1b2ff19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7637a018-3989-4855-9a8c-e374d1b2ff19 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5460cd16-357e-4c73-94d9-b5ad98f9d7f9 {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-5460cd16-357e-4c73-94d9-b5ad98f9d7f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5460cd16-357e-4c73-94d9-b5ad98f9d7f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-5460cd16-357e-4c73-94d9-b5ad98f9d7f9 .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-6605057a-4aaf-4247-9bbc-0de8a91c5817 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6605057a-4aaf-4247-9bbc-0de8a91c5817:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6605057a-4aaf-4247-9bbc-0de8a91c5817:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6605057a-4aaf-4247-9bbc-0de8a91c5817 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6605057a-4aaf-4247-9bbc-0de8a91c5817.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6605057a-4aaf-4247-9bbc-0de8a91c5817.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-6605057a-4aaf-4247-9bbc-0de8a91c5817.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7aee58ae-203f-4723-b29d-9248c857ca46 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 {
  max-width:  100%;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  width: 100%;
}



.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 {
  max-width:  100%;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  width: 100%;
}



.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 {
  max-width:  100%;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  width: 100%;
}



.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 {
  max-width:  100%;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  width: 100%;
}



.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 {
  max-width:  100%;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  width: 100%;
}



.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 .shg-image-zoom,
.shg-c#s-7aee58ae-203f-4723-b29d-9248c857ca46 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-532bbf31-7705-474c-a0b4-280e6a202fcc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-532bbf31-7705-474c-a0b4-280e6a202fcc .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b727c759-ff08-4dab-b1d4-5fe75e063862 {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-b727c759-ff08-4dab-b1d4-5fe75e063862 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b727c759-ff08-4dab-b1d4-5fe75e063862 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-b727c759-ff08-4dab-b1d4-5fe75e063862 .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-3c058136-f78c-460a-afd6-fa6dea15b32d {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3c058136-f78c-460a-afd6-fa6dea15b32d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c058136-f78c-460a-afd6-fa6dea15b32d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c058136-f78c-460a-afd6-fa6dea15b32d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c058136-f78c-460a-afd6-fa6dea15b32d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c058136-f78c-460a-afd6-fa6dea15b32d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-3c058136-f78c-460a-afd6-fa6dea15b32d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d42098af-171a-4441-b9f8-d1f00b307ca6 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 {
  max-width:  100%;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  width: 100%;
}



.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 {
  max-width:  100%;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  width: 100%;
}



.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 {
  max-width:  100%;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  width: 100%;
}



.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 {
  max-width:  100%;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  width: 100%;
}



.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 {
  max-width:  100%;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  width: 100%;
}



.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 .shg-image-zoom,
.shg-c#s-d42098af-171a-4441-b9f8-d1f00b307ca6 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-20b8d935-1391-4015-a425-fff7c429adb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20b8d935-1391-4015-a425-fff7c429adb2 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b0c11af3-4ed5-453b-ad9b-f0981df86658 {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-b0c11af3-4ed5-453b-ad9b-f0981df86658 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b0c11af3-4ed5-453b-ad9b-f0981df86658 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-b0c11af3-4ed5-453b-ad9b-f0981df86658 .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-8fac00f3-76df-4c1b-ab89-9696621b975b {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8fac00f3-76df-4c1b-ab89-9696621b975b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8fac00f3-76df-4c1b-ab89-9696621b975b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8fac00f3-76df-4c1b-ab89-9696621b975b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8fac00f3-76df-4c1b-ab89-9696621b975b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fac00f3-76df-4c1b-ab89-9696621b975b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-8fac00f3-76df-4c1b-ab89-9696621b975b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a {
  max-width:  100%;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  width: 100%;
}



.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a {
  max-width:  100%;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  width: 100%;
}



.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a {
  max-width:  100%;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  width: 100%;
}



.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a {
  max-width:  100%;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  width: 100%;
}



.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a {
  max-width:  100%;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  width: 100%;
}



.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a .shg-image-zoom,
.shg-c#s-8aa76f5a-61b8-4a06-89ee-f91c2cbf2c4a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-a0200fe8-3668-4e37-82c7-47685d5e71fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0200fe8-3668-4e37-82c7-47685d5e71fc .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b4dfbeba-2717-4784-a78b-d73264843551 {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-b4dfbeba-2717-4784-a78b-d73264843551 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b4dfbeba-2717-4784-a78b-d73264843551 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-b4dfbeba-2717-4784-a78b-d73264843551 .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-e8ed1720-4221-4299-9859-19380ffb32ea {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e8ed1720-4221-4299-9859-19380ffb32ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8ed1720-4221-4299-9859-19380ffb32ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8ed1720-4221-4299-9859-19380ffb32ea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8ed1720-4221-4299-9859-19380ffb32ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8ed1720-4221-4299-9859-19380ffb32ea.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-e8ed1720-4221-4299-9859-19380ffb32ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb {
  max-width:  100%;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  width: 100%;
}



.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb {
  max-width:  100%;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  width: 100%;
}



.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb {
  max-width:  100%;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  width: 100%;
}



.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb {
  max-width:  100%;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  width: 100%;
}



.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb {
  max-width:  100%;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  width: 100%;
}



.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb .shg-image-zoom,
.shg-c#s-c1c2ff37-1c74-4979-92cc-dda424d92bfb img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-0494788a-424d-4fd8-b9e6-0693013917ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0494788a-424d-4fd8-b9e6-0693013917ec .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f326e76e-1724-4575-ac1a-71e30c8a94cd {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-f326e76e-1724-4575-ac1a-71e30c8a94cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f326e76e-1724-4575-ac1a-71e30c8a94cd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-f326e76e-1724-4575-ac1a-71e30c8a94cd .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-a1a910ae-2ea2-4237-930a-d20ca176b4f5 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a1a910ae-2ea2-4237-930a-d20ca176b4f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1a910ae-2ea2-4237-930a-d20ca176b4f5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1a910ae-2ea2-4237-930a-d20ca176b4f5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1a910ae-2ea2-4237-930a-d20ca176b4f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1a910ae-2ea2-4237-930a-d20ca176b4f5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-a1a910ae-2ea2-4237-930a-d20ca176b4f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 {
  display: none;
}
#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5, #wrap-s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 { display: none !important; }}@media (max-width: 767px){#s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce8ffdcc-b2ff-4e9e-8c9e-4b62b54116c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9dae49da-c95e-4a20-9700-1fc6b08abaed {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-9dae49da-c95e-4a20-9700-1fc6b08abaed {
  margin-bottom: 3%;
}
}@media (max-width: 767px){#s-9dae49da-c95e-4a20-9700-1fc6b08abaed {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
}
}
#s-9dae49da-c95e-4a20-9700-1fc6b08abaed {
  background-image: url(https://i.shgcdn.com/f8518895-51b6-4ed9-9e00-1d96af894c58/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9dae49da-c95e-4a20-9700-1fc6b08abaed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.2;
}#s-9dae49da-c95e-4a20-9700-1fc6b08abaed {
  cursor: pointer;
}#s-9dae49da-c95e-4a20-9700-1fc6b08abaed.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-614a13b7-605f-4d07-936b-0c6a7a19d512 {
  margin-top: 1%;
}
@media (min-width: 1200px){#s-614a13b7-605f-4d07-936b-0c6a7a19d512 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-614a13b7-605f-4d07-936b-0c6a7a19d512 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-614a13b7-605f-4d07-936b-0c6a7a19d512 {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-614a13b7-605f-4d07-936b-0c6a7a19d512 {
  
}
}
#s-d745d15d-f1ce-4a03-9f31-dc4b723890f5 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d745d15d-f1ce-4a03-9f31-dc4b723890f5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-d745d15d-f1ce-4a03-9f31-dc4b723890f5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-94445ddf-9b13-487b-9824-f059246ec46e {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-94445ddf-9b13-487b-9824-f059246ec46e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-94445ddf-9b13-487b-9824-f059246ec46e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-94445ddf-9b13-487b-9824-f059246ec46e {
  letter-spacing: 1px;
}
}

  #s-94445ddf-9b13-487b-9824-f059246ec46e-root {
    text-align: left;
  }


#s-94445ddf-9b13-487b-9824-f059246ec46e.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94445ddf-9b13-487b-9824-f059246ec46e-root {
    text-align: left;
  }


#s-94445ddf-9b13-487b-9824-f059246ec46e.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94445ddf-9b13-487b-9824-f059246ec46e-root {
    text-align: left;
  }


#s-94445ddf-9b13-487b-9824-f059246ec46e.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94445ddf-9b13-487b-9824-f059246ec46e-root {
    text-align: left;
  }


#s-94445ddf-9b13-487b-9824-f059246ec46e.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94445ddf-9b13-487b-9824-f059246ec46e-root {
    text-align: left;
  }


#s-94445ddf-9b13-487b-9824-f059246ec46e.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 {
  margin-top: 0px;
margin-bottom: 3%;
padding-top: 10%;
padding-bottom: 10%;
}
}@media (max-width: 767px){#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
opacity: 1;
}
}
#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 {
  background-image: url(https://i.shgcdn.com/7448c753-98b4-4b58-a94d-f415cdca6c5a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.2;
}#s-063e4b8a-4f90-4a6d-981f-810a99e21d94 {
  cursor: pointer;
}#s-063e4b8a-4f90-4a6d-981f-810a99e21d94.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-55b5b4cd-77fb-4649-be73-bc31a9fbf181 {
  margin-top: 1%;
}
@media (min-width: 1200px){#s-55b5b4cd-77fb-4649-be73-bc31a9fbf181 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55b5b4cd-77fb-4649-be73-bc31a9fbf181 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55b5b4cd-77fb-4649-be73-bc31a9fbf181 {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-55b5b4cd-77fb-4649-be73-bc31a9fbf181 {
  
}
}
#s-a3809d9c-b5dd-4e80-a839-8478882f1df2 {
  margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a3809d9c-b5dd-4e80-a839-8478882f1df2 {
  margin-right: 11%;
}
}
#s-a3809d9c-b5dd-4e80-a839-8478882f1df2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a3809d9c-b5dd-4e80-a839-8478882f1df2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-a750cd61-212d-414e-881e-866196218535 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-a750cd61-212d-414e-881e-866196218535:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-a750cd61-212d-414e-881e-866196218535:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-a750cd61-212d-414e-881e-866196218535 {
  letter-spacing: 1px;
}
}

  #s-a750cd61-212d-414e-881e-866196218535-root {
    text-align: left;
  }


#s-a750cd61-212d-414e-881e-866196218535.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a750cd61-212d-414e-881e-866196218535-root {
    text-align: left;
  }


#s-a750cd61-212d-414e-881e-866196218535.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a750cd61-212d-414e-881e-866196218535-root {
    text-align: left;
  }


#s-a750cd61-212d-414e-881e-866196218535.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a750cd61-212d-414e-881e-866196218535-root {
    text-align: left;
  }


#s-a750cd61-212d-414e-881e-866196218535.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a750cd61-212d-414e-881e-866196218535-root {
    text-align: left;
  }


#s-a750cd61-212d-414e-881e-866196218535.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-05de310f-bcd1-4170-9243-f4608c7f92db {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
background-position: center 15%;
}
@media (max-width: 767px){#s-05de310f-bcd1-4170-9243-f4608c7f92db {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
}
}
#s-05de310f-bcd1-4170-9243-f4608c7f92db {
  background-image: url(https://i.shgcdn.com/efd7b076-d1bc-44f2-80cd-0dbacafd90e3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-05de310f-bcd1-4170-9243-f4608c7f92db > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.1;
}#s-05de310f-bcd1-4170-9243-f4608c7f92db {
  cursor: pointer;
}#s-05de310f-bcd1-4170-9243-f4608c7f92db.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b21daf54-1173-4b60-91c2-640e4e143a33 {
  margin-top: 0%;
}
@media (min-width: 1200px){#s-b21daf54-1173-4b60-91c2-640e4e143a33 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b21daf54-1173-4b60-91c2-640e4e143a33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b21daf54-1173-4b60-91c2-640e4e143a33 {
  
}
}@media (max-width: 767px){#s-b21daf54-1173-4b60-91c2-640e4e143a33 {
  
}
}
#s-f3fbdcaa-c77a-4d2c-9e9e-81390a90a061 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f3fbdcaa-c77a-4d2c-9e9e-81390a90a061 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-f3fbdcaa-c77a-4d2c-9e9e-81390a90a061 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-898334d1-e086-40fc-bc0d-3a4adfd94176 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-898334d1-e086-40fc-bc0d-3a4adfd94176:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-898334d1-e086-40fc-bc0d-3a4adfd94176:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-898334d1-e086-40fc-bc0d-3a4adfd94176 {
  letter-spacing: 1px;
}
}

  #s-898334d1-e086-40fc-bc0d-3a4adfd94176-root {
    text-align: left;
  }


#s-898334d1-e086-40fc-bc0d-3a4adfd94176.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-898334d1-e086-40fc-bc0d-3a4adfd94176-root {
    text-align: left;
  }


#s-898334d1-e086-40fc-bc0d-3a4adfd94176.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-898334d1-e086-40fc-bc0d-3a4adfd94176-root {
    text-align: left;
  }


#s-898334d1-e086-40fc-bc0d-3a4adfd94176.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-898334d1-e086-40fc-bc0d-3a4adfd94176-root {
    text-align: left;
  }


#s-898334d1-e086-40fc-bc0d-3a4adfd94176.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-898334d1-e086-40fc-bc0d-3a4adfd94176-root {
    text-align: left;
  }


#s-898334d1-e086-40fc-bc0d-3a4adfd94176.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8afaff1c-6d80-4118-a046-8785a42c355c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 500px;
background-position: center 40%;
}
@media (max-width: 767px){#s-8afaff1c-6d80-4118-a046-8785a42c355c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
}
}
#s-8afaff1c-6d80-4118-a046-8785a42c355c {
  background-image: url(https://i.shgcdn.com/22fbe2d2-c68a-4326-a5c8-cb48228f7580/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8afaff1c-6d80-4118-a046-8785a42c355c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.1;
}#s-8afaff1c-6d80-4118-a046-8785a42c355c {
  cursor: pointer;
}#s-8afaff1c-6d80-4118-a046-8785a42c355c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-623ee8f9-3113-4643-be74-6ba557c54a37 {
  margin-top: 1%;
}
@media (min-width: 1200px){#s-623ee8f9-3113-4643-be74-6ba557c54a37 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-623ee8f9-3113-4643-be74-6ba557c54a37 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-623ee8f9-3113-4643-be74-6ba557c54a37 {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-623ee8f9-3113-4643-be74-6ba557c54a37 {
  
}
}
#s-677f93ce-6e55-4c35-b99e-9d1178ccec39 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-677f93ce-6e55-4c35-b99e-9d1178ccec39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-677f93ce-6e55-4c35-b99e-9d1178ccec39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-61a83bc1-f487-4458-9b1f-a38505683013 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(63, 63, 63, 1);
}
#s-61a83bc1-f487-4458-9b1f-a38505683013:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(63, 63, 63, 1) !important;}#s-61a83bc1-f487-4458-9b1f-a38505683013:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(63, 63, 63, 1) !important;
background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-61a83bc1-f487-4458-9b1f-a38505683013 {
  letter-spacing: 1px;
}
}

  #s-61a83bc1-f487-4458-9b1f-a38505683013-root {
    text-align: left;
  }


#s-61a83bc1-f487-4458-9b1f-a38505683013.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61a83bc1-f487-4458-9b1f-a38505683013-root {
    text-align: left;
  }


#s-61a83bc1-f487-4458-9b1f-a38505683013.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61a83bc1-f487-4458-9b1f-a38505683013-root {
    text-align: left;
  }


#s-61a83bc1-f487-4458-9b1f-a38505683013.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61a83bc1-f487-4458-9b1f-a38505683013-root {
    text-align: left;
  }


#s-61a83bc1-f487-4458-9b1f-a38505683013.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61a83bc1-f487-4458-9b1f-a38505683013-root {
    text-align: left;
  }


#s-61a83bc1-f487-4458-9b1f-a38505683013.shg-btn {
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-edc6b5d1-ae15-41ba-997f-104697a636d8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-edc6b5d1-ae15-41ba-997f-104697a636d8 {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-edc6b5d1-ae15-41ba-997f-104697a636d8, #wrap-s-edc6b5d1-ae15-41ba-997f-104697a636d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edc6b5d1-ae15-41ba-997f-104697a636d8 {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
display: none;
}
#s-edc6b5d1-ae15-41ba-997f-104697a636d8, #wrap-s-edc6b5d1-ae15-41ba-997f-104697a636d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edc6b5d1-ae15-41ba-997f-104697a636d8 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-edc6b5d1-ae15-41ba-997f-104697a636d8, #wrap-s-edc6b5d1-ae15-41ba-997f-104697a636d8 { display: none !important; }}@media (max-width: 767px){#s-edc6b5d1-ae15-41ba-997f-104697a636d8 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-edc6b5d1-ae15-41ba-997f-104697a636d8, #wrap-s-edc6b5d1-ae15-41ba-997f-104697a636d8 { display: none !important; }}







#s-edc6b5d1-ae15-41ba-997f-104697a636d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edc6b5d1-ae15-41ba-997f-104697a636d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-25206f94-df4c-41bb-9a13-ff63c1e78e54 {
  display: none;
}
#s-25206f94-df4c-41bb-9a13-ff63c1e78e54, #wrap-s-25206f94-df4c-41bb-9a13-ff63c1e78e54 { display: none !important; }}
@media (min-width: 0px) {
[id="s-25206f94-df4c-41bb-9a13-ff63c1e78e54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-25206f94-df4c-41bb-9a13-ff63c1e78e54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-25206f94-df4c-41bb-9a13-ff63c1e78e54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-25206f94-df4c-41bb-9a13-ff63c1e78e54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-a3359860-efd0-419d-945a-f53da892909d {
  text-align: left;
}



.shg-c#s-a3359860-efd0-419d-945a-f53da892909d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3359860-efd0-419d-945a-f53da892909d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3359860-efd0-419d-945a-f53da892909d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3359860-efd0-419d-945a-f53da892909d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3359860-efd0-419d-945a-f53da892909d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3359860-efd0-419d-945a-f53da892909d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3359860-efd0-419d-945a-f53da892909d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3359860-efd0-419d-945a-f53da892909d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3359860-efd0-419d-945a-f53da892909d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3359860-efd0-419d-945a-f53da892909d img.shogun-image {
  width: 100%;
}



}
#s-9b44a8b2-2bf5-4b62-8b35-470aea8ca5cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b44a8b2-2bf5-4b62-8b35-470aea8ca5cf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2541a08f-364b-438a-8c5f-12dd366da6cb {
  text-align: center;
}

#s-2541a08f-364b-438a-8c5f-12dd366da6cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-2541a08f-364b-438a-8c5f-12dd366da6cb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-2541a08f-364b-438a-8c5f-12dd366da6cb .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-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb-atc-btn-wrapper {
    text-align: center;
  }


#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-04128196-fd7b-4029-8fd0-5f6cfb4dc8cb.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-927ee118-4cb8-4c5e-a8fd-90f284792084 {
  text-align: left;
}



.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-927ee118-4cb8-4c5e-a8fd-90f284792084 img.shogun-image {
  width: 100%;
}



}
#s-09ca18b1-7504-46dd-848e-664a24b5d96b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09ca18b1-7504-46dd-848e-664a24b5d96b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2dfef27d-9ea9-41b3-9e7a-3d82aaec04cf {
  text-align: center;
}

#s-2dfef27d-9ea9-41b3-9e7a-3d82aaec04cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-2dfef27d-9ea9-41b3-9e7a-3d82aaec04cf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-2dfef27d-9ea9-41b3-9e7a-3d82aaec04cf .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-478e3e28-cad5-49c6-babe-8c25906dc71d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-478e3e28-cad5-49c6-babe-8c25906dc71d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-478e3e28-cad5-49c6-babe-8c25906dc71d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-478e3e28-cad5-49c6-babe-8c25906dc71d-atc-btn-wrapper {
    text-align: center;
  }


#s-478e3e28-cad5-49c6-babe-8c25906dc71d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-478e3e28-cad5-49c6-babe-8c25906dc71d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-478e3e28-cad5-49c6-babe-8c25906dc71d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-478e3e28-cad5-49c6-babe-8c25906dc71d.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-478e3e28-cad5-49c6-babe-8c25906dc71d.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-db93af40-7823-4a91-9e9f-cb771acb0f89 {
  text-align: left;
}



.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db93af40-7823-4a91-9e9f-cb771acb0f89 img.shogun-image {
  width: 100%;
}



}
#s-456a1789-84d9-4050-8388-b78ec3ebed77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-456a1789-84d9-4050-8388-b78ec3ebed77 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-58c34698-9088-4f67-9e77-db4c79ea1892 {
  text-align: center;
}

#s-58c34698-9088-4f67-9e77-db4c79ea1892 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-58c34698-9088-4f67-9e77-db4c79ea1892 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-58c34698-9088-4f67-9e77-db4c79ea1892 .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-463986c6-24eb-4dab-a858-fe209c72247e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-463986c6-24eb-4dab-a858-fe209c72247e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-463986c6-24eb-4dab-a858-fe209c72247e:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-463986c6-24eb-4dab-a858-fe209c72247e-atc-btn-wrapper {
    text-align: center;
  }


#s-463986c6-24eb-4dab-a858-fe209c72247e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-463986c6-24eb-4dab-a858-fe209c72247e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-463986c6-24eb-4dab-a858-fe209c72247e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-463986c6-24eb-4dab-a858-fe209c72247e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-463986c6-24eb-4dab-a858-fe209c72247e.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


#s-69331486-d7a7-4390-a381-a574e5024799 {
  text-align: left;
}



.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69331486-d7a7-4390-a381-a574e5024799 img.shogun-image {
  width: 100%;
}




#s-2100f6d3-9b86-4369-b49b-205ebb7f40d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2100f6d3-9b86-4369-b49b-205ebb7f40d0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6800c81a-c76b-4b29-8557-15765690ecc3 {
  text-align: center;
}

#s-6800c81a-c76b-4b29-8557-15765690ecc3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
}

#s-6800c81a-c76b-4b29-8557-15765690ecc3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Gotham-Book;
  font-style:  normal ;
  font-size: 14px;
}

#s-6800c81a-c76b-4b29-8557-15765690ecc3 .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-6ea03d17-5957-4209-8562-24595decab8a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(250, 141, 247, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6ea03d17-5957-4209-8562-24595decab8a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 0.72) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6ea03d17-5957-4209-8562-24595decab8a:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 141, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-6ea03d17-5957-4209-8562-24595decab8a-atc-btn-wrapper {
    text-align: center;
  }


#s-6ea03d17-5957-4209-8562-24595decab8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ea03d17-5957-4209-8562-24595decab8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ea03d17-5957-4209-8562-24595decab8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-6ea03d17-5957-4209-8562-24595decab8a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}


  #s-6ea03d17-5957-4209-8562-24595decab8a.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
  }


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
