.fb-woo-single__btn.brxe-product-add-to-cart .cart .single_add_to_cart_button, .fb-woo-single__btn.brxe-product-add-to-cart a.button[data-product_id] { line-height: 1.6; } .checkout-inline-error-message{ color:red; } .aws-container .aws-search-field { width: 100%; color: #313131; font-size: 16px; font-weight:600; }  .fb-product-card__img-zoom img { background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; transition: opacity 0.4s ease; }  .fb-product-card__img-zoom img.img-loaded { background: none; animation: none; opacity: 1; }  .fb-product-card__img-zoom img.bricks-lazy-hidden { opacity: 0; } @keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }