:root{--mobile-header-height:56px;--mobile-bottom-nav-height:64px;--mobile-safe-bottom:env(safe-area-inset-bottom,0px);--mobile-safe-top:env(safe-area-inset-top,0px);--mobile-radius:12px;--mobile-radius-sm:8px;--mobile-radius-lg:16px;--mobile-spacing-xs:4px;--mobile-spacing-sm:8px;--mobile-spacing-md:16px;--mobile-spacing-lg:24px;--mobile-spacing-xl:32px;--mobile-tap-target:44px;--mobile-bg:#fff;--mobile-bg-secondary:#f8f8f8;--mobile-text:#111;--mobile-text-secondary:#666;--mobile-text-muted:#999;--mobile-border:#e5e5e5;--mobile-accent:#111;--mobile-accent-light:#f0f0f0;--mobile-success:#22c55e;--mobile-error:#ef4444;--mobile-shadow:0 2px 12px #00000014;--mobile-shadow-lg:0 4px 24px #0000001f}.mobile-shell{background:var(--mobile-bg);min-height:100dvh;color:var(--mobile-text);-webkit-overflow-scrolling:touch;padding-top:var(--mobile-header-height);padding-bottom:calc(var(--mobile-bottom-nav-height) + var(--mobile-safe-bottom));position:relative;overflow-x:hidden}.mobile-header{height:var(--mobile-header-height);padding-top:var(--mobile-safe-top);-webkit-backdrop-filter:blur(20px);padding-left:var(--mobile-spacing-md);padding-right:var(--mobile-spacing-md);z-index:100;border-bottom:1px solid var(--mobile-border);background:#fffffff2;justify-content:space-between;align-items:center;transition:transform .3s;display:flex;position:fixed;top:0;left:0;right:0}.mobile-header.hidden{transform:translateY(-100%)}.mobile-header__logo{width:auto;height:28px}.mobile-header__actions{align-items:center;gap:var(--mobile-spacing-md);display:flex}.mobile-header__btn{width:var(--mobile-tap-target);height:var(--mobile-tap-target);color:var(--mobile-text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}.mobile-header__badge{background:var(--mobile-text);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:6px;right:4px}.mobile-bottom-nav{height:calc(var(--mobile-bottom-nav-height) + var(--mobile-safe-bottom));padding-bottom:var(--mobile-safe-bottom);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--mobile-border);z-index:100;background:#fffffff7;justify-content:space-around;align-items:flex-start;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav__item{height:var(--mobile-bottom-nav-height);color:var(--mobile-text-muted);letter-spacing:.02em;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-size:10px;font-weight:500;transition:color .2s;display:flex;position:relative}.mobile-bottom-nav__item.active{color:var(--mobile-text)}.mobile-bottom-nav__item.active:before{content:"";background:var(--mobile-text);border-radius:0 0 2px 2px;width:24px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.mobile-bottom-nav__icon{position:relative}.mobile-bottom-nav__badge{background:var(--mobile-error);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-4px;right:-8px}.mobile-product-card{background:var(--mobile-bg);border-radius:var(--mobile-radius);color:inherit;text-decoration:none;display:block;overflow:hidden}.mobile-product-card__image{aspect-ratio:3/4;background:var(--mobile-bg-secondary);width:100%;position:relative;overflow:hidden}.mobile-product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.mobile-product-card__info{padding:var(--mobile-spacing-sm)2px}.mobile-product-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.mobile-product-card__price{color:var(--mobile-text);margin-top:2px;font-size:13px;font-weight:600}.mobile-grid{gap:var(--mobile-spacing-sm);padding:0 var(--mobile-spacing-md);grid-template-columns:repeat(2,1fr);display:grid}.mobile-section{padding:var(--mobile-spacing-lg)0}.mobile-section__title{letter-spacing:-.02em;margin:0 0 var(--mobile-spacing-md)0;padding:0 var(--mobile-spacing-md);font-size:18px;font-weight:700}.mobile-section__subtitle{color:var(--mobile-text-secondary);margin:-8px 0 var(--mobile-spacing-md)0;padding:0 var(--mobile-spacing-md);font-size:13px}.mobile-hero{width:100%;position:relative;overflow:hidden}.mobile-hero__slide{aspect-ratio:9/12;width:100%;position:relative}.mobile-hero__slide img{object-fit:cover;width:100%;height:100%}.mobile-hero__overlay{padding:var(--mobile-spacing-xl)var(--mobile-spacing-md);color:#fff;background:linear-gradient(#0000,#0009);position:absolute;bottom:0;left:0;right:0}.mobile-hero__dots{padding:var(--mobile-spacing-sm)0;justify-content:center;gap:6px;display:flex}.mobile-hero__dot{background:var(--mobile-border);cursor:pointer;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .2s}.mobile-hero__dot.active{background:var(--mobile-text);border-radius:3px;width:20px}.mobile-categories{gap:var(--mobile-spacing-sm);padding:var(--mobile-spacing-md);scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:auto}.mobile-categories::-webkit-scrollbar{display:none}.mobile-category-pill{border:1px solid var(--mobile-border);color:var(--mobile-text);cursor:pointer;-webkit-tap-highlight-color:transparent;white-space:nowrap;background:0 0;border-radius:999px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.mobile-category-pill.active{background:var(--mobile-text);color:#fff;border-color:var(--mobile-text)}.mobile-btn{border-radius:var(--mobile-radius);letter-spacing:.03em;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;justify-content:center;align-items:center;width:100%;height:48px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.mobile-btn--primary{background:var(--mobile-text);color:#fff}.mobile-btn--primary:active{opacity:.9;transform:scale(.98)}.mobile-btn--secondary{color:var(--mobile-text);border:1px solid var(--mobile-border);background:0 0}.mobile-btn--small{border-radius:var(--mobile-radius-sm);height:36px;font-size:12px}.mobile-input{width:100%;height:48px;padding:0 var(--mobile-spacing-md);border:1px solid var(--mobile-border);border-radius:var(--mobile-radius);background:var(--mobile-bg);color:var(--mobile-text);outline:none;font-size:15px;transition:border-color .2s}.mobile-input:focus{border-color:var(--mobile-text)}.mobile-input::placeholder{color:var(--mobile-text-muted)}.mobile-search{margin:0 var(--mobile-spacing-md);position:relative}.mobile-search__input{width:100%;height:40px;padding:0 var(--mobile-spacing-md)0 40px;border-radius:var(--mobile-radius);background:var(--mobile-bg-secondary);color:var(--mobile-text);border:none;outline:none;font-size:14px}.mobile-search__icon{color:var(--mobile-text-muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.mobile-stepper{border:1px solid var(--mobile-border);border-radius:var(--mobile-radius-sm);align-items:center;gap:0;display:flex;overflow:hidden}.mobile-stepper__btn{width:36px;height:36px;color:var(--mobile-text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;display:flex}.mobile-stepper__btn:active{background:var(--mobile-bg-secondary)}.mobile-stepper__value{text-align:center;border-left:1px solid var(--mobile-border);border-right:1px solid var(--mobile-border);width:40px;font-size:14px;font-weight:600;line-height:36px}.mobile-bottom-sheet-overlay{z-index:200;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.mobile-bottom-sheet-overlay.open{opacity:1;pointer-events:all}.mobile-bottom-sheet{background:var(--mobile-bg);border-radius:var(--mobile-radius-lg)var(--mobile-radius-lg)0 0;z-index:201;max-height:80dvh;padding-bottom:var(--mobile-safe-bottom);transition:transform .3s;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.mobile-bottom-sheet.open{transform:translateY(0)}.mobile-bottom-sheet__handle{background:var(--mobile-border);border-radius:2px;width:36px;height:4px;margin:8px auto 16px}.mobile-sticky-bar{bottom:calc(var(--mobile-bottom-nav-height) + var(--mobile-safe-bottom));padding:var(--mobile-spacing-sm)var(--mobile-spacing-md);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--mobile-border);z-index:90;align-items:center;gap:var(--mobile-spacing-sm);background:#fffffff7;display:flex;position:fixed;left:0;right:0}.mobile-status-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.mobile-status-badge--pending{color:#92400e;background:#fef3c7}.mobile-status-badge--paid{color:#065f46;background:#d1fae5}.mobile-status-badge--shipped{color:#1e40af;background:#dbeafe}.mobile-status-badge--delivered{color:#065f46;background:#d1fae5}.mobile-status-badge--cancelled{color:#991b1b;background:#fee2e2}.mobile-skeleton{background:linear-gradient(90deg,var(--mobile-bg-secondary)25%,#efefef 50%,var(--mobile-bg-secondary)75%);border-radius:var(--mobile-radius-sm);background-size:200% 100%;animation:1.5s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mobile-swipe-enter{opacity:0;transform:translate(20px)}.mobile-swipe-enter-active{opacity:1;transition:all .3s;transform:translate(0)}.mobile-gallery-dots{justify-content:center;gap:6px;padding:12px 0;display:flex}.mobile-gallery-dot{background:var(--mobile-border);cursor:pointer;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .2s}.mobile-gallery-dot.active{background:var(--mobile-text)}.mobile-empty{padding:var(--mobile-spacing-xl)var(--mobile-spacing-md);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:40dvh;display:flex}.mobile-empty__icon{color:var(--mobile-text-muted);margin-bottom:var(--mobile-spacing-md)}.mobile-empty__title{margin:0 0 var(--mobile-spacing-xs);font-size:18px;font-weight:600}.mobile-empty__text{color:var(--mobile-text-secondary);margin:0;font-size:14px}.mobile-variant-chips{gap:var(--mobile-spacing-sm);flex-wrap:wrap;display:flex}.mobile-variant-chip{border:1px solid var(--mobile-border);border-radius:var(--mobile-radius-sm);min-width:44px;height:36px;color:var(--mobile-text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.mobile-variant-chip.active{border-color:var(--mobile-text);background:var(--mobile-text);color:#fff}.mobile-variant-chip.disabled{opacity:.3;pointer-events:none;text-decoration:line-through}.mobile-accordion{border-top:1px solid var(--mobile-border)}.mobile-accordion__header{width:100%;padding:var(--mobile-spacing-md);color:var(--mobile-text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;display:flex}.mobile-accordion__body{padding:0 var(--mobile-spacing-md)var(--mobile-spacing-md);color:var(--mobile-text-secondary);font-size:14px;line-height:1.6}.mobile-divider{background:var(--mobile-bg-secondary);border:none;height:8px;margin:0}.mobile-toast{top:calc(var(--mobile-header-height) + var(--mobile-spacing-sm));left:var(--mobile-spacing-md);right:var(--mobile-spacing-md);padding:var(--mobile-spacing-md);background:var(--mobile-text);color:#fff;border-radius:var(--mobile-radius);z-index:300;opacity:0;visibility:hidden;pointer-events:none;box-shadow:var(--mobile-shadow-lg);font-size:14px;font-weight:500;transition:transform .3s,opacity .3s,visibility .3s;position:fixed;transform:translateY(-120%)}.mobile-toast.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
