.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-0032289c-1fd7-45f1-be92-991b11d2f27c {
  background-repeat: no-repeat;
background-size: 500px 500px;
margin-top: -145px;
margin-right: 6%;
min-height: 700px;
background-position: right center;
}
@media (max-width: 767px){#s-0032289c-1fd7-45f1-be92-991b11d2f27c {
  display: none;
}
#s-0032289c-1fd7-45f1-be92-991b11d2f27c, #wrap-s-0032289c-1fd7-45f1-be92-991b11d2f27c { display:none !important; }}
#s-0032289c-1fd7-45f1-be92-991b11d2f27c {
  background-image: url(https://i.shgcdn.com/fdc9ac7b-cb8d-42ff-b7d5-04c84f3350c0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0032289c-1fd7-45f1-be92-991b11d2f27c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0032289c-1fd7-45f1-be92-991b11d2f27c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73b82723-ab43-44be-8b06-05ed7840b356 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
max-width: 1540px;
}








#s-73b82723-ab43-44be-8b06-05ed7840b356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73b82723-ab43-44be-8b06-05ed7840b356.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-96cb08b7-1dd1-4785-8d75-803edd3a7f41 {
  margin-bottom: 0px;
}

#s-540b37ff-7938-46af-b2f7-dd4b31f2b4ef {
  margin-top: -110px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-540b37ff-7938-46af-b2f7-dd4b31f2b4ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-540b37ff-7938-46af-b2f7-dd4b31f2b4ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-4f934a17-d53d-4da7-b3e7-544aaa2b6517 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
max-width: 249px;
text-align: center;
}
@media (min-width: 1200px){#s-4f934a17-d53d-4da7-b3e7-544aaa2b6517 {
  display: none;
}
#s-4f934a17-d53d-4da7-b3e7-544aaa2b6517, #wrap-s-4f934a17-d53d-4da7-b3e7-544aaa2b6517 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f934a17-d53d-4da7-b3e7-544aaa2b6517 {
  display: none;
}
#s-4f934a17-d53d-4da7-b3e7-544aaa2b6517, #wrap-s-4f934a17-d53d-4da7-b3e7-544aaa2b6517 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f934a17-d53d-4da7-b3e7-544aaa2b6517 {
  display: none;
}
#s-4f934a17-d53d-4da7-b3e7-544aaa2b6517, #wrap-s-4f934a17-d53d-4da7-b3e7-544aaa2b6517 { display:none !important; }}






  #s-4f934a17-d53d-4da7-b3e7-544aaa2b6517 img.shogun-image {
    

    
    
    
  }


#s-4f934a17-d53d-4da7-b3e7-544aaa2b6517 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e9404e3-c314-4c2a-9e68-6ca4b3be7d00 {
  margin-bottom: -30px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (min-width: 1200px){#s-9e9404e3-c314-4c2a-9e68-6ca4b3be7d00 {
  display: none;
}
#s-9e9404e3-c314-4c2a-9e68-6ca4b3be7d00, #wrap-s-9e9404e3-c314-4c2a-9e68-6ca4b3be7d00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e9404e3-c314-4c2a-9e68-6ca4b3be7d00 {
  display: none;
}
#s-9e9404e3-c314-4c2a-9e68-6ca4b3be7d00, #wrap-s-9e9404e3-c314-4c2a-9e68-6ca4b3be7d00 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e9404e3-c314-4c2a-9e68-6ca4b3be7d00 {
  display: none;
}
#s-9e9404e3-c314-4c2a-9e68-6ca4b3be7d00, #wrap-s-9e9404e3-c314-4c2a-9e68-6ca4b3be7d00 { display:none !important; }}
#s-bd6f9baf-986f-4d27-87ec-cb178876df35 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 1535px;
}








#s-bd6f9baf-986f-4d27-87ec-cb178876df35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd6f9baf-986f-4d27-87ec-cb178876df35.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-a8889c17-674e-4002-a6cb-15e1b686fb9e {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-a8889c17-674e-4002-a6cb-15e1b686fb9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8889c17-674e-4002-a6cb-15e1b686fb9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a8889c17-674e-4002-a6cb-15e1b686fb9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8889c17-674e-4002-a6cb-15e1b686fb9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f532939d-3e9f-45bd-8fe7-2c6a20b91c7c {
  box-shadow:0px 0px 20px 0px ;
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-f532939d-3e9f-45bd-8fe7-2c6a20b91c7c {
  display: none;
}
#s-d0b6a138-5668-4dc7-a35a-fe482ed4305d {
  min-height: 50px;
}








#s-d0b6a138-5668-4dc7-a35a-fe482ed4305d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0b6a138-5668-4dc7-a35a-fe482ed4305d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3ac8727-a9a8-4a27-829a-37c7f923d912 {
  min-height: 500px;
