.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.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-fed45107-7df3-46f8-b85e-9e8d04e39589 {
  min-height: 50px;
}








#s-fed45107-7df3-46f8-b85e-9e8d04e39589 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed45107-7df3-46f8-b85e-9e8d04e39589.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-fed45107-7df3-46f8-b85e-9e8d04e39589 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed45107-7df3-46f8-b85e-9e8d04e39589.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-fed45107-7df3-46f8-b85e-9e8d04e39589 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed45107-7df3-46f8-b85e-9e8d04e39589.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-fed45107-7df3-46f8-b85e-9e8d04e39589 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed45107-7df3-46f8-b85e-9e8d04e39589.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-fed45107-7df3-46f8-b85e-9e8d04e39589 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed45107-7df3-46f8-b85e-9e8d04e39589.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: normal;
  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-35d05fcc-e928-44ce-b267-3e8634b97609 {
  border-style: solid;
margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: center;
}
#s-35d05fcc-e928-44ce-b267-3e8634b97609 {
  border-style: solid;
margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: center;
}
@media (max-width: 1199px){#s-35d05fcc-e928-44ce-b267-3e8634b97609 {
  border-style: solid;
margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: center;
}
}@media (max-width: 991px){#s-35d05fcc-e928-44ce-b267-3e8634b97609 {
  border-style: solid;
margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: center;
}
}@media (max-width: 767px){#s-35d05fcc-e928-44ce-b267-3e8634b97609 {
  border-style: solid;
margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: center;
}
}
#s-35d05fcc-e928-44ce-b267-3e8634b97609 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-35d05fcc-e928-44ce-b267-3e8634b97609 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 1199px){#s-35d05fcc-e928-44ce-b267-3e8634b97609 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 991px){#s-35d05fcc-e928-44ce-b267-3e8634b97609 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-35d05fcc-e928-44ce-b267-3e8634b97609 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-e8be95a7-bf90-42e7-9909-ab25699b3dc3 {
  text-align: left;
}
#s-e8be95a7-bf90-42e7-9909-ab25699b3dc3 {
  text-align: left;
}
@media (max-width: 1199px){#s-e8be95a7-bf90-42e7-9909-ab25699b3dc3 {
  text-align: left;
}
}@media (max-width: 991px){#s-e8be95a7-bf90-42e7-9909-ab25699b3dc3 {
  text-align: left;
}
}@media (max-width: 767px){#s-e8be95a7-bf90-42e7-9909-ab25699b3dc3 {
  text-align: left;
}
}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 {
  opacity: 1;
}
#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 {
  min-height: 400px;
opacity: 1;
}
@media (max-width: 1199px){#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 {
  min-height: 400px;
opacity: 1;
}
}@media (max-width: 991px){#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 {
  min-height: 400px;
opacity: 1;
}
}@media (max-width: 767px){#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 {
  min-height: 400px;
opacity: 1;
}
}@media (max-width: 767px){#s-929b20e3-ecb4-4843-820c-b8aedc3b9305, #wrap-s-929b20e3-ecb4-4843-820c-b8aedc3b9305 { display: none !important; }}
#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-column, #s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-column, #s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
@media (max-width: 1199px){#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-column, #s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}@media (max-width: 991px){#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-column, #s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}@media (max-width: 767px){#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px;
}

#s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-column, #s-929b20e3-ecb4-4843-820c-b8aedc3b9305 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}
#s-198bad3e-70e6-4e55-95d3-25455b281e85 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 474px;
background-color: rgba(255, 255, 255, 1);
}
#s-198bad3e-70e6-4e55-95d3-25455b281e85 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-198bad3e-70e6-4e55-95d3-25455b281e85 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-198bad3e-70e6-4e55-95d3-25455b281e85 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-198bad3e-70e6-4e55-95d3-25455b281e85 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}
.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-69a2ea10-08ef-464d-abaf-a8b797effb9c {
  padding-top: 20px;
text-align: center;
}
#s-69a2ea10-08ef-464d-abaf-a8b797effb9c {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-69a2ea10-08ef-464d-abaf-a8b797effb9c {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-69a2ea10-08ef-464d-abaf-a8b797effb9c {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-69a2ea10-08ef-464d-abaf-a8b797effb9c {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c {
  max-width:  100%;
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom,
.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  width: 100%;
}




.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c {
  max-width:  100%;
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom,
.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c {
  max-width:  100%;
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom,
.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c {
  max-width:  100%;
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom,
.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c {
  max-width:  100%;
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom,
.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-69a2ea10-08ef-464d-abaf-a8b797effb9c 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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: normal;
  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-8a5667a6-d0e5-472a-979e-eff8c0e88952 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-8a5667a6-d0e5-472a-979e-eff8c0e88952 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-8a5667a6-d0e5-472a-979e-eff8c0e88952 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-8a5667a6-d0e5-472a-979e-eff8c0e88952 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-8a5667a6-d0e5-472a-979e-eff8c0e88952 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-8a5667a6-d0e5-472a-979e-eff8c0e88952 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-8a5667a6-d0e5-472a-979e-eff8c0e88952 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-8a5667a6-d0e5-472a-979e-eff8c0e88952 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-8a5667a6-d0e5-472a-979e-eff8c0e88952 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-8a5667a6-d0e5-472a-979e-eff8c0e88952 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
.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-1c803b53-2c73-40de-84a5-7c98819e3365 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-1c803b53-2c73-40de-84a5-7c98819e3365 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
@media (max-width: 1199px){#s-1c803b53-2c73-40de-84a5-7c98819e3365 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 991px){#s-1c803b53-2c73-40de-84a5-7c98819e3365 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 767px){#s-1c803b53-2c73-40de-84a5-7c98819e3365 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .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-1c803b53-2c73-40de-84a5-7c98819e3365 .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-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1c803b53-2c73-40de-84a5-7c98819e3365-btn-wrapper {
    text-align: center;
  }


#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn:hover {
  background: #252525;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn:active, #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn.disabled {
  background: #252525;
}
#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .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-1c803b53-2c73-40de-84a5-7c98819e3365 .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-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1c803b53-2c73-40de-84a5-7c98819e3365-btn-wrapper {
    text-align: center;
  }


#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn:hover {
  background: #252525;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn:active, #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .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-1c803b53-2c73-40de-84a5-7c98819e3365 .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-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1c803b53-2c73-40de-84a5-7c98819e3365-btn-wrapper {
    text-align: center;
  }


#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn:hover {
  background: #252525;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn:active, #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .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-1c803b53-2c73-40de-84a5-7c98819e3365 .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-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1c803b53-2c73-40de-84a5-7c98819e3365-btn-wrapper {
    text-align: center;
  }


