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

.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-df4dc495-68b3-42a9-a768-802475bf5d00 {
  margin-top: 31px;
min-height: 50px;
background-color: rgba(241, 234, 228, 1);
}








#s-df4dc495-68b3-42a9-a768-802475bf5d00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df4dc495-68b3-42a9-a768-802475bf5d00.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-aeb92ee9-bd94-41ba-9c17-22b014e1211b {
  margin-top: -57px;
text-align: center;
}







  #s-aeb92ee9-bd94-41ba-9c17-22b014e1211b img.shogun-image {
    

    
    
    
  }


#s-aeb92ee9-bd94-41ba-9c17-22b014e1211b .shogun-image-content {
  
    align-items: center;
  
}

#s-3772f3d0-81e3-49da-b782-766554fc6528 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3772f3d0-81e3-49da-b782-766554fc6528 {
  display: none;
}
#s-3772f3d0-81e3-49da-b782-766554fc6528, #wrap-s-3772f3d0-81e3-49da-b782-766554fc6528 { display:none !important; }}@media (max-width: 767px){#s-3772f3d0-81e3-49da-b782-766554fc6528 {
  display: none;
}
#s-3772f3d0-81e3-49da-b782-766554fc6528, #wrap-s-3772f3d0-81e3-49da-b782-766554fc6528 { display:none !important; }}







#s-3772f3d0-81e3-49da-b782-766554fc6528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3772f3d0-81e3-49da-b782-766554fc6528.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-dbb6d71c-76e6-4458-99c9-0799afb0f74c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbb6d71c-76e6-4458-99c9-0799afb0f74c .shogun-heading-component h2 {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-3c5b791c-f19e-47bd-ad77-c2ecbd534d74 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c5b791c-f19e-47bd-ad77-c2ecbd534d74 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-98961205-b032-47b1-9689-0f2851968d37 {
  margin-left: 30%;
margin-right: 30%;
}

#s-c46d2404-78e4-4492-b8c8-497f26110c24 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c46d2404-78e4-4492-b8c8-497f26110c24 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-32a3d52c-2c16-4824-ba7b-a0ec59cc6e31 {
  margin-left: 30%;
margin-right: 30%;
}

#s-eab73296-aeab-4911-b0a6-d30eaa66dacb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eab73296-aeab-4911-b0a6-d30eaa66dacb .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2d51b52a-16b6-49d9-bf84-886a8c89184f {
  margin-left: 30%;
margin-right: 30%;
}

#s-9f9f2567-7f20-4626-a319-660ef26be47b {
  padding-top: 10%;
padding-bottom: 10%;
min-height: 500px;
}
@media (min-width: 1200px){#s-9f9f2567-7f20-4626-a319-660ef26be47b {
  display: none;
}
#s-9f9f2567-7f20-4626-a319-660ef26be47b, #wrap-s-9f9f2567-7f20-4626-a319-660ef26be47b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f9f2567-7f20-4626-a319-660ef26be47b {
  display: none;
}
#s-9f9f2567-7f20-4626-a319-660ef26be47b, #wrap-s-9f9f2567-7f20-4626-a319-660ef26be47b { display:none !important; }}







#s-9f9f2567-7f20-4626-a319-660ef26be47b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f9f2567-7f20-4626-a319-660ef26be47b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9067ae88-7204-4488-ace3-3fd2c7d3c42c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9067ae88-7204-4488-ace3-3fd2c7d3c42c .shogun-heading-component h2 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-114e7b79-a368-450b-a642-d50b0f6b746a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-114e7b79-a368-450b-a642-d50b0f6b746a .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d4ff0f8b-86e2-4478-a5be-4934e69a8ba4 {
  margin-left: 10%;
margin-right: 10%;
}

#s-bcd2cf54-0835-41e0-89f3-01bffdbdfc57 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcd2cf54-0835-41e0-89f3-01bffdbdfc57 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ef3eb901-6006-4464-b862-83629e76da0a {
  margin-left: 10%;
margin-right: 10%;
}

#s-a0c80ef3-a1ca-46f1-a2e4-5f503f40ce3d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0c80ef3-a1ca-46f1-a2e4-5f503f40ce3d .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2776c152-c36e-444a-b6da-304a0f2fbd83 {
  margin-left: 10%;
margin-right: 10%;
}

#s-828251de-cb36-41bb-84e8-c13b6c20d9b6 {
  min-height: 50px;
}








