.global-loader{position:fixed;inset:0;background:#ffffffbf;backdrop-filter:blur(2px);z-index:99999;display:flex;align-items:center;justify-content:center}.loader-box{text-align:center}.spinner{width:48px;height:48px;border:4px solid #ddd;border-top:4px solid #1677ff;border-radius:50%;animation:spin 1s linear infinite;margin:auto}.loader-box p{margin-top:10px;font-size:14px;font-weight:600;color:#444}@keyframes spin{to{transform:rotate(360deg)}}.loader-skeleton{height:10px;width:140px;margin:10px auto 0;border-radius:999px;background:linear-gradient(90deg,#e5e7eb 25%,#f8fafc,#e5e7eb 65%);background-size:300% 100%;animation:spinShimmer 1.1s linear infinite}.loader-skeleton.short{width:88px;margin-top:8px}@keyframes spinShimmer{0%{background-position:100% 0}to{background-position:0 0}}.drawer-backdrop{position:fixed;inset:0;background:#020617a6;backdrop-filter:blur(1px);z-index:999;animation:fadeIn .22s ease}.drawer{position:fixed;top:0;left:0;width:min(84vw,300px);height:100vh;background:#0f172a;z-index:1000;padding:1rem;box-shadow:12px 0 32px #02061773;display:flex;flex-direction:column;animation:slideIn .24s ease}.drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.drawer-brand{color:#f8fafc;font-size:1.1rem;font-weight:700;letter-spacing:.02em}.drawer-close{border:0;background:transparent;color:#cbd5e1;width:2.25rem;height:2.25rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s ease}.drawer-close:hover{background:#1e293b;color:#fff}.drawer-section{display:flex;flex-direction:column;gap:.25rem}.drawer-item{display:flex;align-items:center;gap:.7rem;padding:.75rem 1rem;border-radius:.7rem;color:#cbd5e1;text-decoration:none;font-size:.96rem;font-weight:500;transition:all .18s ease}.drawer-item:hover{background:#1e293b;color:#f8fafc}.drawer-item.active{background:#1d4ed8;color:#fff}.drawer-icon{width:22px;height:22px;flex-shrink:0}.drawer-divider{border:0;border-top:1px solid #334155;margin:.9rem 0}.drawer-footer{margin-top:auto;padding-top:.25rem;border-top:1px solid #334155}.drawer-logout{margin-top:.4rem;width:100%;border:0;background:transparent;cursor:pointer;text-align:left;font:inherit;display:flex;align-items:center;gap:.7rem;padding:.75rem 1rem;border-radius:.7rem;color:#fca5a5;transition:all .18s ease}.drawer-logout:hover{background:#dc262629;color:#fecaca}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.search-wrapper{position:relative;width:100%;z-index:999999;overflow:visible!important;margin-bottom:6px}.search-bar{display:flex;align-items:center;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:8px 14px;margin:6px 0;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.search-bar:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.search-bar input{flex:1;border:none;outline:none;box-shadow:none;font-size:16px;padding:10px 4px;background:transparent;color:#111827}.search-bar input:focus,.search-bar input:focus-visible{border:none;outline:none;box-shadow:none}.search-bar input::placeholder{color:#9ca3af;font-weight:400}.suggestion-box{position:absolute;top:100%;left:0;width:100%;z-index:9999;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000026;max-height:60vh;overflow:visible;overflow-y:auto;padding:8px 0;animation:fadeIn .15s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.suggestion-box::-webkit-scrollbar{width:6px}.suggestion-box::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.suggestion-item{display:flex;align-items:center;gap:14px;padding:14px 18px;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease;border-bottom:1px solid #f3f4f6}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#f9fafb}.suggestion-item img{width:50px;height:50px;object-fit:cover;border-radius:10px;background:#f3f4f6;border:1px solid #e5e7eb}.suggestion-info{flex:1;min-width:0}.suggestion-title{font-size:14px;font-weight:600;color:#111827;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.suggestion-meta{font-size:12px;color:#6b7280;margin-top:5px}.suggestion-price{font-size:15px;font-weight:700;color:#16a34a;white-space:nowrap}@media (max-width: 480px){.search-wrapper{margin-bottom:6px}.search-bar{padding:6px 10px;margin:6px 0}.search-bar input{font-size:16px}.suggestion-item{padding:12px 14px}.suggestion-item img{width:44px;height:44px}.suggestion-title{font-size:13px}.suggestion-price{font-size:14px}}.search-wrapper.compact{margin-bottom:0}.search-wrapper.compact .search-bar{margin:0;border-radius:26px;border:1px solid rgba(255,255,255,.42);padding:0 16px;background:#ffffff2e;min-height:52px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 18px #0f172a38}.search-wrapper.compact .search-bar input{padding:6px;font-size:15px}.search-back-btn,.search-clear-btn{border:0;background:transparent;color:#475569;width:28px;height:28px;border-radius:999px;font-size:1.15rem;display:grid;place-items:center;flex-shrink:0}@media (min-width: 769px){.search-wrapper.compact .search-bar{min-height:52px;border-radius:18px;padding:0 18px}.search-wrapper.compact .search-bar input{padding:10px 4px}}@media (max-width: 768px){.search-wrapper.compact .search-bar{border-radius:26px;padding:0 16px;min-height:52px;transition:min-height .26s ease,border-radius .26s ease,padding .26s ease,box-shadow .26s ease,transform .26s ease,background-color .26s ease}.search-wrapper.compact .search-bar input{font-size:16px;padding:6px 4px}.search-wrapper.compact.expanded{width:100%;margin:0}.search-wrapper.compact.expanded .search-bar{min-height:52px;border-radius:26px;padding:0 12px;box-shadow:0 12px 26px #0f172a4d;background:#ffffff38}}@media (max-width: 768px){.search-wrapper,.search-wrapper.compact,.search-wrapper.compact.expanded{position:relative;overflow:visible;z-index:999999}.search-wrapper.compact.expanded .suggestion-box,.search-wrapper .suggestion-box{position:absolute;top:100%;left:50%;transform:translate(-50%);width:min(95vw,calc(100vw - 16px));z-index:999999;max-height:65vh;overflow-y:auto;overflow-x:hidden;background:#fff;border-radius:18px;box-shadow:0 12px 35px #00000026;margin-top:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}}.search-leading-icon{width:20px;height:20px;color:#dbeafe;display:inline-grid;place-items:center;flex-shrink:0}.search-wrapper.compact .search-bar:focus-within{border-color:#bfdbfee6;box-shadow:0 0 0 3px #2563eb33}@media (max-width: 768px){.search-wrapper.compact{width:100%;margin:0}}.search-dropdown{position:absolute;top:110%;left:0;width:100%;max-height:350px;overflow-y:auto;z-index:99999;background:#fff;border-radius:18px;box-shadow:0 10px 40px #00000040}.search-wrap,.search-wrapper{position:relative;overflow:visible!important;z-index:9999}.search-suggestions{position:absolute;top:110%;left:0;width:100%;background:#fff;border-radius:18px;max-height:420px;overflow-y:auto;z-index:99999999;box-shadow:0 10px 40px #00000040;display:block!important;visibility:visible!important;opacity:1!important}.search-item{display:flex;gap:14px;align-items:center;padding:12px 16px;text-decoration:none;color:inherit;border-bottom:1px solid #f3f4f6}.search-item:last-child{border-bottom:none}.search-item img{width:50px;height:50px;object-fit:cover;border-radius:10px;background:#f3f4f6;border:1px solid #e5e7eb}.search-item h4{margin:0;font-size:14px;color:#111827}.search-item p{margin:3px 0;font-size:12px;color:#6b7280}.search-item span{font-size:14px;font-weight:700;color:#16a34a}:root{--header-row-height: 72px;--header-search-row-height: 0px;--header-inline-padding: 16px;--header-gap: 12px}.premium-header{position:fixed;inset:0 0 auto;z-index:70;background:#0f172af5;color:#f8fafc;box-shadow:0 8px 18px #02061738;border-bottom:1px solid rgba(148,163,184,.22);backdrop-filter:blur(10px);transition:box-shadow .2s ease,background .2s ease}.premium-header.is-scrolled{box-shadow:0 12px 24px #0206174d;background:#0f172af2}.header-top-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:var(--header-gap);height:var(--header-row-height);min-height:var(--header-row-height);max-height:var(--header-row-height);padding:0 var(--header-inline-padding);max-width:1360px;margin:0 auto}.mobile-search-slot,.mobile-header-row{display:none}.header-left{display:flex;align-items:center;gap:8px;min-width:44px;flex:0 0 auto}.menu-btn,.header-action-link,.logo-button{border:0;background:transparent;cursor:pointer}.menu-btn,.header-action-link{color:#f8fafc;font-size:1.28rem}.menu-btn,.header-action-link,.logo-button{min-width:44px;min-height:44px}.site-logo{height:32px;width:auto}.desktop-search-slot{flex:1 1 auto;width:clamp(520px,46vw,650px);min-width:520px;max-width:650px}.mobile-header-title{font-size:1rem;font-weight:700;color:#f8fafc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desktop-trust-pills{display:flex;gap:8px;white-space:nowrap;align-items:center;flex:0 0 auto}.desktop-trust-pills span{background:#94a3b829;color:#e2e8f0;padding:7px 11px;border-radius:999px;font-size:.76rem}.header-actions{display:flex;gap:8px;align-items:center;flex:0 0 auto;min-width:100px}.header-action-link{position:relative;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#94a3b833;font-size:1.2rem}.header-action-link:hover{background:#94a3b84d}.header-cart-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:.68rem;line-height:18px;text-align:center;font-weight:700;border:2px solid rgba(15,23,42,.96);box-sizing:border-box}.header-spacer{height:calc(var(--header-row-height) + var(--header-search-row-height) + var(--header-spacer-extra, 0px) + env(safe-area-inset-top,0px))}.search-focus-backdrop{display:none;pointer-events:none}@media (min-width: 769px){.premium-header{height:var(--header-row-height);overflow:visible}.logo-button,.desktop-search-slot,.desktop-trust-pills,.desktop-actions{flex-shrink:0}.logo-button{min-width:132px;padding:0;display:flex;align-items:center;justify-content:flex-start}.desktop-search-slot{margin-inline:4px}.search-wrapper.compact .search-bar{min-height:52px}}@media (max-width: 1100px){.desktop-trust-pills span{font-size:.7rem;padding:6px 8px}}@media (max-width: 900px){.desktop-trust-pills{gap:6px}}@media (max-width: 768px){:root{--header-row-height: 102px;--header-search-row-height: 0px;--header-inline-padding: 10px;--header-gap: 8px;--header-spacer-extra: 8px}.header-top-row{display:flex;min-height:var(--header-row-height);padding:0 var(--header-inline-padding);align-items:center}.desktop-only-left,.desktop-search-slot,.desktop-trust-pills,.desktop-actions,.header-top-row>.logo-button{display:none!important}.mobile-header-row{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:8px;min-height:var(--header-row-height)}.mobile-actions{gap:4px}.header-left{gap:0}.menu-btn{width:48px;height:48px;border-radius:13px;font-size:1.15rem;background:#94a3b833;display:grid;place-items:center;padding:0}.logo-button{display:grid;place-items:center;min-width:44px;min-height:42px}.desktop-search-slot,.mobile-search-slot{display:none}.mobile-inline-search-slot{min-width:0;flex:1}.mobile-inline-search-slot .search-wrapper.compact{width:100%;margin:0}.site-logo{height:22px}.desktop-trust-pills{display:none}.header-actions{gap:4px}.header-action-link{width:48px;height:48px;border-radius:13px;font-size:1.08rem;padding:0}.premium-header{max-height:110px;background:linear-gradient(180deg,#0a1b42,#102a5c);border-bottom:1px solid rgba(148,163,184,.18);box-shadow:0 10px 24px #02061757;overflow:visible}.search-focus-backdrop{display:block;pointer-events:auto;position:fixed;top:calc(var(--header-row-height) + env(safe-area-inset-top,0px));left:0;width:100vw;height:calc(100dvh - var(--header-row-height) - env(safe-area-inset-top,0px));border:0;margin:0;padding:0;background:#00000040;z-index:999997}.premium-header,.header-top-row{overflow:visible!important}.premium-header.search-expanded{z-index:999998}.premium-header.search-expanded .mobile-search-slot{position:relative;z-index:999999}}.premium-header:not(.search-expanded){--mobile-search-visible: 1}@media (max-width: 768px){.premium-header{--mobile-search-visible: 0}}.bottom-nav{position:fixed;bottom:max(10px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);width:min(520px,calc(100% - 20px));height:54px;background:#fffffff7;border:1px solid #dbe4f0;border-radius:20px;box-shadow:0 -8px 24px #0f172a14;display:flex;justify-content:space-around;align-items:center;z-index:200;backdrop-filter:blur(8px)}.bottom-nav button{display:flex;flex-direction:column;align-items:center;font-size:11px;color:#6b7280;cursor:pointer;background:transparent;border:0;font:inherit;min-height:48px;position:relative;transition:.2s;min-width:0;flex:1;gap:2px}.bottom-nav svg{font-size:20px}.bottom-nav .active{color:#1677ff;font-weight:600}.bottom-nav button span{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px}.cart-badge{position:absolute;top:-4px;right:-10px;background:#ef4444;color:#fff;font-size:11px;padding:2px 6px;border-radius:999px;font-weight:600}@media (min-width: 1024px){.bottom-nav{display:none}}@media (max-width: 480px){.bottom-nav{height:54px;padding-inline:2px}.bottom-nav svg{font-size:19px}.bottom-nav button span{font-size:9.5px}}@media (max-width: 768px){.bottom-nav{bottom:max(8px,env(safe-area-inset-bottom))}}.site-footer{background:#0b1120;color:#cbd5e1;padding:36px 16px 14px;margin-top:auto;border-top:1px solid #1e293b}.footer-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col h4,.footer-col h3{color:#fff;margin-bottom:4px}.footer-col a{color:#e2e8f0}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;margin-top:22px;padding-top:14px;border-top:1px solid #1e293b;color:#94a3b8;font-size:.9rem}@media (max-width: 860px){.footer-inner{grid-template-columns:1fr 1fr}.brand-col{grid-column:1 / -1}}@media (max-width: 560px){.footer-inner{grid-template-columns:1fr;gap:12px}.site-footer{padding:14px 14px 82px}.footer-col{gap:6px}.brand-col p,.footer-col span,.footer-col a:nth-child(n+4){display:none}.footer-col h4,.footer-col h3{margin-bottom:2px;font-size:.92rem}.footer-col a{font-size:.86rem}.footer-bottom{margin-top:10px;padding-top:10px;font-size:.78rem}}@media (max-width: 767px){html,body{overflow-x:hidden}.app-main,.container,.section-container,.page,.dashboard-page,.dashboard,.admin-products,.admin-category,.admin-orders,.admin-couriers{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important}button,.btn,.button,.view-btn,.edit-btn,.delete-btn{min-height:44px;width:100%;border-radius:12px}input,select,textarea{width:100%;min-height:44px;font-size:16px}h1,h2,h3,h4,h5,h6,p,span,a,td,th,label{font-size:16px}table{width:100%!important}table thead{display:none!important}table tbody,table tr,table td{display:block;width:100%}table tr{background:#fff;border-radius:14px;box-shadow:0 8px 20px #0f172a14;padding:12px;margin-bottom:12px;border:1px solid #e2e8f0}table td{border:0!important;padding:8px 0!important;text-align:left!important}table td:before{content:attr(data-label);display:block;font-weight:700;color:#64748b;margin-bottom:4px}table td:not([data-label]):nth-child(1):before{content:"Detail 1"}table td:not([data-label]):nth-child(2):before{content:"Detail 2"}table td:not([data-label]):nth-child(3):before{content:"Detail 3"}table td:not([data-label]):nth-child(4):before{content:"Detail 4"}table td:not([data-label]):nth-child(5):before{content:"Detail 5"}table td:not([data-label]):nth-child(6):before{content:"Detail 6"}table td:not([data-label]):nth-child(7):before{content:"Detail 7"}.status,.status-pill,.order-status{border-radius:999px!important;padding:4px 10px!important;display:inline-flex;width:auto!important;font-weight:700}.status.pending,.status-pill.pending,.order-status.pending{background:#fef3c7!important;color:#92400e!important}.status.success,.status-pill.success,.order-status.success,.status-pill.delivered{background:#dcfce7!important;color:#166534!important}.status.failed,.status-pill.failed,.status-pill.cancelled{background:#fee2e2!important;color:#991b1b!important}}:root{--ds-font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ds-color-primary: #0f172a;--ds-color-primary-hover: #1e293b;--ds-color-secondary: #0f172a;--ds-color-accent: #f59e0b;--ds-color-bg: #f8fafc;--ds-color-surface: #ffffff;--ds-color-surface-soft: #f1f5f9;--ds-color-text: #0f172a;--ds-color-muted: #64748b;--ds-color-border: #dbe3ee;--ds-color-success: #15803d;--ds-color-danger: #dc2626;--ds-shadow-sm: 0 6px 18px rgba(15, 23, 42, .06);--ds-shadow-md: 0 14px 32px rgba(15, 23, 42, .12);--ds-radius-sm: 10px;--ds-radius-md: 14px;--ds-radius-lg: 18px;--ds-space-1: 4px;--ds-space-2: 8px;--ds-space-3: 12px;--ds-space-4: 16px;--ds-space-5: 20px;--ds-space-6: 24px;--ds-space-7: 32px;--ds-container-max: 1240px;--ds-transition: .18s ease}html,body,#root{min-height:100%}body{margin:0;font-family:var(--ds-font-family);font-size:clamp(14px,1.2vw,16px);line-height:1.5;color:var(--ds-color-text);background:linear-gradient(180deg,#edf3ff 0%,var(--ds-color-bg) 220px);overflow-x:hidden}img,svg,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0 0 var(--ds-space-3);line-height:1.2}p{margin:0 0 var(--ds-space-4);color:var(--ds-color-muted)}.app-root{min-height:100vh;display:flex;flex-direction:column;padding-bottom:78px}.app-main,.container,.section-container{width:min(var(--ds-container-max),calc(100% - 2rem));margin-inline:auto}.app-main{flex:1;margin-top:var(--ds-space-5)}.page,.section,.card,.form-card{background:var(--ds-color-surface);border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-lg);box-shadow:var(--ds-shadow-sm)}.page{padding:clamp(14px,2vw,22px)}button,.button,.btn,input,select,textarea{font:inherit}button,.button,.btn,input[type=submit],input[type=button]{border-radius:var(--ds-radius-sm);border:1px solid transparent;transition:transform var(--ds-transition),box-shadow var(--ds-transition),background-color var(--ds-transition),border-color var(--ds-transition)}button:hover,.button:hover,.btn:hover,input[type=submit]:hover,input[type=button]:hover{transform:translateY(-1px)}.btn,.button,button[type=submit],.btn-primary{background:var(--ds-color-primary);color:#fff;min-height:42px;padding:10px 14px;font-weight:600}.btn:hover,.button:hover,button[type=submit]:hover,.btn-primary:hover{background:var(--ds-color-primary-hover)}.btn-secondary{background:var(--ds-color-surface-soft);border:1px solid var(--ds-color-border);color:var(--ds-color-secondary)}button:focus-visible,.button:focus-visible,.btn:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid color-mix(in srgb,var(--ds-color-primary) 45%,white);outline-offset:2px}input,select,textarea{width:100%;border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-sm);padding:11px 12px;min-height:44px;font-size:14px;color:var(--ds-color-text);background:#fff}.grid-auto{display:grid;gap:var(--ds-space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stack{display:grid;gap:var(--ds-space-4)}@media (max-width: 768px){.app-main,.container,.section-container{width:calc(100% - 1rem)}}@media (min-width: 1024px){.app-root{padding-bottom:0}}*{box-sizing:border-box}html,body{overflow-x:hidden;width:100%}@media (max-width:768px){html,body{font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{font-size:14px}.container,.page-container,.main-container{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important;margin:0 auto!important}header{padding:10px 12px!important}.category-chip,.category-btn,.category-pill{font-size:13px!important;padding:10px 14px!important;border-radius:14px!important;white-space:nowrap}.chips-container,.category-list,.scroll-row{display:flex!important;gap:10px!important;overflow-x:auto!important;scrollbar-width:none}.chips-container::-webkit-scrollbar,.category-list::-webkit-scrollbar,.scroll-row::-webkit-scrollbar{display:none}.product-card,.cart-card{width:100%!important;border-radius:18px!important}.product-card{height:auto!important;padding:12px!important}.cart-card{padding:14px!important}.product-card img{width:100%;height:132px;object-fit:contain}.cart-card img{max-width:90px!important;height:auto!important;object-fit:contain}.product-title,.product-name{font-size:15px!important;line-height:1.4!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-actions,.product-card-footer{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%;margin-top:10px}.product-actions button,.product-card-footer button,.add-to-cart-btn,.buy-now-btn{width:100%!important;min-height:44px;border-radius:14px}.price{font-size:22px!important;font-weight:700!important}button{min-height:44px;border-radius:14px!important;font-size:15px!important}.qty-btn{width:42px!important;height:42px!important}.whatsapp-btn{width:100%!important;justify-content:center!important}.order-summary{border-radius:20px!important;padding:18px!important}.bottom-nav{height:64px!important;padding-bottom:4px!important}.bottom-nav a{font-size:12px!important}img,div,section{max-width:100%}.grid{grid-template-columns:1fr!important}.section,.card,.product-card,.search-bar,.sub-nav,.header-search-slot{margin-bottom:12px}}@media (max-width:768px){header{position:sticky;top:0;z-index:50}.chips-container,.category-list,.scroll-row{flex-wrap:nowrap!important;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.category-chip,.category-btn,.category-pill{flex:0 0 auto}.whatsapp-btn{min-height:48px;padding:12px 16px!important;white-space:normal;text-align:center;line-height:1.25}}@media (max-width: 1023px){:root{--mobile-outer: 16px;--mobile-inner: 12px;--mobile-micro: 8px;--mobile-radius: 20px;--mobile-radius-soft: 18px;--mobile-shadow: 0 14px 36px rgba(15, 23, 42, .1);--mobile-card-bg: rgba(255, 255, 255, .86);--mobile-border: 1px solid rgba(148, 163, 184, .24)}html,body,#root{overflow-x:clip;background:radial-gradient(circle at 20% 0%,#f8fbff,#f1f5f9 45%,#eef2f7)}body{font-family:Inter,Poppins,sans-serif;color:#0f172a;-webkit-font-smoothing:antialiased}.app-root{min-height:100svh;padding-bottom:112px}.app-main{animation:pageFadeIn .22s ease}.premium-header{background:linear-gradient(160deg,#0f172ae0,#1e293bd1);border-bottom:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px)}.header-top-row{grid-template-columns:44px minmax(0,1fr) auto!important;min-height:56px;gap:10px;padding:8px var(--mobile-outer)!important}.menu-btn,.header-action-link{width:44px!important;height:44px!important;border-radius:14px!important}.header-search-slot{padding-inline:var(--mobile-outer)!important;padding-bottom:10px!important}.search-wrapper.compact .search-bar{min-height:48px;border-radius:999px;box-shadow:0 10px 24px #0f172a1f}.sub-nav{padding-inline:var(--mobile-outer)!important;padding-bottom:12px!important;gap:10px;scrollbar-width:none;scroll-snap-type:x mandatory}.sub-nav a{scroll-snap-align:start;padding:9px 14px!important;border-radius:999px;white-space:nowrap}.header-spacer{height:calc(var(--header-row-height) + env(safe-area-inset-top,0px) + 8px)!important}.product-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;width:100%!important;padding-inline:12px!important;padding-block:0 12px!important;column-gap:6px!important;row-gap:8px!important}.product-card,.cart-item,.order-summary,.checkout-card,.account-card,.category-card{border-radius:var(--mobile-radius)!important;border:var(--mobile-border);background:var(--mobile-card-bg);box-shadow:var(--mobile-shadow);backdrop-filter:blur(12px)}.product-card{padding:var(--mobile-inner)!important;min-height:100%}.product-image,.image-placeholder{aspect-ratio:1 / 1!important;border-radius:14px}.product-card-footer,.product-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}button,.btn,.checkout-btn,.buy-btn,.cart-btn,.wa-btn,.auth-submit{min-height:44px!important;border-radius:14px!important}.bottom-nav{bottom:10px;width:calc(100% - 20px);min-height:72px;border-radius:22px;box-shadow:0 12px 34px #0f172a29}.bottom-nav button{min-height:58px}.bottom-nav button.active{background:#1677ff1f;border-radius:14px;transform:translateY(-1px)}.whatsapp-button{bottom:102px!important;right:14px!important;width:54px;height:54px;z-index:220!important}.site-footer{padding-bottom:100px!important}.loading,.cat-loading,.account-loading,.about-loading,.page-empty,.cat-empty,.empty-cart,[class*=skeleton]{border-radius:var(--mobile-radius-soft);background:linear-gradient(90deg,#e9edf3 25%,#f7f9fc 37%,#e9edf3 63%);background-size:360% 100%;animation:mobileShimmer 1.3s linear infinite}.pd-buttons{position:sticky;bottom:86px;z-index:45;background:#f1f5f9f2;backdrop-filter:blur(10px);padding:10px 0}.pd-buttons .cart-btn,.pd-buttons .wa-btn,.pd-buttons .buy-btn{min-height:48px;border-radius:14px}*{max-width:100%}img{content-visibility:auto}input,select,textarea{font-size:16px!important}}@keyframes mobileShimmer{0%{background-position:100% 0}to{background-position:0 0}}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