#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn:hover {
  background: #252525;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn:active, #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .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-1c803b53-2c73-40de-84a5-7c98819e3365 .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-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1c803b53-2c73-40de-84a5-7c98819e3365-btn-wrapper {
    text-align: center;
  }


#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn:hover {
  background: #252525;
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn:active, #s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-1c803b53-2c73-40de-84a5-7c98819e3365 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-c4cdb907-1649-4412-b835-a8f19dca1c3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-c4cdb907-1649-4412-b835-a8f19dca1c3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-c4cdb907-1649-4412-b835-a8f19dca1c3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-c4cdb907-1649-4412-b835-a8f19dca1c3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-c4cdb907-1649-4412-b835-a8f19dca1c3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c4cdb907-1649-4412-b835-a8f19dca1c3d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
.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-2f937bd1-4653-4ede-92ee-abe294b195b1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f937bd1-4653-4ede-92ee-abe294b195b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f937bd1-4653-4ede-92ee-abe294b195b1:active {background-color: #000000 !important;
text-decoration: none !important;}#s-2f937bd1-4653-4ede-92ee-abe294b195b1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f937bd1-4653-4ede-92ee-abe294b195b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f937bd1-4653-4ede-92ee-abe294b195b1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-2f937bd1-4653-4ede-92ee-abe294b195b1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f937bd1-4653-4ede-92ee-abe294b195b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f937bd1-4653-4ede-92ee-abe294b195b1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-2f937bd1-4653-4ede-92ee-abe294b195b1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f937bd1-4653-4ede-92ee-abe294b195b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f937bd1-4653-4ede-92ee-abe294b195b1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-2f937bd1-4653-4ede-92ee-abe294b195b1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f937bd1-4653-4ede-92ee-abe294b195b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f937bd1-4653-4ede-92ee-abe294b195b1:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-2f937bd1-4653-4ede-92ee-abe294b195b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-2f937bd1-4653-4ede-92ee-abe294b195b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-2f937bd1-4653-4ede-92ee-abe294b195b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-2f937bd1-4653-4ede-92ee-abe294b195b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-2f937bd1-4653-4ede-92ee-abe294b195b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f937bd1-4653-4ede-92ee-abe294b195b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-92722bd5-ec4a-40f6-8e2b-7aa7138a847b {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 474px;
background-color: rgba(255, 255, 255, 1);
}
#s-92722bd5-ec4a-40f6-8e2b-7aa7138a847b {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-92722bd5-ec4a-40f6-8e2b-7aa7138a847b {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-92722bd5-ec4a-40f6-8e2b-7aa7138a847b {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-92722bd5-ec4a-40f6-8e2b-7aa7138a847b {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d {
  padding-top: 20px;
text-align: center;
}
#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d {
  max-width:  100%;
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom,
.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  width: 100%;
}




.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d {
  max-width:  100%;
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom,
.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d {
  max-width:  100%;
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom,
.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d {
  max-width:  100%;
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom,
.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d {
  max-width:  100%;
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom,
.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41bad403-6d06-4e78-9ebe-3a81f6b4481d img.shogun-image {
  width: 100%;
}



}
#s-08042524-3755-4e04-b91a-64bbd7bb39a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-08042524-3755-4e04-b91a-64bbd7bb39a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-08042524-3755-4e04-b91a-64bbd7bb39a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-08042524-3755-4e04-b91a-64bbd7bb39a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-08042524-3755-4e04-b91a-64bbd7bb39a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-08042524-3755-4e04-b91a-64bbd7bb39a7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-08042524-3755-4e04-b91a-64bbd7bb39a7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-08042524-3755-4e04-b91a-64bbd7bb39a7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-08042524-3755-4e04-b91a-64bbd7bb39a7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-08042524-3755-4e04-b91a-64bbd7bb39a7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
@media (max-width: 1199px){#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 991px){#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 767px){#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .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-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .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-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b-btn-wrapper {
    text-align: center;
  }


#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn:hover {
  background: #252525;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn:active, #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn.disabled {
  background: #252525;
}
#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .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-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .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-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b-btn-wrapper {
    text-align: center;
  }


#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn:hover {
  background: #252525;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn:active, #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .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-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .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-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b-btn-wrapper {
    text-align: center;
  }


#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn:hover {
  background: #252525;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn:active, #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .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-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .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-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b-btn-wrapper {
    text-align: center;
  }


#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn:hover {
  background: #252525;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn:active, #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .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-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .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-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b-btn-wrapper {
    text-align: center;
  }


#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn:hover {
  background: #252525;
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn:active, #s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-fef331f0-4b57-4af5-a0ba-f81d2bd6798b .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5bcf2c6f-cade-41e7-b257-e4ec5461ee49 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a:active {background-color: #000000 !important;
text-decoration: none !important;}#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a901193c-161c-4bef-8cdc-657b4a5a4e9a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-664d224a-b7fb-4355-909d-c2d36be32582 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 474px;
background-color: rgba(255, 255, 255, 1);
}
#s-664d224a-b7fb-4355-909d-c2d36be32582 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-664d224a-b7fb-4355-909d-c2d36be32582 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-664d224a-b7fb-4355-909d-c2d36be32582 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-664d224a-b7fb-4355-909d-c2d36be32582 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca {
  padding-top: 20px;
text-align: center;
}
#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca {
  max-width:  100%;
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom,
.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  width: 100%;
}