#s-828251de-cb36-41bb-84e8-c13b6c20d9b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-828251de-cb36-41bb-84e8-c13b6c20d9b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b110e654-04ef-4f44-8591-839a9ff5eb4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b110e654-04ef-4f44-8591-839a9ff5eb4f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.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-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d {
  margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d {
  display: none;
}
#s-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d, #wrap-s-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d { display:none !important; }}@media (max-width: 767px){#s-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d {
  display: none;
}
#s-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d, #wrap-s-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d { display:none !important; }}
@media (min-width: 0px) {
[id="s-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f3fe622-c26a-4d83-bd47-0b4025e6cf9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-126c83cf-5859-49a7-be91-c79e1aa4e68a {
  display: none;
}
.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-ec6ce407-1533-45bd-9944-5e2fff352546 {
  text-align: left;
}



.shg-c#s-ec6ce407-1533-45bd-9944-5e2fff352546 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6ce407-1533-45bd-9944-5e2fff352546 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ec6ce407-1533-45bd-9944-5e2fff352546 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6ce407-1533-45bd-9944-5e2fff352546 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec6ce407-1533-45bd-9944-5e2fff352546 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6ce407-1533-45bd-9944-5e2fff352546 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec6ce407-1533-45bd-9944-5e2fff352546 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6ce407-1533-45bd-9944-5e2fff352546 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec6ce407-1533-45bd-9944-5e2fff352546 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6ce407-1533-45bd-9944-5e2fff352546 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-ad8258af-135f-483e-b5de-e7f61f57cc33 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-ad8258af-135f-483e-b5de-e7f61f57cc33 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-73bb2dc1-aadd-4591-b064-710657fe4e46 {
  text-align: center;
}

#s-73bb2dc1-aadd-4591-b064-710657fe4e46 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-73bb2dc1-aadd-4591-b064-710657fe4e46 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-73bb2dc1-aadd-4591-b064-710657fe4e46 .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-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

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

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

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

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

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

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

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 {
  margin-bottom: 10px;
text-align: left;
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .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-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .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-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053-btn-wrapper {
    text-align: center;
  }


#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-variant-btn:hover {
  background: #252525;
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-variant-btn:active, #s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7337a007-8c94-4bf9-a3fd-8b0f39d2f053 .shg-variant-btn.disabled {
  background: #252525;
}

.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-a1c9e2bd-07b4-4b13-804a-f5dde6f49bef {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-a1c9e2bd-07b4-4b13-804a-f5dde6f49bef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1c9e2bd-07b4-4b13-804a-f5dde6f49bef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1c9e2bd-07b4-4b13-804a-f5dde6f49bef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1c9e2bd-07b4-4b13-804a-f5dde6f49bef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1c9e2bd-07b4-4b13-804a-f5dde6f49bef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a1c9e2bd-07b4-4b13-804a-f5dde6f49bef.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-a1c9e2bd-07b4-4b13-804a-f5dde6f49bef.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-027e6d6d-e286-4bcd-9744-1bb4fba61603 {
  display: none;
}
#s-5338c5b8-9e9f-4784-b93b-35358b783484 {
  text-align: left;
}



.shg-c#s-5338c5b8-9e9f-4784-b93b-35358b783484 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5338c5b8-9e9f-4784-b93b-35358b783484 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5338c5b8-9e9f-4784-b93b-35358b783484 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5338c5b8-9e9f-4784-b93b-35358b783484 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5338c5b8-9e9f-4784-b93b-35358b783484 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5338c5b8-9e9f-4784-b93b-35358b783484 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5338c5b8-9e9f-4784-b93b-35358b783484 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5338c5b8-9e9f-4784-b93b-35358b783484 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5338c5b8-9e9f-4784-b93b-35358b783484 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5338c5b8-9e9f-4784-b93b-35358b783484 img.shogun-image {
  width: 100%;
}



}
#s-bc369b90-48ae-437c-90af-817db8a1be70 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-bc369b90-48ae-437c-90af-817db8a1be70 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

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

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

#s-5ca992db-760c-4d99-ae03-a4f665ecdee2 {
  margin-top: 9px;
}

#s-5ca992db-760c-4d99-ae03-a4f665ecdee2 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-3b8cdc24-5b10-4914-a8f4-e4df4f84c7f3 {
  text-align: center;
}

#s-3b8cdc24-5b10-4914-a8f4-e4df4f84c7f3 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-3b8cdc24-5b10-4914-a8f4-e4df4f84c7f3 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-3b8cdc24-5b10-4914-a8f4-e4df4f84c7f3 .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-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e {
  margin-bottom: 10px;
text-align: left;
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .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-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .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-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e-btn-wrapper {
    text-align: center;
  }


#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-variant-btn:hover {
  background: #252525;
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-variant-btn:active, #s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-54b4c8e2-d9bc-4431-92d3-9b25c9e4364e .shg-variant-btn.disabled {
  background: #252525;
}

