.cart-item{background:#fff;border:1px solid #e0e0e0;border-radius:0;grid-template-columns:100px 1fr auto auto auto;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .2s;display:grid}.cart-item:hover{border-color:#000;box-shadow:0 2px 8px #00000014}.cart-item-image{background:#f5f5f5;border-radius:0;width:100px;height:100px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex-direction:column;gap:.375rem;display:flex}.cart-item-name{color:#000;margin:0;font-size:1.125rem;font-weight:600}.cart-item-brand{color:#999;letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:.875rem;font-weight:500}.cart-item-price{color:#666;margin:0;font-size:1rem}.cart-item-quantity{background:#f5f5f5;border:1px solid #ddd;border-radius:0;align-items:center;gap:.75rem;padding:.5rem;display:flex}.quantity-button{color:#000;cursor:pointer;background:#e0e0e0;border:none;border-radius:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;font-weight:600;transition:all .2s;display:flex}.quantity-button:hover{background:#ccc;transform:none}.quantity-value{color:#000;text-align:center;min-width:30px;font-weight:600}.cart-item-subtotal{text-align:right}.subtotal-label{color:#999;margin:0 0 .25rem;font-size:.875rem}.subtotal-value{color:#000;margin:0;font-size:1.5rem;font-weight:700}.cart-item-remove{color:#c62828;cursor:pointer;background:#ffebee;border:1px solid #ef5350;border-radius:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;font-weight:600;transition:all .2s;display:flex}.cart-item-remove:hover{background:#ffcdd2;border-color:#e53935;transform:none}@media (max-width:768px){.cart-item{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}.cart-item-image{width:80px;height:80px}.cart-item-details{grid-column:2/3}.cart-item-quantity{grid-area:2/1/auto/2;justify-content:center}.cart-item-subtotal{text-align:left;grid-area:2/2/auto/3}.cart-item-remove{width:32px;height:32px;position:absolute;top:1rem;right:1rem}.cart-item{position:relative}}
.cart-container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.cart-empty{text-align:center;max-width:600px;margin:0 auto;padding:6rem 2rem}.empty-icon{filter:none;margin-bottom:2rem;font-size:6rem;display:block;transform:translate(-8px)}.empty-title{margin:0 0 1rem;font-size:2.5rem;font-weight:600;color:#fff!important}.empty-description{color:#fff;margin:0 0 3rem;font-size:1.125rem;line-height:1.6}.cart-header{text-align:center;border-bottom:1px solid #e0e0e0;margin-bottom:3rem;padding-bottom:2rem}.cart-title{background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:#fff;margin:0 0 .5rem;font-size:3rem;font-weight:600}.cart-subtitle{color:#fff;margin:0;font-size:1.125rem}.cart-content{grid-template-columns:1fr 400px;align-items:start;gap:3rem;display:grid}.cart-items{flex-direction:column;gap:1.5rem;display:flex}.cart-summary{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:0;padding:2rem;position:sticky;top:100px}.summary-title{color:#fff;border-bottom:1px solid #e0e0e0;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:600}.summary-details{margin-bottom:2rem}.summary-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.summary-label{color:#fff;font-size:1rem}.summary-value{color:#fff;font-size:1.125rem;font-weight:600}.summary-free{color:#fff}.summary-divider{background:#e0e0e0;height:1px;margin:1.5rem 0}.summary-total{margin-bottom:0}.summary-total .summary-label{color:#fff;font-size:1.25rem;font-weight:600}.summary-total .summary-value{color:#fff;font-size:2rem;font-weight:700}.button-full{justify-content:center;width:100%;margin-bottom:1rem}.summary-features{border-top:1px solid #d4af3733;margin-top:2rem;padding-top:2rem}.feature-item{color:#ffffffb3;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.feature-item:last-child{margin-bottom:0}.feature-icon{color:#d4af37;font-size:1.125rem}@media (max-width:968px){.cart-content{grid-template-columns:1fr;gap:2rem}.cart-summary{position:static}}@media (max-width:768px){.cart-container{padding:2rem 1rem}.cart-title,.empty-title{font-size:2rem}.empty-icon{font-size:4rem}.cart-summary{padding:1.5rem}}