.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca {
  max-width:  100%;
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom,
.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca {
  max-width:  100%;
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom,
.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca {
  max-width:  100%;
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom,
.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca {
  max-width:  100%;
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom,
.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34ab7a52-dea2-4d43-ae8c-17c2a058b6ca img.shogun-image {
  width: 100%;
}



}
#s-0fc292c8-b41d-4ad2-8ba7-0b89b3cbcee3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-0fc292c8-b41d-4ad2-8ba7-0b89b3cbcee3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-0fc292c8-b41d-4ad2-8ba7-0b89b3cbcee3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-0fc292c8-b41d-4ad2-8ba7-0b89b3cbcee3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-0fc292c8-b41d-4ad2-8ba7-0b89b3cbcee3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-0fc292c8-b41d-4ad2-8ba7-0b89b3cbcee3 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-0fc292c8-b41d-4ad2-8ba7-0b89b3cbcee3 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-0fc292c8-b41d-4ad2-8ba7-0b89b3cbcee3 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-0fc292c8-b41d-4ad2-8ba7-0b89b3cbcee3 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-0fc292c8-b41d-4ad2-8ba7-0b89b3cbcee3 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
@media (max-width: 1199px){#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 991px){#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 767px){#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .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-aa597138-d3fd-4797-916e-1e699b1bd8f9 .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-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-aa597138-d3fd-4797-916e-1e699b1bd8f9-btn-wrapper {
    text-align: center;
  }


#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn:hover {
  background: #252525;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn:active, #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn.disabled {
  background: #252525;
}
#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .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-aa597138-d3fd-4797-916e-1e699b1bd8f9 .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-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-aa597138-d3fd-4797-916e-1e699b1bd8f9-btn-wrapper {
    text-align: center;
  }


#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn:hover {
  background: #252525;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn:active, #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .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-aa597138-d3fd-4797-916e-1e699b1bd8f9 .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-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-aa597138-d3fd-4797-916e-1e699b1bd8f9-btn-wrapper {
    text-align: center;
  }


#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn:hover {
  background: #252525;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn:active, #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .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-aa597138-d3fd-4797-916e-1e699b1bd8f9 .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-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-aa597138-d3fd-4797-916e-1e699b1bd8f9-btn-wrapper {
    text-align: center;
  }


#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn:hover {
  background: #252525;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn:active, #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .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-aa597138-d3fd-4797-916e-1e699b1bd8f9 .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-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-aa597138-d3fd-4797-916e-1e699b1bd8f9-btn-wrapper {
    text-align: center;
  }


#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn:hover {
  background: #252525;
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn:active, #s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-aa597138-d3fd-4797-916e-1e699b1bd8f9 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper {
  display: flex;
}

#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper {
  display: flex;
}

#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper {
  display: flex;
}

#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper {
  display: flex;
}

#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper {
  display: flex;
}

#s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-52b55fc8-3fe6-426d-bb24-979bd25eec26 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-49de8493-3615-4076-b920-4d7c2dfdf507 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-49de8493-3615-4076-b920-4d7c2dfdf507:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49de8493-3615-4076-b920-4d7c2dfdf507:active {background-color: #000000 !important;
text-decoration: none !important;}#s-49de8493-3615-4076-b920-4d7c2dfdf507 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-49de8493-3615-4076-b920-4d7c2dfdf507:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49de8493-3615-4076-b920-4d7c2dfdf507:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-49de8493-3615-4076-b920-4d7c2dfdf507 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-49de8493-3615-4076-b920-4d7c2dfdf507:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49de8493-3615-4076-b920-4d7c2dfdf507:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-49de8493-3615-4076-b920-4d7c2dfdf507 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-49de8493-3615-4076-b920-4d7c2dfdf507:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49de8493-3615-4076-b920-4d7c2dfdf507:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-49de8493-3615-4076-b920-4d7c2dfdf507 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-49de8493-3615-4076-b920-4d7c2dfdf507:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49de8493-3615-4076-b920-4d7c2dfdf507:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-49de8493-3615-4076-b920-4d7c2dfdf507 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-49de8493-3615-4076-b920-4d7c2dfdf507 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-49de8493-3615-4076-b920-4d7c2dfdf507 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-49de8493-3615-4076-b920-4d7c2dfdf507 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-49de8493-3615-4076-b920-4d7c2dfdf507 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49de8493-3615-4076-b920-4d7c2dfdf507.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-60178703-0da2-4b92-9d35-72ab6d22e846 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 474px;
background-color: rgba(255, 255, 255, 1);
}
#s-60178703-0da2-4b92-9d35-72ab6d22e846 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-60178703-0da2-4b92-9d35-72ab6d22e846 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-60178703-0da2-4b92-9d35-72ab6d22e846 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-60178703-0da2-4b92-9d35-72ab6d22e846 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 {
  padding-top: 20px;
text-align: center;
}
#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 {
  max-width:  100%;
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom,
.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  width: 100%;
}




.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 {
  max-width:  100%;
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom,
.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 {
  max-width:  100%;
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom,
.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 {
  max-width:  100%;
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom,
.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 {
  max-width:  100%;
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom,
.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd0a7262-79fa-4148-9a8d-d9b3ffa68e26 img.shogun-image {
  width: 100%;
}



}
#s-025a88af-2187-4b11-a988-d3ced18f4d00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-025a88af-2187-4b11-a988-d3ced18f4d00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-025a88af-2187-4b11-a988-d3ced18f4d00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-025a88af-2187-4b11-a988-d3ced18f4d00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-025a88af-2187-4b11-a988-d3ced18f4d00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-025a88af-2187-4b11-a988-d3ced18f4d00 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-025a88af-2187-4b11-a988-d3ced18f4d00 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-025a88af-2187-4b11-a988-d3ced18f4d00 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-025a88af-2187-4b11-a988-d3ced18f4d00 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-025a88af-2187-4b11-a988-d3ced18f4d00 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-8c65df28-a6de-4762-89d7-d665317331d1 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-8c65df28-a6de-4762-89d7-d665317331d1 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
@media (max-width: 1199px){#s-8c65df28-a6de-4762-89d7-d665317331d1 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 991px){#s-8c65df28-a6de-4762-89d7-d665317331d1 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 767px){#s-8c65df28-a6de-4762-89d7-d665317331d1 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .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-8c65df28-a6de-4762-89d7-d665317331d1 .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-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-8c65df28-a6de-4762-89d7-d665317331d1-btn-wrapper {
    text-align: center;
  }


#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn:hover {
  background: #252525;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn:active, #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn.disabled {
  background: #252525;
}
#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .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-8c65df28-a6de-4762-89d7-d665317331d1 .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-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-8c65df28-a6de-4762-89d7-d665317331d1-btn-wrapper {
    text-align: center;
  }


#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn:hover {
  background: #252525;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn:active, #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .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-8c65df28-a6de-4762-89d7-d665317331d1 .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-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-8c65df28-a6de-4762-89d7-d665317331d1-btn-wrapper {
    text-align: center;
  }