#s-2117cda9-6e2f-44df-ba83-99df3e4e5fec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-2117cda9-6e2f-44df-ba83-99df3e4e5fec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2117cda9-6e2f-44df-ba83-99df3e4e5fec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2117cda9-6e2f-44df-ba83-99df3e4e5fec {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2117cda9-6e2f-44df-ba83-99df3e4e5fec.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2117cda9-6e2f-44df-ba83-99df3e4e5fec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2117cda9-6e2f-44df-ba83-99df3e4e5fec.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-2117cda9-6e2f-44df-ba83-99df3e4e5fec.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-bdeaf82b-0137-49cb-869e-2462df909746 {
  display: none;
}
#s-c9672d96-7e1a-48e8-abd1-327d58405c6d {
  text-align: left;
}



.shg-c#s-c9672d96-7e1a-48e8-abd1-327d58405c6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9672d96-7e1a-48e8-abd1-327d58405c6d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c9672d96-7e1a-48e8-abd1-327d58405c6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9672d96-7e1a-48e8-abd1-327d58405c6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c9672d96-7e1a-48e8-abd1-327d58405c6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9672d96-7e1a-48e8-abd1-327d58405c6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c9672d96-7e1a-48e8-abd1-327d58405c6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9672d96-7e1a-48e8-abd1-327d58405c6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c9672d96-7e1a-48e8-abd1-327d58405c6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9672d96-7e1a-48e8-abd1-327d58405c6d img.shogun-image {
  width: 100%;
}



}
#s-a12aee9e-8283-49d5-b239-48fcc99579fd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-a12aee9e-8283-49d5-b239-48fcc99579fd .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-cd283cd7-472c-431b-a113-b5249e3eca9b {
  margin-top: 9px;
}

#s-cd283cd7-472c-431b-a113-b5249e3eca9b hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-feae5f0a-7efe-443d-9b8d-968f7fb4031a {
  text-align: center;
}

#s-feae5f0a-7efe-443d-9b8d-968f7fb4031a .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-feae5f0a-7efe-443d-9b8d-968f7fb4031a .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-feae5f0a-7efe-443d-9b8d-968f7fb4031a .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-41bd7505-28f8-4286-8ee2-05457b3b9325 {
  margin-bottom: 10px;
text-align: left;
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .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-41bd7505-28f8-4286-8ee2-05457b3b9325 .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-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-41bd7505-28f8-4286-8ee2-05457b3b9325-btn-wrapper {
    text-align: center;
  }


#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-variant-btn:hover {
  background: #252525;
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-variant-btn:active, #s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-41bd7505-28f8-4286-8ee2-05457b3b9325 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e7274292-6975-4db3-aae1-21b99a9c6119 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-e7274292-6975-4db3-aae1-21b99a9c6119:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7274292-6975-4db3-aae1-21b99a9c6119:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e7274292-6975-4db3-aae1-21b99a9c6119 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7274292-6975-4db3-aae1-21b99a9c6119.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7274292-6975-4db3-aae1-21b99a9c6119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e7274292-6975-4db3-aae1-21b99a9c6119.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-e7274292-6975-4db3-aae1-21b99a9c6119.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-f2631377-ccb2-4de6-a090-c8e1e090eef8 {
  display: none;
}
#s-cc300fbb-fb01-4199-b251-bfac7244798d {
  text-align: left;
}



.shg-c#s-cc300fbb-fb01-4199-b251-bfac7244798d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc300fbb-fb01-4199-b251-bfac7244798d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cc300fbb-fb01-4199-b251-bfac7244798d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc300fbb-fb01-4199-b251-bfac7244798d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc300fbb-fb01-4199-b251-bfac7244798d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc300fbb-fb01-4199-b251-bfac7244798d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc300fbb-fb01-4199-b251-bfac7244798d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc300fbb-fb01-4199-b251-bfac7244798d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc300fbb-fb01-4199-b251-bfac7244798d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc300fbb-fb01-4199-b251-bfac7244798d img.shogun-image {
  width: 100%;
}



}
#s-a8ae8bdb-c541-438a-8053-a3da3fefb58b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-a8ae8bdb-c541-438a-8053-a3da3fefb58b .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-c41396bb-0224-4ad2-ac05-60d7e66e5cce {
  margin-top: 6px;
}

#s-c41396bb-0224-4ad2-ac05-60d7e66e5cce hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-3712a40c-1d05-494b-b1f9-204890bdb890 {
  text-align: center;
}

