.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-5e1d8f18-28d3-4829-a33d-7341f3f96d31 {
  margin-top: 10px;
margin-bottom: 25px;
min-height: 50px;
}
@media (max-width: 767px){#s-5e1d8f18-28d3-4829-a33d-7341f3f96d31 {
  display: none;
}
#s-5e1d8f18-28d3-4829-a33d-7341f3f96d31, #wrap-s-5e1d8f18-28d3-4829-a33d-7341f3f96d31 { display:none !important; }}







#s-5e1d8f18-28d3-4829-a33d-7341f3f96d31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e1d8f18-28d3-4829-a33d-7341f3f96d31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-1ec1bb86-3771-43ae-a5c4-c27b5cdc8668 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-1ec1bb86-3771-43ae-a5c4-c27b5cdc8668"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-1ec1bb86-3771-43ae-a5c4-c27b5cdc8668"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-1ec1bb86-3771-43ae-a5c4-c27b5cdc8668"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-1ec1bb86-3771-43ae-a5c4-c27b5cdc8668"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-7ff6e695-2e13-408f-93d2-1a560a4e0290 {
  display: none;
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-5b7e1b1b-d80d-453a-a636-863ffe900637 {
  margin-top: 10px;
text-align: center;
}

#s-5b7e1b1b-d80d-453a-a636-863ffe900637 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 1px;
}

.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-9be9bb89-43ba-4367-995a-1cd278215139 {
  text-align: left;
}



.shg-c#s-9be9bb89-43ba-4367-995a-1cd278215139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9be9bb89-43ba-4367-995a-1cd278215139 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9be9bb89-43ba-4367-995a-1cd278215139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9be9bb89-43ba-4367-995a-1cd278215139 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9be9bb89-43ba-4367-995a-1cd278215139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9be9bb89-43ba-4367-995a-1cd278215139 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9be9bb89-43ba-4367-995a-1cd278215139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9be9bb89-43ba-4367-995a-1cd278215139 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9be9bb89-43ba-4367-995a-1cd278215139 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9be9bb89-43ba-4367-995a-1cd278215139 img.shogun-image {
  width: 100%;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fe4ace01-6538-4eb1-bb6c-461a233634fd {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

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

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

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

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

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

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

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

#s-3e9901fd-c230-441e-8588-468328122d0a {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3e9901fd-c230-441e-8588-468328122d0a .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-3e9901fd-c230-441e-8588-468328122d0a .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-3e9901fd-c230-441e-8588-468328122d0a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3e9901fd-c230-441e-8588-468328122d0a-btn-wrapper {
    text-align: center;
  }


#s-3e9901fd-c230-441e-8588-468328122d0a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-variant-btn:hover {
  background: #252525;
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-variant-btn:active, #s-3e9901fd-c230-441e-8588-468328122d0a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3e9901fd-c230-441e-8588-468328122d0a .shg-variant-btn.disabled {
  background: #252525;
}

#s-cac48aca-8a02-413e-90ce-af0d78aa546b {
  text-align: center;
}

#s-cac48aca-8a02-413e-90ce-af0d78aa546b .shg-product-sold-out {
  display: none;
  color: rgba(0, 102, 0, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-cac48aca-8a02-413e-90ce-af0d78aa546b .shg-product-price {
  color: rgba(0, 102, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-cac48aca-8a02-413e-90ce-af0d78aa546b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-9739bb0f-f5b3-4f62-8f31-0dcb242d05b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9739bb0f-f5b3-4f62-8f31-0dcb242d05b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9739bb0f-f5b3-4f62-8f31-0dcb242d05b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9739bb0f-f5b3-4f62-8f31-0dcb242d05b2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9739bb0f-f5b3-4f62-8f31-0dcb242d05b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9739bb0f-f5b3-4f62-8f31-0dcb242d05b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9739bb0f-f5b3-4f62-8f31-0dcb242d05b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9739bb0f-f5b3-4f62-8f31-0dcb242d05b2.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    
    
  }


#s-771a5825-a20f-470f-857a-cb96963e9797 {
  display: none;
}
#s-94bbcce3-a5be-4e04-9acb-7cdec8b6e589 {
  margin-top: 10px;
text-align: center;
}