#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn:hover {
  background: #252525;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn:active, #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .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-8c65df28-a6de-4762-89d7-d665317331d1 .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-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-8c65df28-a6de-4762-89d7-d665317331d1-btn-wrapper {
    text-align: center;
  }


#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn:hover {
  background: #252525;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn:active, #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .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-8c65df28-a6de-4762-89d7-d665317331d1 .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-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-8c65df28-a6de-4762-89d7-d665317331d1-btn-wrapper {
    text-align: center;
  }


#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn:hover {
  background: #252525;
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn:active, #s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-8c65df28-a6de-4762-89d7-d665317331d1 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-3661a262-755d-4558-abe8-4258647befab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-3661a262-755d-4558-abe8-4258647befab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-3661a262-755d-4558-abe8-4258647befab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-3661a262-755d-4558-abe8-4258647befab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-3661a262-755d-4558-abe8-4258647befab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper {
  display: flex;
}

#s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper {
  display: flex;
}

#s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper {
  display: flex;
}

#s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper {
  display: flex;
}

#s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper {
  display: flex;
}

#s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3661a262-755d-4558-abe8-4258647befab .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1:active {background-color: #000000 !important;
text-decoration: none !important;}#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6deaf4bf-4faa-47a2-97d6-eced2e170cc1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c25e64f2-01b9-46b7-9c02-48e37c0d377c {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 474px;
background-color: rgba(255, 255, 255, 1);
}
#s-c25e64f2-01b9-46b7-9c02-48e37c0d377c {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-c25e64f2-01b9-46b7-9c02-48e37c0d377c {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-c25e64f2-01b9-46b7-9c02-48e37c0d377c {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-c25e64f2-01b9-46b7-9c02-48e37c0d377c {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-847d80bc-17df-4715-a030-3d668b2ab5fb {
  padding-top: 20px;
text-align: center;
}
#s-847d80bc-17df-4715-a030-3d668b2ab5fb {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-847d80bc-17df-4715-a030-3d668b2ab5fb {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-847d80bc-17df-4715-a030-3d668b2ab5fb {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-847d80bc-17df-4715-a030-3d668b2ab5fb {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb {
  max-width:  100%;
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom,
.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  width: 100%;
}




.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb {
  max-width:  100%;
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom,
.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb {
  max-width:  100%;
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom,
.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb {
  max-width:  100%;
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom,
.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb {
  max-width:  100%;
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom,
.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-847d80bc-17df-4715-a030-3d668b2ab5fb img.shogun-image {
  width: 100%;
}



}
#s-7307e2af-505f-45b7-a4e2-63ed309e6dc6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-7307e2af-505f-45b7-a4e2-63ed309e6dc6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-7307e2af-505f-45b7-a4e2-63ed309e6dc6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-7307e2af-505f-45b7-a4e2-63ed309e6dc6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-7307e2af-505f-45b7-a4e2-63ed309e6dc6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-7307e2af-505f-45b7-a4e2-63ed309e6dc6 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-7307e2af-505f-45b7-a4e2-63ed309e6dc6 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-7307e2af-505f-45b7-a4e2-63ed309e6dc6 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-7307e2af-505f-45b7-a4e2-63ed309e6dc6 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-7307e2af-505f-45b7-a4e2-63ed309e6dc6 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
@media (max-width: 1199px){#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 991px){#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 767px){#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .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-5dd7f206-1e78-4d5e-a203-1c977f11d51e .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-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e-btn-wrapper {
    text-align: center;
  }


#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn:hover {
  background: #252525;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn:active, #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn.disabled {
  background: #252525;
}
#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .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-5dd7f206-1e78-4d5e-a203-1c977f11d51e .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-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e-btn-wrapper {
    text-align: center;
  }


#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn:hover {
  background: #252525;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn:active, #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .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-5dd7f206-1e78-4d5e-a203-1c977f11d51e .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-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e-btn-wrapper {
    text-align: center;
  }


#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn:hover {
  background: #252525;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn:active, #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .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-5dd7f206-1e78-4d5e-a203-1c977f11d51e .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-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e-btn-wrapper {
    text-align: center;
  }


#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn:hover {
  background: #252525;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn:active, #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .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-5dd7f206-1e78-4d5e-a203-1c977f11d51e .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-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e-btn-wrapper {
    text-align: center;
  }


#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn:hover {
  background: #252525;
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn:active, #s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-5dd7f206-1e78-4d5e-a203-1c977f11d51e .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6a6d8d2a-e2fa-49f7-b739-1927ec946d15 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-34f048ef-5920-47f8-b413-0e1aad3086e5 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-34f048ef-5920-47f8-b413-0e1aad3086e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34f048ef-5920-47f8-b413-0e1aad3086e5:active {background-color: #000000 !important;
text-decoration: none !important;}#s-34f048ef-5920-47f8-b413-0e1aad3086e5 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-34f048ef-5920-47f8-b413-0e1aad3086e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34f048ef-5920-47f8-b413-0e1aad3086e5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-34f048ef-5920-47f8-b413-0e1aad3086e5 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-34f048ef-5920-47f8-b413-0e1aad3086e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34f048ef-5920-47f8-b413-0e1aad3086e5:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-34f048ef-5920-47f8-b413-0e1aad3086e5 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-34f048ef-5920-47f8-b413-0e1aad3086e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34f048ef-5920-47f8-b413-0e1aad3086e5:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-34f048ef-5920-47f8-b413-0e1aad3086e5 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-34f048ef-5920-47f8-b413-0e1aad3086e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34f048ef-5920-47f8-b413-0e1aad3086e5:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-34f048ef-5920-47f8-b413-0e1aad3086e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-34f048ef-5920-47f8-b413-0e1aad3086e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-34f048ef-5920-47f8-b413-0e1aad3086e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-34f048ef-5920-47f8-b413-0e1aad3086e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-34f048ef-5920-47f8-b413-0e1aad3086e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34f048ef-5920-47f8-b413-0e1aad3086e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0e5767b4-a0b4-4c8c-938c-a43fe474c117 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 474px;
background-color: rgba(255, 255, 255, 1);
}
#s-0e5767b4-a0b4-4c8c-938c-a43fe474c117 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-0e5767b4-a0b4-4c8c-938c-a43fe474c117 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-0e5767b4-a0b4-4c8c-938c-a43fe474c117 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-0e5767b4-a0b4-4c8c-938c-a43fe474c117 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-754cac88-ec7f-4fcf-be20-fe8e086db447 {
  padding-top: 20px;
