.cart{min-height:calc(100vh - 200px);padding:40px 24px;background:linear-gradient(180deg,#f8f9fa,#ffffff)}.cart__container{max-width:1200px;margin:0 auto}.cart__title{font-size:36px;font-weight:800;color:#1a1a1a;margin:0 0 32px;background:linear-gradient(135deg,#00553f,#003d2e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cart__empty{text-align:center;padding:80px 40px;background:white;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e8e9ea}.cart__empty-icon{font-size:80px;margin-bottom:24px;opacity:.6}.cart__empty p{font-size:18px;color:#666;margin-bottom:32px}.cart__content{display:grid;grid-template-columns:1fr 400px;grid-gap:32px;gap:32px;align-items:start}.cart__items{display:flex;flex-direction:column;gap:16px}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto auto;grid-gap:20px;gap:20px;align-items:center;padding:24px;background:white;border-radius:12px;border:1px solid #e8e9ea;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s ease}.cart-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-2px)}.cart-item__image{width:120px;height:120px;overflow:hidden;border-radius:10px;background-color:#f8f9fa;border:1px solid #e8e9ea}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;gap:8px}.cart-item__name{font-weight:600;font-size:16px;color:#1a1a1a;text-decoration:none;transition:color .2s ease;line-height:1.4}.cart-item__name:hover{color:#00553f}.cart-item__price{color:#666;font-size:14px;font-weight:500}.cart-item__quantity{display:flex;align-items:center;gap:0;border:1px solid #e8e9ea;border-radius:8px;overflow:hidden;background:white}.cart-item__quantity-btn{width:40px;height:40px;background-color:#f8f9fa;border:none;cursor:pointer;font-size:18px;font-weight:600;color:#1a1a1a;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.cart-item__quantity-btn:hover{background-color:#e8e9ea;color:#00553f}.cart-item__quantity-value{min-width:50px;text-align:center;font-weight:600;font-size:16px;color:#1a1a1a;padding:0 8px}.cart-item__total{font-weight:700;font-size:18px;color:#00553f;min-width:120px;text-align:right}.cart-item__remove{width:40px;height:40px;background:#fee;color:#d32f2f;border:1px solid #ffcdd2;border-radius:8px;cursor:pointer;font-size:24px;line-height:1;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-weight:300}.cart-item__remove:hover{background:#ffebee;border-color:#d32f2f;transform:scale(1.05)}.cart__summary{background:white;padding:32px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e8e9ea;position:-webkit-sticky;position:sticky;top:120px}.cart__summary h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 24px;padding-bottom:20px;border-bottom:2px solid #e8e9ea}.cart__summary-row{display:flex;justify-content:space-between;padding:12px 0;color:#666;font-size:15px}.cart__summary-row--total{border-top:2px solid #e8e9ea;margin-top:16px;padding-top:20px;font-size:22px;font-weight:700;color:#1a1a1a}.cart__summary .btn{margin-top:16px}.cart__summary .btn:first-of-type{margin-top:24px}.cart__continue-link{display:block;text-align:center;margin-top:20px;color:#00553f;text-decoration:none;font-weight:500;font-size:15px;transition:color .2s ease}.cart__continue-link:hover{color:#003d2e;text-decoration:underline}@media (max-width:968px){.cart{padding:32px 20px}.cart__content{grid-template-columns:1fr;gap:24px}.cart__summary{position:static}}@media (max-width:640px){.cart{padding:24px 16px}.cart__title{font-size:28px;margin-bottom:24px}.cart-item{grid-template-columns:100px 1fr;grid-template-rows:auto auto auto auto;gap:16px;padding:20px}.cart-item__image{width:100px;height:100px;grid-row:span 2}.cart-item__quantity{grid-column:2;justify-self:start}.cart-item__total{grid-column:2;text-align:left;min-width:auto}.cart-item__remove{position:absolute;top:16px;right:16px}.cart-item{position:relative}.cart__summary{padding:24px 20px}}