@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&family=Cairo:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{margin:0;padding:0;width:100%;overflow-x:hidden;scroll-behavior:smooth}body{margin:0;padding:0;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#e6fffa,#b2f5ea,#81e6d9);color:#2d3748;transition:background-color .3s ease-in-out;overflow-x:hidden;width:100%;min-width:100%}:root{scrollbar-color:#2C7A7B #E6FFFA;scrollbar-width:thin}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#e6fffa;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#2c7a7b,#285e61);border-radius:10px;border:2px solid #E6FFFA}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#3bacb6,#2c7a7b)}::-webkit-scrollbar-thumb:active{background:#285e61}[data-theme=dark]{scrollbar-color:#3BACB6 #1A202C;background:linear-gradient(135deg,#1a202c,#2d3748,#1a202c)}[data-theme=dark] ::-webkit-scrollbar-track{background:#1a202c}[data-theme=dark] ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3bacb6,#2c7a7b);border:2px solid #1A202C}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#4fd1c5,#3bacb6)}[data-theme=dark] ::-webkit-scrollbar-thumb:active{background:#3bacb6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}[dir=rtl]{text-align:right;margin:0;padding:0}[dir=ltr]{text-align:left;margin:0;padding:0}*{transition:background-color .3s ease-in-out,color .3s ease-in-out}.product-card.grid-view{background:#fffffff2;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #2c7a7b1f;transition:all .3s ease;display:flex;flex-direction:column;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(79,209,197,.2)}.product-card.grid-view:hover{transform:translateY(-8px);box-shadow:0 12px 28px #2c7a7b40;border-color:#4fd1c566}.product-card.list-view{background:#fffffff2;border-radius:16px;box-shadow:0 4px 12px #2c7a7b1f;transition:all .3s ease;display:flex;flex-direction:row;align-items:center;padding:1rem;gap:1rem;height:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(79,209,197,.2)}.product-card.list-view:hover{transform:translate(8px);box-shadow:0 8px 20px #2c7a7b40;border-color:#4fd1c566}[dir=rtl] .product-card.list-view:hover{transform:translate(-8px)}.product-image{width:100%;height:200px;object-fit:cover}.product-image-small{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.product-details{padding:1rem;flex:1;display:flex;flex-direction:column}.product-name{font-size:1.2rem;margin:0 0 .5rem;color:#2d3748;font-family:Poppins,sans-serif;font-weight:700}.product-category{font-size:.85rem;color:#2c7a7b;margin:0 0 .5rem;font-weight:600;font-family:Poppins,sans-serif}.product-description{color:#4a5568;font-size:.9rem;line-height:1.5;margin:0 0 1rem;flex:1;font-weight:400}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.4rem;font-weight:800;background:linear-gradient(135deg,#2c7a7b,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Poppins,sans-serif}.btn-add-cart{background:linear-gradient(135deg,#38a169,#48bb78);color:#fff;padding:.75rem 1.25rem;border:none;border-radius:12px;cursor:pointer;font-size:.9rem;transition:all .3s ease;position:relative;font-family:Poppins,sans-serif;font-weight:600;box-shadow:0 4px 12px #38a1694d}.btn-add-cart:hover{background:linear-gradient(135deg,#2f855a,#38a169);transform:translateY(-2px);box-shadow:0 6px 16px #38a16966}.btn-add-cart .btn-text{display:inline}.btn-add-cart .btn-icon{display:none}.btn-add-cart:hover:not(:disabled){background:#20ba5a}.btn-add-cart:disabled{background:#ccc;cursor:not-allowed}.product-price-wrapper{display:flex;flex-direction:column;gap:.2rem;align-items:flex-start}.product-total-preview{font-size:.85rem;color:#2c5282;font-weight:600}.product-variations{--variation-title-color: #2D3748;--variation-accent-color: #2C7A7B;margin-top:.75rem;border:1px solid rgba(44,122,123,.2);border-radius:12px;padding:.75rem;background:#2c7a7b0d;display:flex;flex-direction:column;gap:.75rem}.product-variations--dropdown{padding:.5rem .75rem;transition:background .2s ease,border-color .2s ease}.product-variations--dropdown.collapsed{background:transparent;border-color:#2c7a7b26}.product-variations--dropdown.expanded{background:#2c7a7b0d;border-color:#2c7a7b33}.product-variations-toggle{display:flex;width:100%;justify-content:space-between;align-items:center;gap:.5rem;font-weight:600;color:var(--variation-title-color, #2D3748)!important;text-transform:none}[dir=rtl] .product-variations-toggle{flex-direction:row-reverse}.product-variations--dropdown .product-variations-list{margin-top:.5rem}.product-variations-header{display:flex;align-items:center;justify-content:space-between}.product-base-quantity{display:flex;justify-content:space-between;align-items:center}.product-variations-label{font-weight:600;color:var(--variation-title-color, #2D3748)}.product-variations-list{display:flex;flex-direction:column;gap:.5rem}.product-variation-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-variation-row.variant-row .MuiButton-root{white-space:nowrap}.product-variation-info{display:flex;flex-direction:column}.product-variation-name{font-weight:600;color:var(--variation-title-color, #2D3748)}.product-variation-price{font-size:.85rem;color:var(--variation-accent-color, #2C7A7B)}.variation-qty-controls{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(44,122,123,.4);border-radius:999px;padding:.1rem .35rem;background:#fff}.variation-qty-btn{background:transparent;border:none;font-size:1.2rem;font-weight:600;color:#2c7a7b;width:28px;height:28px;cursor:pointer;border-radius:50%;transition:background .2s ease}.variation-qty-btn:hover{background:#2c7a7b1a}.variation-qty-value{min-width:24px;text-align:center;font-weight:600;color:#2c5282}.product-variations-summary{display:flex;justify-content:space-between;font-size:.9rem;color:#2d3748}.cart-controls{display:flex;align-items:center;gap:.5rem}.cart-quantity-input{width:50px;text-align:center;border:1.5px solid rgba(44,122,123,.35);border-radius:10px;padding:.35rem .4rem;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;color:#2d3748;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.cart-quantity-input:focus{outline:none;border-color:#2c7a7b;box-shadow:0 0 0 2px #2c7a7b33}.btn-remove{background:#fee2e2;color:#dc2626;width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0}.btn-remove:hover{background:#dc2626;color:#fff;transform:scale(1.05)}.quantity-badge{display:flex;align-items:center;background:#fff;border:2px solid #667eea;border-radius:20px;padding:.25rem .5rem;gap:.5rem}.qty-btn{background:transparent;border:none;color:#667eea;font-size:1.2rem;font-weight:700;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s;border-radius:4px}.qty-btn:hover{background:#f0f4ff;color:#5568d3}.qty-value{min-width:24px;text-align:center;font-weight:600;color:#667eea;font-size:.95rem}.product-card.in-cart{border:2px solid #667eea;box-shadow:0 4px 12px #667eea26}.cart-controls-list{display:flex;align-items:center;gap:.5rem;flex-direction:row}.product-details-row{display:flex;justify-content:space-between;align-items:center;flex:1;gap:1rem}.product-info{flex:1;min-width:0}.product-description-short{color:#666;font-size:.85rem;line-height:1.4;margin:.25rem 0 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-actions-row{display:flex;align-items:center;gap:1rem;flex-shrink:0}.btn-add-cart-small{background:#25d366;color:#fff;width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex;align-items:center;justify-content:center;padding:0}.btn-add-cart-small:hover:not(:disabled){background:#20ba5a;transform:scale(1.1)}.btn-add-cart-small:disabled{background:#ccc;cursor:not-allowed;font-size:.75rem}@media(max-width:768px){.product-card.list-view{padding:.75rem;gap:.75rem}.product-image-small{width:90px;height:90px;border-radius:8px}.product-details-row{gap:.75rem}.product-info{flex:1;min-width:0}.product-name{font-size:1rem;margin:0 0 .25rem}.product-description-short{font-size:.8rem;-webkit-line-clamp:2;line-clamp:2}.product-actions-row{flex-direction:row;gap:.5rem;align-items:center;flex-shrink:0}[dir=rtl] .product-actions-row{align-items:center}.btn-add-cart-small{width:36px;height:36px;font-size:1.3rem}.product-card.grid-view{border-radius:10px;flex-direction:column;padding:0;overflow:hidden}.product-image{width:100%;height:140px;object-fit:cover;border-radius:0}.product-details{padding:.75rem;flex:1;display:flex;flex-direction:column}.product-name{font-size:.95rem;margin:0 0 .25rem;line-height:1.3}.product-category{font-size:.75rem;margin:0 0 .35rem}.product-description{font-size:.8rem;margin:0 0 .75rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1}.product-footer{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto}.product-price{font-size:1.1rem}.btn-add-cart{padding:0;min-width:32px;width:32px;height:32px;border-radius:50%;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center}.btn-add-cart .btn-text{display:none}.btn-add-cart .btn-icon{display:inline}.btn-add-cart:hover:not(:disabled){transform:scale(1.1)}.btn-add-cart:disabled{font-size:.65rem}.cart-controls{flex-wrap:nowrap}.product-card.list-view .product-actions-row{flex-shrink:0;min-width:fit-content}.product-card.list-view .product-price{flex-shrink:0;white-space:nowrap}.product-card.list-view .btn-add-cart-small,.product-card.list-view .cart-controls-list{flex-shrink:0}}@media(max-width:480px){.product-card.list-view{padding:.6rem;gap:.6rem}.product-image-small{width:75px;height:75px}.product-name{font-size:.9rem}.product-description-short{font-size:.75rem;-webkit-line-clamp:1;line-clamp:1}.product-price{font-size:1rem;font-weight:600}.btn-add-cart-small{width:32px;height:32px;font-size:1.2rem}.product-card.grid-view{padding:0}.product-image{width:100%;height:120px}.product-details{padding:.6rem}.product-name{font-size:.875rem}.product-category{font-size:.7rem;margin:0 0 .25rem}.product-description{font-size:.75rem;margin:0 0 .6rem;-webkit-line-clamp:2;line-clamp:2}.product-footer{gap:.4rem}.product-price{font-size:1rem}.btn-add-cart{min-width:30px;width:30px;height:30px;font-size:1.1rem}.btn-add-cart:disabled{font-size:.6rem}.btn-remove{width:30px;height:30px}.quantity-badge{padding:.2rem .4rem;gap:.3rem}.qty-btn{width:20px;height:20px;font-size:1rem}.qty-value{min-width:20px;font-size:.875rem}.product-card.list-view .product-actions-row{gap:.4rem}.product-card.list-view .btn-add-cart-small{width:30px;height:30px;font-size:1.1rem}}@media(max-width:400px){.product-card.list-view .product-details-row{flex-direction:column;align-items:stretch;gap:.5rem}.product-card.list-view .product-info{flex:1;width:100%}.product-card.list-view .product-actions-row{flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:.5rem}.product-card.list-view .product-price{font-size:1rem;flex-shrink:0}.product-card.list-view .btn-add-cart-small,.product-card.list-view .cart-controls-list{flex-shrink:0}}.product-card.grid-view.bg-glass,.product-card.list-view.bg-glass{background:#ffffffd9!important;backdrop-filter:blur(12px) saturate(120%)!important;-webkit-backdrop-filter:blur(12px) saturate(120%)!important;border:1px solid rgba(255,255,255,.4)!important;box-shadow:0 4px 16px #1f26871f,inset 0 1px #fff9!important}.product-card.grid-view.bg-glass:hover{background:#fffffff2!important;box-shadow:0 8px 24px #1f26872e,inset 0 1px #ffffffb3!important}.product-card.list-view.bg-glass:hover{background:#fffffff2!important;box-shadow:0 6px 20px #1f268726,inset 0 1px #ffffffb3!important}.standalone-shop-page[style*=background-image] .product-card.grid-view:not(.bg-solid),.standalone-shop-page[style*=background-image] .product-card.list-view:not(.bg-solid){background:#ffffffd9;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);border:1px solid rgba(255,255,255,.4);box-shadow:0 4px 16px #1f26871f,inset 0 1px #fff9}.standalone-shop-page[style*=background-image] .product-card.grid-view:not(.bg-solid):hover{background:#fffffff2;box-shadow:0 8px 24px #1f26872e,inset 0 1px #ffffffb3}.standalone-shop-page[style*=background-image] .product-card.list-view:not(.bg-solid):hover{background:#fffffff2;box-shadow:0 6px 20px #1f268726,inset 0 1px #ffffffb3}[data-theme=dark] .product-variations{--variation-title-color: #E2E8F0;--variation-accent-color: #4FD1C5;background:#4fd1c51a;border-color:#4fd1c54d}[data-theme=dark] .product-variations--dropdown.collapsed{background:transparent;border-color:#4fd1c533}[data-theme=dark] .product-variations--dropdown.expanded{background:#4fd1c51a;border-color:#4fd1c54d}[data-theme=dark] .product-variations-toggle{color:#e2e8f0!important}[data-theme=dark] .product-variations-label,[data-theme=dark] .product-variation-name{color:#e2e8f0}[data-theme=dark] .product-variation-price{color:#4fd1c5}[data-theme=dark] .variation-qty-controls{background:#1e293b;border-color:#4fd1c566}[data-theme=dark] .variation-qty-btn{color:#4fd1c5}[data-theme=dark] .variation-qty-btn:hover{background:#4fd1c533}[data-theme=dark] .variation-qty-value,[data-theme=dark] .product-variations-summary{color:#e2e8f0}[data-theme=dark] .cart-quantity-input{background:#1e293b;color:#e2e8f0;border-color:#4fd1c566}[data-theme=dark] .cart-quantity-input:focus{border-color:#4fd1c5;box-shadow:0 0 0 2px #4fd1c54d}[data-theme=dark] .product-card.grid-view,[data-theme=dark] .product-card.list-view{background:#1e293bf2;border-color:#4fd1c533}[data-theme=dark] .product-card.grid-view:hover,[data-theme=dark] .product-card.list-view:hover{border-color:#4fd1c566;box-shadow:0 8px 24px #0006}[data-theme=dark] .product-name{color:#f7fafc}[data-theme=dark] .product-category{color:#4fd1c5}[data-theme=dark] .product-description{color:#a0aec0}.cart-drawer-backdrop{position:fixed;inset:0;background:var(--drawer-backdrop, rgba(15, 23, 42, .6));z-index:999;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer{--drawer-primary: #2c7a7b;--drawer-primary-contrast: #ffffff;--drawer-surface: #ffffff;--drawer-surface-alt: #f8f9fa;--drawer-text: #0f172a;--drawer-text-muted: #475569;--drawer-text-soft: #94a3b8;--drawer-border: rgba(226, 232, 240, .9);--drawer-divider: rgba(226, 232, 240, .7);--drawer-item-bg: rgba(15, 23, 42, .02);--drawer-item-hover: rgba(15, 23, 42, .08);--drawer-quantity-bg: rgba(15, 23, 42, .04);--drawer-quantity-border: rgba(148, 163, 184, .3);--drawer-input-bg: #ffffff;--drawer-input-border: rgba(226, 232, 240, .9);--drawer-placeholder: #94a3b8;--drawer-note-bg: rgba(15, 23, 42, .02);--drawer-danger-bg: #fee2e2;--drawer-danger: #dc2626;--drawer-accent-focus-shadow: rgba(44, 122, 123, .25);--drawer-shadow: -4px 0 20px rgba(15, 23, 42, .15);--drawer-shadow-rtl: 4px 0 20px rgba(15, 23, 42, .15);--drawer-accent-shadow: rgba(44, 122, 123, .35);position:fixed;top:0;right:0;bottom:0;width:100%;max-width:480px;height:100vh;height:100dvh;background:var(--drawer-surface-alt);color:var(--drawer-text);box-shadow:var(--drawer-shadow);z-index:1000;display:flex;flex-direction:column;animation:slideInRight .3s ease;border-left:1px solid var(--drawer-border);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.cart-drawer.rtl{right:auto;left:0;border-left:none;border-right:1px solid var(--drawer-border);animation:slideInLeft .3s ease;box-shadow:var(--drawer-shadow-rtl)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;padding-top:max(1.5rem,env(safe-area-inset-top));border-bottom:1px solid var(--drawer-border);background:var(--drawer-surface-alt);flex-shrink:0}.cart-drawer-header h2{margin:0;font-size:1.5rem;color:var(--drawer-text)}.cart-drawer-close{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease;color:var(--drawer-text-muted)}.cart-drawer-close:hover{background:var(--drawer-item-bg);color:var(--drawer-text)}.cart-drawer-content{flex:0 0 auto;overflow:visible;padding:1.25rem;background:var(--drawer-surface-alt)}.cart-products-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem;margin-bottom:.75rem;background:var(--drawer-surface-alt);border:1.5px solid var(--drawer-border);border-radius:12px;cursor:pointer;transition:all .2s ease;color:var(--drawer-text);font-family:inherit;font-size:.95rem;font-weight:600}.cart-products-toggle:hover{background:var(--drawer-item-hover);border-color:var(--drawer-primary);transform:translateY(-1px)}.cart-products-toggle:active{transform:translateY(0)}.cart-products-toggle-info{display:flex;align-items:center;gap:.75rem}.cart-products-toggle-info svg{flex-shrink:0;color:var(--drawer-primary)}.cart-products-toggle-text{display:flex;align-items:center;gap:.5rem}.cart-products-count{color:var(--drawer-text-muted);font-weight:500;font-size:.9rem}.cart-products-toggle-icon{flex-shrink:0;color:var(--drawer-text-muted);transition:transform .3s ease}.cart-products-toggle-icon.expanded{transform:rotate(180deg)}.cart-items-list{display:flex;flex-direction:column;gap:1rem;overflow:visible;transition:max-height .4s ease,opacity .3s ease}.cart-items-list.collapsed{max-height:0;opacity:0;pointer-events:none;overflow:hidden}.cart-items-list.expanded{max-height:none;opacity:1}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;height:100%;color:var(--drawer-text-soft);text-align:center;padding:2rem}.cart-empty p{margin-top:1rem;font-size:1rem}.cart-items-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;background:var(--drawer-item-bg);border-radius:16px;transition:background .2s ease,box-shadow .2s ease;border:1px solid var(--drawer-border);flex-wrap:wrap}.cart-item:hover{background:var(--drawer-item-hover);box-shadow:0 12px 24px #0f172a1f}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:12px;flex-shrink:0;border:1px solid var(--drawer-border)}.cart-item-details{flex:1;min-width:0;display:flex;flex-direction:column}.cart-item-name{margin:0 0 .35rem;font-size:1rem;color:var(--drawer-text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-price{margin:0;font-size:1.05rem;color:var(--drawer-primary);font-weight:600}.cart-item-variations{list-style:none;margin:.5rem 0 0;padding:0;font-size:.85rem;color:var(--drawer-text-muted);display:flex;flex-direction:column;gap:.2rem}.cart-item-variations li{display:flex;justify-content:space-between;gap:.75rem;line-height:1.3}.cart-item-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.quantity-controls{display:flex;align-items:center;gap:.35rem;background:var(--drawer-quantity-bg);border-radius:12px;padding:.25rem;border:1px solid var(--drawer-quantity-border)}.quantity-btn{width:32px;height:32px;border:none;background:transparent;color:var(--drawer-text);font-size:1.1rem;font-weight:700;cursor:pointer;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.quantity-btn:hover:not(:disabled){background:var(--drawer-primary);color:var(--drawer-primary-contrast)}.quantity-btn:disabled{opacity:.4;cursor:not-allowed}.quantity-value{min-width:36px;text-align:center;font-weight:600;color:var(--drawer-text)}.remove-btn{background:var(--drawer-danger-bg);color:var(--drawer-danger);border:none;width:40px;height:40px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease,color .2s ease}.remove-btn:hover{transform:scale(1.05);background:var(--drawer-danger);color:#fff}.cart-drawer-footer{border-top:1px solid var(--drawer-border);padding:1.5rem;padding-bottom:max(2rem,env(safe-area-inset-bottom) + .5rem);background:var(--drawer-surface-alt);display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.cart-total{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--drawer-border)}.cart-total-label{font-size:1rem;color:var(--drawer-text-muted);font-weight:500}.cart-total-value{font-size:1.5rem;color:var(--drawer-text);font-weight:700}.order-type-section{padding-bottom:1rem;border-bottom:1px solid var(--drawer-divider)}.order-type-label{display:block;margin-bottom:.75rem;font-size:.95rem;font-weight:600;color:var(--drawer-text)}.order-type-options{display:flex;gap:.75rem}.order-type-btn{flex:1;padding:.875rem 1rem;border:2px solid var(--drawer-divider);background:var(--drawer-input-bg);border-radius:14px;font-size:.95rem;font-weight:600;color:var(--drawer-text-muted);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.order-type-btn:hover{border-color:var(--drawer-primary);color:var(--drawer-primary)}.order-type-btn.active{border-color:var(--drawer-primary);background:var(--drawer-primary);color:var(--drawer-primary-contrast)}.delivery-location-section{margin-bottom:1rem}.location-label{display:block;margin-bottom:.5rem;font-size:.95rem;font-weight:600;color:var(--drawer-text)}.location-input,.note-input{width:100%;padding:.85rem;border:1.5px solid var(--drawer-input-border);border-radius:14px;font-size:.95rem;font-family:inherit;color:var(--drawer-text);resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;background:var(--drawer-input-bg)}.location-input:focus,.note-input:focus{outline:none;border-color:var(--drawer-primary);box-shadow:0 0 0 3px var(--drawer-accent-focus-shadow)}.location-input::placeholder,.note-input::placeholder{color:var(--drawer-placeholder)}.note-section{margin-bottom:1rem}.note-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.95rem;font-weight:600;color:var(--drawer-text)}.note-optional{font-size:.85rem;color:var(--drawer-text-soft);font-weight:500}.note-input{background:var(--drawer-note-bg)}.cart-actions{display:flex;gap:.75rem;flex-wrap:wrap;background:var(--drawer-surface-alt);padding:0;padding-bottom:2rem;margin:0}.btn{flex:1;padding:.9rem 1.2rem;border:none;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-clear{background:transparent;color:var(--drawer-text);border:1px solid var(--drawer-border)}.btn-clear:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0f172a1a}.btn-whatsapp{background:linear-gradient(135deg,#25d366,#1ebe5c);color:#fff;padding:.8rem 1.35rem;border-radius:12px;font-size:.95rem;box-shadow:0 10px 24px #25d36659;flex:0 0 auto;min-width:0;width:auto;gap:.6rem}.btn-whatsapp:hover{transform:translateY(-2px);background:linear-gradient(135deg,#20ba5a,#16a349);box-shadow:0 14px 30px #25d36673}.btn-whatsapp svg{fill:currentColor;margin-inline-end:.4rem;flex-shrink:0}@media(max-width:600px){.cart-drawer{max-width:100%}.cart-drawer-header{padding:1rem 1.25rem}.cart-drawer-header h2{font-size:1.25rem}.cart-drawer-content{padding:1rem}.cart-drawer-footer{padding:1rem 1.25rem;gap:.875rem;max-height:55vh}.cart-item{padding:.875rem;gap:.875rem;flex-wrap:nowrap;align-items:flex-start}.cart-item-image{width:70px;height:70px}.cart-item-details{flex:1;min-width:0}.cart-item-actions{flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0}.cart-item-name{font-size:.9rem}.cart-item-price{font-size:1rem}.quantity-btn{width:28px;height:28px;font-size:1rem}.quantity-value{min-width:28px;font-size:.9rem}.order-type-options{gap:.5rem}.order-type-btn{padding:.75rem .875rem;font-size:.875rem;gap:.4rem}.order-type-btn svg{width:18px;height:18px}.location-input,.note-input{font-size:.9rem;padding:.75rem}.cart-actions{flex-direction:column;gap:.625rem}.btn{width:100%;padding:.825rem 1rem;font-size:.95rem}.btn-whatsapp{padding:.875rem 1rem}.cart-total-label{font-size:.95rem}.cart-total-value{font-size:1.35rem}}@media(max-width:400px){.cart-drawer-header{padding:.875rem 1rem}.cart-drawer-header h2{font-size:1.125rem}.cart-drawer-content{padding:.875rem}.cart-drawer-footer{padding:.875rem 1rem;padding-bottom:max(.875rem,env(safe-area-inset-bottom))}.cart-item{padding:.75rem}.cart-item-image{width:60px;height:60px}}@media(max-height:500px)and (orientation:landscape){.cart-drawer-header{padding:.75rem 1rem}.cart-drawer-header h2{font-size:1.125rem}.cart-drawer-content{padding:.75rem}.cart-drawer-footer{padding:.75rem 1rem;max-height:50vh}.cart-item{padding:.625rem;gap:.625rem}.cart-item-image{width:50px;height:50px}.order-type-btn,.btn{padding:.625rem .75rem}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}.App{min-height:100vh;background:linear-gradient(135deg,#e6fffa,#b2f5ea,#81e6d9);transition:background .3s ease-in-out}[data-theme=dark] .App{background:linear-gradient(135deg,#1a202c,#2d3748,#1a202c)}[dir=rtl]{direction:rtl;text-align:right}[dir=ltr]{direction:ltr;text-align:left}body{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;color:#2d3748;line-height:1.6;transition:color .3s ease-in-out}[data-theme=dark] body{color:#f7fafc}[lang=ar]{font-family:Cairo,Almarai,Segoe UI,Arial,sans-serif}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#2c7a7b,#4fd1c5);border-radius:10px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#285e61,#38b2ac);background-clip:content-box}.btn{padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;font-family:Poppins,sans-serif}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #2c7a7b40}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,#2c7a7b,#4fd1c5);color:#fff;box-shadow:0 4px 12px #2c7a7b4d}.btn-primary:hover{background:linear-gradient(135deg,#285e61,#38b2ac);box-shadow:0 8px 20px #2c7a7b66}.btn-secondary{background:#4fd1c526;color:#2c7a7b;border:2px solid #4FD1C5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background:#4fd1c540;border-color:#38b2ac}.btn-success{background:linear-gradient(135deg,#38a169,#48bb78);color:#fff;box-shadow:0 4px 12px #38a1694d}.btn-success:hover{background:linear-gradient(135deg,#2f855a,#38a169)}.btn-danger{background:linear-gradient(135deg,#e53e3e,#fc8181);color:#fff;box-shadow:0 4px 12px #e53e3e4d}.btn-danger:hover{background:linear-gradient(135deg,#c53030,#e53e3e)}.loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;color:#2c7a7b;font-weight:600}.error{background:linear-gradient(135deg,#fee2e2e6,#fca5a5e6);color:#c53030;padding:16px 20px;border-radius:12px;margin:20px 0;border-left:4px solid #E53E3E;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 12px #e53e3e33;font-weight:500}[data-theme=dark] .error{background:linear-gradient(135deg,#fee2e233,#fca5a533);color:#fc8181;box-shadow:0 4px 12px #0000004d}.empty-state{text-align:center;padding:60px 20px;color:#6b7280}.empty-state-icon{font-size:64px;margin-bottom:20px;opacity:.5}.page-title{font-size:36px;font-weight:700;margin-bottom:30px;color:#2d3748;text-align:center;font-family:Poppins,sans-serif;background:linear-gradient(135deg,#2c7a7b,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .page-title{background:linear-gradient(135deg,#3bacb6,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card{background:#ffffffe6;border-radius:16px;box-shadow:0 4px 12px #2c7a7b1a;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(79,209,197,.2)}[data-theme=dark] .card{background:#2d3748e6;border-color:#4fd1c54d;box-shadow:0 4px 12px #0000004d}.card:hover{box-shadow:0 12px 28px #2c7a7b40;transform:translateY(-8px);border-color:#4fd1c566}[data-theme=dark] .card:hover{box-shadow:0 12px 28px #00000080}@media(max-width:768px){.page-title{font-size:24px;margin-bottom:20px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}*:focus-visible{outline:3px solid #4FD1C5;outline-offset:2px;border-radius:4px}button:focus-visible{outline:3px solid #4FD1C5;outline-offset:3px}
