/** Shopify CDN: Minification failed

Line 27:22 Expected ":"

**/

sale-price.text-lg.text-on-sale {
    color: #08ad18;
    font-weight: 700;
}
.product-info__offer-list {
    grid-template-columns: 1fr;

}
.offer {
padding: unset;
}

@media screen and (min-width: 700px) {
    .product-info__offer-list {
        gap: var(--spacing-2);
    }
}
@media screen and (min-width: 1150px) {
    .product-gallery--desktop-thumbnails-left {
        position: sticky;
        top: 20px;span.ws-orignal-price
      
    }
}
.product-quick-add.is-visible {
    z-index: 4;
}
/* shipping start */
.ws-free-shipping-banner {
  padding: 10px 15px;
  background-color: #f8f8f8;

  
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  color: #333;
  
  display: inline-block;
      width: 100%;
    text-align: center;
}

.ws-country-name {
  font-weight: bold;
  color: #333;
}

/* shipping End */

.footer__copyright.text-sm.text-subdued {
    max-width: 600px;
}


/* sticky atc */


@media screen and (min-width: 700px) {
    .product-quick-add {
       
        width: 50rem;
       
        bottom: 1rem;
        left: 50%;
    }
  .product-quick-add__variant {
        grid-template-columns: 40px minmax(0, 1fr) auto;
    
    }
  .product-quick-add.is-visible {

    transform: translate(-50%, 0);
}
}

span.ws-orignal-price {
    color: #ccc;
    text-decoration: line-through;
}
@media screen and (max-width: 700px) {
  button.button.button--lg.button--secondary.w-full div {
    font-weight: normal;
    display: flex;
    justify-content: center;
    gap: 3vw;
}
}

.ws-tp svg {
    max-width: 400px;
    margin-inline: auto;
    display: flex;
}
.product-info__liquid {
    margin-block: -10px;
}
h1.product-info__title.h2 {
    margin-top: -16px;
}
/* cart  */
.cart_icon_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.cart_icon_text div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart_icon_text img {
  width: 24px;
  height: 24px;
}span.cart-compare-price {
    display: inline-block;
    margin-left: 10px;
    text-decoration: line-through;
}

  /* payment icon*/
.footer__payment-icon-ideal {
    visibility: visible;
}