#s-94bbcce3-a5be-4e04-9acb-7cdec8b6e589 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 1px;
}

#s-59593ea0-17be-4675-af1d-10ff79c03792 {
  text-align: left;
}



.shg-c#s-59593ea0-17be-4675-af1d-10ff79c03792 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59593ea0-17be-4675-af1d-10ff79c03792 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59593ea0-17be-4675-af1d-10ff79c03792 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59593ea0-17be-4675-af1d-10ff79c03792 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59593ea0-17be-4675-af1d-10ff79c03792 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59593ea0-17be-4675-af1d-10ff79c03792 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59593ea0-17be-4675-af1d-10ff79c03792 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59593ea0-17be-4675-af1d-10ff79c03792 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59593ea0-17be-4675-af1d-10ff79c03792 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59593ea0-17be-4675-af1d-10ff79c03792 img.shogun-image {
  width: 100%;
}



}
#s-8c8e1d8c-c844-469c-8d32-6fe49d85a0bb {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .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-73945970-6e76-4db1-a19d-f0298b7be434 .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-73945970-6e76-4db1-a19d-f0298b7be434 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-73945970-6e76-4db1-a19d-f0298b7be434-btn-wrapper {
    text-align: center;
  }


#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-variant-btn:hover {
  background: #252525;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-variant-btn:active, #s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-73945970-6e76-4db1-a19d-f0298b7be434 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c694bab0-b55e-4b96-87c0-55e3355ab216 {
  text-align: center;
}

#s-c694bab0-b55e-4b96-87c0-55e3355ab216 .shg-product-sold-out {
  display: none;
  color: rgba(0, 102, 0, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c694bab0-b55e-4b96-87c0-55e3355ab216 .shg-product-price {
  color: rgba(0, 102, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-c694bab0-b55e-4b96-87c0-55e3355ab216 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c198de84-ede4-4bfe-bbb6-073c90ae637f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c198de84-ede4-4bfe-bbb6-073c90ae637f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c198de84-ede4-4bfe-bbb6-073c90ae637f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c198de84-ede4-4bfe-bbb6-073c90ae637f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c198de84-ede4-4bfe-bbb6-073c90ae637f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c198de84-ede4-4bfe-bbb6-073c90ae637f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c198de84-ede4-4bfe-bbb6-073c90ae637f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c198de84-ede4-4bfe-bbb6-073c90ae637f.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    
    
  }


#s-798c32ef-f461-468f-9da2-74aedd55f832 {
  display: none;
}
#s-b5573b19-9a6d-4e55-846f-5e7ec0755fd9 {
  margin-top: 10px;
text-align: center;
}

#s-b5573b19-9a6d-4e55-846f-5e7ec0755fd9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 1px;
}

#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 {
  text-align: left;
}



.shg-c#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f501f04-e90d-4c2f-9141-3ba7030eaa33 img.shogun-image {
  width: 100%;
}



}
#s-a646b2c2-f75d-4e71-b219-b2e0401bf7b1 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .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-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .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-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2-btn-wrapper {
    text-align: center;
  }


#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-variant-btn:hover {
  background: #252525;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-variant-btn:active, #s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-d7c15788-5319-4f4e-9dd7-0b2d0cbfc1a2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-abdff829-628a-4905-9f1f-584cdfd37cbb {
  text-align: center;
}

#s-abdff829-628a-4905-9f1f-584cdfd37cbb .shg-product-sold-out {
  display: none;
  color: rgba(0, 102, 0, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-abdff829-628a-4905-9f1f-584cdfd37cbb .shg-product-price {
  color: rgba(0, 102, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-abdff829-628a-4905-9f1f-584cdfd37cbb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-93b95ad1-1387-4d72-a3f8-7021ac9c8640 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-93b95ad1-1387-4d72-a3f8-7021ac9c8640:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93b95ad1-1387-4d72-a3f8-7021ac9c8640:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-93b95ad1-1387-4d72-a3f8-7021ac9c8640 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93b95ad1-1387-4d72-a3f8-7021ac9c8640.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93b95ad1-1387-4d72-a3f8-7021ac9c8640.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-93b95ad1-1387-4d72-a3f8-7021ac9c8640.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-93b95ad1-1387-4d72-a3f8-7021ac9c8640.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    
    
  }


#s-fe470c0b-8884-4f79-8f83-02867a054da9 {
  display: none;
}
#s-ea17280e-e5bb-47f9-a6cc-81305d465461 {
  margin-top: 10px;
text-align: center;
}

