.cart-toggle{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:99px;color:var(--ink);font:700 14px "DM Sans",sans-serif;cursor:pointer}.cart-count{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:99px;background:var(--ink);color:#fff;font-size:12px}.product-footer{align-items:flex-start}.product-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.add-to-cart,.buy-now,.send-order{border:0;border-radius:99px;padding:11px 15px;font:700 13px "DM Sans",sans-serif;cursor:pointer}.add-to-cart{background:var(--ink);color:#fff}.buy-now{background:transparent;color:var(--ink);border:1px solid var(--line)}.add-to-cart:disabled{background:#b5b5af;cursor:not-allowed}.product-feedback{min-height:18px;margin:9px 0 0!important;color:var(--accent)!important;font-size:13px!important;text-align:right}.cart-drawer{width:min(92vw,480px);max-width:none;height:100dvh;max-height:none;margin:0 0 0 auto;padding:0;border:0;background:var(--paper);box-shadow:-20px 0 70px rgba(0,0,0,.22)}.cart-drawer::backdrop{background:rgba(15,16,14,.55);backdrop-filter:blur(4px)}.cart-head{display:flex;align-items:flex-start;justify-content:space-between;padding:28px 24px 22px;border-bottom:1px solid var(--line)}.cart-head h2{font-size:34px;margin:0;letter-spacing:-.04em}.cart-close{width:42px;height:42px;border:0;border-radius:50%;background:var(--ink);color:#fff;font:400 29px/1 "DM Sans";cursor:pointer}.cart-items{padding:8px 24px}.cart-item{display:grid;grid-template-columns:72px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item img{width:72px;height:86px;object-fit:cover;border-radius:12px}.cart-item h3{font-size:15px;margin:0 0 3px}.cart-item p{font-size:13px;color:var(--muted);margin:0}.cart-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:99px;overflow:hidden}.quantity button{width:32px;height:30px;border:0;background:#fff;font-size:18px;cursor:pointer}.quantity button:disabled{color:#bbb;cursor:not-allowed}.quantity span{min-width:28px;text-align:center;font-size:13px}.remove-item{border:0;background:transparent;color:var(--muted);font:600 12px "DM Sans";text-decoration:underline;cursor:pointer}.cart-empty{padding:70px 24px;text-align:center}.cart-empty p{font:700 20px Manrope;margin:0 0 7px}.cart-empty span{color:var(--muted);font-size:14px}.cart-summary{position:sticky;top:100%;padding:22px 24px 28px;border-top:1px solid var(--line);background:#fff}.cart-summary>div{display:flex;justify-content:space-between;align-items:center;font-size:18px}.cart-summary strong{font:800 22px Manrope}.cart-summary p{color:var(--muted);font-size:13px;margin:10px 0 18px}.send-order{width:100%;padding:15px;background:#1f8f55;color:#fff;font-size:14px}.send-order:hover{background:#177947}@media(max-width:600px){.product-footer{flex-direction:column}.product-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.add-to-cart,.buy-now{padding:14px 10px}.product-feedback{text-align:left}.cart-drawer{width:100vw}.cart-head{padding-top:22px}}