text-align: center;
}
#s-754cac88-ec7f-4fcf-be20-fe8e086db447 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-754cac88-ec7f-4fcf-be20-fe8e086db447 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-754cac88-ec7f-4fcf-be20-fe8e086db447 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-754cac88-ec7f-4fcf-be20-fe8e086db447 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 {
  max-width:  100%;
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom,
.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  width: 100%;
}




.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 {
  max-width:  100%;
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom,
.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 {
  max-width:  100%;
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom,
.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 {
  max-width:  100%;
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom,
.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 {
  max-width:  100%;
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom,
.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-754cac88-ec7f-4fcf-be20-fe8e086db447 img.shogun-image {
  width: 100%;
}



}
#s-5ac1bb45-c3e8-40fe-b536-ab8149dad729 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-5ac1bb45-c3e8-40fe-b536-ab8149dad729 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-5ac1bb45-c3e8-40fe-b536-ab8149dad729 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-5ac1bb45-c3e8-40fe-b536-ab8149dad729 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-5ac1bb45-c3e8-40fe-b536-ab8149dad729 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-5ac1bb45-c3e8-40fe-b536-ab8149dad729 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-5ac1bb45-c3e8-40fe-b536-ab8149dad729 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-5ac1bb45-c3e8-40fe-b536-ab8149dad729 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-5ac1bb45-c3e8-40fe-b536-ab8149dad729 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-5ac1bb45-c3e8-40fe-b536-ab8149dad729 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-78661657-b943-431a-8889-513e7ac27669 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-78661657-b943-431a-8889-513e7ac27669 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
@media (max-width: 1199px){#s-78661657-b943-431a-8889-513e7ac27669 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 991px){#s-78661657-b943-431a-8889-513e7ac27669 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 767px){#s-78661657-b943-431a-8889-513e7ac27669 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-78661657-b943-431a-8889-513e7ac27669 .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-78661657-b943-431a-8889-513e7ac27669 .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-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-78661657-b943-431a-8889-513e7ac27669-btn-wrapper {
    text-align: center;
  }


#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn:hover {
  background: #252525;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn:active, #s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn.disabled {
  background: #252525;
}
#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-78661657-b943-431a-8889-513e7ac27669 .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-78661657-b943-431a-8889-513e7ac27669 .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-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-78661657-b943-431a-8889-513e7ac27669-btn-wrapper {
    text-align: center;
  }


#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn:hover {
  background: #252525;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn:active, #s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-78661657-b943-431a-8889-513e7ac27669 .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-78661657-b943-431a-8889-513e7ac27669 .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-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-78661657-b943-431a-8889-513e7ac27669-btn-wrapper {
    text-align: center;
  }


#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn:hover {
  background: #252525;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn:active, #s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-78661657-b943-431a-8889-513e7ac27669 .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-78661657-b943-431a-8889-513e7ac27669 .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-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-78661657-b943-431a-8889-513e7ac27669-btn-wrapper {
    text-align: center;
  }


#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn:hover {
  background: #252525;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn:active, #s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-78661657-b943-431a-8889-513e7ac27669 .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-78661657-b943-431a-8889-513e7ac27669 .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-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-78661657-b943-431a-8889-513e7ac27669 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-78661657-b943-431a-8889-513e7ac27669-btn-wrapper {
    text-align: center;
  }


#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn:hover {
  background: #252525;
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn:active, #s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-78661657-b943-431a-8889-513e7ac27669 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 1199px){#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
}@media (max-width: 991px){#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
}
#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper {
  display: flex;
}

#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper {
  display: flex;
}

#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper {
  display: flex;
}

#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper {
  display: flex;
}

#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper {
  display: flex;
}

#s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5c105a6b-3a27-4a6d-a19b-9477881b6c7d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-0d096979-4990-4687-85ef-38f81c1e9f52 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d096979-4990-4687-85ef-38f81c1e9f52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d096979-4990-4687-85ef-38f81c1e9f52:active {background-color: #000000 !important;
text-decoration: none !important;}#s-0d096979-4990-4687-85ef-38f81c1e9f52 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d096979-4990-4687-85ef-38f81c1e9f52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d096979-4990-4687-85ef-38f81c1e9f52:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-0d096979-4990-4687-85ef-38f81c1e9f52 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d096979-4990-4687-85ef-38f81c1e9f52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d096979-4990-4687-85ef-38f81c1e9f52:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-0d096979-4990-4687-85ef-38f81c1e9f52 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d096979-4990-4687-85ef-38f81c1e9f52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d096979-4990-4687-85ef-38f81c1e9f52:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-0d096979-4990-4687-85ef-38f81c1e9f52 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d096979-4990-4687-85ef-38f81c1e9f52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d096979-4990-4687-85ef-38f81c1e9f52:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-0d096979-4990-4687-85ef-38f81c1e9f52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-0d096979-4990-4687-85ef-38f81c1e9f52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-0d096979-4990-4687-85ef-38f81c1e9f52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-0d096979-4990-4687-85ef-38f81c1e9f52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-0d096979-4990-4687-85ef-38f81c1e9f52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d096979-4990-4687-85ef-38f81c1e9f52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e1e3159f-f104-4edc-935e-469b695c562a {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 474px;
background-color: rgba(255, 255, 255, 1);
}
#s-e1e3159f-f104-4edc-935e-469b695c562a {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-e1e3159f-f104-4edc-935e-469b695c562a {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-e1e3159f-f104-4edc-935e-469b695c562a {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-e1e3159f-f104-4edc-935e-469b695c562a {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-dc1d3356-f885-4232-958b-d862899628e1 {
  padding-top: 20px;
