.cart-page{background:#fdf8f1;min-height:100vh}.cart-page__hero{text-align:center;background:#4932a5;padding:3rem 2rem 4rem;position:relative}.cart-page__hero:after{content:"";background:#fdf8f1;border-radius:50% 50% 0 0/100% 100% 0 0;width:100%;height:30px;position:absolute;bottom:-2px;left:0}.cart-page__title{font-family:var(--font-luckiest-guy),cursive;color:#fdf8f1;margin:0 0 .5rem;font-size:2.5rem}.cart-page__subtitle{color:#fff9;font-size:.9rem}.cart-page__container{max-width:1100px;margin:0 auto;padding:2rem 2rem 4rem}.cart-page__empty{text-align:center;padding:5rem 2rem}.cart-page__empty h2{font-family:var(--font-luckiest-guy),cursive;color:#4932a5;margin:1rem 0 .5rem;font-size:1.8rem}.cart-page__empty p{color:#999;margin-bottom:2rem}.cart-page__empty-icon{opacity:.4;font-size:3rem}.cart-page__empty-btn{color:#4932a5;background:#ffba30;border-radius:50px;padding:12px 32px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cart-page__empty-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #ffba3066}.cart-page__layout{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}.cart-page__items{background:#fff;border-radius:20px;overflow:hidden}.cart-page__items-header{color:#4932a5;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:.9rem;font-weight:600;display:flex}.cart-page__clear{color:#e74c3c;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.8rem;font-weight:600}.cart-page__clear:hover{text-decoration:underline}.cart-page__item{border-bottom:1px solid #f5f5f5;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:background .2s;display:flex}.cart-page__item:hover{background:#fafafa}.cart-page__item:last-child{border-bottom:none}.cart-page__item-img{background:#fdf8f1;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.5rem;display:flex;overflow:hidden}.cart-page__item-img img{object-fit:cover;width:100%;height:100%;display:block}.cart-page__item-img span{line-height:1}.cart-page__item-info{flex-direction:column;flex:1;gap:3px;display:flex}.cart-page__item-name{color:#4932a5;margin:0;font-size:.95rem;font-weight:700}.cart-page__item-weight{color:#999;font-size:.72rem}.cart-page__item-unit{color:#888;font-size:.8rem}.cart-page__item-actions{align-items:center;gap:1.5rem;display:flex}.cart-page__qty-controls{align-items:center;display:flex}.cart-page__qty-btn{color:#4932a5;cursor:pointer;background:#fff;border:2px solid #ddd;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.cart-page__qty-btn:first-child{border-radius:8px 0 0 8px}.cart-page__qty-btn:last-child{border-radius:0 8px 8px 0}.cart-page__qty-btn:hover{background:#fdf8f1;border-color:#4932a5}.cart-page__qty{color:#4932a5;background:#fdf8f1;border-top:2px solid #ddd;border-bottom:2px solid #ddd;justify-content:center;align-items:center;width:40px;height:32px;font-size:.88rem;font-weight:700;display:flex}.cart-page__item-total{color:#4932a5;text-align:right;min-width:70px;font-size:1rem;font-weight:800}.cart-page__item-remove{cursor:pointer;color:#ccc;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.cart-page__item-remove:hover{color:#e74c3c;background:#fee}.cart-page__summary{background:#fff;border-radius:20px;padding:2rem;position:sticky;top:80px}.cart-page__summary-title{font-family:var(--font-luckiest-guy),cursive;color:#4932a5;margin:0 0 1.5rem;font-size:1.2rem}.cart-page__summary-row{color:#555;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;display:flex}.cart-page__summary-row--total{color:#4932a5;padding:.75rem 0;font-size:1.1rem}.cart-page__summary-row--total strong{font-size:1.4rem}.cart-page__free{color:#27ae60;font-weight:700}.cart-page__shipping-note{color:#aaa;margin:.25rem 0 0;font-size:.72rem}.cart-page__summary-divider{background:#eee;height:1px;margin:.75rem 0}.cart-page__checkout{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50px;width:100%;margin-top:1.5rem;padding:14px;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .3s}.cart-page__checkout:hover{background:#20b959;transform:translateY(-2px);box-shadow:0 4px 20px #25d36659}.cart-page__checkout--sent{pointer-events:none;background:#27ae60}.cart-page__continue{text-align:center;color:#ef98c1;margin-top:1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.cart-page__continue:hover{color:#4932a5}@media (max-width:900px){.cart-page__layout{grid-template-columns:1fr}.cart-page__summary{position:static}}@media (max-width:600px){.cart-page__item{flex-wrap:wrap}.cart-page__item-actions{justify-content:space-between;width:100%;margin-top:.5rem}.cart-page__title{font-size:2rem}}