max-width: 1100px;
aspect-ratio: 1100/812;
text-align: center;
}





  #s-d3ac8727-a9a8-4a27-829a-37c7f923d912 img.shogun-image,
  #s-d3ac8727-a9a8-4a27-829a-37c7f923d912 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3ac8727-a9a8-4a27-829a-37c7f923d912 {
    width: 100%;
    height: auto;
  }



  #s-d3ac8727-a9a8-4a27-829a-37c7f923d912 img.shogun-image {
    

    
    
    
  }


#s-d3ac8727-a9a8-4a27-829a-37c7f923d912 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d0abe79-7f49-4211-b9a2-fcccbf2cfac1 {
  margin-top: 30px;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
min-height: 50px;
}








#s-8d0abe79-7f49-4211-b9a2-fcccbf2cfac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d0abe79-7f49-4211-b9a2-fcccbf2cfac1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c67d4237-5dae-49a5-9682-ad0bb2823c19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c67d4237-5dae-49a5-9682-ad0bb2823c19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c67d4237-5dae-49a5-9682-ad0bb2823c19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c67d4237-5dae-49a5-9682-ad0bb2823c19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c67d4237-5dae-49a5-9682-ad0bb2823c19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c67d4237-5dae-49a5-9682-ad0bb2823c19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c67d4237-5dae-49a5-9682-ad0bb2823c19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-ef680426-88b8-4d3b-8cf7-0d271e661284 {
  text-align: center;
}







  #s-ef680426-88b8-4d3b-8cf7-0d271e661284 img.shogun-image {
    

    
    
    
  }


#s-ef680426-88b8-4d3b-8cf7-0d271e661284 .shogun-image-content {
  
    align-items: center;
  
}

#s-be62fba5-590f-4c1d-b0d3-b416ee66a6eb {
  margin-left: 15px;
min-height: 0px;
}

#s-39f448d5-10cb-4fa9-93d9-6ce3d2e0de12 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
}








#s-39f448d5-10cb-4fa9-93d9-6ce3d2e0de12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39f448d5-10cb-4fa9-93d9-6ce3d2e0de12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f4e7ada1-4319-4640-85e5-d2e6f0fa0392"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4e7ada1-4319-4640-85e5-d2e6f0fa0392"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4e7ada1-4319-4640-85e5-d2e6f0fa0392"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4e7ada1-4319-4640-85e5-d2e6f0fa0392"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4e7ada1-4319-4640-85e5-d2e6f0fa0392"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4e7ada1-4319-4640-85e5-d2e6f0fa0392"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4e7ada1-4319-4640-85e5-d2e6f0fa0392"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d09ef27d-0f78-41fc-b5b1-5c22cf19dce6 {
  text-align: left;
}

#s-d09ef27d-0f78-41fc-b5b1-5c22cf19dce6 .shg-product-sold-out {
  display: none;
  color: rgba(56, 66, 109, 1);
  font-size: 30px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-d09ef27d-0f78-41fc-b5b1-5c22cf19dce6 .shg-product-price {
  color: rgba(56, 66, 109, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 30px;
}

#s-d09ef27d-0f78-41fc-b5b1-5c22cf19dce6 .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-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-b3c4584b-a922-40f1-9824-2e0a0e6234d1 {
  box-shadow:-5.59px 8px 7px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(240, 162, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b3c4584b-a922-40f1-9824-2e0a0e6234d1:hover {background-color: rgba(56, 66, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b3c4584b-a922-40f1-9824-2e0a0e6234d1:active {background-color: rgba(56, 66, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b3c4584b-a922-40f1-9824-2e0a0e6234d1-root {
    text-align: center;
  }


#s-b3c4584b-a922-40f1-9824-2e0a0e6234d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3c4584b-a922-40f1-9824-2e0a0e6234d1-root {
    text-align: center;
  }


#s-b3c4584b-a922-40f1-9824-2e0a0e6234d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3c4584b-a922-40f1-9824-2e0a0e6234d1-root {
    text-align: center;
  }


#s-b3c4584b-a922-40f1-9824-2e0a0e6234d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3c4584b-a922-40f1-9824-2e0a0e6234d1-root {
    text-align: center;
  }


#s-b3c4584b-a922-40f1-9824-2e0a0e6234d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3c4584b-a922-40f1-9824-2e0a0e6234d1-root {
    text-align: center;
  }


#s-b3c4584b-a922-40f1-9824-2e0a0e6234d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}
#s-381bc06f-62ba-49d4-a3b1-8c5f54bcedcd {
  box-shadow:0px 0px 20px 0px ;
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-381bc06f-62ba-49d4-a3b1-8c5f54bcedcd {
  display: none;
}
#s-5c92056a-664a-4f2e-b145-1d1ac4a94b2b {
  min-height: 50px;
}








#s-5c92056a-664a-4f2e-b145-1d1ac4a94b2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c92056a-664a-4f2e-b145-1d1ac4a94b2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21043b66-6468-42ec-a608-2ead34c551eb {
  min-height: 500px;
max-width: 1100px;
aspect-ratio: 1100/812;
text-align: center;
}





  #s-21043b66-6468-42ec-a608-2ead34c551eb img.shogun-image,
  #s-21043b66-6468-42ec-a608-2ead34c551eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21043b66-6468-42ec-a608-2ead34c551eb {
    width: 100%;
    height: auto;
  }



  #s-21043b66-6468-42ec-a608-2ead34c551eb img.shogun-image {
    

    
    
    
  }