#s-ea17280e-e5bb-47f9-a6cc-81305d465461 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 1px;
}

#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 {
  text-align: left;
}



.shg-c#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87677a3e-c050-40fa-8fb3-bf9dcfea8558 img.shogun-image {
  width: 100%;
}



}
#s-e10d451e-5c74-43da-9ec5-436b9e383f38 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .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-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .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-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f-btn-wrapper {
    text-align: center;
  }


#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-variant-btn:hover {
  background: #252525;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-variant-btn:active, #s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ad21e3d4-51c2-4aeb-804a-e0691fc1d20f .shg-variant-btn.disabled {
  background: #252525;
}

#s-94a0e188-b65b-46dc-9852-17f323ba273c {
  text-align: center;
}

#s-94a0e188-b65b-46dc-9852-17f323ba273c .shg-product-sold-out {
  display: none;
  color: rgba(0, 102, 0, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-94a0e188-b65b-46dc-9852-17f323ba273c .shg-product-price {
  color: rgba(0, 102, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-94a0e188-b65b-46dc-9852-17f323ba273c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f57a5c11-bc93-44ab-9a83-37c65bf89622 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f57a5c11-bc93-44ab-9a83-37c65bf89622:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f57a5c11-bc93-44ab-9a83-37c65bf89622:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f57a5c11-bc93-44ab-9a83-37c65bf89622 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f57a5c11-bc93-44ab-9a83-37c65bf89622.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f57a5c11-bc93-44ab-9a83-37c65bf89622.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f57a5c11-bc93-44ab-9a83-37c65bf89622.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f57a5c11-bc93-44ab-9a83-37c65bf89622.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    
    
  }


#s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec {
  margin-top: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec {
  display: none;
}
#s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec, #wrap-s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec {
  display: none;
}
#s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec, #wrap-s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec {
  display: none;
}
#s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec, #wrap-s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec { display:none !important; }}@media (max-width: 767px){#s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec {
  
}
}







#s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d9f3f25-28c8-4e6e-a738-ce8f5de9c0ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8822a407-fc23-4faf-b0eb-6dda590bebff {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-8822a407-fc23-4faf-b0eb-6dda590bebff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8822a407-fc23-4faf-b0eb-6dda590bebff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8822a407-fc23-4faf-b0eb-6dda590bebff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8822a407-fc23-4faf-b0eb-6dda590bebff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-691a1341-f302-492e-ad16-b5800cc224b0 {
  display: none;
}
#s-4ce91c1e-77a6-4df3-8cca-81480d568709 {
  margin-top: 10px;
text-align: center;
}

#s-4ce91c1e-77a6-4df3-8cca-81480d568709 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 1px;
}

#s-f70b35f7-356a-4095-82fe-09fff1808f78 {
  text-align: left;
}



.shg-c#s-f70b35f7-356a-4095-82fe-09fff1808f78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f70b35f7-356a-4095-82fe-09fff1808f78 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f70b35f7-356a-4095-82fe-09fff1808f78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f70b35f7-356a-4095-82fe-09fff1808f78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f70b35f7-356a-4095-82fe-09fff1808f78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f70b35f7-356a-4095-82fe-09fff1808f78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f70b35f7-356a-4095-82fe-09fff1808f78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f70b35f7-356a-4095-82fe-09fff1808f78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f70b35f7-356a-4095-82fe-09fff1808f78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f70b35f7-356a-4095-82fe-09fff1808f78 img.shogun-image {
  width: 100%;
}



}
#s-4a5de1c6-6ec3-4310-a05c-b6abf82a997e {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .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-2009401f-6d8a-4606-8c49-f32588a1661c .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-2009401f-6d8a-4606-8c49-f32588a1661c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2009401f-6d8a-4606-8c49-f32588a1661c-btn-wrapper {
    text-align: center;
  }


