.cart-section{padding:40px 0 70px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-items-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.cart-items-head h2{margin:0;font-size:20px;font-weight:800;color:#15241b}.cart-count-pill{font-size:12.5px;font-weight:700;color:var(--green);background:#f1f6e8;border-radius:20px;padding:5px 13px}.cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid #e7ebe7;border-radius:14px;padding:16px;transition:box-shadow .2s,border-color .2s}.cart-item:hover{border-color:#d7e0d2;box-shadow:0 10px 30px rgba(0,0,0,.05)}.cart-item-thumb{width:96px;height:96px;border-radius:12px;background:#f4f6f4;border:1px solid #eef1ee;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-thumb img{width:100%;height:100%;object-fit:contain}.cart-item-body{min-width:0}.cart-item-name{margin:0 0 8px;font-size:15.5px;font-weight:700;color:#1d2b22;line-height:1.3}.cart-item-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.cart-chip{font-size:12px;font-weight:600;color:#46544b;background:#f4f6f4;border:1px solid #e6ebe4;border-radius:8px;padding:4px 10px}.cart-chip b{color:#15241b}.cart-addons{display:flex;flex-wrap:wrap;gap:6px}.cart-addon-tag{font-size:11.5px;font-weight:600;color:var(--green);background:#f1f6e8;border-radius:7px;padding:3px 9px}.cart-item-side{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:8px;white-space:nowrap}.cart-item-unit{font-size:12.5px;color:#8a988e}.cart-item-total{font-size:19px;font-weight:800;color:var(--green)}.cart-remove{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:#c0473a;background:#fff;border:1px solid #f0d6d2;border-radius:8px;padding:6px 12px;cursor:pointer;transition:.2s}.cart-remove:hover{background:#c0473a;border-color:#c0473a;color:#fff}.cart-summary{background:#fff;border:1px solid #e7ebe7;border-radius:14px;padding:22px;position:sticky;top:100px}.cart-summary h3{margin:0 0 18px;font-size:13px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#15241b}.cart-summary-row{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#46544b;padding:9px 0}.cart-summary-row span:last-child{font-weight:700;color:#1d2b22}.cart-continue:hover,.cart-summary-row .free{color:var(--green)}.cart-summary-divider{height:1px;background:#eef1ee;margin:8px 0}.cart-summary-total{display:flex;align-items:center;justify-content:space-between;margin:6px 0 18px;padding-top:14px;border-top:2px solid #f0f3f0}.cart-continue,.cart-empty .btn-g{display:inline-flex}.cart-summary-total .lbl{font-size:15px;font-weight:800;color:#15241b}.cart-summary-total .val{font-size:24px;font-weight:800;color:var(--green)}.cart-summary .btn-g{width:100%;justify-content:center;margin-bottom:10px}.cart-continue{width:100%;align-items:center;justify-content:center;gap:6px;font-size:13.5px;font-weight:700;color:#46544b;padding:8px}.cart-summary-note{display:flex;gap:9px;margin-top:16px;padding:12px 14px;background:#f7faf2;border-radius:10px;font-size:12px;line-height:1.5;color:#6b7280}.cart-empty{text-align:center;max-width:460px;margin:10px auto 0;background:#fff;border:1px solid #e7ebe7;border-radius:16px;padding:48px 30px}.cart-empty-ico{width:78px;height:78px;margin:0 auto 20px;border-radius:50%;background:#f1f6e8;display:flex;align-items:center;justify-content:center}.cart-empty-ico img{width:34px;height:34px}.cart-empty h2{margin:0 0 8px;font-size:22px;font-weight:800;color:#15241b}.cart-empty p{margin:0 0 22px;font-size:14.5px;color:#6b7280}@media (max-width:991.98px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width:575.98px){.cart-item{grid-template-columns:72px 1fr}.cart-item-thumb{width:72px;height:72px}.cart-item-side{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between;width:100%;border-top:1px solid #eef1ee;padding-top:12px}}