#s-3712a40c-1d05-494b-b1f9-204890bdb890 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-3712a40c-1d05-494b-b1f9-204890bdb890 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-3712a40c-1d05-494b-b1f9-204890bdb890 .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-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 {
  margin-bottom: 10px;
text-align: left;
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .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-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .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-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73-btn-wrapper {
    text-align: center;
  }


#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-variant-btn:hover {
  background: #252525;
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-variant-btn:active, #s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ae1dfafe-a693-408a-b69d-4bd1b9c12d73 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d79ae458-c442-4007-be2c-71aafa0e44d1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-d79ae458-c442-4007-be2c-71aafa0e44d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d79ae458-c442-4007-be2c-71aafa0e44d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d79ae458-c442-4007-be2c-71aafa0e44d1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d79ae458-c442-4007-be2c-71aafa0e44d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d79ae458-c442-4007-be2c-71aafa0e44d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d79ae458-c442-4007-be2c-71aafa0e44d1.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-d79ae458-c442-4007-be2c-71aafa0e44d1.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 15px;
}
@media (min-width: 1200px){#s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf {
  display: none;
}
#s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf, #wrap-s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf {
  display: none;
}
#s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf, #wrap-s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf { display:none !important; }}@media (max-width: 767px){#s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf {
  display: none;
}
#s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf, #wrap-s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf { display:none !important; }}
@media (min-width: 0px) {
[id="s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6fa5b5b7-5f3f-4ab4-9c68-16d3ce786fcf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e05e0ba5-9038-4cc4-8934-ee291f704893 {
  display: none;
}
#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 {
  text-align: left;
}



.shg-c#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54b9c8bb-2e90-44df-9572-94c2fef16bd6 img.shogun-image {
  width: 100%;
}



}
#s-4b4d6202-953f-4710-888b-aea21006b167 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-4b4d6202-953f-4710-888b-aea21006b167 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-37b27f5f-bb4b-4db0-a567-81630982a119 {
  text-align: center;
}

#s-37b27f5f-bb4b-4db0-a567-81630982a119 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-37b27f5f-bb4b-4db0-a567-81630982a119 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-37b27f5f-bb4b-4db0-a567-81630982a119 .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-df8164ab-1438-4f47-b451-972d3cc42c49 {
  margin-bottom: 10px;
text-align: left;
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .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-df8164ab-1438-4f47-b451-972d3cc42c49 .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-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-df8164ab-1438-4f47-b451-972d3cc42c49-btn-wrapper {
    text-align: center;
  }


#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-variant-btn:hover {
  background: #252525;
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-variant-btn:active, #s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-df8164ab-1438-4f47-b451-972d3cc42c49 .shg-variant-btn.disabled {
  background: #252525;
}

#s-11f6fe89-7570-4a63-baac-f33d5e5a9115 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-11f6fe89-7570-4a63-baac-f33d5e5a9115:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11f6fe89-7570-4a63-baac-f33d5e5a9115:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11f6fe89-7570-4a63-baac-f33d5e5a9115 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11f6fe89-7570-4a63-baac-f33d5e5a9115.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11f6fe89-7570-4a63-baac-f33d5e5a9115.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-11f6fe89-7570-4a63-baac-f33d5e5a9115.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-11f6fe89-7570-4a63-baac-f33d5e5a9115.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-8822612a-a5a0-4116-81ca-44dbd23e873e {
  display: none;
}
#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c {
  text-align: left;
}



.shg-c#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65df60b0-1a29-41e3-820c-8c9fe57a8b2c img.shogun-image {
  width: 100%;
}



}
#s-249a9f40-556e-4d29-addd-8f8b25c443a3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-249a9f40-556e-4d29-addd-8f8b25c443a3 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b0941004-c5e7-419f-b2ff-f394b16de088 {
  margin-top: -2px;
}

#s-b0941004-c5e7-419f-b2ff-f394b16de088 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-e4b3850c-e73e-43bb-8adc-6fdf3fb5fc29 {
  text-align: center;
}

#s-e4b3850c-e73e-43bb-8adc-6fdf3fb5fc29 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-e4b3850c-e73e-43bb-8adc-6fdf3fb5fc29 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-e4b3850c-e73e-43bb-8adc-6fdf3fb5fc29 .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-18c6096e-32ab-474e-9e60-dec215e076fb {
  margin-bottom: 10px;
text-align: left;
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .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-18c6096e-32ab-474e-9e60-dec215e076fb .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-18c6096e-32ab-474e-9e60-dec215e076fb .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-18c6096e-32ab-474e-9e60-dec215e076fb-btn-wrapper {
    text-align: center;
  }


