body{box-sizing:border-box;margin:0;padding:0;font-family:SF Display Pro,sans-serif}.header__cart-item-name{font-size:.8rem;font-weight:700}.header{color:#fff;z-index:2;background-color:#333;justify-content:space-between;align-items:center;padding:1rem 0;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 8px #00000080}.header__title{margin:0;font-size:1.5rem}.header__checkout{position:relative}.header__checkout .header__checkout-link{color:#fff;font-size:1.25rem;text-decoration:none;position:relative}.header__checkout .header__checkout-link .header__checkout-count{background:#cd0000;border-radius:50%;justify-content:center;align-items:center;width:.4rem;height:.75rem;padding:.25rem .45rem;font-size:.8rem;display:flex;position:absolute;top:-10px;right:-10px}.header__checkout .header__cart-preview{color:#000;background:#fff;border:1px solid #ccc;border-radius:8px;flex-direction:column;width:375px;padding:1rem;display:none;position:absolute;top:100%;right:0;box-shadow:0 4px 8px #0000001a}.header__checkout .header__cart-preview .header__cart-items{max-height:150px;margin:0;padding:0;list-style:none;overflow-y:auto}.header__checkout .header__cart-preview .header__cart-total{margin-top:1rem;font-weight:700}.header__checkout .header__cart-preview .header__view-cart-button{color:#fff;text-align:center;background:#009923;border-radius:4px;margin-top:1rem;padding:.5rem;text-decoration:none;transition:all .3s ease-in-out;display:block}.header__checkout .header__cart-preview .header__view-cart-button i{margin-right:5px}.header__checkout .header__cart-preview .header__view-cart-button:hover{background:#006f08}.header .header__cart-item{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.header .header__cart-item-image{width:40px;height:auto;margin-right:10px}.header .header__cart-item-name{flex-grow:1}.header .header__cart-item-quantity,.header .header__cart-item-price{margin-left:10px}.header .header__cart-item-increase,.header .header__cart-item-decrease,.header .header__cart-item-remove{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:3px;margin-left:5px;padding:.2rem .5rem;transition:background-color .3s}.header .header__cart-item-increase:hover,.header .header__cart-item-decrease:hover,.header .header__cart-item-remove:hover{background:#0056b3}.header .header__cart-item-remove{background:red}.header .header__cart-item-remove:hover{background:#8b0000}.header .header__clear-cart-button{color:#fff;text-align:center;cursor:pointer;background:#2d2d2d;border-radius:4px;gap:1rem;margin-top:1rem;padding:.5rem;font-size:1rem;text-decoration:none;transition:all .3s ease-in-out;display:block}.header .header__clear-cart-button i{margin-right:5px}.header .header__clear-cart-button:hover{background:#606060}.header .header__content{flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.header .header__cart-item-increase{background:#363636}.header .header__cart-item-increase:hover{background:#595959}.header .header__cart-item-decrease{background:#363636}.header .header__cart-item-decrease:hover{background:#595959}.store{background-color:#f8f8f8;padding:7.5rem 2rem 10rem}.store__product-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.store__product{text-align:center;background-color:#fff;border:1px solid #ddd;padding:1rem;box-shadow:0 2px 5px #0000001a}.store__product-image{object-fit:contain;width:100%;height:auto;max-height:150px}.store__product-name{margin:.5rem 0;font-size:1.2rem}.store__product-price{color:#555;margin:.5rem 0}.store__product-description{color:#777;margin:.5rem 0;font-size:.9rem}.store__product .store__add-to-cart{color:#fff;cursor:pointer;background:#262626;border:none;border-radius:8px;width:80%;padding:.5rem 1rem;font-size:.9rem;transition:all .5s ease-in-out;position:absolute;bottom:20px;left:10%}.store__product .store__add-to-cart:hover{background:#a60000}.store__product-list{max-width:1200px;margin:0 auto}.store__product{border-radius:8px;padding-bottom:60px;position:relative}.checkout{background:#fff;border:1px solid #ccc;margin:2rem;padding:1rem}.checkout__title{margin-bottom:1rem}.checkout__item{justify-content:space-between;align-items:center;display:flex}.checkout__increase-btn,.checkout__decrease-btn{color:#fff;cursor:pointer;background:#007bff;border:none;margin-left:10px;padding:.2rem .5rem}.checkout__increase-btn:hover,.checkout__decrease-btn:hover{background:#0056b3}.checkout__total{margin-top:1rem;font-weight:700}.checkout__proceed{color:#fff;cursor:pointer;background:#28a745;border:none;margin-top:1rem;padding:.5rem 1rem}.checkout__proceed:hover{background:#218838}.checkout-success__title{margin-top:2rem;font-size:1.5rem}.checkout-success__message{margin-top:.5rem}.footer{color:#fff;text-align:center;position:inherit;background-color:#333;width:100%;padding:1rem;bottom:0}.toast-container{z-index:1000;position:fixed;bottom:20px;right:20px}.toast{color:#fff;opacity:0;background-color:#333;border-radius:5px;margin-top:.5rem;padding:1rem 1.5rem;transition:opacity .4s,transform .4s;transform:translateY(20px)}.toast--visible{opacity:1;transform:translateY(0)}.toast--success{background-color:#28a745}.toast--error{background-color:#dc3545}