text-align: center;
}
#s-dc1d3356-f885-4232-958b-d862899628e1 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-dc1d3356-f885-4232-958b-d862899628e1 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-dc1d3356-f885-4232-958b-d862899628e1 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-dc1d3356-f885-4232-958b-d862899628e1 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 {
  max-width:  100%;
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom,
.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  width: 100%;
}




.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 {
  max-width:  100%;
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom,
.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 {
  max-width:  100%;
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom,
.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 {
  max-width:  100%;
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom,
.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 {
  max-width:  100%;
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom,
.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc1d3356-f885-4232-958b-d862899628e1 img.shogun-image {
  width: 100%;
}



}
#s-546fb24a-e249-4eee-a369-111684627c63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-546fb24a-e249-4eee-a369-111684627c63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-546fb24a-e249-4eee-a369-111684627c63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-546fb24a-e249-4eee-a369-111684627c63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-546fb24a-e249-4eee-a369-111684627c63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-546fb24a-e249-4eee-a369-111684627c63 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-546fb24a-e249-4eee-a369-111684627c63 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-546fb24a-e249-4eee-a369-111684627c63 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-546fb24a-e249-4eee-a369-111684627c63 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-546fb24a-e249-4eee-a369-111684627c63 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
@media (max-width: 1199px){#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 991px){#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 767px){#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .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-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .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-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d-btn-wrapper {
    text-align: center;
  }


#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn:hover {
  background: #252525;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn:active, #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn.disabled {
  background: #252525;
}
#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .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-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .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-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d-btn-wrapper {
    text-align: center;
  }


#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn:hover {
  background: #252525;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn:active, #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .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-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .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-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d-btn-wrapper {
    text-align: center;
  }


#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn:hover {
  background: #252525;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn:active, #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .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-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .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-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d-btn-wrapper {
    text-align: center;
  }


#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn:hover {
  background: #252525;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn:active, #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .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-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .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-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d-btn-wrapper {
    text-align: center;
  }


#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn:hover {
  background: #252525;
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn:active, #s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-d41a7483-3a6d-4a8d-92c9-4425cfe11b8d .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper {
  display: flex;
}

#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper {
  display: flex;
}

#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper {
  display: flex;
}

#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper {
  display: flex;
}

#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper {
  display: flex;
}

#s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25f1f0bc-c6e5-4ef1-b30b-94064a495c12 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-d19f36b8-bebd-4900-904c-8fd766279e2d {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d19f36b8-bebd-4900-904c-8fd766279e2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d19f36b8-bebd-4900-904c-8fd766279e2d:active {background-color: #000000 !important;
text-decoration: none !important;}#s-d19f36b8-bebd-4900-904c-8fd766279e2d {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d19f36b8-bebd-4900-904c-8fd766279e2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d19f36b8-bebd-4900-904c-8fd766279e2d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-d19f36b8-bebd-4900-904c-8fd766279e2d {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d19f36b8-bebd-4900-904c-8fd766279e2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d19f36b8-bebd-4900-904c-8fd766279e2d:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-d19f36b8-bebd-4900-904c-8fd766279e2d {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d19f36b8-bebd-4900-904c-8fd766279e2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d19f36b8-bebd-4900-904c-8fd766279e2d:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-d19f36b8-bebd-4900-904c-8fd766279e2d {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d19f36b8-bebd-4900-904c-8fd766279e2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d19f36b8-bebd-4900-904c-8fd766279e2d:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-d19f36b8-bebd-4900-904c-8fd766279e2d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-d19f36b8-bebd-4900-904c-8fd766279e2d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-d19f36b8-bebd-4900-904c-8fd766279e2d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-d19f36b8-bebd-4900-904c-8fd766279e2d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-d19f36b8-bebd-4900-904c-8fd766279e2d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d19f36b8-bebd-4900-904c-8fd766279e2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-29eea9d8-a977-4fcc-a42d-3ec79d7789b0 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 474px;
background-color: rgba(255, 255, 255, 1);
}
#s-29eea9d8-a977-4fcc-a42d-3ec79d7789b0 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-29eea9d8-a977-4fcc-a42d-3ec79d7789b0 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-29eea9d8-a977-4fcc-a42d-3ec79d7789b0 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-29eea9d8-a977-4fcc-a42d-3ec79d7789b0 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-dd456c6a-77f0-4445-8445-3b06400477e1 {
  padding-top: 20px;
text-align: center;
}
#s-dd456c6a-77f0-4445-8445-3b06400477e1 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-dd456c6a-77f0-4445-8445-3b06400477e1 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-dd456c6a-77f0-4445-8445-3b06400477e1 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-dd456c6a-77f0-4445-8445-3b06400477e1 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 {
  max-width:  100%;
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom,
.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  width: 100%;
}




.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 {
  max-width:  100%;
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom,
.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 {
  max-width:  100%;
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom,
.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 {
  max-width:  100%;
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom,
.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 {
  max-width:  100%;
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom,
.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd456c6a-77f0-4445-8445-3b06400477e1 img.shogun-image {
  width: 100%;
}



}
#s-1c41a0f8-10b6-4591-8f90-3d8d0bd852c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-1c41a0f8-10b6-4591-8f90-3d8d0bd852c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-1c41a0f8-10b6-4591-8f90-3d8d0bd852c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-1c41a0f8-10b6-4591-8f90-3d8d0bd852c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-1c41a0f8-10b6-4591-8f90-3d8d0bd852c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-1c41a0f8-10b6-4591-8f90-3d8d0bd852c8 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-1c41a0f8-10b6-4591-8f90-3d8d0bd852c8 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-1c41a0f8-10b6-4591-8f90-3d8d0bd852c8 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-1c41a0f8-10b6-4591-8f90-3d8d0bd852c8 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-1c41a0f8-10b6-4591-8f90-3d8d0bd852c8 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
@media (max-width: 1199px){#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 991px){#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 767px){#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .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-c7686d5d-5f83-493a-bb43-740efe2e47c2 .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-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c7686d5d-5f83-493a-bb43-740efe2e47c2-btn-wrapper {
    text-align: center;
  }


#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn:hover {
  background: #252525;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn:active, #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn.disabled {
  background: #252525;
}
#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .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-c7686d5d-5f83-493a-bb43-740efe2e47c2 .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-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c7686d5d-5f83-493a-bb43-740efe2e47c2-btn-wrapper {
    text-align: center;
  }


#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn:hover {
  background: #252525;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn:active, #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .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-c7686d5d-5f83-493a-bb43-740efe2e47c2 .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-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c7686d5d-5f83-493a-bb43-740efe2e47c2-btn-wrapper {
    text-align: center;
  }