#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-variant-btn:hover {
  background: #252525;
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-variant-btn:active, #s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-18c6096e-32ab-474e-9e60-dec215e076fb .shg-variant-btn.disabled {
  background: #252525;
}

#s-6e72099d-e226-48bf-aa9c-123abc637777 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-6e72099d-e226-48bf-aa9c-123abc637777:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e72099d-e226-48bf-aa9c-123abc637777:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e72099d-e226-48bf-aa9c-123abc637777 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e72099d-e226-48bf-aa9c-123abc637777.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e72099d-e226-48bf-aa9c-123abc637777.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6e72099d-e226-48bf-aa9c-123abc637777.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-6e72099d-e226-48bf-aa9c-123abc637777.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-a82aa088-0633-4ebc-ba4b-a75093559eaa {
  display: none;
}
#s-da5766ad-9641-414e-8f4c-135fdd06fe38 {
  text-align: left;
}



.shg-c#s-da5766ad-9641-414e-8f4c-135fdd06fe38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5766ad-9641-414e-8f4c-135fdd06fe38 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da5766ad-9641-414e-8f4c-135fdd06fe38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5766ad-9641-414e-8f4c-135fdd06fe38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da5766ad-9641-414e-8f4c-135fdd06fe38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5766ad-9641-414e-8f4c-135fdd06fe38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da5766ad-9641-414e-8f4c-135fdd06fe38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5766ad-9641-414e-8f4c-135fdd06fe38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da5766ad-9641-414e-8f4c-135fdd06fe38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5766ad-9641-414e-8f4c-135fdd06fe38 img.shogun-image {
  width: 100%;
}



}
#s-ee063b86-e574-45ff-beed-04db877f9209 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-ee063b86-e574-45ff-beed-04db877f9209 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-61560618-ff29-48f0-ae0f-fc8d827e18b6 {
  margin-top: 11px;
}

#s-61560618-ff29-48f0-ae0f-fc8d827e18b6 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b6f870e1-6fe5-48b0-98c4-044b1f790798 {
  text-align: center;
}

#s-b6f870e1-6fe5-48b0-98c4-044b1f790798 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-b6f870e1-6fe5-48b0-98c4-044b1f790798 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-b6f870e1-6fe5-48b0-98c4-044b1f790798 .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-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 {
  margin-bottom: 10px;
text-align: left;
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .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-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .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-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2-btn-wrapper {
    text-align: center;
  }


#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-variant-btn:hover {
  background: #252525;
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-variant-btn:active, #s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-71c4fb79-f55c-4e8a-a9ff-dcc38afff3d2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-03e761e3-3fdb-445c-96f3-665f0d58d912 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-03e761e3-3fdb-445c-96f3-665f0d58d912:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03e761e3-3fdb-445c-96f3-665f0d58d912:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-03e761e3-3fdb-445c-96f3-665f0d58d912 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03e761e3-3fdb-445c-96f3-665f0d58d912.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03e761e3-3fdb-445c-96f3-665f0d58d912.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-03e761e3-3fdb-445c-96f3-665f0d58d912.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-03e761e3-3fdb-445c-96f3-665f0d58d912.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-2032a92d-c601-4c7a-92d5-d9c8b7e473dc {
  display: none;
}
#s-be958c98-918e-46c8-bf4c-c54e384011c9 {
  text-align: left;
}



.shg-c#s-be958c98-918e-46c8-bf4c-c54e384011c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be958c98-918e-46c8-bf4c-c54e384011c9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be958c98-918e-46c8-bf4c-c54e384011c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be958c98-918e-46c8-bf4c-c54e384011c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be958c98-918e-46c8-bf4c-c54e384011c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be958c98-918e-46c8-bf4c-c54e384011c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be958c98-918e-46c8-bf4c-c54e384011c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be958c98-918e-46c8-bf4c-c54e384011c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be958c98-918e-46c8-bf4c-c54e384011c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be958c98-918e-46c8-bf4c-c54e384011c9 img.shogun-image {
  width: 100%;
}



}
#s-dc507966-8636-428c-b9e9-5347403e0449 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-dc507966-8636-428c-b9e9-5347403e0449 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-950626fa-16fb-4a11-a0f3-8e1e648d803c {
  margin-top: 11px;
}

#s-950626fa-16fb-4a11-a0f3-8e1e648d803c hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-005f9c0a-658c-4947-b8b1-79b1b1d1cefd {
  text-align: center;
}

#s-005f9c0a-658c-4947-b8b1-79b1b1d1cefd .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-005f9c0a-658c-4947-b8b1-79b1b1d1cefd .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-005f9c0a-658c-4947-b8b1-79b1b1d1cefd .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-8377c7db-34ab-419a-8c26-279eb749cff5 {
  margin-bottom: 10px;
