@font-face{font-family:New York;src:url(/assets/NY-DfDkiXDh.dmg)}body{font-family:New York,sans-serif;background-color:#f3f3f3e6}.header{background-color:#383838;color:#fff;position:fixed;top:0;left:0;z-index:2;width:100%;margin:0;padding:0;box-shadow:6px 5px 10px 3px #1f1f1f7f}.header-inner{display:flex;position:relative;justify-content:space-between;align-items:center;padding:0 24px;margin:0;width:100%;font-size:12px}button{cursor:pointer}.cart-icon{position:relative;font-size:24px;cursor:pointer}.cart-icon_count{display:flex;justify-content:center;align-items:center;font-size:10px;background:red;border-radius:30px;padding:.25rem .45rem .35rem;position:absolute;top:-.5rem;right:-.5rem}.cart-container{padding:0 48px;position:relative;display:inline-block}.cart-dropdown{display:none;position:absolute;top:20px;right:65px;z-index:2;background-color:#fff;margin:0;padding:10px;border-radius:8px;width:375px;box-shadow:6px 5px 10px 3px #1f1f1f7f}.cart-dropdown.active{display:flex;justify-content:center;flex-direction:column;transition:.4s ease-in-out}.cart-dropdown_total{font-weight:700;color:#000;margin-top:1rem}@media screen and (max-width: 965px){.cart-dropdown{width:200px}}.close{position:absolute;top:10px;right:10px;font-size:16px;cursor:pointer;color:#000}.close span{font-size:24px}.cart-dropdown_upper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem}.cart-dropdown_items{list-style:none;padding:0;margin:0;max-height:150px;overflow-y:auto}.cart-dropdown_item{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #ddd;gap:1rem}.cart-dropdown_item-image{width:50px;height:auto;margin-right:10px}.cart-dropdown_item-name{color:#000;flex-grow:1}.cart-dropdown_item-quantity,.cart-dropdown_item-price{color:#000;margin-left:10px}.cart-dropdown_upper-buttons{display:flex;justify-content:center;gap:.25rem;color:#fff}.cart-dropdown_upper-buttons button{cursor:pointer;border:none;border-radius:2px;color:#fff}.cart-dropdown_lower{display:flex;justify-content:center;flex-direction:column;gap:1rem;width:100%}.increase,.decrease{background-color:#383838}.remove{background-color:red}.cart-dropdown_lower button{font-size:18px;color:#fff;border:none;box-shadow:3px 3px 6px 3px #1f1f1f7f;border-radius:8px;padding:8px 0;margin:0}.cart-dropdown button:hover{box-shadow:inset -3px 6px 3px #1f1f1f7f}.checkout{background-color:green}.checkout-success_title{margin-top:2rem;font-size:1.5rem}.checkout-success_message{margin-top:.5rem}.clear-basket{background-color:#383838}.products{display:flex;justify-content:center;flex-wrap:wrap;width:100%;margin:7rem 0 10rem}.product{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;gap:10px;width:15%;min-width:150px;padding:20px;margin:10px;border:1px solid rgb(190,190,190);border-radius:8px;background-color:#fff}.product:hover{transform:scale(1.1);z-index:1;box-shadow:3px 3px 15px 2px #1f1f1f7f}.product img{width:100%}.product-name{margin:0;font-size:18px}.product p{display:flex;justify-content:center;text-align:center}.product-price{margin:0;color:#555}.product-description{color:#777;margin-bottom:6.5rem}.add-to-cart{display:flex;justify-content:center;position:absolute;bottom:20px;left:10%;padding:.5rem;width:80%;background:#383838;color:#fff;border:none;border-radius:8px}.toast-container{position:fixed;bottom:20px;right:20px;z-index:1000}.toast{opacity:0}.toast-visible{opacity:1;background-color:#333;color:#fff;padding:1rem 1.5rem;margin-top:.5rem;border-radius:5px;transform:translateY(20px);transition:opacity .4s,transform .4s;transform:translateY(0);pointer-events:none}.toast-success{background-color:#28a745}.toast-error{background-color:#dc3545}.footer{color:#fff;background-color:#383838;position:fixed;bottom:0;right:0;z-index:2;width:100%;height:15vh}.copyright{display:flex;justify-content:center;align-items:center;margin-top:2rem;font-size:16px}