#s-21043b66-6468-42ec-a608-2ead34c551eb .shogun-image-content {
  
    align-items: center;
  
}

#s-e0db4a16-34a5-4731-8c79-72cd5c235238 {
  margin-top: 30px;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
min-height: 50px;
}








#s-e0db4a16-34a5-4731-8c79-72cd5c235238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0db4a16-34a5-4731-8c79-72cd5c235238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5e4f9d00-fb0b-4a82-8615-32e00205ea48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e4f9d00-fb0b-4a82-8615-32e00205ea48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e4f9d00-fb0b-4a82-8615-32e00205ea48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e4f9d00-fb0b-4a82-8615-32e00205ea48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e4f9d00-fb0b-4a82-8615-32e00205ea48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e4f9d00-fb0b-4a82-8615-32e00205ea48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e4f9d00-fb0b-4a82-8615-32e00205ea48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-0faef678-aa35-4aa9-ab4c-a3eb6f5a05a1 {
  text-align: center;
}







  #s-0faef678-aa35-4aa9-ab4c-a3eb6f5a05a1 img.shogun-image {
    

    
    
    
  }


#s-0faef678-aa35-4aa9-ab4c-a3eb6f5a05a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f564a87-4f50-494b-9468-555ade3446a4 {
  margin-left: 15px;
min-height: 0px;
}

#s-5b3e030d-4e05-4974-afc0-c4cd16e55472 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}








#s-5b3e030d-4e05-4974-afc0-c4cd16e55472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b3e030d-4e05-4974-afc0-c4cd16e55472.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0e1be81b-6fc4-4d4f-ab25-006d8ec59ca2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e1be81b-6fc4-4d4f-ab25-006d8ec59ca2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e1be81b-6fc4-4d4f-ab25-006d8ec59ca2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e1be81b-6fc4-4d4f-ab25-006d8ec59ca2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e1be81b-6fc4-4d4f-ab25-006d8ec59ca2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e1be81b-6fc4-4d4f-ab25-006d8ec59ca2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e1be81b-6fc4-4d4f-ab25-006d8ec59ca2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-42a53d8b-67f3-4996-8917-e4df10193efc {
  text-align: left;
}

#s-42a53d8b-67f3-4996-8917-e4df10193efc .shg-product-sold-out {
  display: none;
  color: rgba(56, 66, 109, 1);
  font-size: 30px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-42a53d8b-67f3-4996-8917-e4df10193efc .shg-product-price {
  color: rgba(56, 66, 109, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 30px;
}

#s-42a53d8b-67f3-4996-8917-e4df10193efc .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-65e9c5fd-cfec-4ade-abfd-b9a97ec78283 {
  box-shadow:-5.59px 8px 7px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(240, 162, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283:hover {background-color: rgba(56, 66, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283:active {background-color: rgba(56, 66, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283-root {
    text-align: center;
  }


#s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283-root {
    text-align: center;
  }


#s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283-root {
    text-align: center;
  }


#s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283-root {
    text-align: center;
  }


#s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283-root {
    text-align: center;
  }


#s-65e9c5fd-cfec-4ade-abfd-b9a97ec78283.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}
#s-69def2a9-4148-4079-a083-53e05519d235 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-69def2a9-4148-4079-a083-53e05519d235"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69def2a9-4148-4079-a083-53e05519d235"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69def2a9-4148-4079-a083-53e05519d235"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69def2a9-4148-4079-a083-53e05519d235"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1eaf987c-0793-4738-8a05-252ec179a319 {
  box-shadow:0px 0px 20px 0px ;
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-1eaf987c-0793-4738-8a05-252ec179a319 {
  display: none;
}







#s-5db83f0e-6dde-4204-8c2e-0439bec24fc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5db83f0e-6dde-4204-8c2e-0439bec24fc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68883932-c7a9-4a35-a8a7-9b96a1dfcbb6 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}







  #s-68883932-c7a9-4a35-a8a7-9b96a1dfcbb6 img.shogun-image {
    

    
    
    
  }


#s-68883932-c7a9-4a35-a8a7-9b96a1dfcbb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d8e117f-ab86-4e9e-94e0-e90070acd401 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
min-height: 50px;
}