text-align: left;
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .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-8377c7db-34ab-419a-8c26-279eb749cff5 .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-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8377c7db-34ab-419a-8c26-279eb749cff5-btn-wrapper {
    text-align: center;
  }


#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-variant-btn:hover {
  background: #252525;
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-variant-btn:active, #s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8377c7db-34ab-419a-8c26-279eb749cff5 .shg-variant-btn.disabled {
  background: #252525;
}

#s-01b7c468-91fe-4ffe-a5d1-8404fb8b69ce {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-01b7c468-91fe-4ffe-a5d1-8404fb8b69ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01b7c468-91fe-4ffe-a5d1-8404fb8b69ce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01b7c468-91fe-4ffe-a5d1-8404fb8b69ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01b7c468-91fe-4ffe-a5d1-8404fb8b69ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01b7c468-91fe-4ffe-a5d1-8404fb8b69ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-01b7c468-91fe-4ffe-a5d1-8404fb8b69ce.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-01b7c468-91fe-4ffe-a5d1-8404fb8b69ce.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-78bfd08d-8908-4d38-94e4-c0afd1afdce2 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 15px;
}
@media (min-width: 1200px){#s-78bfd08d-8908-4d38-94e4-c0afd1afdce2 {
  display: none;
}
#s-78bfd08d-8908-4d38-94e4-c0afd1afdce2, #wrap-s-78bfd08d-8908-4d38-94e4-c0afd1afdce2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78bfd08d-8908-4d38-94e4-c0afd1afdce2 {
  display: none;
}
#s-78bfd08d-8908-4d38-94e4-c0afd1afdce2, #wrap-s-78bfd08d-8908-4d38-94e4-c0afd1afdce2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78bfd08d-8908-4d38-94e4-c0afd1afdce2 {
  display: none;
}
#s-78bfd08d-8908-4d38-94e4-c0afd1afdce2, #wrap-s-78bfd08d-8908-4d38-94e4-c0afd1afdce2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-78bfd08d-8908-4d38-94e4-c0afd1afdce2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-78bfd08d-8908-4d38-94e4-c0afd1afdce2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-78bfd08d-8908-4d38-94e4-c0afd1afdce2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-78bfd08d-8908-4d38-94e4-c0afd1afdce2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2703444e-969c-47cb-ab43-07168422958d {
  display: none;
}
#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 {
  text-align: left;
}



.shg-c#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-417a898b-a9d5-44c6-8b74-e9b9ffa56ac1 img.shogun-image {
  width: 100%;
}



}
#s-695c9301-34a2-412e-8dda-3c052d18a238 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-695c9301-34a2-412e-8dda-3c052d18a238 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-55ff4f92-4fd5-4cfe-86b8-df718f8bb049 {
  margin-top: -12px;
}

#s-55ff4f92-4fd5-4cfe-86b8-df718f8bb049 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-9bde7dd9-9484-4e0b-82ed-ffbd1ca91c7d {
  text-align: center;
}

#s-9bde7dd9-9484-4e0b-82ed-ffbd1ca91c7d .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-9bde7dd9-9484-4e0b-82ed-ffbd1ca91c7d .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-9bde7dd9-9484-4e0b-82ed-ffbd1ca91c7d .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-bee25b1c-602f-4f97-a8f1-7cbdf74689ba {
  margin-bottom: 10px;
text-align: left;
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .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-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .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-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba-btn-wrapper {
    text-align: center;
  }


#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-variant-btn:hover {
  background: #252525;
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-variant-btn:active, #s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-bee25b1c-602f-4f97-a8f1-7cbdf74689ba .shg-variant-btn.disabled {
  background: #252525;
}

#s-cc89d5e8-fc18-45e3-8a8c-1a4e283c32c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-cc89d5e8-fc18-45e3-8a8c-1a4e283c32c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc89d5e8-fc18-45e3-8a8c-1a4e283c32c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cc89d5e8-fc18-45e3-8a8c-1a4e283c32c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc89d5e8-fc18-45e3-8a8c-1a4e283c32c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc89d5e8-fc18-45e3-8a8c-1a4e283c32c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cc89d5e8-fc18-45e3-8a8c-1a4e283c32c5.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-cc89d5e8-fc18-45e3-8a8c-1a4e283c32c5.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-37097471-5fd7-4ca8-a26c-b79cf3793257 {
  display: none;
}
#s-056936c7-2902-49af-9e60-63007dbc9779 {
  text-align: left;
}



