.cart-drawer{font-family:Cairo,sans-serif}.cart-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#13241973;opacity:0;visibility:hidden;transition:opacity .32s ease-out,visibility .32s ease-out}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1;visibility:visible}.cart-drawer__panel{position:fixed;top:0;inset-inline-start:0;z-index:130;height:100dvh;width:min(440px,92vw);background:#fbf6eb;color:#1b3022;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .42s cubic-bezier(.16,1,.3,1);box-shadow:0 30px 80px #13241938;will-change:transform}[dir=rtl] .cart-drawer__panel{transform:translate(100%)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 20px;border-bottom:1px solid rgba(139,111,44,.18)}.cart-drawer__heading{display:flex;flex-direction:column;gap:4px;min-width:0}.cart-drawer__eyebrow{font-size:11px;font-weight:700;letter-spacing:.28em;color:#8b6f2c;direction:ltr;text-transform:uppercase}.cart-drawer__title{margin:0;font-size:22px;font-weight:700;color:#1b3022;letter-spacing:-.005em;line-height:1.25}.cart-drawer__close{flex-shrink:0;background:transparent;border:1px solid rgba(139,111,44,.22);border-radius:999px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:#1b3022;cursor:pointer;transition:background-color .18s ease-out,border-color .18s ease-out}.cart-drawer__close:hover{background:#c5a0591f;border-color:#c5a05966}.cart-drawer__close:focus-visible{outline:2px solid #1B3022;outline-offset:2px}.cart-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 24px}.cart-drawer__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.cart-drawer__item{display:grid;grid-template-columns:64px 1fr auto;gap:14px;padding-bottom:18px;border-bottom:1px solid rgba(139,111,44,.14)}.cart-drawer__item:last-child{border-bottom:none;padding-bottom:0}.cart-drawer__item-thumb{width:64px;height:64px;border-radius:12px;background:linear-gradient(145deg,#e8d4a8,#c5a059);overflow:hidden;flex-shrink:0}.cart-drawer__item-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__item-info{display:flex;flex-direction:column;gap:4px;min-width:0}.cart-drawer__item-title{font-size:14px;font-weight:700;color:#1b3022;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.cart-drawer__item-variant{font-size:12px;color:#666;margin:0}.cart-drawer__item-qty{display:inline-flex;align-items:center;margin-top:8px;border:1px solid rgba(139,111,44,.28);border-radius:999px;padding:2px;width:fit-content}.cart-drawer__qty-btn{width:40px;height:40px;border-radius:999px;border:none;background:transparent;color:#1b3022;font-weight:700;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease-out}.cart-drawer__qty-btn:hover:not(:disabled){background:#c5a0592e}.cart-drawer__qty-btn:focus-visible{outline:2px solid #1B3022;outline-offset:1px}.cart-drawer__qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-drawer__qty-value{font-size:14px;font-weight:700;min-width:24px;text-align:center;color:#1b3022}.cart-drawer__item-end{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-drawer__item-price{font-size:14px;font-weight:700;color:#1b3022;direction:ltr;white-space:nowrap}.cart-drawer__item-remove{background:transparent;border:none;color:#8b6f2c;font-size:12px;font-weight:600;cursor:pointer;padding:4px 0;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#8b6f2c73}.cart-drawer__item-remove:hover{color:#1b3022;text-decoration-color:#1b3022}.cart-drawer__item-remove:focus-visible{outline:2px solid #1B3022;outline-offset:2px}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;gap:8px}.cart-drawer__empty[hidden]{display:none}.cart-drawer__empty-icon{width:72px;height:72px;border-radius:999px;background:#c5a05924;color:#8b6f2c;display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px}.cart-drawer__empty-title{margin:0;font-size:16px;font-weight:700;color:#1b3022}.cart-drawer__empty-hint{margin:0;font-size:13px;color:#666}.cart-drawer__empty-cta{margin-top:14px;height:52px;border:1.5px solid #C5A059;background:transparent;color:#1b3022;border-radius:12px;padding:0 24px;font-family:inherit;font-weight:700;font-size:14px;cursor:pointer;transition:background-color .18s ease-out,color .18s ease-out}.cart-drawer__empty-cta:hover{background:#1b3022;color:#f9f6f0;border-color:#1b3022}.cart-drawer__empty-cta:focus-visible{outline:2px solid #C5A059;outline-offset:2px}.cart-drawer__footer{padding:20px 24px 24px;border-top:1px solid rgba(139,111,44,.18);background:#fbf6eb}.cart-drawer__footer[hidden]{display:none}.cart-drawer__totals{margin:0 0 16px;display:flex;flex-direction:column;gap:8px}.cart-drawer__row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#1b3022}.cart-drawer__row dt{font-weight:500;opacity:.82}.cart-drawer__row dd{margin:0;font-weight:700;direction:ltr}.cart-drawer__row--muted dd{color:#8b6f2c}.cart-drawer__row--total{padding-top:10px;border-top:1px solid rgba(139,111,44,.22);font-size:16px}.cart-drawer__row--total dt{font-weight:700;opacity:1}.cart-drawer__row--total dd{font-weight:700;font-size:18px}.cart-drawer__checkout{width:100%}.cart-drawer__trust{margin:12px 0 0;text-align:center;font-size:11px;color:#666;line-height:1.5}body.cart-drawer-open{overflow:hidden}.cart-drawer__shipping-bar{padding:14px 20px 16px;border-bottom:1px solid rgba(27,48,34,.08);background:#fbf6eb}.cart-drawer__shipping-message{margin:0 0 10px;font-size:13px;font-weight:600;color:#1b3022;line-height:1.4}.cart-drawer__shipping-message strong{color:#8b6f2c;font-weight:700}.cart-drawer__shipping-track{position:relative;height:6px;background:#c5a0592e;border-radius:999px;overflow:hidden}.cart-drawer__shipping-fill{height:100%;width:0%;background:#c5a059;border-radius:999px;transition:width .4s cubic-bezier(.4,0,.2,1)}.cart-drawer__shipping-bar[data-qualified] .cart-drawer__shipping-fill{background:#1b3022}.cart-drawer__shipping-bar[data-qualified] .cart-drawer__shipping-message{color:#1b3022;display:flex;align-items:center;gap:6px}.cart-drawer__shipping-bar[data-qualified] .cart-drawer__shipping-message:before{content:"";display:inline-flex;width:16px;height:16px;flex-shrink:0;border-radius:999px;background:#c5a059 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%231B3022" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="m4 12 5 5 11-11"/></svg>') center / 11px no-repeat}@media(prefers-reduced-motion:reduce){.cart-drawer__backdrop,.cart-drawer__panel,.cart-drawer__qty-btn,.cart-drawer__close,.cart-drawer__item-remove,.cart-drawer__empty-cta,.cart-drawer__shipping-fill{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart-drawer.css.map */