#s-6d8e117f-ab86-4e9e-94e0-e90070acd401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d8e117f-ab86-4e9e-94e0-e90070acd401.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-50913e12-5b77-479e-b7d7-0d14b7874b33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50913e12-5b77-479e-b7d7-0d14b7874b33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50913e12-5b77-479e-b7d7-0d14b7874b33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50913e12-5b77-479e-b7d7-0d14b7874b33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50913e12-5b77-479e-b7d7-0d14b7874b33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50913e12-5b77-479e-b7d7-0d14b7874b33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50913e12-5b77-479e-b7d7-0d14b7874b33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-55b6b9ac-3e73-4233-9dbe-ac8e3b50c4e9 {
  text-align: center;
}







  #s-55b6b9ac-3e73-4233-9dbe-ac8e3b50c4e9 img.shogun-image {
    

    
    
    
  }


#s-55b6b9ac-3e73-4233-9dbe-ac8e3b50c4e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2256599-0b8e-4dd2-a1c9-1fe1202b0fe7 {
  margin-left: 15px;
min-height: 0px;
}

#s-3bdbf9f3-ead8-4f66-b90d-a0283ce2cfed {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}








#s-3bdbf9f3-ead8-4f66-b90d-a0283ce2cfed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bdbf9f3-ead8-4f66-b90d-a0283ce2cfed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d30c07f5-0416-4522-a778-0ac07bf807f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d30c07f5-0416-4522-a778-0ac07bf807f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d30c07f5-0416-4522-a778-0ac07bf807f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d30c07f5-0416-4522-a778-0ac07bf807f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d30c07f5-0416-4522-a778-0ac07bf807f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d30c07f5-0416-4522-a778-0ac07bf807f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d30c07f5-0416-4522-a778-0ac07bf807f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b73a25fb-99b9-4b9f-8f05-b8859fd9a54b {
  text-align: left;
}

#s-b73a25fb-99b9-4b9f-8f05-b8859fd9a54b .shg-product-sold-out {
  display: none;
  color: rgba(56, 66, 109, 1);
  font-size: 30px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b73a25fb-99b9-4b9f-8f05-b8859fd9a54b .shg-product-price {
  color: rgba(56, 66, 109, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 30px;
}

#s-b73a25fb-99b9-4b9f-8f05-b8859fd9a54b .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-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc {
  box-shadow:-5.59px 8px 7px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(240, 162, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc:hover {background-color: rgba(56, 66, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc:active {background-color: rgba(56, 66, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc-root {
    text-align: center;
  }


#s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc-root {
    text-align: center;
  }


#s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc-root {
    text-align: center;
  }


#s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc-root {
    text-align: center;
  }


#s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc-root {
    text-align: center;
  }


#s-d4bd58f6-c864-4fdc-a6c8-e22cf2c114bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}
#s-41915ece-2c0a-4975-aabe-8de9387010bd {
  box-shadow:0px 0px 20px 0px ;
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-41915ece-2c0a-4975-aabe-8de9387010bd {
  display: none;
}
#s-7c34bfa4-7da5-4b85-bb89-e89633cb830d {
  min-height: 50px;
}








#s-7c34bfa4-7da5-4b85-bb89-e89633cb830d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c34bfa4-7da5-4b85-bb89-e89633cb830d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-9360b4c9-6327-41e1-869d-a6472b619b5c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c {
  max-width:  100%;
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom,
.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c {
  max-width:  100%;
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom,
.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c {
  max-width:  100%;
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom,
.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c {
  max-width:  100%;
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom,
.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c {
  max-width:  100%;
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom,
.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9360b4c9-6327-41e1-869d-a6472b619b5c img.shogun-image {
  width: 100%;
}



}
#s-6b2d3efa-f8e8-4653-9900-38f71723febf {
  margin-top: 30px;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
min-height: 50px;
}








#s-6b2d3efa-f8e8-4653-9900-38f71723febf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b2d3efa-f8e8-4653-9900-38f71723febf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-542fc6f6-98c3-4a23-a316-71c2dd6b69fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-542fc6f6-98c3-4a23-a316-71c2dd6b69fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-542fc6f6-98c3-4a23-a316-71c2dd6b69fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-542fc6f6-98c3-4a23-a316-71c2dd6b69fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-542fc6f6-98c3-4a23-a316-71c2dd6b69fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-542fc6f6-98c3-4a23-a316-71c2dd6b69fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-542fc6f6-98c3-4a23-a316-71c2dd6b69fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-a76d6b65-bfef-4cf4-8e4e-91114810ae84 {
  text-align: center;
}







  #s-a76d6b65-bfef-4cf4-8e4e-91114810ae84 img.shogun-image {
    

    
    
    
  }


#s-a76d6b65-bfef-4cf4-8e4e-91114810ae84 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6180150-b353-4107-926d-bc86fe48f356 {
  margin-left: 15px;
min-height: 0px;
}