.shg-c#s-056936c7-2902-49af-9e60-63007dbc9779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-056936c7-2902-49af-9e60-63007dbc9779 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-056936c7-2902-49af-9e60-63007dbc9779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-056936c7-2902-49af-9e60-63007dbc9779 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-056936c7-2902-49af-9e60-63007dbc9779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-056936c7-2902-49af-9e60-63007dbc9779 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-056936c7-2902-49af-9e60-63007dbc9779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-056936c7-2902-49af-9e60-63007dbc9779 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-056936c7-2902-49af-9e60-63007dbc9779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-056936c7-2902-49af-9e60-63007dbc9779 img.shogun-image {
  width: 100%;
}



}
#s-a5a1f274-f1bd-439c-8105-4923de37bb97 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-a5a1f274-f1bd-439c-8105-4923de37bb97 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2084a077-1b93-442d-891a-9cbf31c1006e {
  text-align: center;
}

#s-2084a077-1b93-442d-891a-9cbf31c1006e .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-2084a077-1b93-442d-891a-9cbf31c1006e .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-2084a077-1b93-442d-891a-9cbf31c1006e .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-8041c39f-4725-4fef-97bd-103635908456 {
  margin-bottom: 10px;
text-align: left;
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8041c39f-4725-4fef-97bd-103635908456 .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-8041c39f-4725-4fef-97bd-103635908456 .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-8041c39f-4725-4fef-97bd-103635908456 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8041c39f-4725-4fef-97bd-103635908456-btn-wrapper {
    text-align: center;
  }


#s-8041c39f-4725-4fef-97bd-103635908456 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-variant-btn:hover {
  background: #252525;
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-variant-btn:active, #s-8041c39f-4725-4fef-97bd-103635908456 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8041c39f-4725-4fef-97bd-103635908456 .shg-variant-btn.disabled {
  background: #252525;
}

#s-23e43324-9d24-44ba-92e6-9fcab32f9d1f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-23e43324-9d24-44ba-92e6-9fcab32f9d1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23e43324-9d24-44ba-92e6-9fcab32f9d1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23e43324-9d24-44ba-92e6-9fcab32f9d1f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23e43324-9d24-44ba-92e6-9fcab32f9d1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23e43324-9d24-44ba-92e6-9fcab32f9d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-23e43324-9d24-44ba-92e6-9fcab32f9d1f.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-23e43324-9d24-44ba-92e6-9fcab32f9d1f.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-46013a56-a611-4676-8122-e535cb27bfd6 {
  display: none;
}
#s-6b757b6d-2691-428d-9e2c-cbc873b00633 {
  text-align: left;
}



.shg-c#s-6b757b6d-2691-428d-9e2c-cbc873b00633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b757b6d-2691-428d-9e2c-cbc873b00633 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6b757b6d-2691-428d-9e2c-cbc873b00633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b757b6d-2691-428d-9e2c-cbc873b00633 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b757b6d-2691-428d-9e2c-cbc873b00633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b757b6d-2691-428d-9e2c-cbc873b00633 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b757b6d-2691-428d-9e2c-cbc873b00633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b757b6d-2691-428d-9e2c-cbc873b00633 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b757b6d-2691-428d-9e2c-cbc873b00633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b757b6d-2691-428d-9e2c-cbc873b00633 img.shogun-image {
  width: 100%;
}



}
#s-68c45a15-1556-4aa4-aab8-11cf8445de53 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-68c45a15-1556-4aa4-aab8-11cf8445de53 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8a222f79-2394-4796-a41b-d91546069b01 {
  text-align: center;
}

#s-8a222f79-2394-4796-a41b-d91546069b01 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-8a222f79-2394-4796-a41b-d91546069b01 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a222f79-2394-4796-a41b-d91546069b01 .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-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 {
  margin-bottom: 10px;
text-align: left;
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .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-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .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-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2-btn-wrapper {
    text-align: center;
  }


#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-variant-btn:hover {
  background: #252525;
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-variant-btn:active, #s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-53e9eb1a-0f0f-40fe-b382-9c7e1a9493b2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d4b2be05-2bf2-473d-874e-97c77a2571a1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-d4b2be05-2bf2-473d-874e-97c77a2571a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4b2be05-2bf2-473d-874e-97c77a2571a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4b2be05-2bf2-473d-874e-97c77a2571a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4b2be05-2bf2-473d-874e-97c77a2571a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4b2be05-2bf2-473d-874e-97c77a2571a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d4b2be05-2bf2-473d-874e-97c77a2571a1.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-d4b2be05-2bf2-473d-874e-97c77a2571a1.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-d2d2457a-0611-4c37-bffc-cd6b2ec07877 {
  display: none;
}
#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 {
  text-align: left;
}



