.cart-page{padding:2rem;max-width:1200px;margin:8rem auto 2rem;width:100%;position:relative;z-index:1}.cart-page h1{margin-bottom:2rem;text-align:center;color:#1f2937;font-size:1.875rem}.cart-page.loading{position:relative;opacity:.75;pointer-events:none}.cart-page.loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#e5e7eb33 25%,#e5e7eb4d 37%,#e5e7eb33 63%);background-size:400% 100%;animation:loading 1.4s ease infinite;border-radius:.75rem}.cart-container{max-width:1200px;margin:4rem auto 2rem;padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;position:relative;z-index:1;box-sizing:border-box;overflow:hidden}.cart-header{margin-bottom:1rem;text-align:center;margin-top:2rem}.cart-header h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.cart-content{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr}.cart-content .cart-header{margin-top:2rem}.cart-content .cart-header h2{font-size:1.25rem}}.cart-items{background:#fff;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr;gap:1.5rem;padding:1.5rem;border-bottom:1px solid #e5e7eb}.cart-item:last-child{border-bottom:none}.cart-item .item-image img{width:100%;height:120px;object-fit:cover;border-radius:.375rem;transition:all .3s ease-in-out}.cart-item .item-image img:hover{transform:scale(1.05)}.cart-item .item-details{display:flex;flex-direction:column;justify-content:space-between}.cart-item .item-details h3{margin:0 0 .25rem;color:#1f2937;font-size:1.125rem}.cart-item .item-details .item-price{color:#666;font-size:1.125rem;margin-bottom:1rem}.cart-item .item-details .item-controls{display:flex;align-items:center;gap:1rem;margin:1rem 0}.cart-item .item-details .item-controls .quantity-controls{display:flex;align-items:center;gap:.25rem}.cart-item .item-details .item-controls .quantity-controls button{background:#f1f3f4;border:none;width:30px;height:30px;border-radius:.25rem;cursor:pointer;transition:all .3s ease-in-out}.cart-item .item-details .item-controls .quantity-controls button:hover:not(:disabled){background:#fff8e8}.cart-item .item-details .item-controls .quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.cart-item .item-details .item-controls .quantity-controls span{min-width:30px;text-align:center}.cart-item .item-details .item-controls .remove-item{background:#ef4444;color:#fff;border:none;padding:.25rem 1rem;border-radius:.25rem;cursor:pointer;transition:all .3s ease-in-out}.cart-item .item-details .item-controls .remove-item:hover{background:#c82333}.cart-item .item-details .item-subtotal{font-weight:700;color:#1f2937;margin-top:.25rem}.cart-summary{background:#f1f3f4;border-radius:.375rem;padding:1.5rem;height:fit-content;position:sticky;top:2rem;box-shadow:0 1px 2px #0000000d}.cart-summary h3{margin:0 0 1.5rem;color:#1f2937;font-size:1.125rem;text-align:center}.cart-summary .summary-details .summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666}.cart-summary .summary-details .summary-row.total{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb;font-weight:700;color:#1f2937;font-size:1.125rem}.cart-summary .cart-actions{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.cart-summary .cart-actions button{width:100%;padding:1rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out}.cart-summary .cart-actions button.checkout-btn{background:#8a9f5a;color:#fff}.cart-summary .cart-actions button.checkout-btn:hover:not(:disabled){background:#7a8f5a;transform:translateY(-2px)}.cart-summary .cart-actions button.checkout-btn:disabled{background:#ccc;cursor:not-allowed}.cart-summary .cart-actions button.continue-shopping{background:#fff;color:#1f2937;border:1px solid #e5e7eb}.cart-summary .cart-actions button.continue-shopping:hover{background:#fff8e8}.empty-cart{text-align:center;padding:3rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;margin:8rem auto 2rem;max-width:800px}.empty-cart h2{color:#1f2937;margin-bottom:1rem;font-size:1.5rem}.empty-cart p{color:#666;margin-bottom:2rem}.empty-cart .continue-shopping{display:inline-block;background:#8a9f5a;color:#fff;padding:1rem 1.5rem;border-radius:.375rem;text-decoration:none;transition:all .3s ease-in-out;font-weight:600}.empty-cart .continue-shopping:hover{background:#7a8f5a}.loading{text-align:center;padding:3rem;color:#666;font-size:1.125rem;margin:8rem auto 2rem;max-width:800px}@media (max-width: 768px){.cart-container{margin:6rem 1rem;padding:1rem;width:calc(100% - 2rem)}.cart-content{display:flex;flex-direction:column;width:100%;overflow:hidden}.cart-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .5rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb}.cart-item .item-image{margin:0 auto;max-width:180px;width:100%;height:auto}.cart-item .item-details{width:100%;text-align:center;padding-top:1rem}.cart-item .item-controls{flex-direction:column;align-items:center;margin:.5rem 0}.cart-summary{position:relative;margin-top:2rem;margin-bottom:2rem;padding:1.5rem}.empty-cart{margin:6rem 1rem;width:calc(100% - 2rem);padding:1.5rem}}@media (max-width: 480px){.cart-container,.empty-cart,.loading{margin-bottom:8rem}}@keyframes loading{0%{background-position:100% 50%}to{background-position:0 50%}}.container[data-astro-cid-h3zw4u6d]{max-width:1200px;margin:0 auto;padding:0 20px}h1[data-astro-cid-h3zw4u6d]{text-align:center;margin-bottom:2rem}