#s-80deecb0-8a80-49c2-9ac9-312d9fc8fc97 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}








#s-80deecb0-8a80-49c2-9ac9-312d9fc8fc97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80deecb0-8a80-49c2-9ac9-312d9fc8fc97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d6550422-dd2a-4115-b4e4-65ac55921d8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6550422-dd2a-4115-b4e4-65ac55921d8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d6550422-dd2a-4115-b4e4-65ac55921d8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6550422-dd2a-4115-b4e4-65ac55921d8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d6550422-dd2a-4115-b4e4-65ac55921d8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6550422-dd2a-4115-b4e4-65ac55921d8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d6550422-dd2a-4115-b4e4-65ac55921d8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-c45c3dac-9f47-4458-85f7-90505523ed23 {
  text-align: left;
}

#s-c45c3dac-9f47-4458-85f7-90505523ed23 .shg-product-sold-out {
  display: none;
  color: rgba(56, 66, 109, 1);
  font-size: 30px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-c45c3dac-9f47-4458-85f7-90505523ed23 .shg-product-price {
  color: rgba(56, 66, 109, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 30px;
}

#s-c45c3dac-9f47-4458-85f7-90505523ed23 .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-fd62010f-4b20-4aca-b378-f00047237c2f {
  box-shadow:-5.59px 8px 7px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(240, 162, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-fd62010f-4b20-4aca-b378-f00047237c2f:hover {background-color: rgba(56, 66, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd62010f-4b20-4aca-b378-f00047237c2f:active {background-color: rgba(56, 66, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fd62010f-4b20-4aca-b378-f00047237c2f-root {
    text-align: center;
  }


#s-fd62010f-4b20-4aca-b378-f00047237c2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd62010f-4b20-4aca-b378-f00047237c2f-root {
    text-align: center;
  }


#s-fd62010f-4b20-4aca-b378-f00047237c2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd62010f-4b20-4aca-b378-f00047237c2f-root {
    text-align: center;
  }


#s-fd62010f-4b20-4aca-b378-f00047237c2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd62010f-4b20-4aca-b378-f00047237c2f-root {
    text-align: center;
  }


#s-fd62010f-4b20-4aca-b378-f00047237c2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd62010f-4b20-4aca-b378-f00047237c2f-root {
    text-align: center;
  }


#s-fd62010f-4b20-4aca-b378-f00047237c2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: MayekaBoldDemo;
  display:  block ;
}
}
#s-0e8aa931-a509-49b1-9ebb-a3570ce479b0 {
  margin-top: -25px;
margin-bottom: -25px;
padding-top: 40px;
min-height: 50px;
}








#s-0e8aa931-a509-49b1-9ebb-a3570ce479b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e8aa931-a509-49b1-9ebb-a3570ce479b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4d52007-19ec-4c4f-b9c7-7eb899d37f33 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1535px;
}








#s-b4d52007-19ec-4c4f-b9c7-7eb899d37f33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4d52007-19ec-4c4f-b9c7-7eb899d37f33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaaf58e4-6877-4d2c-9ebd-9d71d156b1ba {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1200px;
}








#s-eaaf58e4-6877-4d2c-9ebd-9d71d156b1ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaaf58e4-6877-4d2c-9ebd-9d71d156b1ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef56c3f9-850f-4319-9c24-0619f097c2cd {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ef56c3f9-850f-4319-9c24-0619f097c2cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef56c3f9-850f-4319-9c24-0619f097c2cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef56c3f9-850f-4319-9c24-0619f097c2cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef56c3f9-850f-4319-9c24-0619f097c2cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ef56c3f9-850f-4319-9c24-0619f097c2cd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f9510223-7142-4981-a379-d636e1fe3bdd {
  display: none;
}
.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-e782235b-1bd5-406c-8f57-2aa53f875583 {
  box-shadow:0px 4px 10px 0px rgba(204, 204, 204, 1);
background-image: url(https://i.shgcdn.com/60cca876-8d92-4ba6-a4ff-692f57c02722/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 296px;
background-color: rgba(240, 162, 112, 1);
text-align: center;
cursor: pointer;
hover-type: color;
background-position: 90% center;
}
#s-e782235b-1bd5-406c-8f57-2aa53f875583:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e782235b-1bd5-406c-8f57-2aa53f875583:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e782235b-1bd5-406c-8f57-2aa53f875583 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e782235b-1bd5-406c-8f57-2aa53f875583.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e782235b-1bd5-406c-8f57-2aa53f875583.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  block ;
}