#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-variant-btn:hover {
  background: #252525;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-variant-btn:active, #s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2009401f-6d8a-4606-8c49-f32588a1661c .shg-variant-btn.disabled {
  background: #252525;
}

#s-d1eaa68e-e812-4a76-9ceb-45ac640c4b80 {
  text-align: center;
}

#s-d1eaa68e-e812-4a76-9ceb-45ac640c4b80 .shg-product-sold-out {
  display: none;
  color: rgba(0, 102, 0, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d1eaa68e-e812-4a76-9ceb-45ac640c4b80 .shg-product-price {
  color: rgba(0, 102, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-d1eaa68e-e812-4a76-9ceb-45ac640c4b80 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-34b69232-c667-4cc5-a358-22512f585b70 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-34b69232-c667-4cc5-a358-22512f585b70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34b69232-c667-4cc5-a358-22512f585b70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34b69232-c667-4cc5-a358-22512f585b70 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34b69232-c667-4cc5-a358-22512f585b70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34b69232-c667-4cc5-a358-22512f585b70.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-34b69232-c667-4cc5-a358-22512f585b70.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34b69232-c667-4cc5-a358-22512f585b70.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    
    
  }


#s-17ad989f-0e59-482c-a35c-fca67ea03fab {
  display: none;
}
#s-84e27de8-d482-4f3a-8f23-34f384f3b158 {
  margin-top: 10px;
text-align: center;
}

#s-84e27de8-d482-4f3a-8f23-34f384f3b158 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 1px;
}

#s-74206042-a60d-48d1-9eb0-32029074c1eb {
  text-align: left;
}



.shg-c#s-74206042-a60d-48d1-9eb0-32029074c1eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74206042-a60d-48d1-9eb0-32029074c1eb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74206042-a60d-48d1-9eb0-32029074c1eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74206042-a60d-48d1-9eb0-32029074c1eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74206042-a60d-48d1-9eb0-32029074c1eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74206042-a60d-48d1-9eb0-32029074c1eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74206042-a60d-48d1-9eb0-32029074c1eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74206042-a60d-48d1-9eb0-32029074c1eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74206042-a60d-48d1-9eb0-32029074c1eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74206042-a60d-48d1-9eb0-32029074c1eb img.shogun-image {
  width: 100%;
}



}
#s-74db9e20-e7ea-4f7b-ac1f-be87d5da995b {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .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-a20fdb3a-045c-40c9-a992-411c396b12b8 .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-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a20fdb3a-045c-40c9-a992-411c396b12b8-btn-wrapper {
    text-align: center;
  }


#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-variant-btn:hover {
  background: #252525;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-variant-btn:active, #s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a20fdb3a-045c-40c9-a992-411c396b12b8 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d6126cfe-cdce-4e54-b98b-d45aa6298e9d {
  text-align: center;
}

#s-d6126cfe-cdce-4e54-b98b-d45aa6298e9d .shg-product-sold-out {
  display: none;
  color: rgba(0, 102, 0, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d6126cfe-cdce-4e54-b98b-d45aa6298e9d .shg-product-price {
  color: rgba(0, 102, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-d6126cfe-cdce-4e54-b98b-d45aa6298e9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-502eb14c-554a-4689-a3ca-b008439ac6fe {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-502eb14c-554a-4689-a3ca-b008439ac6fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-502eb14c-554a-4689-a3ca-b008439ac6fe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-502eb14c-554a-4689-a3ca-b008439ac6fe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-502eb14c-554a-4689-a3ca-b008439ac6fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-502eb14c-554a-4689-a3ca-b008439ac6fe.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-502eb14c-554a-4689-a3ca-b008439ac6fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-502eb14c-554a-4689-a3ca-b008439ac6fe.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    
    
  }


#s-6aa4029e-2d15-44b6-9e8d-9fc23824c4ba {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-6aa4029e-2d15-44b6-9e8d-9fc23824c4ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6aa4029e-2d15-44b6-9e8d-9fc23824c4ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6aa4029e-2d15-44b6-9e8d-9fc23824c4ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6aa4029e-2d15-44b6-9e8d-9fc23824c4ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e266b2d4-8645-4170-bd06-c0b31780ab0a {
  display: none;
}
#s-ea800f59-e09c-4775-b335-51f4b6c77f70 {
  margin-top: 10px;
text-align: center;
}

#s-ea800f59-e09c-4775-b335-51f4b6c77f70 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 1px;
}

