.cart-drawer{position:fixed;top:0;right:0;width:100%;height:100%;z-index:9999;pointer-events:none;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open{pointer-events:auto;opacity:1}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__content{position:absolute;top:0;right:0;width:100%;max-width:420px;height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;direction:ltr;text-align:left;box-shadow:-4px 0 15px #0000001a}.cart-drawer.is-open .cart-drawer__content{transform:translate(0)}html[lang=ar] .cart-drawer__content,html[dir=rtl] .cart-drawer__content{right:auto;left:0;transform:translate(-100%);direction:rtl;text-align:right;box-shadow:4px 0 15px #0000001a}html[lang=ar] .cart-drawer.is-open .cart-drawer__content,html[dir=rtl] .cart-drawer.is-open .cart-drawer__content{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e5e5;background:#fafafa}.cart-drawer__header h2{margin:0;font-size:20px;font-weight:600;color:#000}.cart-drawer__close{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:background-color .2s;border-radius:4px}.cart-drawer__close:hover{background-color:#e5e5e5}.cart-drawer__close svg{display:block}.cart-drawer__body{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;align-items:center}.cart-drawer__body::-webkit-scrollbar{width:6px}.cart-drawer__body::-webkit-scrollbar-track{background:#f1f1f1}.cart-drawer__body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.cart-drawer__body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.cart-drawer__item{display:flex;gap:15px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e5e5;width:100%;max-width:380px;align-items:flex-start}.cart-drawer__item:last-child{border-bottom:none}html[lang=ar] .cart-drawer__item,html[dir=rtl] .cart-drawer__item{flex-direction:row-reverse}.cart-drawer__item-image{flex-shrink:0}.cart-drawer__item-image img{width:90px;height:90px;object-fit:cover;border-radius:6px;border:1px solid #e5e5e5}.cart-drawer__item-details{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.cart-drawer__item-details a{font-weight:500;color:#000;text-decoration:none;font-size:14px;line-height:1.4;display:block;overflow:hidden;text-overflow:ellipsis}.cart-drawer__item-details a:hover{text-decoration:underline}.cart-drawer__variant{font-size:13px;color:#666;margin:0;line-height:1.3}.cart-drawer__price{font-size:15px;font-weight:600;margin:0;color:#000}html[lang=ar] .cart-drawer__item-details,html[dir=rtl] .cart-drawer__item-details{text-align:right}.cart-drawer__quantity{display:flex;align-items:center;gap:10px;margin:10px 0}html[lang=ar] .cart-drawer__quantity,html[dir=rtl] .cart-drawer__quantity{flex-direction:row-reverse}.qty-btn{width:32px;height:32px;padding:0!important;border:1px solid #d1d1d1;background:#fff;cursor:pointer;border-radius:4px;transition:all .2s;font-size:16px;display:flex;align-items:center;justify-content:center;font-weight:500;color:#333}.qty-btn:hover{background-color:#f5f5f5;border-color:#999}.qty-btn:active{background-color:#e5e5e5}.qty-input{width:55px;text-align:center;border:1px solid #d1d1d1;padding:6px 8px;border-radius:4px;font-size:14px;font-weight:500;background:#fafafa;direction:ltr}.qty-input:focus{outline:none;border-color:#000;background:#fff}html[lang=ar] .qty-input,html[dir=rtl] .qty-input{direction:ltr;text-align:center}.cart-drawer__remove{background:none;border:none;color:#999;cursor:pointer;text-decoration:underline;font-size:13px;padding:0;margin-top:5px;transition:color .2s}.cart-drawer__remove:hover{color:#dc2626}.cart-drawer__empty{text-align:center;padding:60px 20px;color:#999;font-size:16px}.cart-drawer__footer{padding:20px 24px;border-top:2px solid #e5e5e5;background:#fafafa}html[lang=ar] .cart-drawer__footer,html[dir=rtl] .cart-drawer__footer{direction:rtl}.cart-drawer__applied-discounts{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.discount-applied{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#f0fdf4;border:1px solid #86efac;border-radius:6px;margin-bottom:.5rem}html[lang=ar] .discount-applied,html[dir=rtl] .discount-applied{flex-direction:row-reverse}.discount-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#16a34a}html[lang=ar] .discount-badge,html[dir=rtl] .discount-badge{flex-direction:row-reverse}.discount-badge svg{stroke:#16a34a;flex-shrink:0}.discount-amount{font-size:.875rem;font-weight:700;color:#16a34a}.cart-drawer__discount{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.discount-input-wrapper{display:flex;gap:.5rem}html[lang=ar] .discount-input-wrapper,html[dir=rtl] .discount-input-wrapper{flex-direction:row-reverse}.discount-code-input{flex:1;padding:.75rem;border:1px solid #d1d1d1;border-radius:4px;font-size:.95rem;transition:border-color .2s}html[lang=ar] .discount-code-input,html[dir=rtl] .discount-code-input{text-align:right;direction:rtl}.discount-code-input:focus{outline:none;border-color:#000}.discount-apply-btn{padding:.75rem 1.5rem;background-color:#000;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s;white-space:nowrap;font-size:.95rem}.discount-apply-btn:hover{background-color:#333}.discount-apply-btn:active{background-color:#555}.discount-message{margin-top:.5rem;font-size:.875rem;display:none;padding:.5rem;border-radius:4px}html[lang=ar] .discount-message,html[dir=rtl] .discount-message{text-align:right}.discount-success{color:#16a34a;background-color:#f0fdf4}.discount-error{color:#dc2626;background-color:#fef2f2}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:700;margin-bottom:15px;padding:10px 0}html[lang=ar] .cart-drawer__subtotal,html[dir=rtl] .cart-drawer__subtotal{flex-direction:row-reverse;direction:rtl}html[lang=ar] .cart-drawer__subtotal span:last-child,html[dir=rtl] .cart-drawer__subtotal span:last-child{direction:ltr}.cart-drawer__view-cart,.cart-drawer__checkout{width:100%;padding:16px;margin-bottom:10px;border:none;cursor:pointer;font-size:16px;font-weight:600;border-radius:6px;transition:all .2s;text-transform:uppercase;letter-spacing:.5px;text-align:center}.cart-drawer__view-cart{background:#fff;border:2px solid black;color:#000}.cart-drawer__view-cart:hover{background:#f5f5f5}.cart-drawer__checkout{background:#000;color:#fff}.cart-drawer__checkout:hover{background:#333}.cart-drawer__checkout:active{background:#000;transform:scale(.98)}@media (max-width: 768px){.cart-drawer__content,html[lang=ar] .cart-drawer__content,html[dir=rtl] .cart-drawer__content{max-width:100%}.cart-drawer__header{padding:16px 20px}.cart-drawer__header h2{font-size:18px}.cart-drawer__body{padding:16px}.cart-drawer__footer{padding:16px 20px}.cart-drawer__item{max-width:100%}}@media (max-width: 480px){.cart-drawer__item-image img{width:70px;height:70px}.cart-drawer__item-details a{font-size:13px}.cart-drawer__price{font-size:14px}.qty-btn{width:28px;height:28px;font-size:14px}.qty-input{width:45px;font-size:13px}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.cart-drawer.is-open .cart-drawer__content{animation:slideInRight .3s ease}html[lang=ar] .cart-drawer.is-open .cart-drawer__content,html[dir=rtl] .cart-drawer.is-open .cart-drawer__content{animation:slideInLeft .3s ease}
/*# sourceMappingURL=/cdn/shop/t/49/assets/cart-drawer.css.map */