#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn:hover {
  background: #252525;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn:active, #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .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-c7686d5d-5f83-493a-bb43-740efe2e47c2 .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-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c7686d5d-5f83-493a-bb43-740efe2e47c2-btn-wrapper {
    text-align: center;
  }


#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn:hover {
  background: #252525;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn:active, #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .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-c7686d5d-5f83-493a-bb43-740efe2e47c2 .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-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c7686d5d-5f83-493a-bb43-740efe2e47c2-btn-wrapper {
    text-align: center;
  }


#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn:hover {
  background: #252525;
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn:active, #s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-c7686d5d-5f83-493a-bb43-740efe2e47c2 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper {
  display: flex;
}

#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper {
  display: flex;
}

#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper {
  display: flex;
}

#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper {
  display: flex;
}

#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper {
  display: flex;
}

#s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d2bb7fab-256e-4014-9e97-f3ced699e3ad .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-e30cc7f1-5264-4164-948f-76a573b849a1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e30cc7f1-5264-4164-948f-76a573b849a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e30cc7f1-5264-4164-948f-76a573b849a1:active {background-color: #000000 !important;
text-decoration: none !important;}#s-e30cc7f1-5264-4164-948f-76a573b849a1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e30cc7f1-5264-4164-948f-76a573b849a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e30cc7f1-5264-4164-948f-76a573b849a1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-e30cc7f1-5264-4164-948f-76a573b849a1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e30cc7f1-5264-4164-948f-76a573b849a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e30cc7f1-5264-4164-948f-76a573b849a1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-e30cc7f1-5264-4164-948f-76a573b849a1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e30cc7f1-5264-4164-948f-76a573b849a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e30cc7f1-5264-4164-948f-76a573b849a1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-e30cc7f1-5264-4164-948f-76a573b849a1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e30cc7f1-5264-4164-948f-76a573b849a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e30cc7f1-5264-4164-948f-76a573b849a1:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-e30cc7f1-5264-4164-948f-76a573b849a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-e30cc7f1-5264-4164-948f-76a573b849a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-e30cc7f1-5264-4164-948f-76a573b849a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-e30cc7f1-5264-4164-948f-76a573b849a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-e30cc7f1-5264-4164-948f-76a573b849a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e30cc7f1-5264-4164-948f-76a573b849a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c264dc11-5a27-47ba-aeff-402f06c7c8e8 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 474px;
background-color: rgba(255, 255, 255, 1);
}
#s-c264dc11-5a27-47ba-aeff-402f06c7c8e8 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-c264dc11-5a27-47ba-aeff-402f06c7c8e8 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-c264dc11-5a27-47ba-aeff-402f06c7c8e8 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-c264dc11-5a27-47ba-aeff-402f06c7c8e8 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 {
  padding-top: 20px;
text-align: center;
}
#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 {
  max-width:  100%;
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom,
.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  width: 100%;
}




.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 {
  max-width:  100%;
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom,
.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 {
  max-width:  100%;
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom,
.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 {
  max-width:  100%;
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom,
.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 {
  max-width:  100%;
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom,
.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06d886e1-b9bc-457c-936f-ce6bbd14b374 img.shogun-image {
  width: 100%;
}



}
#s-52eed2ac-230b-458c-9f9d-f2614e77b82f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-52eed2ac-230b-458c-9f9d-f2614e77b82f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-52eed2ac-230b-458c-9f9d-f2614e77b82f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-52eed2ac-230b-458c-9f9d-f2614e77b82f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-52eed2ac-230b-458c-9f9d-f2614e77b82f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-52eed2ac-230b-458c-9f9d-f2614e77b82f .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-52eed2ac-230b-458c-9f9d-f2614e77b82f .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-52eed2ac-230b-458c-9f9d-f2614e77b82f .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-52eed2ac-230b-458c-9f9d-f2614e77b82f .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-52eed2ac-230b-458c-9f9d-f2614e77b82f .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
@media (max-width: 1199px){#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 991px){#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 767px){#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .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-a7113fc2-52e6-4de8-bf31-ba6c99032332 .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-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-a7113fc2-52e6-4de8-bf31-ba6c99032332-btn-wrapper {
    text-align: center;
  }


#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn:hover {
  background: #252525;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn:active, #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn.disabled {
  background: #252525;
}
#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .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-a7113fc2-52e6-4de8-bf31-ba6c99032332 .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-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-a7113fc2-52e6-4de8-bf31-ba6c99032332-btn-wrapper {
    text-align: center;
  }


#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn:hover {
  background: #252525;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn:active, #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .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-a7113fc2-52e6-4de8-bf31-ba6c99032332 .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-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-a7113fc2-52e6-4de8-bf31-ba6c99032332-btn-wrapper {
    text-align: center;
  }


#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn:hover {
  background: #252525;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn:active, #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .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-a7113fc2-52e6-4de8-bf31-ba6c99032332 .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-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-a7113fc2-52e6-4de8-bf31-ba6c99032332-btn-wrapper {
    text-align: center;
  }


#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn:hover {
  background: #252525;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn:active, #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .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-a7113fc2-52e6-4de8-bf31-ba6c99032332 .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-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-a7113fc2-52e6-4de8-bf31-ba6c99032332-btn-wrapper {
    text-align: center;
  }


#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn:hover {
  background: #252525;
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn:active, #s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-a7113fc2-52e6-4de8-bf31-ba6c99032332 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-2040df25-bd68-49d0-a894-b1bb1b52172b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-2040df25-bd68-49d0-a894-b1bb1b52172b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-2040df25-bd68-49d0-a894-b1bb1b52172b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-2040df25-bd68-49d0-a894-b1bb1b52172b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-2040df25-bd68-49d0-a894-b1bb1b52172b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper {
  display: flex;
}

