.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-bff83dc0-526c-42ba-ba12-de378f9d3d5a {
  min-height: 50px;
}








#s-bff83dc0-526c-42ba-ba12-de378f9d3d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff83dc0-526c-42ba-ba12-de378f9d3d5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







#s-bff83dc0-526c-42ba-ba12-de378f9d3d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff83dc0-526c-42ba-ba12-de378f9d3d5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px){






#s-bff83dc0-526c-42ba-ba12-de378f9d3d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff83dc0-526c-42ba-ba12-de378f9d3d5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 991px){






#s-bff83dc0-526c-42ba-ba12-de378f9d3d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff83dc0-526c-42ba-ba12-de378f9d3d5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-bff83dc0-526c-42ba-ba12-de378f9d3d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff83dc0-526c-42ba-ba12-de378f9d3d5a.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-8071ca81-e6c2-4069-8b3f-1e9075bb1bad {
  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-8071ca81-e6c2-4069-8b3f-1e9075bb1bad {
  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-8071ca81-e6c2-4069-8b3f-1e9075bb1bad {
  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-8071ca81-e6c2-4069-8b3f-1e9075bb1bad {
  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-8071ca81-e6c2-4069-8b3f-1e9075bb1bad {
  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-8071ca81-e6c2-4069-8b3f-1e9075bb1bad .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-8071ca81-e6c2-4069-8b3f-1e9075bb1bad .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-8071ca81-e6c2-4069-8b3f-1e9075bb1bad .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-8071ca81-e6c2-4069-8b3f-1e9075bb1bad .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-8071ca81-e6c2-4069-8b3f-1e9075bb1bad .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-cb117063-92a2-4073-9474-82bf281ef03d {
  text-align: left;
}
#s-cb117063-92a2-4073-9474-82bf281ef03d {
  text-align: left;
}
@media (max-width: 1199px){#s-cb117063-92a2-4073-9474-82bf281ef03d {
  text-align: left;
}
}@media (max-width: 991px){#s-cb117063-92a2-4073-9474-82bf281ef03d {
  text-align: left;
}
}@media (max-width: 767px){#s-cb117063-92a2-4073-9474-82bf281ef03d {
  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-a6b627d2-0539-44a3-a06f-a286ca174320 {
  opacity: 1;
}
#s-a6b627d2-0539-44a3-a06f-a286ca174320 {
  min-height: 400px;
opacity: 1;
}
@media (max-width: 1199px){#s-a6b627d2-0539-44a3-a06f-a286ca174320 {
  min-height: 400px;
opacity: 1;
}
}@media (max-width: 991px){#s-a6b627d2-0539-44a3-a06f-a286ca174320 {
  min-height: 400px;
opacity: 1;
}
}@media (max-width: 767px){#s-a6b627d2-0539-44a3-a06f-a286ca174320 {
  min-height: 400px;
opacity: 1;
}
}@media (max-width: 767px){#s-a6b627d2-0539-44a3-a06f-a286ca174320, #wrap-s-a6b627d2-0539-44a3-a06f-a286ca174320 { display: none !important; }}
#s-a6b627d2-0539-44a3-a06f-a286ca174320 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 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-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-column, #s-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
#s-a6b627d2-0539-44a3-a06f-a286ca174320 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 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-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-column, #s-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
@media (max-width: 1199px){#s-a6b627d2-0539-44a3-a06f-a286ca174320 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 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-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-column, #s-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}@media (max-width: 991px){#s-a6b627d2-0539-44a3-a06f-a286ca174320 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 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-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-column, #s-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}@media (max-width: 767px){#s-a6b627d2-0539-44a3-a06f-a286ca174320 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 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-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px;
}

#s-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-column, #s-a6b627d2-0539-44a3-a06f-a286ca174320 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}
#s-c41c2f7c-ddcf-4631-99c4-b195b72b4458 {
  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-c41c2f7c-ddcf-4631-99c4-b195b72b4458 {
  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-c41c2f7c-ddcf-4631-99c4-b195b72b4458 {
  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-c41c2f7c-ddcf-4631-99c4-b195b72b4458 {
  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-c41c2f7c-ddcf-4631-99c4-b195b72b4458 {
  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-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 {
  padding-top: 20px;
text-align: center;
}
#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 {
  max-width:  100%;
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom,
.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  width: 100%;
}




.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 {
  max-width:  100%;
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom,
.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 {
  max-width:  100%;
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom,
.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 {
  max-width:  100%;
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom,
.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 {
  max-width:  100%;
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom,
.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00f3595-52b0-46bf-a8c4-9336f6ed3fe3 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-f9fb8589-fa86-4952-a466-949a7f3af79f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-f9fb8589-fa86-4952-a466-949a7f3af79f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-f9fb8589-fa86-4952-a466-949a7f3af79f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-f9fb8589-fa86-4952-a466-949a7f3af79f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-f9fb8589-fa86-4952-a466-949a7f3af79f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-f9fb8589-fa86-4952-a466-949a7f3af79f .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-f9fb8589-fa86-4952-a466-949a7f3af79f .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-f9fb8589-fa86-4952-a466-949a7f3af79f .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-f9fb8589-fa86-4952-a466-949a7f3af79f .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-f9fb8589-fa86-4952-a466-949a7f3af79f .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-ab6a5c9d-338e-4510-beb4-e15afed2252e {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-ab6a5c9d-338e-4510-beb4-e15afed2252e {
  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-ab6a5c9d-338e-4510-beb4-e15afed2252e {
  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-ab6a5c9d-338e-4510-beb4-e15afed2252e {
  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-ab6a5c9d-338e-4510-beb4-e15afed2252e {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-ab6a5c9d-338e-4510-beb4-e15afed2252e-btn-wrapper {
    text-align: center;
  }


#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn:hover {
  background: #252525;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn:active, #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn.disabled {
  background: #252525;
}
#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-ab6a5c9d-338e-4510-beb4-e15afed2252e-btn-wrapper {
    text-align: center;
  }


#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn:hover {
  background: #252525;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn:active, #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-ab6a5c9d-338e-4510-beb4-e15afed2252e-btn-wrapper {
    text-align: center;
  }


#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn:hover {
  background: #252525;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn:active, #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-ab6a5c9d-338e-4510-beb4-e15afed2252e-btn-wrapper {
    text-align: center;
  }


#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn:hover {
  background: #252525;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn:active, #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-ab6a5c9d-338e-4510-beb4-e15afed2252e-btn-wrapper {
    text-align: center;
  }


#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .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-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn:hover {
  background: #252525;
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn:active, #s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-ab6a5c9d-338e-4510-beb4-e15afed2252e .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-25d62466-aeef-4adc-b937-c80261a00b02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-25d62466-aeef-4adc-b937-c80261a00b02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-25d62466-aeef-4adc-b937-c80261a00b02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-25d62466-aeef-4adc-b937-c80261a00b02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-25d62466-aeef-4adc-b937-c80261a00b02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper {
  display: flex;
}

#s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper {
  display: flex;
}

#s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper {
  display: flex;
}

#s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper {
  display: flex;
}

#s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper {
  display: flex;
}

#s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-25d62466-aeef-4adc-b937-c80261a00b02 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-25d62466-aeef-4adc-b937-c80261a00b02 .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-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce {
  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-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce:active {background-color: #000000 !important;
text-decoration: none !important;}#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce {
  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-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce {
  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-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce {
  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-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce {
  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-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d2f8e34-f0b3-43ff-bc80-5a364a1614ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7a021d06-b113-452a-a7c0-c9ce696057af {
  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-7a021d06-b113-452a-a7c0-c9ce696057af {
  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-7a021d06-b113-452a-a7c0-c9ce696057af {
  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-7a021d06-b113-452a-a7c0-c9ce696057af {
  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-7a021d06-b113-452a-a7c0-c9ce696057af {
  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-42019919-5ba5-43d2-a5e1-7c4de948f75f {
  padding-top: 20px;
text-align: center;
}
#s-42019919-5ba5-43d2-a5e1-7c4de948f75f {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-42019919-5ba5-43d2-a5e1-7c4de948f75f {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-42019919-5ba5-43d2-a5e1-7c4de948f75f {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-42019919-5ba5-43d2-a5e1-7c4de948f75f {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f {
  max-width:  100%;
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom,
.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  width: 100%;
}




.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f {
  max-width:  100%;
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom,
.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f {
  max-width:  100%;
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom,
.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f {
  max-width:  100%;
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom,
.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f {
  max-width:  100%;
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom,
.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42019919-5ba5-43d2-a5e1-7c4de948f75f img.shogun-image {
  width: 100%;
}



}
#s-6f542017-f67f-4966-8aea-e2d6f1c8e789 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-6f542017-f67f-4966-8aea-e2d6f1c8e789 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-6f542017-f67f-4966-8aea-e2d6f1c8e789 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-6f542017-f67f-4966-8aea-e2d6f1c8e789 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-6f542017-f67f-4966-8aea-e2d6f1c8e789 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-6f542017-f67f-4966-8aea-e2d6f1c8e789 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-6f542017-f67f-4966-8aea-e2d6f1c8e789 .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-6f542017-f67f-4966-8aea-e2d6f1c8e789 .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-6f542017-f67f-4966-8aea-e2d6f1c8e789 .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-6f542017-f67f-4966-8aea-e2d6f1c8e789 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-98163cf9-2abe-488b-ab5f-60999b471f09 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-98163cf9-2abe-488b-ab5f-60999b471f09 {
  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-98163cf9-2abe-488b-ab5f-60999b471f09 {
  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-98163cf9-2abe-488b-ab5f-60999b471f09 {
  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-98163cf9-2abe-488b-ab5f-60999b471f09 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-98163cf9-2abe-488b-ab5f-60999b471f09-btn-wrapper {
    text-align: center;
  }


#s-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn:hover {
  background: #252525;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn:active, #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn.disabled {
  background: #252525;
}
#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-98163cf9-2abe-488b-ab5f-60999b471f09-btn-wrapper {
    text-align: center;
  }


#s-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn:hover {
  background: #252525;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn:active, #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-98163cf9-2abe-488b-ab5f-60999b471f09-btn-wrapper {
    text-align: center;
  }


#s-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn:hover {
  background: #252525;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn:active, #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-98163cf9-2abe-488b-ab5f-60999b471f09-btn-wrapper {
    text-align: center;
  }


#s-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn:hover {
  background: #252525;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn:active, #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-98163cf9-2abe-488b-ab5f-60999b471f09-btn-wrapper {
    text-align: center;
  }


#s-98163cf9-2abe-488b-ab5f-60999b471f09 .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-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn:hover {
  background: #252525;
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn:active, #s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-98163cf9-2abe-488b-ab5f-60999b471f09 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper {
  display: flex;
}

#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper {
  display: flex;
}

#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper {
  display: flex;
}

#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper {
  display: flex;
}

#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper {
  display: flex;
}

#s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b8defdd3-0f78-4d5a-a7b4-bd2e42733c9a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-b9e7d935-010d-4422-90c4-6be55892a646 {
  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-b9e7d935-010d-4422-90c4-6be55892a646:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9e7d935-010d-4422-90c4-6be55892a646:active {background-color: #000000 !important;
text-decoration: none !important;}#s-b9e7d935-010d-4422-90c4-6be55892a646 {
  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-b9e7d935-010d-4422-90c4-6be55892a646:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9e7d935-010d-4422-90c4-6be55892a646:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-b9e7d935-010d-4422-90c4-6be55892a646 {
  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-b9e7d935-010d-4422-90c4-6be55892a646:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9e7d935-010d-4422-90c4-6be55892a646:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-b9e7d935-010d-4422-90c4-6be55892a646 {
  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-b9e7d935-010d-4422-90c4-6be55892a646:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9e7d935-010d-4422-90c4-6be55892a646:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-b9e7d935-010d-4422-90c4-6be55892a646 {
  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-b9e7d935-010d-4422-90c4-6be55892a646:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9e7d935-010d-4422-90c4-6be55892a646:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-b9e7d935-010d-4422-90c4-6be55892a646 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-b9e7d935-010d-4422-90c4-6be55892a646 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-b9e7d935-010d-4422-90c4-6be55892a646 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-b9e7d935-010d-4422-90c4-6be55892a646 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-b9e7d935-010d-4422-90c4-6be55892a646 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9e7d935-010d-4422-90c4-6be55892a646.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0d2b4c4d-f7fb-4a1a-a7e4-ecda4e7b5bfe {
  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-0d2b4c4d-f7fb-4a1a-a7e4-ecda4e7b5bfe {
  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-0d2b4c4d-f7fb-4a1a-a7e4-ecda4e7b5bfe {
  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-0d2b4c4d-f7fb-4a1a-a7e4-ecda4e7b5bfe {
  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-0d2b4c4d-f7fb-4a1a-a7e4-ecda4e7b5bfe {
  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-614ea501-14db-484b-83ba-1e3b0d8400dd {
  padding-top: 20px;
text-align: center;
}
#s-614ea501-14db-484b-83ba-1e3b0d8400dd {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-614ea501-14db-484b-83ba-1e3b0d8400dd {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-614ea501-14db-484b-83ba-1e3b0d8400dd {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-614ea501-14db-484b-83ba-1e3b0d8400dd {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd {
  max-width:  100%;
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom,
.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  width: 100%;
}




.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd {
  max-width:  100%;
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom,
.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd {
  max-width:  100%;
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom,
.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd {
  max-width:  100%;
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom,
.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd {
  max-width:  100%;
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom,
.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-614ea501-14db-484b-83ba-1e3b0d8400dd img.shogun-image {
  width: 100%;
}



}
#s-a7fa3781-675b-47d0-aac8-b24dfa6b21fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-a7fa3781-675b-47d0-aac8-b24dfa6b21fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-a7fa3781-675b-47d0-aac8-b24dfa6b21fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-a7fa3781-675b-47d0-aac8-b24dfa6b21fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-a7fa3781-675b-47d0-aac8-b24dfa6b21fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-a7fa3781-675b-47d0-aac8-b24dfa6b21fe .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-a7fa3781-675b-47d0-aac8-b24dfa6b21fe .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-a7fa3781-675b-47d0-aac8-b24dfa6b21fe .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-a7fa3781-675b-47d0-aac8-b24dfa6b21fe .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-a7fa3781-675b-47d0-aac8-b24dfa6b21fe .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-7d74311b-b51f-45a0-a678-5fc75c2d782b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-7d74311b-b51f-45a0-a678-5fc75c2d782b {
  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-7d74311b-b51f-45a0-a678-5fc75c2d782b {
  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-7d74311b-b51f-45a0-a678-5fc75c2d782b {
  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-7d74311b-b51f-45a0-a678-5fc75c2d782b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-7d74311b-b51f-45a0-a678-5fc75c2d782b-btn-wrapper {
    text-align: center;
  }


#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn:hover {
  background: #252525;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn:active, #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn.disabled {
  background: #252525;
}
#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-7d74311b-b51f-45a0-a678-5fc75c2d782b-btn-wrapper {
    text-align: center;
  }


#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn:hover {
  background: #252525;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn:active, #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-7d74311b-b51f-45a0-a678-5fc75c2d782b-btn-wrapper {
    text-align: center;
  }


#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn:hover {
  background: #252525;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn:active, #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-7d74311b-b51f-45a0-a678-5fc75c2d782b-btn-wrapper {
    text-align: center;
  }


#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn:hover {
  background: #252525;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn:active, #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-7d74311b-b51f-45a0-a678-5fc75c2d782b-btn-wrapper {
    text-align: center;
  }


#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .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-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn:hover {
  background: #252525;
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn:active, #s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-7d74311b-b51f-45a0-a678-5fc75c2d782b .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5cbc2802-f8c4-4bc8-a3d9-df888b7ec938 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641 {
  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-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641:active {background-color: #000000 !important;
text-decoration: none !important;}#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641 {
  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-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641 {
  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-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641 {
  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-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641 {
  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-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80dd1632-6f9c-41b4-9fb8-45b0d3f8e641.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-383eae1a-9069-4263-bcdf-b3d200872812 {
  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-383eae1a-9069-4263-bcdf-b3d200872812 {
  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-383eae1a-9069-4263-bcdf-b3d200872812 {
  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-383eae1a-9069-4263-bcdf-b3d200872812 {
  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-383eae1a-9069-4263-bcdf-b3d200872812 {
  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-a9ac542d-2322-46cd-ac92-103657d1cc23 {
  padding-top: 20px;
text-align: center;
}
#s-a9ac542d-2322-46cd-ac92-103657d1cc23 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-a9ac542d-2322-46cd-ac92-103657d1cc23 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-a9ac542d-2322-46cd-ac92-103657d1cc23 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-a9ac542d-2322-46cd-ac92-103657d1cc23 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 {
  max-width:  100%;
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom,
.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  width: 100%;
}




.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 {
  max-width:  100%;
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom,
.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 {
  max-width:  100%;
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom,
.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 {
  max-width:  100%;
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom,
.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 {
  max-width:  100%;
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom,
.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9ac542d-2322-46cd-ac92-103657d1cc23 img.shogun-image {
  width: 100%;
}



}
#s-1a00d07c-14f8-4125-b510-8c1bf572bc2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-1a00d07c-14f8-4125-b510-8c1bf572bc2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-1a00d07c-14f8-4125-b510-8c1bf572bc2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-1a00d07c-14f8-4125-b510-8c1bf572bc2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-1a00d07c-14f8-4125-b510-8c1bf572bc2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-1a00d07c-14f8-4125-b510-8c1bf572bc2b .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-1a00d07c-14f8-4125-b510-8c1bf572bc2b .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-1a00d07c-14f8-4125-b510-8c1bf572bc2b .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-1a00d07c-14f8-4125-b510-8c1bf572bc2b .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-1a00d07c-14f8-4125-b510-8c1bf572bc2b .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-61514c97-004e-44d3-89a0-7247c328b44f {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-61514c97-004e-44d3-89a0-7247c328b44f {
  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-61514c97-004e-44d3-89a0-7247c328b44f {
  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-61514c97-004e-44d3-89a0-7247c328b44f {
  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-61514c97-004e-44d3-89a0-7247c328b44f {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-61514c97-004e-44d3-89a0-7247c328b44f-btn-wrapper {
    text-align: center;
  }


#s-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn:hover {
  background: #252525;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn:active, #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn.disabled {
  background: #252525;
}
#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-61514c97-004e-44d3-89a0-7247c328b44f-btn-wrapper {
    text-align: center;
  }


#s-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn:hover {
  background: #252525;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn:active, #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-61514c97-004e-44d3-89a0-7247c328b44f-btn-wrapper {
    text-align: center;
  }


#s-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn:hover {
  background: #252525;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn:active, #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-61514c97-004e-44d3-89a0-7247c328b44f-btn-wrapper {
    text-align: center;
  }


#s-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn:hover {
  background: #252525;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn:active, #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-61514c97-004e-44d3-89a0-7247c328b44f-btn-wrapper {
    text-align: center;
  }


#s-61514c97-004e-44d3-89a0-7247c328b44f .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-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn:hover {
  background: #252525;
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn:active, #s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-61514c97-004e-44d3-89a0-7247c328b44f .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-4928c55e-3739-49cf-aaae-f9b25233a69d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-4928c55e-3739-49cf-aaae-f9b25233a69d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-4928c55e-3739-49cf-aaae-f9b25233a69d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-4928c55e-3739-49cf-aaae-f9b25233a69d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-4928c55e-3739-49cf-aaae-f9b25233a69d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper {
  display: flex;
}

#s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper {
  display: flex;
}

#s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper {
  display: flex;
}

#s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper {
  display: flex;
}

#s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper {
  display: flex;
}

#s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4928c55e-3739-49cf-aaae-f9b25233a69d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-f55e2218-7146-4c48-9a50-b81683216d14 {
  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-f55e2218-7146-4c48-9a50-b81683216d14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f55e2218-7146-4c48-9a50-b81683216d14:active {background-color: #000000 !important;
text-decoration: none !important;}#s-f55e2218-7146-4c48-9a50-b81683216d14 {
  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-f55e2218-7146-4c48-9a50-b81683216d14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f55e2218-7146-4c48-9a50-b81683216d14:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-f55e2218-7146-4c48-9a50-b81683216d14 {
  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-f55e2218-7146-4c48-9a50-b81683216d14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f55e2218-7146-4c48-9a50-b81683216d14:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-f55e2218-7146-4c48-9a50-b81683216d14 {
  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-f55e2218-7146-4c48-9a50-b81683216d14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f55e2218-7146-4c48-9a50-b81683216d14:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-f55e2218-7146-4c48-9a50-b81683216d14 {
  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-f55e2218-7146-4c48-9a50-b81683216d14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f55e2218-7146-4c48-9a50-b81683216d14:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-f55e2218-7146-4c48-9a50-b81683216d14 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-f55e2218-7146-4c48-9a50-b81683216d14 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-f55e2218-7146-4c48-9a50-b81683216d14 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-f55e2218-7146-4c48-9a50-b81683216d14 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-f55e2218-7146-4c48-9a50-b81683216d14 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f55e2218-7146-4c48-9a50-b81683216d14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f1c0358d-a062-4658-bc65-26295c6becf7 {
  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-f1c0358d-a062-4658-bc65-26295c6becf7 {
  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-f1c0358d-a062-4658-bc65-26295c6becf7 {
  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-f1c0358d-a062-4658-bc65-26295c6becf7 {
  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-f1c0358d-a062-4658-bc65-26295c6becf7 {
  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-38df1cd3-c8c3-422d-9dc5-681cd00b3453 {
  padding-top: 20px;
text-align: center;
}
#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 {
  max-width:  100%;
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom,
.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  width: 100%;
}




.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 {
  max-width:  100%;
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom,
.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 {
  max-width:  100%;
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom,
.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 {
  max-width:  100%;
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom,
.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 {
  max-width:  100%;
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom,
.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38df1cd3-c8c3-422d-9dc5-681cd00b3453 img.shogun-image {
  width: 100%;
}



}
#s-95e1f903-058e-4967-8148-bc3a9bd86b6d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-95e1f903-058e-4967-8148-bc3a9bd86b6d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-95e1f903-058e-4967-8148-bc3a9bd86b6d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-95e1f903-058e-4967-8148-bc3a9bd86b6d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-95e1f903-058e-4967-8148-bc3a9bd86b6d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-95e1f903-058e-4967-8148-bc3a9bd86b6d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-95e1f903-058e-4967-8148-bc3a9bd86b6d .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-95e1f903-058e-4967-8148-bc3a9bd86b6d .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-95e1f903-058e-4967-8148-bc3a9bd86b6d .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-95e1f903-058e-4967-8148-bc3a9bd86b6d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 {
  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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 {
  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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 {
  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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468-btn-wrapper {
    text-align: center;
  }


#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn:hover {
  background: #252525;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn:active, #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn.disabled {
  background: #252525;
}
#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468-btn-wrapper {
    text-align: center;
  }


#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn:hover {
  background: #252525;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn:active, #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468-btn-wrapper {
    text-align: center;
  }


#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn:hover {
  background: #252525;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn:active, #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468-btn-wrapper {
    text-align: center;
  }


#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn:hover {
  background: #252525;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn:active, #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468-btn-wrapper {
    text-align: center;
  }


#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .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-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn:hover {
  background: #252525;
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn:active, #s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-549dd0a4-d8eb-4018-840b-9dfa0fb53468 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper {
  display: flex;
}

#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper {
  display: flex;
}

#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper {
  display: flex;
}

#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper {
  display: flex;
}

#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper {
  display: flex;
}

#s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3ea996db-e556-44fb-9dc1-53cff5fdfc0b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-911f3ef4-67ae-45fc-807b-85343522ed26 {
  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-911f3ef4-67ae-45fc-807b-85343522ed26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-911f3ef4-67ae-45fc-807b-85343522ed26:active {background-color: #000000 !important;
text-decoration: none !important;}#s-911f3ef4-67ae-45fc-807b-85343522ed26 {
  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-911f3ef4-67ae-45fc-807b-85343522ed26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-911f3ef4-67ae-45fc-807b-85343522ed26:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-911f3ef4-67ae-45fc-807b-85343522ed26 {
  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-911f3ef4-67ae-45fc-807b-85343522ed26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-911f3ef4-67ae-45fc-807b-85343522ed26:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-911f3ef4-67ae-45fc-807b-85343522ed26 {
  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-911f3ef4-67ae-45fc-807b-85343522ed26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-911f3ef4-67ae-45fc-807b-85343522ed26:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-911f3ef4-67ae-45fc-807b-85343522ed26 {
  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-911f3ef4-67ae-45fc-807b-85343522ed26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-911f3ef4-67ae-45fc-807b-85343522ed26:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-911f3ef4-67ae-45fc-807b-85343522ed26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-911f3ef4-67ae-45fc-807b-85343522ed26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-911f3ef4-67ae-45fc-807b-85343522ed26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-911f3ef4-67ae-45fc-807b-85343522ed26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-911f3ef4-67ae-45fc-807b-85343522ed26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-911f3ef4-67ae-45fc-807b-85343522ed26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-55e11f69-786d-4638-8840-3ac0abcc5d3f {
  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-55e11f69-786d-4638-8840-3ac0abcc5d3f {
  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-55e11f69-786d-4638-8840-3ac0abcc5d3f {
  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-55e11f69-786d-4638-8840-3ac0abcc5d3f {
  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-55e11f69-786d-4638-8840-3ac0abcc5d3f {
  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-cf87158e-11ba-4b77-8d76-cd57503d8e4e {
  padding-top: 20px;
text-align: center;
}
#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e {
  max-width:  100%;
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom,
.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  width: 100%;
}




.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e {
  max-width:  100%;
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom,
.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e {
  max-width:  100%;
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom,
.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e {
  max-width:  100%;
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom,
.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e {
  max-width:  100%;
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom,
.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf87158e-11ba-4b77-8d76-cd57503d8e4e img.shogun-image {
  width: 100%;
}



}
#s-5368782b-0cdf-452b-bd4e-1c672e97940d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-5368782b-0cdf-452b-bd4e-1c672e97940d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-5368782b-0cdf-452b-bd4e-1c672e97940d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-5368782b-0cdf-452b-bd4e-1c672e97940d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-5368782b-0cdf-452b-bd4e-1c672e97940d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-5368782b-0cdf-452b-bd4e-1c672e97940d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-5368782b-0cdf-452b-bd4e-1c672e97940d .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-5368782b-0cdf-452b-bd4e-1c672e97940d .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-5368782b-0cdf-452b-bd4e-1c672e97940d .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-5368782b-0cdf-452b-bd4e-1c672e97940d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 {
  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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 {
  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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 {
  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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3-btn-wrapper {
    text-align: center;
  }


#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn:hover {
  background: #252525;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn:active, #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn.disabled {
  background: #252525;
}
#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3-btn-wrapper {
    text-align: center;
  }


#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn:hover {
  background: #252525;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn:active, #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3-btn-wrapper {
    text-align: center;
  }


#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn:hover {
  background: #252525;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn:active, #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3-btn-wrapper {
    text-align: center;
  }


#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn:hover {
  background: #252525;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn:active, #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3-btn-wrapper {
    text-align: center;
  }


#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .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-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn:hover {
  background: #252525;
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn:active, #s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-b1b4cc6e-5fdd-4f5c-b63e-ccc957802be3 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 1199px){#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
}@media (max-width: 991px){#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
}
#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper {
  display: flex;
}

#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper {
  display: flex;
}

#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper {
  display: flex;
}

#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper {
  display: flex;
}

#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper {
  display: flex;
}

#s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e49201b6-7cbb-450a-804c-2b5d52cc6d2b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-a988bcd4-7c24-4af6-a497-b1091b772b1e {
  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-a988bcd4-7c24-4af6-a497-b1091b772b1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a988bcd4-7c24-4af6-a497-b1091b772b1e:active {background-color: #000000 !important;
text-decoration: none !important;}#s-a988bcd4-7c24-4af6-a497-b1091b772b1e {
  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-a988bcd4-7c24-4af6-a497-b1091b772b1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a988bcd4-7c24-4af6-a497-b1091b772b1e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-a988bcd4-7c24-4af6-a497-b1091b772b1e {
  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-a988bcd4-7c24-4af6-a497-b1091b772b1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a988bcd4-7c24-4af6-a497-b1091b772b1e:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-a988bcd4-7c24-4af6-a497-b1091b772b1e {
  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-a988bcd4-7c24-4af6-a497-b1091b772b1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a988bcd4-7c24-4af6-a497-b1091b772b1e:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-a988bcd4-7c24-4af6-a497-b1091b772b1e {
  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-a988bcd4-7c24-4af6-a497-b1091b772b1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a988bcd4-7c24-4af6-a497-b1091b772b1e:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-a988bcd4-7c24-4af6-a497-b1091b772b1e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-a988bcd4-7c24-4af6-a497-b1091b772b1e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a988bcd4-7c24-4af6-a497-b1091b772b1e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b6f416dc-486d-4bfd-8295-815974d07bcc {
  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-b6f416dc-486d-4bfd-8295-815974d07bcc {
  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-b6f416dc-486d-4bfd-8295-815974d07bcc {
  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-b6f416dc-486d-4bfd-8295-815974d07bcc {
  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-b6f416dc-486d-4bfd-8295-815974d07bcc {
  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-afc7c60e-2b93-4b30-96d0-b5780bc0da36 {
  padding-top: 20px;
text-align: center;
}
#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 {
  max-width:  100%;
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom,
.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  width: 100%;
}




.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 {
  max-width:  100%;
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom,
.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 {
  max-width:  100%;
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom,
.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 {
  max-width:  100%;
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom,
.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 {
  max-width:  100%;
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom,
.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afc7c60e-2b93-4b30-96d0-b5780bc0da36 img.shogun-image {
  width: 100%;
}



}
#s-435875ed-2ac2-459f-9406-5c4f2aec8a0d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-435875ed-2ac2-459f-9406-5c4f2aec8a0d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-435875ed-2ac2-459f-9406-5c4f2aec8a0d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-435875ed-2ac2-459f-9406-5c4f2aec8a0d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-435875ed-2ac2-459f-9406-5c4f2aec8a0d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-435875ed-2ac2-459f-9406-5c4f2aec8a0d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-435875ed-2ac2-459f-9406-5c4f2aec8a0d .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-435875ed-2ac2-459f-9406-5c4f2aec8a0d .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-435875ed-2ac2-459f-9406-5c4f2aec8a0d .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-435875ed-2ac2-459f-9406-5c4f2aec8a0d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 {
  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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 {
  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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 {
  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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7-btn-wrapper {
    text-align: center;
  }


#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn:hover {
  background: #252525;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn:active, #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn.disabled {
  background: #252525;
}
#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7-btn-wrapper {
    text-align: center;
  }


#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn:hover {
  background: #252525;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn:active, #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7-btn-wrapper {
    text-align: center;
  }


#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn:hover {
  background: #252525;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn:active, #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7-btn-wrapper {
    text-align: center;
  }


#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn:hover {
  background: #252525;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn:active, #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7-btn-wrapper {
    text-align: center;
  }


#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .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-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn:hover {
  background: #252525;
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn:active, #s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-3f11269d-7ec7-4b39-86e5-cfe6fbe7eae7 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1eb9a6cb-4f05-4e59-bd22-a2a368b31b46 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-58707034-a502-424b-ab84-81f7ca163a4a {
  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-58707034-a502-424b-ab84-81f7ca163a4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58707034-a502-424b-ab84-81f7ca163a4a:active {background-color: #000000 !important;
text-decoration: none !important;}#s-58707034-a502-424b-ab84-81f7ca163a4a {
  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-58707034-a502-424b-ab84-81f7ca163a4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58707034-a502-424b-ab84-81f7ca163a4a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-58707034-a502-424b-ab84-81f7ca163a4a {
  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-58707034-a502-424b-ab84-81f7ca163a4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58707034-a502-424b-ab84-81f7ca163a4a:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-58707034-a502-424b-ab84-81f7ca163a4a {
  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-58707034-a502-424b-ab84-81f7ca163a4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58707034-a502-424b-ab84-81f7ca163a4a:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-58707034-a502-424b-ab84-81f7ca163a4a {
  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-58707034-a502-424b-ab84-81f7ca163a4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58707034-a502-424b-ab84-81f7ca163a4a:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-58707034-a502-424b-ab84-81f7ca163a4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-58707034-a502-424b-ab84-81f7ca163a4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-58707034-a502-424b-ab84-81f7ca163a4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-58707034-a502-424b-ab84-81f7ca163a4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-58707034-a502-424b-ab84-81f7ca163a4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58707034-a502-424b-ab84-81f7ca163a4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b73d602b-8cc7-475d-ba19-4e9cee28f08b {
  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-b73d602b-8cc7-475d-ba19-4e9cee28f08b {
  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-b73d602b-8cc7-475d-ba19-4e9cee28f08b {
  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-b73d602b-8cc7-475d-ba19-4e9cee28f08b {
  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-b73d602b-8cc7-475d-ba19-4e9cee28f08b {
  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-76f4211e-6936-4be5-b751-ac09f90e7a8c {
  padding-top: 20px;
text-align: center;
}
#s-76f4211e-6936-4be5-b751-ac09f90e7a8c {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-76f4211e-6936-4be5-b751-ac09f90e7a8c {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-76f4211e-6936-4be5-b751-ac09f90e7a8c {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-76f4211e-6936-4be5-b751-ac09f90e7a8c {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c {
  max-width:  100%;
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom,
.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  width: 100%;
}




.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c {
  max-width:  100%;
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom,
.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c {
  max-width:  100%;
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom,
.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c {
  max-width:  100%;
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom,
.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c {
  max-width:  100%;
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom,
.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76f4211e-6936-4be5-b751-ac09f90e7a8c img.shogun-image {
  width: 100%;
}



}
#s-0b2fb220-9c5a-4343-a435-dcdaa52e0687 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-0b2fb220-9c5a-4343-a435-dcdaa52e0687 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-0b2fb220-9c5a-4343-a435-dcdaa52e0687 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-0b2fb220-9c5a-4343-a435-dcdaa52e0687 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-0b2fb220-9c5a-4343-a435-dcdaa52e0687 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-0b2fb220-9c5a-4343-a435-dcdaa52e0687 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-0b2fb220-9c5a-4343-a435-dcdaa52e0687 .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-0b2fb220-9c5a-4343-a435-dcdaa52e0687 .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-0b2fb220-9c5a-4343-a435-dcdaa52e0687 .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-0b2fb220-9c5a-4343-a435-dcdaa52e0687 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab {
  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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab {
  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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab {
  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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab-btn-wrapper {
    text-align: center;
  }


#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn:hover {
  background: #252525;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn:active, #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn.disabled {
  background: #252525;
}
#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab-btn-wrapper {
    text-align: center;
  }


#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn:hover {
  background: #252525;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn:active, #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab-btn-wrapper {
    text-align: center;
  }


#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn:hover {
  background: #252525;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn:active, #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab-btn-wrapper {
    text-align: center;
  }


#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn:hover {
  background: #252525;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn:active, #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab-btn-wrapper {
    text-align: center;
  }


#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .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-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn:hover {
  background: #252525;
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn:active, #s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-38119ef1-6cfa-48db-82d5-0ddca5b1f8ab .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3e9eec97-7de1-4fe0-ba14-f76c2c2952f8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-ea93602f-fbaf-4e34-88f5-3c804952bda5 {
  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-ea93602f-fbaf-4e34-88f5-3c804952bda5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea93602f-fbaf-4e34-88f5-3c804952bda5:active {background-color: #000000 !important;
text-decoration: none !important;}#s-ea93602f-fbaf-4e34-88f5-3c804952bda5 {
  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-ea93602f-fbaf-4e34-88f5-3c804952bda5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea93602f-fbaf-4e34-88f5-3c804952bda5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-ea93602f-fbaf-4e34-88f5-3c804952bda5 {
  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-ea93602f-fbaf-4e34-88f5-3c804952bda5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea93602f-fbaf-4e34-88f5-3c804952bda5:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-ea93602f-fbaf-4e34-88f5-3c804952bda5 {
  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-ea93602f-fbaf-4e34-88f5-3c804952bda5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea93602f-fbaf-4e34-88f5-3c804952bda5:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-ea93602f-fbaf-4e34-88f5-3c804952bda5 {
  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-ea93602f-fbaf-4e34-88f5-3c804952bda5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea93602f-fbaf-4e34-88f5-3c804952bda5:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-ea93602f-fbaf-4e34-88f5-3c804952bda5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-ea93602f-fbaf-4e34-88f5-3c804952bda5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea93602f-fbaf-4e34-88f5-3c804952bda5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bc2b704a-e541-422e-ab11-b4bb26e9445c {
  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-bc2b704a-e541-422e-ab11-b4bb26e9445c {
  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-bc2b704a-e541-422e-ab11-b4bb26e9445c {
  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-bc2b704a-e541-422e-ab11-b4bb26e9445c {
  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-bc2b704a-e541-422e-ab11-b4bb26e9445c {
  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-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 {
  padding-top: 20px;
text-align: center;
}
#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 {
  max-width:  100%;
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom,
.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  width: 100%;
}




.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 {
  max-width:  100%;
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom,
.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 {
  max-width:  100%;
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom,
.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 {
  max-width:  100%;
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom,
.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 {
  max-width:  100%;
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom,
.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c2a5005-c2d9-4b19-90f0-d3f6fbb1ea18 img.shogun-image {
  width: 100%;
}



}
#s-e0239c01-d186-4693-84f1-82ecb6687088 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-e0239c01-d186-4693-84f1-82ecb6687088 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-e0239c01-d186-4693-84f1-82ecb6687088 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-e0239c01-d186-4693-84f1-82ecb6687088 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-e0239c01-d186-4693-84f1-82ecb6687088 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-e0239c01-d186-4693-84f1-82ecb6687088 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-e0239c01-d186-4693-84f1-82ecb6687088 .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-e0239c01-d186-4693-84f1-82ecb6687088 .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-e0239c01-d186-4693-84f1-82ecb6687088 .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-e0239c01-d186-4693-84f1-82ecb6687088 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 {
  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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 {
  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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 {
  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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3-btn-wrapper {
    text-align: center;
  }


#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn:hover {
  background: #252525;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn:active, #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn.disabled {
  background: #252525;
}
#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3-btn-wrapper {
    text-align: center;
  }


#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn:hover {
  background: #252525;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn:active, #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3-btn-wrapper {
    text-align: center;
  }


#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn:hover {
  background: #252525;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn:active, #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3-btn-wrapper {
    text-align: center;
  }


#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn:hover {
  background: #252525;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn:active, #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3-btn-wrapper {
    text-align: center;
  }


#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .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-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn:hover {
  background: #252525;
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn:active, #s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-0253a9cc-e8ea-40ed-a258-ae868aca48a3 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-77aab24b-1052-46c7-a236-6570354b4595 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-77aab24b-1052-46c7-a236-6570354b4595 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-77aab24b-1052-46c7-a236-6570354b4595 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-77aab24b-1052-46c7-a236-6570354b4595 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-77aab24b-1052-46c7-a236-6570354b4595 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper {
  display: flex;
}

#s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper {
  display: flex;
}

#s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper {
  display: flex;
}

#s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper {
  display: flex;
}

#s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper {
  display: flex;
}

#s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-77aab24b-1052-46c7-a236-6570354b4595 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-ee325db9-80b4-48ce-9b15-e01402584330 {
  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-ee325db9-80b4-48ce-9b15-e01402584330:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee325db9-80b4-48ce-9b15-e01402584330:active {background-color: #000000 !important;
text-decoration: none !important;}#s-ee325db9-80b4-48ce-9b15-e01402584330 {
  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-ee325db9-80b4-48ce-9b15-e01402584330:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee325db9-80b4-48ce-9b15-e01402584330:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-ee325db9-80b4-48ce-9b15-e01402584330 {
  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-ee325db9-80b4-48ce-9b15-e01402584330:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee325db9-80b4-48ce-9b15-e01402584330:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-ee325db9-80b4-48ce-9b15-e01402584330 {
  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-ee325db9-80b4-48ce-9b15-e01402584330:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee325db9-80b4-48ce-9b15-e01402584330:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-ee325db9-80b4-48ce-9b15-e01402584330 {
  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-ee325db9-80b4-48ce-9b15-e01402584330:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee325db9-80b4-48ce-9b15-e01402584330:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-ee325db9-80b4-48ce-9b15-e01402584330 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-ee325db9-80b4-48ce-9b15-e01402584330 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-ee325db9-80b4-48ce-9b15-e01402584330 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-ee325db9-80b4-48ce-9b15-e01402584330 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-ee325db9-80b4-48ce-9b15-e01402584330 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee325db9-80b4-48ce-9b15-e01402584330.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5c80f59c-83c6-4ebd-8968-e0494a545ba2 {
  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-5c80f59c-83c6-4ebd-8968-e0494a545ba2 {
  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-5c80f59c-83c6-4ebd-8968-e0494a545ba2 {
  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-5c80f59c-83c6-4ebd-8968-e0494a545ba2 {
  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-5c80f59c-83c6-4ebd-8968-e0494a545ba2 {
  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-1c5e2833-100e-445a-bf8c-82b77a47ac5e {
  padding-top: 20px;
text-align: center;
}
#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e {
  padding-top: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e {
  padding-top: 10px;
text-align: center;
}
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e {
  max-width:  100%;
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom,
.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  width: 100%;
}




.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e {
  max-width:  100%;
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom,
.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  width: 100%;
}



@media (max-width: 1199px){
.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e {
  max-width:  100%;
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom,
.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  width: 100%;
}



}@media (max-width: 991px){
.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e {
  max-width:  100%;
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom,
.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e {
  max-width:  100%;
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom,
.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  max-width: 180px !important;
  
}

.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c5e2833-100e-445a-bf8c-82b77a47ac5e img.shogun-image {
  width: 100%;
}



}
#s-9f4527fd-36c8-43ee-adf7-204bc2564795 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
#s-9f4527fd-36c8-43ee-adf7-204bc2564795 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
@media (max-width: 1199px){#s-9f4527fd-36c8-43ee-adf7-204bc2564795 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 991px){#s-9f4527fd-36c8-43ee-adf7-204bc2564795 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}@media (max-width: 767px){#s-9f4527fd-36c8-43ee-adf7-204bc2564795 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 82px;
text-align: center;
}
}
#s-9f4527fd-36c8-43ee-adf7-204bc2564795 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
#s-9f4527fd-36c8-43ee-adf7-204bc2564795 .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-9f4527fd-36c8-43ee-adf7-204bc2564795 .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-9f4527fd-36c8-43ee-adf7-204bc2564795 .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-9f4527fd-36c8-43ee-adf7-204bc2564795 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 {
  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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 {
  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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 {
  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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 100%;
text-decoration: none;
text-align: right;
}
}
#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00-btn-wrapper {
    text-align: center;
  }


#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn:hover {
  background: #252525;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn:active, #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: #ffffff;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn.disabled {
  background: #252525;
}
#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00-btn-wrapper {
    text-align: center;
  }


#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn:hover {
  background: #252525;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn:active, #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 1199px){#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00-btn-wrapper {
    text-align: center;
  }


#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn:hover {
  background: #252525;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn:active, #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 991px){#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00-btn-wrapper {
    text-align: center;
  }


#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn:hover {
  background: #252525;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn:active, #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn.disabled {
  background: #252525;
}
}@media (max-width: 767px){#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper label {
    color: ;
    font-weight:  500 ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00-btn-wrapper {
    text-align: center;
  }


#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .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-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn:hover {
  background: #252525;
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn:active, #s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn.active {
  background: rgba(66, 97, 56, 1);
  color: rgba(255, 255, 255, 1);
}

#s-70aa79c6-ea26-42b1-a4e4-d57279dedf00 .shg-variant-btn.disabled {
  background: #252525;
}
}
#s-8c578658-366a-4b6d-8b30-8a629e962600 {
  margin-left: -5px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
#s-8c578658-366a-4b6d-8b30-8a629e962600 {
  margin-left: -5px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 1199px){#s-8c578658-366a-4b6d-8b30-8a629e962600 {
  margin-left: -5px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 991px){#s-8c578658-366a-4b6d-8b30-8a629e962600 {
  margin-left: -5px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-8c578658-366a-4b6d-8b30-8a629e962600 {
  margin-left: -5px;
margin-right: -5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 1199px){#s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 991px){#s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}@media (max-width: 767px){#s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8c578658-366a-4b6d-8b30-8a629e962600 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4 {
  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-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4:active {background-color: #000000 !important;
text-decoration: none !important;}#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4 {
  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-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 1199px){#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4 {
  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-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 991px){#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4 {
  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-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4 {
  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-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}




#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 1199px){

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df35fa8c-0bd9-4e39-8031-1ecd0588b2d4.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}