#s-e782235b-1bd5-406c-8f57-2aa53f875583.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fcc91249-9d4f-4169-93e4-1b2baa38b76a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcc91249-9d4f-4169-93e4-1b2baa38b76a {
  display: none;
}
#s-fcc91249-9d4f-4169-93e4-1b2baa38b76a, #wrap-s-fcc91249-9d4f-4169-93e4-1b2baa38b76a { display:none !important; }}






  #s-fcc91249-9d4f-4169-93e4-1b2baa38b76a img.shogun-image {
    

    
    
    
  }


#s-fcc91249-9d4f-4169-93e4-1b2baa38b76a .shogun-image-content {
  
    align-items: center;
  
}

#s-24284e67-a59a-4188-b504-a7d712eced83 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-24284e67-a59a-4188-b504-a7d712eced83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24284e67-a59a-4188-b504-a7d712eced83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24284e67-a59a-4188-b504-a7d712eced83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24284e67-a59a-4188-b504-a7d712eced83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-24284e67-a59a-4188-b504-a7d712eced83"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fc867f14-6c80-451f-995d-acf4bd197404 {
  display: none;
}
#s-97bdea6b-b049-49b2-a201-3d6325adadae {
  box-shadow:0px 4px 10px 0px rgba(204, 204, 204, 1);
background-image: url(https://i.shgcdn.com/60cca876-8d92-4ba6-a4ff-692f57c02722/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 296px;
background-color: rgba(240, 162, 112, 1);
text-align: center;
cursor: pointer;
hover-type: color;
background-position: 90% center;
}
#s-97bdea6b-b049-49b2-a201-3d6325adadae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97bdea6b-b049-49b2-a201-3d6325adadae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97bdea6b-b049-49b2-a201-3d6325adadae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97bdea6b-b049-49b2-a201-3d6325adadae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97bdea6b-b049-49b2-a201-3d6325adadae.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  block ;
}

#s-97bdea6b-b049-49b2-a201-3d6325adadae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c3cec127-c4e0-4996-b391-587d6a5c81c4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c3cec127-c4e0-4996-b391-587d6a5c81c4 {
  display: none;
}
#s-c3cec127-c4e0-4996-b391-587d6a5c81c4, #wrap-s-c3cec127-c4e0-4996-b391-587d6a5c81c4 { display:none !important; }}






  #s-c3cec127-c4e0-4996-b391-587d6a5c81c4 img.shogun-image {
    

    
    
    
  }


#s-c3cec127-c4e0-4996-b391-587d6a5c81c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4749afff-67d5-48aa-9759-201ee6df8cd2 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4749afff-67d5-48aa-9759-201ee6df8cd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4749afff-67d5-48aa-9759-201ee6df8cd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4749afff-67d5-48aa-9759-201ee6df8cd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4749afff-67d5-48aa-9759-201ee6df8cd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4749afff-67d5-48aa-9759-201ee6df8cd2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9cabe7f5-2931-4a8d-af70-c5c50cc87fed {
  max-width: 296px;
}

#s-9cabe7f5-2931-4a8d-af70-c5c50cc87fed {
  display: none;
}
#s-a81c929c-c4ca-4651-96de-566db31b6e46 {
  box-shadow:0px 4px 10px 0px rgba(204, 204, 204, 1);
background-image: url(https://i.shgcdn.com/60cca876-8d92-4ba6-a4ff-692f57c02722/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(240, 162, 112, 1);
text-align: center;
cursor: pointer;
hover-type: color;
background-position: 90% center;
}
#s-a81c929c-c4ca-4651-96de-566db31b6e46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a81c929c-c4ca-4651-96de-566db31b6e46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a81c929c-c4ca-4651-96de-566db31b6e46 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a81c929c-c4ca-4651-96de-566db31b6e46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a81c929c-c4ca-4651-96de-566db31b6e46.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  block ;
}

#s-a81c929c-c4ca-4651-96de-566db31b6e46.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4cc14b14-d612-4b02-bce7-e1061e8fd461 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4cc14b14-d612-4b02-bce7-e1061e8fd461 {
  display: none;
}
#s-4cc14b14-d612-4b02-bce7-e1061e8fd461, #wrap-s-4cc14b14-d612-4b02-bce7-e1061e8fd461 { display:none !important; }}






  #s-4cc14b14-d612-4b02-bce7-e1061e8fd461 img.shogun-image {
    

    
    
    
  }


#s-4cc14b14-d612-4b02-bce7-e1061e8fd461 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b7b4b75-0064-4856-bfe6-ded9923182eb {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1200px;
}








