.products-page .hero{background-color:#000;flex-direction:column;justify-content:center;align-items:center;display:flex}.products-page .hero h1{color:var(--color-primary);text-align:center;margin:0;font-size:15vw;animation:.5s ease-in-out infinite oscillate}@keyframes oscillate{0%{opacity:0}50%{opacity:1}to{opacity:0}}.products-page .hero h3{color:var(--color-primary);background-color:#000;margin:0;font-size:5vw}.products-page .products-list{background-color:#f5f5f5;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:calc(10px + 1vw);padding:calc(50px + 5vw);display:grid}.products-page .product-card{background-color:#fff;border-radius:10px;flex-direction:column;padding:10px;display:flex;box-shadow:0 0 10px #0000001a}.products-page .product-card .row{justify-content:space-between;display:flex}.products-page .product-card .column{flex-direction:column;gap:10px;display:flex}.products-page .product-card .is-saved{cursor:pointer;background-color:#0000;border:none;outline:none;margin-left:auto}.products-page .product-card .name{color:#000;margin:0;font-size:13px}.products-page .product-card .description{color:#000;margin:0;font-size:1vw}.products-page .product-card .price{color:#511;margin:0}.products-page .product-card .add-to-cart{color:#000;white-space:nowrap;cursor:pointer;background-color:#66e36f;border:none;border-radius:5px;outline:none;padding:10px;font-weight:800;transition:background-color .2s}.products-page .product-card .add-to-cart:hover{background-color:#4fd45a}.products-list--loading,.products-list--error,.products-list--empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;padding:4rem 2rem;display:flex}.products-list__spinner{border:4px solid #0000001a;border-top-color:#66e36f;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.products-list--loading p,.products-list--error p,.products-list--empty p{color:#666;margin:0}
.cart-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000bf;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-modal{background:linear-gradient(145deg,#1a1a1a,#252525);border:1px solid #ffc1074d;border-radius:20px;min-width:340px;max-width:90vw;padding:2rem;animation:.3s slideUp;position:relative;box-shadow:0 25px 60px #00000080,0 0 40px #ffc1071a}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.cart-modal__close{color:#999;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;transition:color .2s,transform .2s;position:absolute;top:12px;right:16px}.cart-modal__close:hover{color:#fff;transform:scale(1.1)}.cart-modal__product{border-bottom:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.cart-modal__image{object-fit:contain;border:1px solid #ffc10733;border-radius:12px;width:min-content;height:300px}.cart-modal__info{flex-direction:column;justify-content:center;gap:.5rem;display:flex}.cart-modal__name{color:#fff;margin:0;font-size:1.25rem}.cart-modal__price{color:var(--color-primary);margin:0;font-size:1.1rem;font-weight:600}.cart-modal__quantity{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.cart-modal__quantity label{color:#ccc;font-size:1rem}.cart-modal__quantity-controls{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:0;display:flex;overflow:hidden}.cart-modal__qty-btn{width:44px;height:44px;color:var(--color-primary);cursor:pointer;background:0 0;border:none;font-size:1.4rem;transition:background .2s}.cart-modal__qty-btn:hover:not(:disabled){background:#ffc10726}.cart-modal__qty-btn:disabled{color:#555;cursor:not-allowed}.cart-modal__qty-input{text-align:center;color:#fff;-moz-appearance:textfield;background:0 0;border:none;width:60px;height:44px;font-size:1.1rem;font-weight:600}.cart-modal__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-modal__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-modal__total{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 0;display:flex}.cart-modal__total span{color:#ccc;font-size:1rem}.cart-modal__total-price{font-weight:700;color:var(--color-primary)!important;font-size:1.5rem!important}.cart-modal__confirm{text-transform:uppercase;letter-spacing:.5px;width:100%;padding:1rem;font-size:1.1rem;font-weight:700}.cart-modal__confirm:disabled{opacity:.6;cursor:not-allowed}.cart-modal__success{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.cart-modal__success-icon{color:#fff;background:linear-gradient(135deg,#34d399,#10b981);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;animation:.3s popIn;display:flex}@keyframes popIn{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}.cart-modal__success p{color:#34d399;margin:0;font-size:1.25rem;font-weight:600}
