@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap";
:root{--color-primary:#d71920;--color-primary-dark:#b5151b;--color-primary-light:#ff3d44;--color-secondary:#1b7aa2;--color-secondary-dark:#1e637c;--color-secondary-light:#3d9ebf;--color-accent:#ff6b00;--color-bg:#f5f6fa;--color-surface:#fff;--color-surface-2:#f0f1f5;--color-border:#e2e4ea;--color-text:#1a1d26;--color-text-secondary:#6b7185;--color-text-muted:#9ca3b8;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:20px;--space-2xl:24px;--space-3xl:32px;--space-4xl:40px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:999px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 16px 40px #00000029;--font-body:"Inter", -apple-system, sans-serif;--font-heading:"Outfit", "Inter", sans-serif;--mobile-width:430px;--bottom-nav-height:64px;--header-height:56px}body.theme-retail .hide-on-retail{display:none!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#e8e9ed;justify-content:center;height:100dvh;line-height:1.5;display:flex;overflow:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}img{max-width:100%;display:block}input,textarea,select{font-family:inherit;font-size:inherit;border:none;outline:none}ul,ol{list-style:none}.mobile-frame{width:100%;max-width:var(--mobile-width);background:var(--color-bg);height:100dvh;box-shadow:var(--shadow-xl);position:relative;overflow:hidden auto}.desktop-frame{background:#f4f6f8;width:100vw;height:100dvh;position:relative;overflow:hidden}.header{z-index:100;background:linear-gradient(135deg, var(--color-secondary) 0%, var(--color-secondary-dark) 100%);color:#fff;height:var(--header-height);padding:0 var(--space-lg);align-items:center;gap:var(--space-md);display:flex;position:sticky;top:0}.header__title{font-family:var(--font-heading);flex:1;font-size:18px;font-weight:700}.header__icon{border-radius:var(--radius-full);justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:background .2s;display:flex}.header__icon:hover{background:#ffffff26}.bottom-nav{width:100%;max-width:var(--mobile-width);height:var(--bottom-nav-height);background:var(--color-surface);border-top:1px solid var(--color-border);z-index:100;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -2px 10px #0000000d}.bottom-nav__item{color:var(--color-text-muted);padding:var(--space-xs) var(--space-sm);flex-direction:column;align-items:center;gap:2px;font-size:10px;transition:color .2s;display:flex;position:relative}.bottom-nav__item--active{color:var(--color-primary)}.bottom-nav__item--active:after{content:"";background:var(--color-primary);border-radius:0 0 var(--radius-sm) var(--radius-sm);width:24px;height:3px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.bottom-nav__icon{font-size:22px;line-height:1}.bottom-nav__badge{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);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:0;right:2px}.page-content{padding-bottom:calc(var(--bottom-nav-height) + var(--space-lg))}.btn{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);border-radius:var(--radius-md);white-space:nowrap;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn--primary{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;box-shadow:0 4px 12px #d719204d}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #d7192066}.btn--primary:active{transform:translateY(0)}.btn--secondary{background:var(--color-secondary);color:#fff}.btn--outline{color:var(--color-primary);border:1.5px solid var(--color-primary);background:0 0}.btn--outline:hover{background:#d719200d;transform:translateY(-1px)}.btn--dashed{color:var(--color-primary);border:1.5px dashed var(--color-primary);background:#fff}.btn--dashed:hover{background:#d719200d;transform:translateY(-1px)}.btn--ghost{color:var(--color-text-secondary);background:0 0}.btn--full{width:100%}.btn--lg{padding:var(--space-lg) var(--space-2xl);border-radius:var(--radius-lg);font-size:16px}.input-group{margin-bottom:var(--space-lg)}.input-group__label{color:var(--color-text-secondary);margin-bottom:var(--space-xs);font-size:13px;font-weight:600;display:block}.input-group__field{width:100%;padding:var(--space-md) var(--space-lg);background:var(--color-surface-2);border-radius:var(--radius-md);color:var(--color-text);border:1.5px solid #0000;font-size:15px;transition:border-color .2s,background .2s}.input-group__field:focus{background:var(--color-surface);border-color:var(--color-secondary)}.input-group__field::placeholder{color:var(--color-text-muted)}.card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card__image{aspect-ratio:1;object-fit:cover;background:var(--color-surface-2);width:100%}.product-card__body{padding:var(--space-md)}.product-card__brand{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.product-card__name{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:13px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card__price{font-family:var(--font-heading);color:var(--color-primary);margin-top:var(--space-sm);font-size:16px;font-weight:700}.product-card__rating{color:var(--color-text-muted);margin-top:var(--space-xs);align-items:center;gap:4px;font-size:12px;display:flex}.product-card__rating-star{color:var(--color-warning)}.badge{border-radius:var(--radius-full);align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge--hot{background:var(--color-primary);color:#fff}.badge--new{background:var(--color-accent);color:#fff}.badge--stock{color:#166534;background:#dcfce7}.badge--out{color:#991b1b;background:#fee2e2}.banner-slider{border-radius:0 0 var(--radius-lg) var(--radius-lg);width:100%;overflow:hidden}.banner-slider__track{transition:transform .4s;display:flex}.banner-slider__slide{aspect-ratio:16/7;background:linear-gradient(135deg, var(--color-secondary) 0%, var(--color-secondary-dark) 80%);justify-content:center;align-items:center;min-width:100%;display:flex;position:relative;overflow:hidden}.banner-slider__content{padding:var(--space-2xl);color:#fff;z-index:2}.banner-slider__title{font-family:var(--font-heading);font-size:20px;font-weight:800;line-height:1.2}.banner-slider__subtitle{opacity:.85;margin-top:var(--space-xs);font-size:13px}.banner-slider__dots{padding:var(--space-md) 0;justify-content:center;gap:6px;display:flex}.banner-slider__dot{border-radius:var(--radius-full);background:var(--color-border);width:8px;height:8px;transition:all .3s}.banner-slider__dot--active{background:var(--color-primary);width:24px}.section{padding:var(--space-xl) var(--space-lg)}.section__header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.section__title{font-family:var(--font-heading);color:var(--color-text);font-size:18px;font-weight:700}.section__link{color:var(--color-primary);font-size:13px;font-weight:600}.category-grid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.category-item{align-items:center;gap:var(--space-sm);text-align:center;flex-direction:column;display:flex}.category-item__icon{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fff1f0 0%,#ffe6e5 100%);justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;transition:transform .2s;display:flex}.category-item:hover .category-item__icon{transform:scale(1.08)}.category-item__name{color:var(--color-text-secondary);font-size:11px;font-weight:500;line-height:1.3}.product-grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.search-bar{align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);padding:var(--space-sm) var(--space-lg);background:#ffffff26;flex:1;display:flex}.search-bar__input{color:#fff;background:0 0;flex:1;font-size:14px}.search-bar__input::placeholder{color:#fff9}.search-bar__icon{opacity:.7;font-size:18px}.welcome-page{background:linear-gradient(165deg, var(--color-secondary-dark) 0%, var(--color-secondary) 40%, var(--color-primary) 100%);color:#fff;text-align:center;min-height:100vh;padding:var(--space-3xl);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow-x:hidden}.welcome-page:before{content:"";pointer-events:none;z-index:0;background:#ffffff08;border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-200px}.welcome-page:after{content:"";pointer-events:none;z-index:0;background:#ffffff08;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-150px;left:-150px}.welcome-page__logo{border-radius:var(--radius-xl);width:100px;height:100px;margin-bottom:var(--space-2xl);z-index:1;background:#fff;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 32px #0003}.welcome-page__logo-text{font-family:var(--font-heading);color:var(--color-primary);text-align:center;font-size:14px;font-weight:800;line-height:1.1}.welcome-page__title{font-family:var(--font-heading);margin-bottom:var(--space-md);z-index:1;font-size:28px;font-weight:800;line-height:1.2}.welcome-page__subtitle{opacity:.8;max-width:300px;margin-bottom:var(--space-4xl);z-index:1;font-size:15px}.welcome-page__actions{gap:var(--space-md);z-index:1;flex-direction:column;width:100%;max-width:320px;display:flex}.welcome-page__btn-login{width:100%;padding:var(--space-lg) var(--space-2xl);color:var(--color-primary);border-radius:var(--radius-lg);background:#fff;font-size:16px;font-weight:700;transition:transform .2s;box-shadow:0 4px 16px #00000026}.welcome-page__btn-login:hover{transform:translateY(-2px)}.welcome-page__btn-register{width:100%;padding:var(--space-lg) var(--space-2xl);color:#fff;border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1.5px solid #ffffff4d;font-size:16px;font-weight:600;transition:background .2s}.welcome-page__btn-register:hover{background:#ffffff40}.welcome-page__skip{margin-top:var(--space-xl);opacity:.6;z-index:1;font-size:14px}.welcome-page{color:#eff6f8;background:#1c7aa2;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;padding-top:80px;display:flex;overflow-x:hidden}.welcome-page__logo{justify-content:center;align-items:center;margin-bottom:24px;display:flex}.welcome-page__logo-img{width:140px;height:auto}.welcome-page__title{margin-bottom:8px;font-size:24px;font-weight:800}.welcome-page__subtitle{opacity:.8;margin-bottom:40px;font-size:13px}.welcome-page__form{z-index:2;flex-direction:column;gap:16px;width:100%;max-width:430px;margin-bottom:48px;padding:0 24px;display:flex;position:relative}.welcome-page__otp-input{width:45px;height:50px}.welcome-page__demo{z-index:2;width:100%;max-width:430px;margin-top:auto;padding:0 24px 32px;position:relative}@media (min-width:1024px){.welcome-page{background:linear-gradient(135deg,#1c7aa2 0%,#155d7a 50%,#0e4a63 100%);justify-content:center;padding-top:60px}.welcome-page__logo-img{width:160px}.welcome-page__title{font-size:28px}.welcome-page__subtitle{margin-bottom:48px;font-size:14px}.welcome-page__form{max-width:480px;padding:0 32px}.welcome-page__demo{max-width:480px;padding:0 32px 40px}}@media (min-width:600px) and (max-width:1023px){.welcome-page{padding-top:60px}.welcome-page__form,.welcome-page__demo{max-width:460px}}@media (max-width:430px){.welcome-page{padding-top:48px}.welcome-page__logo-img{width:120px}.welcome-page__title{font-size:22px}.welcome-page__subtitle{margin-bottom:28px;font-size:12px}.welcome-page__form{gap:14px;margin-bottom:36px;padding:0 20px}.welcome-page__otp-input{width:40px;height:46px}.welcome-page__demo{padding:0 20px 24px}}@media (max-width:360px){.welcome-page{padding-top:36px}.welcome-page__logo-img{width:100px}.welcome-page__title{font-size:20px}.welcome-page__subtitle{margin-bottom:24px;font-size:11px}.welcome-page__form{gap:12px;margin-bottom:28px;padding:0 16px}.welcome-page__otp-input{width:36px;height:42px;font-size:18px!important}.welcome-page__demo{padding:0 16px 20px}}.welcome-page__input-container{background:#ffffff26;border:1px solid #fff3;border-radius:12px;align-items:center;padding:4px 16px;transition:all .2s;display:flex;position:relative}.welcome-page__input-container--focused{background:#eff6f8}.welcome-page__input-container--error{border:1px solid #ff8f8f}.welcome-page__input-container+.welcome-page__input-container,.welcome-page__input-container--password{margin-top:12px}.welcome-page__input-field{color:#eff6f8;background:0 0;border:none;outline:none;width:100%;padding:14px 0;font-size:15px}.welcome-page__input-field--password{padding-right:40px!important}.welcome-page__input-container--focused .welcome-page__input-field{color:#333}.welcome-page__eye-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:16px}.welcome-page__forgot-wrapper{justify-content:flex-end;margin-top:8px;display:flex}.welcome-page__forgot-link{color:#eff6f8;opacity:.8;cursor:pointer;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s}.welcome-page__forgot-link:hover{opacity:1;text-decoration:underline}.welcome-page__forgot-link--disabled{cursor:not-allowed;opacity:.5}.welcome-page__btn-submit{color:#1c7aa2;cursor:pointer;background:#eff6f8;border:none;border-radius:12px;width:100%;margin-top:16px;padding:14px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}.welcome-page__btn-submit:hover:not(:disabled){background:#f8f9fa;transform:translateY(-2px)}.welcome-page__btn-submit:disabled{cursor:not-allowed;background:#ccc;color:#666!important;transform:none!important}.welcome-page__social-divider-container{flex-direction:column;gap:12px;margin-top:16px;display:flex}.welcome-page__social-buttons-grid{gap:12px;display:flex}.welcome-page__social-btn{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.welcome-page__social-btn--google{color:#333;background:#eff6f8;box-shadow:0 4px 12px #0000001a}.welcome-page__social-btn--google:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.welcome-page__social-btn--facebook{color:#eff6f8;background:#1877f2;box-shadow:0 4px 12px #1877f24d}.welcome-page__social-btn--facebook:hover{background:#166fe5;transform:translateY(-2px);box-shadow:0 6px 16px #1877f266}.welcome-page__footer-text{text-align:center;color:#ffffffb3;margin-top:16px;font-size:14px}.welcome-page__footer-link{color:#eff6f8;cursor:pointer;font-weight:700;text-decoration:underline;transition:all .2s}.welcome-page__footer-link:hover{opacity:.8}.welcome-page__footer-link--disabled{cursor:not-allowed;opacity:.5}.welcome-page__tabs-container{background:#fff3;border-radius:12px;padding:4px;display:flex}.welcome-page__tab-btn{color:#eff6f8;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:10px;font-size:14px;font-weight:700;transition:all .2s}.welcome-page__tab-btn--active{color:#1c7aa2;background:#eff6f8}.welcome-page__back-link{color:#eff6f8;cursor:pointer;text-decoration:underline}.welcome-page__demo-divider-container{align-items:center;gap:12px;margin-bottom:20px;display:flex}.welcome-page__demo-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.welcome-page__demo-btn{color:#eff6f8;text-align:center;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:12px;padding:12px;font-size:13px;font-weight:600;transition:all .2s}.welcome-page__demo-btn:hover{background:#ffffff40;border:1px solid #fff6;transform:scale(1.02)}.welcome-page__demo-admin-btn{color:#ffffffe6;text-align:center;cursor:pointer;background:#0003;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:12px;font-size:13px;font-weight:600;transition:all .2s;display:block}.welcome-page__demo-admin-btn:hover{background:#00000059;border:1px solid #fff3;transform:scale(1.01)}@media (max-height:720px){.welcome-page{padding:32px 24px 24px!important}.welcome-page__logo{border-radius:14px!important;width:80px!important;height:80px!important;margin-bottom:14px!important;box-shadow:0 4px 16px #00000026!important}.welcome-page__logo-img{width:52px!important;height:auto!important}.welcome-page__title{margin-bottom:6px!important;font-size:22px!important}.welcome-page__subtitle{margin-bottom:24px!important;font-size:13px!important;display:block!important}.welcome-page__form{gap:12px!important;margin-bottom:24px!important;padding:0 4px!important}.welcome-page__tabs-container{border-radius:10px!important;padding:3px!important}.welcome-page__tab-btn{border-radius:8px!important;padding:10px!important;font-size:14px!important}.welcome-page__input-container{border-radius:12px!important;padding:6px 16px!important}.welcome-page__input-container+.welcome-page__input-container,.welcome-page__input-container--password{margin-top:10px!important}.welcome-page__input-field{padding:12px 0!important;font-size:14px!important}.welcome-page__forgot-wrapper{margin-top:6px!important}.welcome-page__forgot-link{font-size:13px!important}.welcome-page__btn-submit{border-radius:12px!important;margin-top:14px!important;padding:12px!important;font-size:16px!important}.welcome-page__social-divider-container{gap:10px!important;margin-top:16px!important}.welcome-page__social-buttons-grid{gap:12px!important}.welcome-page__social-btn{border-radius:12px!important;padding:10px!important;font-size:14px!important}.welcome-page__footer-text{margin-top:14px!important;font-size:13px!important}.welcome-page__demo{margin-top:auto!important;padding:0 4px 8px!important}.welcome-page__demo-divider-container,.welcome-page__demo-grid{gap:12px!important;margin-bottom:12px!important}.welcome-page__demo-btn,.welcome-page__demo-admin-btn{border-radius:11px!important;padding:11px!important;font-size:13px!important}}@media (max-height:680px){.welcome-page{padding:24px 20px 16px!important}.welcome-page__logo{border-radius:12px!important;width:72px!important;height:72px!important;margin-bottom:10px!important;box-shadow:0 3px 12px #00000026!important}.welcome-page__logo-img{width:46px!important;height:auto!important}.welcome-page__title{margin-bottom:4px!important;font-size:20px!important}.welcome-page__subtitle{margin-bottom:20px!important;font-size:12px!important;display:block!important}.welcome-page__form{gap:10px!important;margin-bottom:20px!important;padding:0 4px!important}.welcome-page__tabs-container{border-radius:8px!important;padding:2px!important}.welcome-page__tab-btn{border-radius:6px!important;padding:8px!important;font-size:13px!important}.welcome-page__input-container{border-radius:10px!important;padding:4px 14px!important}.welcome-page__input-container+.welcome-page__input-container,.welcome-page__input-container--password{margin-top:8px!important}.welcome-page__input-field{padding:10px 0!important;font-size:14px!important}.welcome-page__forgot-wrapper{margin-top:6px!important}.welcome-page__forgot-link{font-size:12px!important}.welcome-page__btn-submit{border-radius:10px!important;margin-top:12px!important;padding:11px!important;font-size:15px!important}.welcome-page__social-divider-container{gap:8px!important;margin-top:12px!important}.welcome-page__social-buttons-grid{gap:10px!important}.welcome-page__social-btn{border-radius:10px!important;padding:10px!important;font-size:13px!important}.welcome-page__footer-text{margin-top:12px!important;font-size:12px!important}.welcome-page__otp-input{width:38px!important;height:44px!important;font-size:18px!important}.welcome-page__demo{margin-top:auto!important;padding:0 4px 4px!important}.welcome-page__demo-divider-container,.welcome-page__demo-grid{gap:10px!important;margin-bottom:10px!important}.welcome-page__demo-btn,.welcome-page__demo-admin-btn{border-radius:10px!important;padding:10px!important;font-size:12px!important}}@media (max-height:580px){.welcome-page{padding:4px 8px!important;overflow-y:auto!important}.welcome-page__logo{border-radius:8px!important;width:40px!important;height:40px!important;margin-bottom:2px!important}.welcome-page__logo-img{width:26px!important;height:auto!important}.welcome-page__title{margin-bottom:0!important;font-size:15px!important}.welcome-page__subtitle{display:none!important}.welcome-page__form{gap:4px!important;margin-bottom:4px!important;padding:0 8px!important}.welcome-page__tabs-container{border-radius:6px!important;padding:2px!important}.welcome-page__tab-btn{border-radius:4px!important;padding:4px!important;font-size:11px!important}.welcome-page__input-container{border-radius:5px!important;padding:0 8px!important}.welcome-page__input-container+.welcome-page__input-container,.welcome-page__input-container--password{margin-top:3px!important}.welcome-page__input-field{padding:4px 0!important;font-size:11px!important}.welcome-page__btn-submit{border-radius:5px!important;margin-top:4px!important;padding:6px!important;font-size:12px!important}.welcome-page__social-divider-container{gap:2px!important;margin-top:4px!important}.welcome-page__social-btn{border-radius:5px!important;padding:4px!important;font-size:10px!important}.welcome-page__footer-text{margin-top:4px!important;font-size:10px!important}.welcome-page__demo{padding:0 8px 2px!important}.welcome-page__demo-divider-container{margin-bottom:4px!important}.welcome-page__demo-grid{gap:4px!important;margin-bottom:4px!important}.welcome-page__demo-btn,.welcome-page__demo-admin-btn{border-radius:5px!important;padding:5px!important;font-size:10px!important}}.auth-container{width:100%;min-height:100vh;padding:var(--space-xl);z-index:1;background:radial-gradient(circle at 10% 20%,#1b7aa214 0%,#d719200a 90%),#f1f7f9;justify-content:center;align-items:center;display:flex;position:relative;overflow-y:auto}.auth-ambient-glow-1{filter:blur(90px);z-index:0;pointer-events:none;background:#1b7aa21f;border-radius:50%;width:350px;height:350px;position:absolute;top:10%;left:15%}.auth-ambient-glow-2{filter:blur(110px);z-index:0;pointer-events:none;background:#d719200f;border-radius:50%;width:400px;height:400px;position:absolute;bottom:10%;right:15%}.auth-card{-webkit-backdrop-filter:blur(16px);width:100%;max-width:460px;padding:var(--space-3xl) var(--space-2xl);z-index:2;background:#f1f7f9e6;border:1.5px solid #1b7aa226;border-radius:24px;animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeInUp;position:relative;box-shadow:0 20px 40px #1b7aa20d,0 1px 3px #00000003}.auth-back-btn{top:var(--space-xl);left:var(--space-xl);border-radius:var(--radius-full);background:var(--color-surface);border:1.5px solid var(--color-border);cursor:pointer;width:38px;height:38px;color:var(--color-text-secondary);box-shadow:var(--shadow-sm);z-index:3;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute}.auth-back-btn:hover{background:var(--color-surface-2);color:var(--color-text);box-shadow:var(--shadow-md);transform:translate(-3px)}.auth-header{text-align:center;margin-bottom:var(--space-2xl);margin-top:var(--space-sm);flex-direction:column;align-items:center;display:flex}.auth-logo{width:76px;height:auto;margin-bottom:var(--space-md);filter:drop-shadow(0 4px 12px #0000000d);transition:transform .3s}.auth-logo:hover{transform:scale(1.05)}.auth-title{font-family:var(--font-heading);color:var(--color-text);margin-bottom:var(--space-xs);letter-spacing:-.5px;font-size:26px;font-weight:800}.auth-subtitle{color:var(--color-text-secondary);max-width:320px;font-size:14px;line-height:1.4}.auth-divider{align-items:center;gap:var(--space-lg);margin:var(--space-2xl) 0;color:var(--color-text-muted);font-size:13px;font-weight:500;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.auth-input-group{margin-bottom:var(--space-lg);gap:var(--space-xs);flex-direction:column;display:flex}.auth-input-label{color:var(--color-text);padding-left:2px;font-size:13px;font-weight:600}.auth-input-field-wrapper{align-items:center;display:flex;position:relative}.auth-input-icon{left:var(--space-lg);color:var(--color-text-muted);pointer-events:none;justify-content:center;align-items:center;transition:color .25s;display:flex;position:absolute}.auth-input-field{width:100%;height:48px;padding:0 var(--space-lg) 0 44px;border-radius:var(--radius-md);border:1.5px solid var(--color-border);background:var(--color-surface);color:var(--color-text);outline:none;font-family:inherit;font-size:14px;transition:all .25s}.auth-input-field:focus{border-color:var(--color-secondary);box-shadow:0 0 0 4px #1b7aa21f}.auth-input-field:focus~.auth-input-icon{color:var(--color-secondary)}.auth-input-field--error{border-color:var(--color-error)!important}.auth-input-field--error:focus{box-shadow:0 0 0 4px #ef44441f!important}.auth-input-field--error~.auth-input-icon{color:var(--color-error)!important}.auth-input-toggle-password{right:var(--space-lg);cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .25s;display:flex;position:absolute}.auth-input-toggle-password:hover{color:var(--color-text)}.auth-input-field[type=password]{padding-right:44px}.auth-input-error-msg{color:var(--color-error);margin-top:2px;padding-left:2px;font-size:12px;font-weight:500;animation:.2s forwards slideIn}.auth-btn-primary{background:var(--color-secondary);color:#fff;cursor:pointer;border:none;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #1b7aa233}.auth-btn-primary:hover:not(:disabled){background:var(--color-secondary-dark);transform:translateY(-2px);box-shadow:0 6px 16px #1b7aa24d}.auth-btn-primary:active:not(:disabled){background:#154e63;transform:translateY(0)}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.auth-btn-spinner{width:20px;height:20px;animation:1s linear infinite rotate}@keyframes rotate{to{transform:rotate(360deg)}}.auth-social-wrapper{gap:var(--space-md);margin-top:var(--space-md);display:flex}.auth-social-btn{border-radius:var(--radius-md);border:1.5px solid var(--color-border);background:var(--color-surface);justify-content:center;align-items:center;gap:var(--space-sm);height:46px;color:var(--color-text);cursor:pointer;flex:1;font-size:14px;font-weight:600;transition:all .25s;display:flex}.auth-social-btn:hover{background:var(--color-surface-2);border-color:var(--color-text-secondary);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.auth-social-btn--facebook{border-color:#1877f226}.auth-social-btn--facebook:hover{background:#1877f20a;border-color:#1877f2}.auth-footer{text-align:center;margin-top:var(--space-2xl);color:var(--color-text-secondary);font-size:14px}.auth-footer a{color:var(--color-primary);font-weight:700;transition:color .2s}.auth-footer a:hover{color:var(--color-primary-dark);text-decoration:underline}@media (max-width:600px){.auth-card{background:var(--color-surface);box-shadow:none;padding:var(--space-3xl) var(--space-lg) var(--space-xl);border:none;border-radius:0;flex-direction:column;justify-content:center;max-width:100%;min-height:100vh;display:flex}.auth-container{background:var(--color-surface);padding:0}.auth-ambient-glow-1,.auth-ambient-glow-2{display:none}}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.font-heading{font-family:var(--font-heading)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mb-lg{margin-bottom:var(--space-lg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:.4s forwards fadeInUp}.animate-slide-in{animation:.3s forwards slideIn}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:50ms}.stagger>:nth-child(3){animation-delay:.1s}.stagger>:nth-child(4){animation-delay:.15s}.stagger>:nth-child(5){animation-delay:.2s}.stagger>:nth-child(6){animation-delay:.25s}.stagger>:nth-child(7){animation-delay:.3s}.stagger>:nth-child(8){animation-delay:.35s}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.skeleton{background:linear-gradient(90deg, var(--color-surface-2) 25%, #e8e9ed 50%, var(--color-surface-2) 75%);border-radius:var(--radius-sm);background-size:400px 100%;animation:1.5s infinite shimmer}.mobile-frame::-webkit-scrollbar{width:4px}.mobile-frame::-webkit-scrollbar-track{background:0 0}.mobile-frame::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.mobile-frame::-webkit-scrollbar-thumb:hover{background:#0006}.desktop-web-frame{background:#f5f5f5;width:100vw;height:100dvh;padding-top:112px;display:block;position:relative;overflow:hidden auto}.desktop-brand,.desktop-header-actions,.desktop-hero,.desktop-login-dropdown{display:none!important}.desktop-web-frame .header{z-index:1002;border-radius:0;align-items:center;gap:20px;width:100%;max-width:none;height:64px;margin:0;padding:0 calc(50vw - 600px);display:flex;position:fixed;top:0;left:0;box-shadow:0 1px 4px #0000001f}.desktop-web-frame .header>a[href="/retail/profile"],.desktop-web-frame .header>.header__icon{display:none!important}.desktop-web-frame .desktop-brand{font-family:var(--font-heading);color:#fff;letter-spacing:-.5px;white-space:nowrap;flex-shrink:0;align-items:center;gap:10px;font-size:20px;font-weight:800;text-decoration:none;display:flex!important}.desktop-web-frame .desktop-brand img{width:auto;height:32px}.desktop-web-frame .search-bar{border-radius:var(--radius-sm);background:#fff;border:2px solid #0000;flex:1;max-width:560px;height:40px;padding:0 14px;transition:border-color .2s}.desktop-web-frame .search-bar:hover{border-color:#ffffff4d}.desktop-web-frame .search-bar__input{color:var(--color-text);font-size:14px}.desktop-web-frame .search-bar__input::placeholder,.desktop-web-frame .search-bar__icon{color:var(--color-text-muted)}.desktop-web-frame .header .search-bar>div:last-child{display:none}.desktop-web-frame .desktop-header-actions{flex-shrink:0;align-items:center;gap:20px;display:flex!important}.desktop-web-frame .desktop-header-actions>a,.desktop-web-frame .desktop-header-actions>button,.desktop-web-frame .desktop-header-actions>div>button{color:#fff;opacity:.9;white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}.desktop-web-frame .desktop-header-actions>a:hover,.desktop-web-frame .desktop-header-actions>button:hover,.desktop-web-frame .desktop-header-actions>div>button:hover{opacity:1}.desktop-web-frame .header .header__icon{color:#fff}.desktop-web-frame .desktop-login-dropdown{border-radius:0 0 var(--radius-md) var(--radius-md);z-index:1003;background:#fff;width:320px;padding:20px;animation:.2s dropdownSlide;position:absolute;top:64px;right:calc(50vw - 600px);box-shadow:0 8px 32px #00000026;display:block!important}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.desktop-web-frame .bottom-nav{border:none;border-bottom:1px solid var(--color-border);z-index:1001;background:#fff;border-radius:0;flex-direction:row;justify-content:center;align-items:center;gap:0;width:100%;max-width:none;height:48px;padding:0 max(16px,50vw - 600px);position:fixed;top:64px;bottom:auto;left:0;transform:none;box-shadow:0 1px 3px #0000000a}.desktop-web-frame .bottom-nav__item{width:auto;color:var(--color-text);border-radius:0;flex-direction:row;align-items:center;gap:6px;height:100%;margin:0;padding:0 24px;font-size:14px;font-weight:500;transition:all .15s;display:flex;position:relative}.desktop-web-frame .bottom-nav__item:hover{color:var(--color-primary);background:#d7192008}.desktop-web-frame .bottom-nav__item--active{color:var(--color-primary);background:0 0;font-weight:600}.desktop-web-frame .bottom-nav__item--active:after{content:"";background:var(--color-primary);border-radius:2px 2px 0 0;width:100%;height:2px;display:block;position:absolute;inset:auto 0 0;transform:none}.desktop-web-frame .bottom-nav__icon{margin-right:6px;font-size:16px}.desktop-web-frame .bottom-nav__badge{min-width:18px;height:18px;margin-left:-2px;font-size:10px;position:relative;top:auto;right:auto}.desktop-web-frame .page-content{width:100%;max-width:1200px;margin:0 auto;padding:16px 0 40px}.desktop-web-frame .desktop-hero{border-radius:var(--radius-md);background:#fff;grid-template-columns:220px 1fr;gap:0;margin-bottom:16px;overflow:hidden;box-shadow:0 1px 4px #0000000f;display:grid!important}.desktop-web-frame .desktop-sidebar{border-right:1px solid var(--color-border);background:#fff}.desktop-web-frame .desktop-sidebar__title{border-bottom:1px solid var(--color-border);color:var(--color-text);padding:14px 16px;font-size:14px;font-weight:700}.desktop-web-frame .desktop-sidebar__list{margin:0;padding:0;list-style:none}.desktop-web-frame .desktop-sidebar__item{color:var(--color-text);cursor:pointer;border-left:3px solid #0000;align-items:center;gap:10px;padding:10px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.desktop-web-frame .desktop-sidebar__item:hover{color:var(--color-primary);border-left-color:var(--color-primary);background:#fff5f5}.desktop-web-frame .desktop-sidebar__item:hover svg{color:var(--color-primary)}.desktop-web-frame .desktop-sidebar__item svg{color:var(--color-text-muted);flex-shrink:0;transition:color .15s}.desktop-web-frame .desktop-hero .banner-slider{border-radius:0;margin:0}.desktop-web-frame .desktop-hero .banner-slider__slide{aspect-ratio:16/6}.desktop-web-frame .desktop-hide{display:none!important}.desktop-web-frame .section{border-radius:var(--radius-md);background:#fff;margin-bottom:16px;padding:20px;box-shadow:0 1px 4px #0000000f}.desktop-web-frame .product-grid{grid-template-columns:repeat(5,1fr);gap:12px}.desktop-web-frame .category-grid{gap:var(--space-md);grid-template-columns:repeat(8,1fr)}.desktop-web-frame .product-card{background:#fff;border:1px solid #0000;transition:transform .2s,box-shadow .2s,border-color .2s}.desktop-web-frame .product-card:hover{border-color:var(--color-primary);z-index:2;transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.desktop-web-frame .card{border:1px solid #0000;transition:transform .2s,box-shadow .2s,border-color .2s}.desktop-web-frame .card:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.desktop-web-frame .input-group__field{padding:14px var(--space-xl)}.desktop-mega-menu{display:none}.desktop-web-frame .desktop-mega-menu{border-radius:0 0 var(--radius-md) var(--radius-md);z-index:1005;background:#fff;width:880px;max-width:calc(100vw - 40px);animation:.2s megaMenuSlide;display:flex;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 12px 40px #00000026}@keyframes megaMenuSlide{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%)}}.desktop-mega-menu__sidebar{border-right:1px solid var(--color-border);background:#fafafa;width:240px;min-width:240px;padding:12px 0}.desktop-mega-menu__cat-item{color:var(--color-text);cursor:pointer;border-left:3px solid #0000;align-items:center;gap:12px;padding:13px 20px;font-size:14px;font-weight:500;transition:all .12s;display:flex}.desktop-mega-menu__cat-item:hover,.desktop-mega-menu__cat-item--active{color:var(--color-primary);border-left-color:var(--color-primary);background:#fff}.desktop-mega-menu__cat-icon{color:var(--color-text-muted);flex-shrink:0;align-items:center;display:flex}.desktop-mega-menu__cat-item:hover .desktop-mega-menu__cat-icon,.desktop-mega-menu__cat-item--active .desktop-mega-menu__cat-icon{color:var(--color-primary)}.desktop-mega-menu__cat-name{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.desktop-mega-menu__cat-arrow{color:var(--color-text-muted);opacity:0;flex-shrink:0;transition:opacity .12s}.desktop-mega-menu__cat-item:hover .desktop-mega-menu__cat-arrow,.desktop-mega-menu__cat-item--active .desktop-mega-menu__cat-arrow{opacity:1;color:var(--color-primary)}.desktop-mega-menu__panel{flex:1;padding:24px 32px;animation:.15s megaMenuPanelFade}@keyframes megaMenuPanelFade{0%{opacity:0}to{opacity:1}}.desktop-mega-menu__panel-header{color:var(--color-text);border-bottom:1px solid var(--color-border);margin-bottom:20px;padding-bottom:16px;font-size:16px;font-weight:700}.desktop-mega-menu__columns{gap:48px;display:flex}.desktop-mega-menu__column{flex:1;min-width:0}.desktop-mega-menu__col-heading{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;font-size:12px;font-weight:700}.desktop-mega-menu__col-list{margin:0;padding:0;list-style:none}.desktop-mega-menu__col-list li{margin-bottom:4px}.desktop-mega-menu__col-link{color:var(--color-text);border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:14px;font-weight:500;text-decoration:none;transition:all .12s;display:flex}.desktop-mega-menu__col-link:hover{color:var(--color-primary);background:#fff5f5}.desktop-mega-menu__badge{color:#3b82f6;white-space:nowrap;background:#eef4ff;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:700}.desktop-mega-menu__badge--hot{color:var(--color-primary);background:#fff1f0}.desktop-mega-menu__panel-footer{border-top:1px solid var(--color-border);margin-top:20px;padding-top:16px}.desktop-mega-menu__view-all{color:var(--color-primary);align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.desktop-mega-menu__view-all:hover{opacity:.8}.desktop-web-frame .cart-desktop-layout{grid-template-columns:1fr 340px;align-items:start;gap:24px;display:grid}.desktop-web-frame .cart-desktop-sidebar{position:sticky;top:80px}.desktop-web-frame .notif-desktop-container{max-width:720px;margin:0 auto;padding:0 16px}.desktop-web-frame .notif-desktop-card{border-radius:var(--radius-md);background:#fff;overflow:hidden;box-shadow:0 2px 12px #0000000f}.desktop-web-frame .notif-desktop-tabs-bar{border-bottom:1px solid var(--color-border);background:#fafafa;justify-content:space-between;align-items:center;padding:0 8px;display:flex;max-width:720px!important;margin:0 auto!important}.desktop-web-frame .notif-desktop-item{border-bottom:1px solid var(--color-border);border-radius:0;transition:background .12s}.desktop-web-frame .notif-desktop-item:last-child{border-bottom:none}.desktop-web-frame .notif-desktop-item:hover{background:#f9fafb!important}.desktop-web-frame .profile-desktop-grid{grid-template-columns:340px 1fr;grid-auto-rows:min-content;gap:24px;margin-top:24px;padding:0 16px;display:grid}.desktop-web-frame .profile-desktop-grid .profile-item-header{grid-area:1/1}.desktop-web-frame .profile-desktop-grid .profile-item-stats{grid-area:1/2}.desktop-web-frame .profile-desktop-grid .profile-item-menus{grid-area:2/1}.desktop-web-frame .profile-desktop-grid .profile-item-recent{grid-area:2/2}.desktop-web-frame .pdp-desktop-top{grid-template-columns:50% 50%;gap:24px;margin-bottom:24px;display:grid}.desktop-web-frame .pdp-desktop-top .pdp-gallery-col{box-shadow:var(--shadow-sm);overflow:hidden;border-radius:var(--radius-lg)!important}.desktop-web-frame .pdp-desktop-top .pdp-info-col{box-shadow:var(--shadow-sm);border-radius:var(--radius-lg)!important;border:none!important}.desktop-web-frame .pdp-desktop-bottom{grid-template-columns:1fr 400px;gap:24px;display:grid}.desktop-web-frame .pdp-desktop-bottom .pdp-bottom-left,.desktop-web-frame .pdp-desktop-bottom .pdp-bottom-right{flex-direction:column;display:flex}.desktop-web-frame .pdp-desktop-bottom .section{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:none!important;margin-top:0!important}.orders-tabs{z-index:10;position:sticky;top:56px}.desktop-web-frame .orders-tabs{top:0;border-radius:var(--radius-md)!important;max-width:600px!important;box-shadow:var(--shadow-sm)!important;margin:0 auto 16px!important}.compare-sticky-row{z-index:5;position:sticky;top:56px}.desktop-web-frame .compare-sticky-row{top:0}.products-sticky-filter{z-index:90;position:sticky;top:56px}.desktop-web-frame .products-sticky-filter{top:0}.modal-overlay{z-index:10000;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.app-modal{width:100%;max-width:var(--mobile-width,430px);background:#fff;border-radius:24px 24px 0 0;max-height:90vh;padding:24px 20px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;overflow-y:auto;box-shadow:0 -10px 40px #00000026}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.desktop-web-frame .modal-overlay{align-items:center}.desktop-web-frame .app-modal{border-radius:24px;width:calc(100% - 32px);max-height:85vh;animation:.25s cubic-bezier(.16,1,.3,1) scaleIn;box-shadow:0 10px 40px #0003}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:1200px){.desktop-web-frame .header,.desktop-web-frame .bottom-nav{padding:0 24px}.desktop-web-frame .page-content{max-width:100%;padding:16px 24px 40px}.desktop-web-frame .product-grid{grid-template-columns:repeat(4,1fr)}.desktop-web-frame .desktop-hero{grid-template-columns:200px 1fr}.desktop-web-frame .profile-desktop-grid{grid-template-columns:300px 1fr;gap:16px}.desktop-web-frame .cart-desktop-layout{grid-template-columns:1fr 300px;gap:16px}.desktop-web-frame .pdp-desktop-top{gap:16px}.desktop-web-frame .pdp-desktop-bottom{grid-template-columns:1fr 340px;gap:16px}.desktop-web-frame .desktop-login-dropdown{right:24px}}@media (max-width:900px){.desktop-web-frame .header{height:56px;padding:0 16px}.desktop-web-frame .bottom-nav{padding:0 8px}.desktop-web-frame .bottom-nav__item{padding:0 14px;font-size:13px}.desktop-web-frame .page-content{padding:12px 16px 40px}.desktop-web-frame{padding-top:104px}.desktop-web-frame .product-grid{grid-template-columns:repeat(3,1fr);gap:10px}.desktop-web-frame .category-grid{grid-template-columns:repeat(4,1fr)}.desktop-web-frame .desktop-hero{grid-template-columns:1fr}.desktop-web-frame .desktop-sidebar{display:none}.desktop-web-frame .profile-desktop-grid{grid-template-columns:1fr}.desktop-web-frame .profile-desktop-grid .profile-item-header,.desktop-web-frame .profile-desktop-grid .profile-item-stats,.desktop-web-frame .profile-desktop-grid .profile-item-menus,.desktop-web-frame .profile-desktop-grid .profile-item-recent{grid-area:auto/1}.desktop-web-frame .cart-desktop-layout{grid-template-columns:1fr}.desktop-web-frame .cart-desktop-sidebar{position:static}.desktop-web-frame .pdp-desktop-top,.desktop-web-frame .pdp-desktop-bottom{grid-template-columns:1fr}.desktop-web-frame .notif-desktop-container{max-width:100%}}@media (max-width:600px){.desktop-web-frame .header{gap:4px;height:50px;padding:0 8px}.desktop-web-frame .desktop-brand span{display:none}.desktop-web-frame .desktop-brand img{height:24px}.desktop-web-frame .search-bar{gap:4px!important;min-width:120px!important;padding:0 6px!important}.desktop-web-frame .search-bar__input{min-width:0!important;padding-left:2px!important;font-size:10px!important}.desktop-web-frame .search-bar>div{gap:4px!important;display:flex!important}.desktop-web-frame .search-bar .search-bar__icon svg,.desktop-web-frame .search-bar>div svg{width:14px!important;height:14px!important}.desktop-web-frame .desktop-header-actions{align-items:center;gap:3px;margin-left:auto;display:flex!important}.desktop-web-frame .desktop-header-actions>span{color:#fff;opacity:.85;white-space:nowrap;font-size:11px!important;display:inline!important}.desktop-web-frame .desktop-header-actions>a{text-overflow:ellipsis;white-space:nowrap;color:#fff;max-width:75px;font-weight:700;overflow:hidden;font-size:11px!important;display:inline-block!important}.desktop-web-frame{scrollbar-width:none!important;padding-top:94px!important}.desktop-web-frame::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.desktop-web-frame .header{width:100%!important}.desktop-web-frame .bottom-nav{height:44px;padding:0;justify-content:space-around!important;gap:0!important;width:100%!important;top:50px!important}.desktop-web-frame .bottom-nav__item{white-space:nowrap;text-align:center;flex:1!important;justify-content:center!important;padding:0!important;font-size:10px!important}.desktop-web-frame .bottom-nav__badge{margin-left:2px!important;padding:1px 4px!important;font-size:9px!important}.desktop-web-frame .bottom-nav__mega-wrapper{flex:1!important;justify-content:center!important;display:flex!important}.desktop-web-frame .bottom-nav__mega-wrapper .bottom-nav__item{width:100%!important}.desktop-web-frame .bottom-nav__icon{display:none}.desktop-web-frame .page-content{padding:8px 12px 32px}.desktop-web-frame .profile-desktop-grid{grid-template-columns:1fr!important;gap:12px!important;margin-top:0!important;padding:0!important}.desktop-web-frame .profile-desktop-grid .profile-item-header{box-shadow:none!important;border-radius:0!important;grid-area:auto/1!important;padding:32px 16px 24px!important}.desktop-web-frame .profile-desktop-grid .profile-item-stats{grid-area:auto/1!important;margin-top:-16px!important;padding:0 12px!important}.desktop-web-frame .profile-desktop-grid .profile-item-menus{grid-area:auto/1!important;padding:12px!important}.desktop-web-frame .profile-desktop-grid .profile-item-recent{grid-area:auto/1!important}.desktop-web-frame .profile-item-recent div[style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.desktop-web-frame .cart-desktop-layout{grid-template-columns:1fr!important}.desktop-web-frame .cart-desktop-sidebar{position:static!important}.desktop-web-frame .product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.desktop-web-frame .category-grid{grid-template-columns:repeat(4,1fr);gap:8px}.desktop-web-frame .section{border-radius:12px;margin-bottom:8px;padding:16px 12px}.desktop-web-frame .app-modal{border-radius:20px 20px 0 0;width:100%;max-height:90vh}.desktop-web-frame .modal-overlay{align-items:flex-end}.desktop-web-frame .desktop-mega-menu{flex-direction:column;width:calc(100vw - 24px);max-height:80vh;left:50%;overflow-y:auto;transform:translate(-50%)}.desktop-web-frame .desktop-mega-menu__sidebar{border-right:none;border-bottom:1px solid var(--color-border);width:100%;min-width:100%;padding:0;display:flex;overflow-x:auto}.desktop-web-frame .desktop-mega-menu__cat-item{text-align:center;border-bottom:3px solid #0000;border-left:none;flex-direction:column;flex-shrink:0;gap:8px;padding:12px 16px}.desktop-web-frame .desktop-mega-menu__cat-item:hover,.desktop-web-frame .desktop-mega-menu__cat-item--active{border-left-color:#0000;border-bottom-color:var(--color-primary)}.desktop-web-frame .desktop-mega-menu__cat-name{font-size:12px}.desktop-web-frame .desktop-mega-menu__cat-arrow{display:none}.desktop-web-frame .desktop-mega-menu__panel{padding:16px}.desktop-web-frame .desktop-mega-menu__columns{flex-direction:column;gap:24px}}.admin-layout{width:100%;height:100dvh;font-family:var(--font-body);background:#f4f6f8;display:flex;overflow:hidden}.admin-sidebar{background:var(--color-secondary);color:#fff;flex-direction:column;width:260px;min-width:260px;height:100%;display:flex;overflow-y:auto}.admin-main{flex-direction:column;flex:1;min-width:0;height:100%;display:flex;overflow:hidden}.admin-topbar{background:#fff;border-bottom:1px solid #e2e4ea;flex-shrink:0;justify-content:space-between;align-items:center;height:70px;padding:0 32px;display:flex}.admin-content{flex:1;padding:32px;overflow:hidden auto}.admin-hamburger{cursor:pointer;color:var(--color-text);background:0 0;border:none;border-radius:6px;padding:6px;transition:background .15s;display:none}.admin-hamburger:hover{background:#f3f4f6}.admin-sidebar-overlay{display:none}.reports-container{flex-direction:column;gap:24px;display:flex}.reports-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 10px #00000005}.reports-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.reports-header-actions{gap:12px;display:flex}.reports-tabs{-webkit-overflow-scrolling:touch;white-space:nowrap;-webkit-user-select:none;user-select:none;border-bottom:1px solid #e2e4ea;gap:12px;margin-bottom:32px;padding-bottom:12px;display:flex;overflow-x:auto}.reports-tabs button{flex-shrink:0}.reports-chart-scroll{-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;width:100%;margin-bottom:16px;overflow-x:auto}.reports-chart{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:flex-end;min-width:650px;height:320px;padding-top:20px;padding-bottom:45px;display:flex;position:relative}.reports-chart-col{z-index:2;flex-direction:column;align-items:center;width:12%;display:flex}.reports-chart-bars{justify-content:center;align-items:flex-end;gap:6px;width:44px;height:250px;display:flex}.reports-chart-legend{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:16px;display:flex}.reports-grid-2col{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;display:grid}.reports-stat-item{background:#f9fafb;border:1px solid #e2e4ea;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.reports-table-scroll{-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;width:100%;margin-bottom:12px;overflow-x:auto}.reports-chart-scroll::-webkit-scrollbar{height:6px}.reports-tabs::-webkit-scrollbar{height:6px}.reports-table-scroll::-webkit-scrollbar{height:6px}.reports-chart-scroll::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.reports-tabs::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.reports-table-scroll::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.reports-chart-scroll::-webkit-scrollbar-track{background-color:#f1f5f9;border-radius:10px}.reports-tabs::-webkit-scrollbar-track{background-color:#f1f5f9;border-radius:10px}.reports-table-scroll::-webkit-scrollbar-track{background-color:#f1f5f9;border-radius:10px}.notifications-container{flex-direction:column;gap:32px;display:flex}.notifications-card{background:#fff;border:1px solid #e2e4ea;border-radius:16px;padding:32px;box-shadow:0 2px 10px #00000005}.notifications-form-grid{grid-template-columns:1.4fr 1fr;gap:32px;display:grid}.notifications-form-left{flex-direction:column;gap:20px;display:flex}.notifications-form-right{background:#f9fafb;border:1px solid #e2e4ea;border-radius:12px;flex-direction:column;justify-content:space-between;gap:24px;padding:24px;display:flex}.notifications-upload-area{text-align:center;cursor:pointer;background:#f9fafb;border:2px dashed #e2e4ea;border-radius:8px;padding:32px;transition:all .2s}.notifications-upload-area:hover{border-color:var(--color-primary);background:#1b7aa205}.notifications-stat-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:90px;padding:16px;transition:all .3s;display:flex}@media (max-width:1024px){.notifications-form-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:768px){.admin-layout{overflow-x:hidden}.admin-hamburger{justify-content:center;align-items:center;display:flex}.admin-sidebar{z-index:2000;width:260px;min-width:260px;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:-260px;overflow-y:auto}.admin-sidebar--open{left:0}.admin-sidebar-overlay{z-index:1999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:block;position:fixed;inset:0}.admin-main{width:100%}.admin-topbar{height:56px;padding:0 12px}.admin-topbar-title{white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden;font-size:14px!important}.admin-topbar-actions{gap:12px!important}.admin-topbar-actions>div:last-child>div:first-child{display:none}.admin-content{padding:12px}.admin-content table{-webkit-overflow-scrolling:touch;white-space:nowrap;min-width:0;display:block;overflow-x:auto}.admin-content thead,.admin-content tbody{table-layout:auto;width:100%;display:table}.admin-content tr{display:table-row}.admin-content>div:first-child[style*=grid]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}div[style*="grid-template-columns: 1fr 1fr 1fr"]{grid-template-columns:1fr!important;gap:16px!important}.admin-content div[style*="justify-content: space-between"]{flex-wrap:wrap;gap:8px}.reports-card{padding:16px}.reports-card-header{flex-direction:column;align-items:flex-start;gap:16px}.reports-header-actions{flex-direction:column;gap:8px;width:100%}.reports-header-actions select,.reports-header-actions button{width:100%}.reports-grid-2col{grid-template-columns:minmax(0,1fr);gap:16px}.reports-stat-item{flex-direction:column;align-items:flex-start}}@media (max-width:430px){.admin-topbar{padding:0 8px}.admin-topbar-title{max-width:120px;font-size:12px!important}.admin-content{padding:8px}.admin-content>div:first-child[style*=grid]{grid-template-columns:1fr!important}}.suggested-scroll-container::-webkit-scrollbar{height:5px!important;display:block!important}.suggested-scroll-container::-webkit-scrollbar-thumb{border-radius:10px;background-color:#cbd5e1!important}.suggested-scroll-container::-webkit-scrollbar-track{border-radius:10px;background-color:#f1f5f9!important}.cart-page{padding-bottom:96px!important}.cart-layout-container{flex-direction:column;gap:12px;display:flex}.cart-item-card{gap:12px!important;padding:12px!important}.cart-item-img-wrapper{width:80px!important;height:80px!important}.cart-item-actions-row{gap:8px!important}.cart-item-delete-btn{display:flex!important}.cart-desktop-sidebar{display:none!important}.cart-mobile-checkout-bar{display:flex!important}.suggested-product-card{width:140px!important;min-width:140px!important}.desktop-frame .cart-page,.desktop-web-frame .cart-page{padding-bottom:24px!important}.desktop-frame .cart-layout-container,.desktop-web-frame .cart-layout-container{grid-template-columns:1fr 320px!important;align-items:start!important;gap:24px!important;display:grid!important}.desktop-frame .cart-item-card,.desktop-web-frame .cart-item-card{gap:16px!important;padding:16px 20px!important}.desktop-frame .cart-item-img-wrapper,.desktop-web-frame .cart-item-img-wrapper{width:96px!important;height:96px!important}.desktop-frame .cart-item-actions-row,.desktop-web-frame .cart-item-actions-row{gap:16px!important}.desktop-frame .cart-desktop-sidebar,.desktop-web-frame .cart-desktop-sidebar{display:block!important}.desktop-frame .cart-mobile-checkout-bar,.desktop-web-frame .cart-mobile-checkout-bar{display:none!important}.desktop-frame .suggested-product-card,.desktop-web-frame .suggested-product-card{width:200px!important;min-width:200px!important}
