/** Shopify CDN: Minification failed

Line 167:15 Expected ":"

**/

.product-price--large .price__was {
    margin-right: 10px;
  margin-left: unset;

}
.product-price--large .price--on-sale .price__current {
    color: #c20000;
    font-weight: 700;
}
span.price__was {
    font-size: 18px;
}

.ws_product__price-savings {
    padding: 4px 8px;
    background: #00b67a;
    color: #ffffff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
     margin-left: 10px;
    display: none;
}

.ws_sales-text.with-icon {
    align-items: center;
}
span.ws_icons.icon {
    width: 24px;
    height: auto;
}

.ws_sales.lightly-spaced-row {
    margin-bottom: 8px;
}

/* stock alert start */

.ws_stock_warning {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: inherit;
  color: #000000;
}
.ws_stock_warning.ws_sales.lightly-spaced-row {
    margin-bottom: unset;
    margin-bottom: -8px;
}
.ws_stock_icon {
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.ws_stock_icon::after, 
.ws_stock_icon::before {
  width: 11px;
  height: 11px;
  background: #c20000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  margin: 8px;
}

.ws_stock_icon::before {
  animation: ws_inventory_pulse 2s linear infinite;
}

.ws_stock_count {
  font-weight: 600;
}

@keyframes ws_inventory_pulse {
  0% {
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* stock alert End */

/* review star start */
.ws_aus-pilot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom:10px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .ws_review-star{
     font-size: 14px;
}
  .ws_aus-pilot span{
     font-size: 14px;
}

  
}


/* review star End */

/* discount box start */

.ws_discount-box {
    background-color: #FCFAF3 !important;
    border: 1px solid #FCFAF3 !important;
    color: #333;
    border-radius: 5px;
    /* box-shadow: 0 4px 8px #0000001a; */
    margin: 25px auto; /* Centers horizontally */
    display: block; /* Ensures it respects margin auto */
    text-align: center;
    padding: 15px;
}

.ws_discount-headline {
  margin: 0 0 10px 0;
  font-size:18px;
  text-transform: uppercase;
}
.ws_discount-details p {
    margin: unset;
  font-size: 16px;
  
}
@media only screen and (max-width: 768px) {
.ws_discount-box {
    width: 100%;
}
}
/* discount box End */

legend.label.variant-Size {
    margin-block-end: 0;
}

.flex.gap-2 {
    gap: 10px;
}

span.ks-chart-modal-link.sizing-chart-modal-link.with-icon {
    margin-left: -17px;
    margin-top: 17px;
}

div#shopify-section-template--25733320048905__rich_text_Q3rPKJ {
    background: #f3f3f3;
}
.fully-spaced-row--medium.cc-animate-init.cc-animate-in{
  margin:0px;ß
}
div#section-id-template--25733320048905__multi_column_XCzGa9 {
    margin-bottom: 0px;
}
div#shopify-section-template--25733320048905__scrolling_banner_BbEBBP {
    background: #f3f3f3;
}
button.btn.btn--large.add-to-cart {
    font-weight: 999;
}
legend.label.variant-Size {
    margin-top: 10px;
}