#s-5b7b4b75-0064-4856-bfe6-ded9923182eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b7b4b75-0064-4856-bfe6-ded9923182eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6990e22-05fa-4912-9c0c-d89b18e10f21 {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 1200px){#s-e6990e22-05fa-4912-9c0c-d89b18e10f21 {
  display: none;
}
#s-e6990e22-05fa-4912-9c0c-d89b18e10f21, #wrap-s-e6990e22-05fa-4912-9c0c-d89b18e10f21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6990e22-05fa-4912-9c0c-d89b18e10f21 {
  display: none;
}
#s-e6990e22-05fa-4912-9c0c-d89b18e10f21, #wrap-s-e6990e22-05fa-4912-9c0c-d89b18e10f21 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6990e22-05fa-4912-9c0c-d89b18e10f21 {
  display: none;
}
#s-e6990e22-05fa-4912-9c0c-d89b18e10f21, #wrap-s-e6990e22-05fa-4912-9c0c-d89b18e10f21 { display:none !important; }}@media (max-width: 767px){#s-e6990e22-05fa-4912-9c0c-d89b18e10f21 {
  display: none;
}
#s-e6990e22-05fa-4912-9c0c-d89b18e10f21, #wrap-s-e6990e22-05fa-4912-9c0c-d89b18e10f21 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e6990e22-05fa-4912-9c0c-d89b18e10f21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6990e22-05fa-4912-9c0c-d89b18e10f21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6990e22-05fa-4912-9c0c-d89b18e10f21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6990e22-05fa-4912-9c0c-d89b18e10f21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e6990e22-05fa-4912-9c0c-d89b18e10f21"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8e88c270-99f5-45da-914d-c28ec4c35cbd {
  display: none;
}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

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

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

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

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

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

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

.shg-product-selector-hidden {
  display: none;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 {
  text-align: left;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13-btn-wrapper {
    text-align: center;
  }


#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-variant-btn:hover {
  background: #252525;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-variant-btn:active, #s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3065b2f7-ef06-4f8a-83e1-1e2011ba5b13 .shg-variant-btn.disabled {
  background: #252525;
}

#s-18e80229-e699-4416-a283-d74a3beadce2 {
  box-shadow:0px 4px 10px 0px rgba(204, 204, 204, 1);
border-style: solid;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(240, 162, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 254, 254, 1);
}
#s-18e80229-e699-4416-a283-d74a3beadce2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18e80229-e699-4416-a283-d74a3beadce2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-18e80229-e699-4416-a283-d74a3beadce2-root {
    text-align: left;
  }


#s-18e80229-e699-4416-a283-d74a3beadce2.shg-btn {
  color: rgba(254, 254, 254, 1);
  
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18e80229-e699-4416-a283-d74a3beadce2-root {
    text-align: left;
  }


#s-18e80229-e699-4416-a283-d74a3beadce2.shg-btn {
  color: rgba(254, 254, 254, 1);
  
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18e80229-e699-4416-a283-d74a3beadce2-root {
    text-align: left;
  }


#s-18e80229-e699-4416-a283-d74a3beadce2.shg-btn {
  color: rgba(254, 254, 254, 1);
  
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18e80229-e699-4416-a283-d74a3beadce2-root {
    text-align: left;
  }


#s-18e80229-e699-4416-a283-d74a3beadce2.shg-btn {
  color: rgba(254, 254, 254, 1);
  
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18e80229-e699-4416-a283-d74a3beadce2-root {
    text-align: left;
  }


#s-18e80229-e699-4416-a283-d74a3beadce2.shg-btn {
  color: rgba(254, 254, 254, 1);
  
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}
#s-8ad83122-65d4-47fd-bab3-1c503656ab60 {
  box-shadow:0px 4px 10px 0px rgba(204, 204, 204, 1);
background-image: url(https://i.shgcdn.com/60cca876-8d92-4ba6-a4ff-692f57c02722/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 296px;
background-color: rgba(240, 162, 112, 1);
text-align: center;
cursor: pointer;
hover-type: color;
background-position: 90% center;
}
#s-8ad83122-65d4-47fd-bab3-1c503656ab60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ad83122-65d4-47fd-bab3-1c503656ab60:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ad83122-65d4-47fd-bab3-1c503656ab60 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ad83122-65d4-47fd-bab3-1c503656ab60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ad83122-65d4-47fd-bab3-1c503656ab60.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  block ;
}

#s-8ad83122-65d4-47fd-bab3-1c503656ab60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-daad97d2-2e76-43fd-9cf1-88b5202ec1a9 {
  text-align: center;
}







  #s-daad97d2-2e76-43fd-9cf1-88b5202ec1a9 img.shogun-image {
    

    
    
    
  }


