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