/** Shopify CDN: Minification failed

Line 66:6 Expected ":"

**/
#shopify-section-template--25397761933699__product-form .swatch .option-label-wrapper .header  {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}

.text-with-icon--text{

    font-weight: 500;
    font-size: 14px;
}


#shopify-section-template--25397761933699__product-form .swatch .option-label-wrapper .header {
  font-weight: 500 !important

}


.cart-drawer__taxes-shipping.text-link-animated {
  display: none !important;
}

.cart-drawer__subtotal {
  margin-bottom: 25px;
    font-weight: 600 !important ;        /* or 700 for bold */
  text-transform: uppercase;
}


.product-form-block.product-block-richtext p {
  text-transform: capitalize;
  font-weight: 500;         /* semi-bold for premium feel */
  font-size: 15px;          /* readable but not too big */

}

[data-grid-slider-wrapper] .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    top: 10px;
    margin-bottom: 20px;
}

.btn, 
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  font-weight: 700;
  font-size: 16px;          /* Slightly bigger text */
  letter-spacing: 0.05em;     /* Adds subtle spacing for elegance */
  text-transform: uppercase;  /* Uppercase for impact */
  color: #fff;        
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        
}


.btn:focus, 
.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus {
  outline: 2px solid #ffa726; /* Focus ring for accessibility */
  outl