#s-daad97d2-2e76-43fd-9cf1-88b5202ec1a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b7d5c72-8302-4fe6-bb38-10aab0fe226b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-1b7d5c72-8302-4fe6-bb38-10aab0fe226b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b7d5c72-8302-4fe6-bb38-10aab0fe226b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-189bde9c-09e1-41ec-8c6a-0733f71f29e2 {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 1200px){#s-189bde9c-09e1-41ec-8c6a-0733f71f29e2 {
  display: none;
}
#s-189bde9c-09e1-41ec-8c6a-0733f71f29e2, #wrap-s-189bde9c-09e1-41ec-8c6a-0733f71f29e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-189bde9c-09e1-41ec-8c6a-0733f71f29e2 {
  display: none;
}
#s-189bde9c-09e1-41ec-8c6a-0733f71f29e2, #wrap-s-189bde9c-09e1-41ec-8c6a-0733f71f29e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-189bde9c-09e1-41ec-8c6a-0733f71f29e2 {
  display: none;
}
#s-189bde9c-09e1-41ec-8c6a-0733f71f29e2, #wrap-s-189bde9c-09e1-41ec-8c6a-0733f71f29e2 { display:none !important; }}@media (max-width: 767px){#s-189bde9c-09e1-41ec-8c6a-0733f71f29e2 {
  display: none;
}
#s-189bde9c-09e1-41ec-8c6a-0733f71f29e2, #wrap-s-189bde9c-09e1-41ec-8c6a-0733f71f29e2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-189bde9c-09e1-41ec-8c6a-0733f71f29e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-189bde9c-09e1-41ec-8c6a-0733f71f29e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-189bde9c-09e1-41ec-8c6a-0733f71f29e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-189bde9c-09e1-41ec-8c6a-0733f71f29e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4176c7d7-2794-4414-b7e1-12c3a18f6f90 {
  display: none;
}
#s-52f36faa-7fac-43fd-ac27-4b93951c4774 {
  box-shadow:0px 4px 10px 0px rgba(204, 204, 204, 1);
background-image: url(https://i.shgcdn.com/60cca876-8d92-4ba6-a4ff-692f57c02722/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 296px;
background-color: rgba(240, 162, 112, 1);
text-align: center;
cursor: pointer;
hover-type: color;
background-position: 90% center;
}
#s-52f36faa-7fac-43fd-ac27-4b93951c4774:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52f36faa-7fac-43fd-ac27-4b93951c4774:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52f36faa-7fac-43fd-ac27-4b93951c4774 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52f36faa-7fac-43fd-ac27-4b93951c4774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52f36faa-7fac-43fd-ac27-4b93951c4774.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  block ;
}

#s-52f36faa-7fac-43fd-ac27-4b93951c4774.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1d213af1-fd11-4251-a7f5-0a2679ebee63 {
  text-align: center;
}







  #s-1d213af1-fd11-4251-a7f5-0a2679ebee63 img.shogun-image {
    

    
    
    
  }


#s-1d213af1-fd11-4251-a7f5-0a2679ebee63 .shogun-image-content {
  
    align-items: center;
  
}

#s-d48fb841-c8ac-4540-93d8-deddecded485 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d48fb841-c8ac-4540-93d8-deddecded485"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d48fb841-c8ac-4540-93d8-deddecded485"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d48fb841-c8ac-4540-93d8-deddecded485"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d48fb841-c8ac-4540-93d8-deddecded485"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d48fb841-c8ac-4540-93d8-deddecded485"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6e783db2-00ac-4a05-a489-2e4f6ac04fd3 {
  display: none;
}
#s-0a4e8edd-4c48-4c75-949b-cfd5a421b3f3 {
  box-shadow:0px 4px 10px 0px rgba(204, 204, 204, 1);
background-image: url(https://i.shgcdn.com/60cca876-8d92-4ba6-a4ff-692f57c02722/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 296px;
background-color: rgba(240, 162, 112, 1);
text-align: center;
cursor: pointer;
hover-type: color;
background-position: 90% center;
}
#s-0a4e8edd-4c48-4c75-949b-cfd5a421b3f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a4e8edd-4c48-4c75-949b-cfd5a421b3f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a4e8edd-4c48-4c75-949b-cfd5a421b3f3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a4e8edd-4c48-4c75-949b-cfd5a421b3f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a4e8edd-4c48-4c75-949b-cfd5a421b3f3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  block ;
}

#s-0a4e8edd-4c48-4c75-949b-cfd5a421b3f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b5b49386-3ea5-46eb-81fe-399076d9762a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5b49386-3ea5-46eb-81fe-399076d9762a {
  display: none;
}
#s-b5b49386-3ea5-46eb-81fe-399076d9762a, #wrap-s-b5b49386-3ea5-46eb-81fe-399076d9762a { display:none !important; }}






  #s-b5b49386-3ea5-46eb-81fe-399076d9762a img.shogun-image {
    

    
    
    
  }


#s-b5b49386-3ea5-46eb-81fe-399076d9762a .shogun-image-content {
  
    align-items: center;
  
}

#s-baa584eb-2bc9-43ae-992a-887cf731ae71 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 430px;
background-position: center center;
}








#s-baa584eb-2bc9-43ae-992a-887cf731ae71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baa584eb-2bc9-43ae-992a-887cf731ae71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}