#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 {
  text-align: left;
}



.shg-c#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aad8ec73-ffe8-4457-bbd0-207a47d97684 img.shogun-image {
  width: 100%;
}



}
#s-32b9b495-3ac5-44b4-a9bf-fe149aaea03c {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .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-7d2b5e13-490d-4135-8e70-97a86eee8655 .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-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7d2b5e13-490d-4135-8e70-97a86eee8655-btn-wrapper {
    text-align: center;
  }


#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-variant-btn:hover {
  background: #252525;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-variant-btn:active, #s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7d2b5e13-490d-4135-8e70-97a86eee8655 .shg-variant-btn.disabled {
  background: #252525;
}

#s-93617de9-bb67-477c-91b8-913be2e7d27c {
  text-align: center;
}

#s-93617de9-bb67-477c-91b8-913be2e7d27c .shg-product-sold-out {
  display: none;
  color: rgba(0, 102, 0, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-93617de9-bb67-477c-91b8-913be2e7d27c .shg-product-price {
  color: rgba(0, 102, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-93617de9-bb67-477c-91b8-913be2e7d27c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1be00b0-c95f-4655-92d1-eb55e104ad62 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a1be00b0-c95f-4655-92d1-eb55e104ad62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1be00b0-c95f-4655-92d1-eb55e104ad62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1be00b0-c95f-4655-92d1-eb55e104ad62 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1be00b0-c95f-4655-92d1-eb55e104ad62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1be00b0-c95f-4655-92d1-eb55e104ad62.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-a1be00b0-c95f-4655-92d1-eb55e104ad62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a1be00b0-c95f-4655-92d1-eb55e104ad62.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    
    
  }


#s-4c404295-ccf9-47a3-b40c-f3546f85a692 {
  display: none;
}
#s-5b157892-8437-4679-810a-d8a5ceffb21c {
  margin-top: 10px;
text-align: center;
}

#s-5b157892-8437-4679-810a-d8a5ceffb21c .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 1px;
}

#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 {
  text-align: left;
}



.shg-c#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f29ca19c-7ad3-4554-8910-acc1d4ec86e4 img.shogun-image {
  width: 100%;
}



}
#s-61136b41-600b-4339-bdbd-443d945f16cc {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .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-b42e1e52-32f8-4823-bf9c-c7bb01198974 .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-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b42e1e52-32f8-4823-bf9c-c7bb01198974-btn-wrapper {
    text-align: center;
  }


#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-variant-btn:hover {
  background: #252525;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-variant-btn:active, #s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b42e1e52-32f8-4823-bf9c-c7bb01198974 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f74b2b9a-3ef0-41ba-93c5-ab02c5e5e6c9 {
  text-align: center;
}

#s-f74b2b9a-3ef0-41ba-93c5-ab02c5e5e6c9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 102, 0, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f74b2b9a-3ef0-41ba-93c5-ab02c5e5e6c9 .shg-product-price {
  color: rgba(0, 102, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-f74b2b9a-3ef0-41ba-93c5-ab02c5e5e6c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94e43b0d-42ef-40ef-9952-59e54226d8da {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-94e43b0d-42ef-40ef-9952-59e54226d8da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94e43b0d-42ef-40ef-9952-59e54226d8da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94e43b0d-42ef-40ef-9952-59e54226d8da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94e43b0d-42ef-40ef-9952-59e54226d8da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94e43b0d-42ef-40ef-9952-59e54226d8da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-94e43b0d-42ef-40ef-9952-59e54226d8da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-94e43b0d-42ef-40ef-9952-59e54226d8da.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    
    
  }


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}