.shg-c#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab0dd09a-a1c0-4864-b821-ce2413da2c44 img.shogun-image {
  width: 100%;
}



}
#s-5113af3b-3b12-46a7-9699-a3817fa40ecc {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-5113af3b-3b12-46a7-9699-a3817fa40ecc .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-43eaf23c-68f7-4cce-8ad5-b4dec6720ce6 {
  text-align: center;
}

#s-43eaf23c-68f7-4cce-8ad5-b4dec6720ce6 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-43eaf23c-68f7-4cce-8ad5-b4dec6720ce6 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-43eaf23c-68f7-4cce-8ad5-b4dec6720ce6 .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-ae0dd792-bef4-4358-bf2c-977a34c86296 {
  margin-bottom: 10px;
text-align: left;
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .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-ae0dd792-bef4-4358-bf2c-977a34c86296 .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-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ae0dd792-bef4-4358-bf2c-977a34c86296-btn-wrapper {
    text-align: center;
  }


#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-variant-btn:hover {
  background: #252525;
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-variant-btn:active, #s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ae0dd792-bef4-4358-bf2c-977a34c86296 .shg-variant-btn.disabled {
  background: #252525;
}

#s-546168a3-79a0-43a2-bed6-312546397cb1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-546168a3-79a0-43a2-bed6-312546397cb1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-546168a3-79a0-43a2-bed6-312546397cb1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-546168a3-79a0-43a2-bed6-312546397cb1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-546168a3-79a0-43a2-bed6-312546397cb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-546168a3-79a0-43a2-bed6-312546397cb1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-546168a3-79a0-43a2-bed6-312546397cb1.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-546168a3-79a0-43a2-bed6-312546397cb1.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-d9c86c72-1355-4d36-9c84-77674c8b4241 {
  margin-top: 20px;
margin-bottom: 100px;
min-height: 50px;
}








#s-d9c86c72-1355-4d36-9c84-77674c8b4241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9c86c72-1355-4d36-9c84-77674c8b4241.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ea9b591-fc19-424d-bb7f-79fe52dae2d2 {
  margin-top: 50px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ea9b591-fc19-424d-bb7f-79fe52dae2d2 {
  
}
}@media (max-width: 767px){#s-6ea9b591-fc19-424d-bb7f-79fe52dae2d2 {
  
}
}
@media (min-width: 0px) {
[id="s-6ea9b591-fc19-424d-bb7f-79fe52dae2d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ea9b591-fc19-424d-bb7f-79fe52dae2d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6ea9b591-fc19-424d-bb7f-79fe52dae2d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6ea9b591-fc19-424d-bb7f-79fe52dae2d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c5cf5381-6a09-4e4b-b08d-e022daa0bd4f {
  margin-left: auto;
margin-right: auto;
padding-top: px;
padding-bottom: px;
max-width: 170px;
text-align: center;
}







  #s-c5cf5381-6a09-4e4b-b08d-e022daa0bd4f img.shogun-image {
    

    
    
    
  }


#s-c5cf5381-6a09-4e4b-b08d-e022daa0bd4f .shogun-image-content {
  
    align-items: center;
  
}

#s-e93fdc1f-c227-458c-99c0-ed31a230b083 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e93fdc1f-c227-458c-99c0-ed31a230b083 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-fdae8388-15ca-452a-9744-5961ce9adc74 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}







  #s-fdae8388-15ca-452a-9744-5961ce9adc74 img.shogun-image {
    

    
    
    
  }


#s-fdae8388-15ca-452a-9744-5961ce9adc74 .shogun-image-content {
  
    align-items: center;
  
}

#s-491d4cde-070b-4ddc-af74-aaacf604eda3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-491d4cde-070b-4ddc-af74-aaacf604eda3 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-0156e04e-06f9-4609-8aae-5f0ecb6cc710 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}







  #s-0156e04e-06f9-4609-8aae-5f0ecb6cc710 img.shogun-image {
    

    
    
    
  }


#s-0156e04e-06f9-4609-8aae-5f0ecb6cc710 .shogun-image-content {
  
    align-items: center;
  
}

#s-15a9ed7b-433f-4ed9-9a6c-7b57689b24a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15a9ed7b-433f-4ed9-9a6c-7b57689b24a3 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-db3b783f-f9b3-4bb4-a4d6-60d55e6365f5 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}







  #s-db3b783f-f9b3-4bb4-a4d6-60d55e6365f5 img.shogun-image {
    

    
    
    
  }


#s-db3b783f-f9b3-4bb4-a4d6-60d55e6365f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a49be54-1299-42f5-b4f8-0ea3c87841cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a49be54-1299-42f5-b4f8-0ea3c87841cf .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



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