#s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper {
  display: flex;
}

#s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper {
  display: flex;
}

#s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper {
  display: flex;
}

#s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper {
  display: flex;
}

#s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2040df25-bd68-49d0-a894-b1bb1b52172b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-204c5aa0-1af0-42ae-a099-799f232cf899 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-204c5aa0-1af0-42ae-a099-799f232cf899:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-204c5aa0-1af0-42ae-a099-799f232cf899:active {background-color: #000000 !important;
text-decoration: none !important;}#s-204c5aa0-1af0-42ae-a099-799f232cf899 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-204c5aa0-1af0-42ae-a099-799f232cf899:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-204c5aa0-1af0-42ae-a099-799f232cf899:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-204c5aa0-1af0-42ae-a099-799f232cf899 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-204c5aa0-1af0-42ae-a099-799f232cf899:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-204c5aa0-1af0-42ae-a099-799f232cf899:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-204c5aa0-1af0-42ae-a099-799f232cf899 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-204c5aa0-1af0-42ae-a099-799f232cf899:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-204c5aa0-1af0-42ae-a099-799f232cf899:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-204c5aa0-1af0-42ae-a099-799f232cf899 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-204c5aa0-1af0-42ae-a099-799f232cf899:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-204c5aa0-1af0-42ae-a099-799f232cf899:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-204c5aa0-1af0-42ae-a099-799f232cf899 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-204c5aa0-1af0-42ae-a099-799f232cf899 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-204c5aa0-1af0-42ae-a099-799f232cf899 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-204c5aa0-1af0-42ae-a099-799f232cf899 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-204c5aa0-1af0-42ae-a099-799f232cf899 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-204c5aa0-1af0-42ae-a099-799f232cf899.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-50ee591b-6702-447e-a81e-f02627189129 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 474px;
background-color: rgba(255, 255, 255, 1);
}
#s-50ee591b-6702-447e-a81e-f02627189129 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px){#s-50ee591b-6702-447e-a81e-f02627189129 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 991px){#s-50ee591b-6702-447e-a81e-f02627189129 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-50ee591b-6702-447e-a81e-f02627189129 {
  box-shadow:2px 2px 6px 0px rgba(170, 170, 170, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
}
#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 {
  padding-top: 20px;
text-align: center;
}
#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 {
  max-width:  100%;
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom,
.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  width: 100%;
}




.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 {
  max-width:  100%;
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom,
.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 {
  max-width:  100%;
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom,
.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 {
  max-width:  100%;
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom,
.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 {
  max-width:  100%;
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom,
.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e00bcac-70b7-4044-87fa-6bdd681736b8 img.shogun-image {
  width: 100%;
}



}
#s-cce60530-a1a7-48bb-90a5-2f3f786be8c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-cce60530-a1a7-48bb-90a5-2f3f786be8c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-cce60530-a1a7-48bb-90a5-2f3f786be8c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-cce60530-a1a7-48bb-90a5-2f3f786be8c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-cce60530-a1a7-48bb-90a5-2f3f786be8c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-cce60530-a1a7-48bb-90a5-2f3f786be8c2 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-cce60530-a1a7-48bb-90a5-2f3f786be8c2 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 1199px){#s-cce60530-a1a7-48bb-90a5-2f3f786be8c2 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 991px){#s-cce60530-a1a7-48bb-90a5-2f3f786be8c2 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-cce60530-a1a7-48bb-90a5-2f3f786be8c2 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
@media (max-width: 1199px){#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 991px){#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}@media (max-width: 767px){#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .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-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .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-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d-btn-wrapper {
    text-align: center;
  }


#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn:hover {
  background: #252525;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn:active, #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn.disabled {
  background: #252525;
}
#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .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-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .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-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d-btn-wrapper {
    text-align: center;
  }


#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn:hover {
  background: #252525;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn:active, #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .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-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .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-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d-btn-wrapper {
    text-align: center;
  }


#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn:hover {
  background: #252525;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn:active, #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .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-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .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-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d-btn-wrapper {
    text-align: center;
  }


#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn:hover {
  background: #252525;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn:active, #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .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-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .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-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d-btn-wrapper {
    text-align: center;
  }


#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn {
  color: rgba(66, 97, 56, 1);
  background: rgba(164, 176, 126, 0);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 6px;
  border: 2px solid rgba(66, 97, 56, 1);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn:hover {
  background: #252525;
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn:active, #s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-1c2f3fa1-75c1-43a7-ab3a-62dcd491cd1d .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 {
  margin-left: -5px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 {
  margin-left: -5px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 {
  margin-left: -5px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 {
  margin-left: -5px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 {
  margin-left: -5px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cfffcc46-4fb0-4485-ba92-7949a8654cf7 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-311d633d-f3c0-4161-a879-8fd3339ac7d8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-311d633d-f3c0-4161-a879-8fd3339ac7d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-311d633d-f3c0-4161-a879-8fd3339ac7d8:active {background-color: #000000 !important;
text-decoration: none !important;}#s-311d633d-f3c0-4161-a879-8fd3339ac7d8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-311d633d-f3c0-4161-a879-8fd3339ac7d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-311d633d-f3c0-4161-a879-8fd3339ac7d8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-311d633d-f3c0-4161-a879-8fd3339ac7d8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-311d633d-f3c0-4161-a879-8fd3339ac7d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-311d633d-f3c0-4161-a879-8fd3339ac7d8:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-311d633d-f3c0-4161-a879-8fd3339ac7d8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-311d633d-f3c0-4161-a879-8fd3339ac7d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-311d633d-f3c0-4161-a879-8fd3339ac7d8:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-311d633d-f3c0-4161-a879-8fd3339ac7d8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-311d633d-f3c0-4161-a879-8fd3339ac7d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-311d633d-f3c0-4161-a879-8fd3339ac7d8:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-311d633d-f3c0-4161-a879-8fd3339ac7d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-311d633d-f3c0-4161-a879-8fd3339ac7d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-311d633d-f3c0-4161-a879-8fd3339ac7d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
