@keyframes mobile-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mobile-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes mobile-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes mobile-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-page-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-tab-pop{0%{transform:scale(1)}50%{transform:scale(.92)}to{transform:scale(1)}}@media (max-width:1023px){:root{--mobile-app-bar-h:52px;--mobile-deliver-h:40px;--mobile-header-total:calc(var(--mobile-app-bar-h) + var(--mobile-deliver-h));--mobile-tab-bar-h:calc(58px + env(safe-area-inset-bottom,0px));--mobile-touch-min:44px;--mobile-radius-lg:16px;--mobile-radius-md:12px;--mobile-shadow-bar:0 -1px 0 #00000014, 0 -4px 24px #0000000f;--mobile-shadow-header:0 1px 0 #00000014}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{overscroll-behavior-y:none;background:#fffaf4}.mobile-app-main{padding-bottom:var(--mobile-tab-bar-h);-webkit-overflow-scrolling:touch;min-height:100dvh;padding-top:var(--mobile-header-total)!important}.mobile-app-main.mobile-compact-header{padding-top:calc(var(--mobile-app-bar-h) + env(safe-area-inset-top,0px))!important}.mobile-app-main.mobile-deliver-only-header{padding-top:calc(var(--mobile-deliver-h) + env(safe-area-inset-top,0px))!important}.mobile-page-view{animation:.32s cubic-bezier(.32,.72,0,1) mobile-page-in}@media (prefers-reduced-motion:reduce){.mobile-page-view,.mobile-drawer,.mobile-bottom-sheet,.mobile-drawer-overlay,.mobile-bottom-sheet-overlay,.mobile-toast{animation:none!important}}.mobile-app-main.payment-route-main{background:#fffaf4;padding-bottom:0!important}.mobile-app-main.mobile-pdp-route{background:#fff;padding-top:0!important;padding-bottom:0!important}.mobile-app-main.no-tab-bar{padding-bottom:max(16px, env(safe-area-inset-bottom,0px))}.mobile-app-bar{z-index:99;height:var(--mobile-app-bar-h);padding-top:env(safe-area-inset-top,0px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--mobile-shadow-header);background:#fffaf4eb;justify-content:space-between;align-items:center;padding-left:12px;padding-right:12px;display:flex;position:fixed;top:0;left:0;right:0}.mobile-app-bar__side{z-index:1;flex:1;align-items:center;gap:4px;min-width:0;display:flex}.mobile-app-bar__side--right{flex-shrink:0;justify-content:flex-end}.mobile-app-bar--with-back{gap:8px}.mobile-app-bar__leading{z-index:1;flex:1;align-items:center;gap:2px;min-width:0;display:flex;overflow:hidden}.mobile-app-bar--with-back .mobile-app-bar__title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.mobile-app-bar--with-back .mobile-app-bar__side--right{flex:none}.mobile-app-bar--minimal .mobile-app-bar__leading{flex:1;padding-right:8px}.mobile-app-bar__icon-btn--back{flex-shrink:0}.mobile-app-bar__center{left:50%;top:env(safe-area-inset-top,0px);color:#000;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;z-index:0;justify-content:center;align-items:center;max-width:calc(100% - 180px);padding:0 8px;display:flex;position:absolute;bottom:0;overflow:hidden;transform:translate(-50%)}.mobile-app-bar__center>*{pointer-events:auto}.mobile-app-bar__center img{width:auto;max-width:82px;height:auto;max-height:36px}.mobile-app-bar__title{font-family:var(--m-font-display,"Syne", sans-serif);letter-spacing:-.01em;font-size:17px;font-weight:600;line-height:1.2}.mobile-app-bar__icon-btn{min-width:var(--mobile-touch-min);min-height:var(--mobile-touch-min);border-radius:var(--mobile-radius-md);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.mobile-app-bar__icon-btn:active{background:#0000000f}.mobile-deliver-strip{top:calc(var(--mobile-app-bar-h) + env(safe-area-inset-top,0px));z-index:98;height:var(--mobile-deliver-h);background:#fcf0e1;border-bottom:1px solid #0000000f;align-items:center;padding:0 16px;font-size:13px;display:flex;position:fixed;left:0;right:0}.mobile-deliver-strip button{min-height:var(--mobile-touch-min);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:13px;display:flex}.mobile-deliver-strip--standalone{top:env(safe-area-inset-top,0px);padding-top:0}.mobile-tab-bar-shell{z-index:100;padding:0 16px max(8px, env(safe-area-inset-bottom,0px));pointer-events:none;position:fixed;bottom:0;left:0;right:0}.mobile-tab-bar{pointer-events:auto;background:#fff;border:1px solid #00000014;border-radius:999px;justify-content:space-between;align-items:center;gap:4px;width:100%;max-width:100%;margin:0 auto;padding:4px 6px;display:flex;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.mobile-tab-bar__item{color:#4a4a4a;text-align:center;letter-spacing:.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:999px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-width:0;min-height:44px;padding:4px 2px;font-family:inherit;font-size:10px;font-weight:700;line-height:1.15;text-decoration:none;transition:color .2s,background .2s,transform .15s;display:flex;position:relative}.mobile-tab-bar__item:active{transform:scale(.96)}.mobile-tab-bar__item--active{color:#000;background:#f3f3f3;font-weight:800}.mobile-tab-bar__label{text-align:center;width:100%;line-height:1.15;font-weight:inherit;display:block}.mobile-tab-bar__label--stacked{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;display:flex}.mobile-tab-bar--compact .mobile-tab-bar__item{letter-spacing:0;padding:3px 1px;font-size:8px;line-height:1.15}.mobile-tab-bar--compact .mobile-tab-bar__icon-wrap{width:22px;height:22px}.mobile-tab-bar--compact .mobile-tab-bar__icon-wrap svg{width:20px;height:20px}.mobile-tab-bar__icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.mobile-tab-bar__creators-icon{justify-content:center;align-items:center;display:flex}.mobile-tab-bar__badge{color:#fff;box-sizing:border-box;background:#ff4b05;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:flex;position:absolute;top:-5px;right:-7px}.mobile-drawer-overlay{z-index:999;background:#00000073;animation:.22s mobile-fade-in;position:fixed;inset:0}.mobile-drawer-overlay--menu{-webkit-backdrop-filter:blur(4px)}.mobile-drawer{z-index:1000;width:100%;max-width:100%;padding-top:env(safe-area-inset-top,0px);background:#fffaf4;border-right:1px solid #0000000f;flex-direction:column;animation:.3s cubic-bezier(.32,.72,0,1) mobile-slide-in;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:8px 0 40px #00000024}.mobile-drawer--menu:not(.mobile-drawer--logged-in){padding-bottom:env(safe-area-inset-bottom,0px)}.mobile-drawer--menu{max-width:100%}.mobile-drawer__header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.mobile-drawer__header--menu{-webkit-backdrop-filter:blur(12px);background:#ffffffe6;flex-shrink:0;justify-content:space-between}.mobile-drawer__logo{align-items:center;min-height:40px;text-decoration:none;display:flex}.mobile-drawer__logo img{width:auto;max-width:96px;height:36px}.mobile-drawer__menu-content{box-sizing:border-box;width:100%;padding:20px 16px 24px}.mobile-drawer__body{padding:8px 0}.mobile-drawer__body--menu{padding:12px 16px 4px}.mobile-drawer__group{width:100%;margin-bottom:20px}.mobile-drawer__group:last-child{margin-bottom:0}.mobile-drawer__group--compact{margin-bottom:20px}.mobile-drawer__close{color:#000;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,transform .15s;display:flex}.mobile-drawer__close:active{background:#0000001a;transform:scale(.94)}.mobile-drawer__scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;overflow-y:auto}.mobile-drawer__group-title{color:#888;text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px 4px;font-weight:600}.mobile-drawer__card{box-sizing:border-box;background:#fff;border:1px solid #00000012;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 1px 8px #0000000a}.drawer-footer-section+.drawer-footer-section{border-top:1px solid #0000000f}.drawer-footer-section__title{color:#000;margin:0;padding:14px 14px 6px;font-size:14px;font-weight:700}.drawer-footer-section:first-child .drawer-footer-section__title{padding-top:12px}.drawer-footer-section__links{padding-bottom:6px}.drawer-footer-link{color:#111;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;box-sizing:border-box;background:0 0;border:none;width:100%;min-height:44px;padding:11px 14px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:block}.drawer-footer-section__links .drawer-footer-link:last-child{padding-bottom:12px}.drawer-footer-link:active{color:#000;background:#0000000a}.mobile-drawer__row{color:#000;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:flex-start;align-items:center;gap:12px;width:100%;min-height:52px;padding:8px 14px;text-decoration:none;transition:background .15s;display:flex}.mobile-drawer__row-icon{background:#f5f3f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.mobile-drawer__row--active .mobile-drawer__row-icon{background:#ff4b051a}.mobile-drawer__row+.mobile-drawer__row,.mobile-drawer__accordion+.mobile-drawer__row,.mobile-drawer__row+.mobile-drawer__accordion,.mobile-drawer__accordion+.mobile-drawer__accordion{border-top:1px solid #0000000d}.mobile-drawer__row:active,.mobile-drawer__row--accordion:active{background:#0000000a}.mobile-drawer__row--active .mobile-drawer__row-label{color:#ff4b05;font-weight:600}.mobile-drawer__row-label{color:#000;flex:1;min-width:0;font-weight:500}.mobile-drawer__row .mobile-drawer__row-arrow{margin-left:auto}.mobile-drawer__row-arrow{color:#bbb;flex-shrink:0}.mobile-drawer__chevron{color:#888;flex-shrink:0;transition:transform .22s}.mobile-drawer__chevron--open{transform:rotate(180deg)}.mobile-drawer__accordion-body{background:#fafafa;border-top:1px solid #0000000a;padding:2px 6px 8px}.mobile-drawer__submenu{-webkit-overflow-scrolling:touch;flex-direction:column;gap:1px;max-height:200px;display:flex;overflow-y:auto}.mobile-drawer__sublink{color:#444;border-radius:8px;min-height:38px;padding:9px 10px;text-decoration:none;transition:background .15s,color .15s;display:block}.mobile-drawer__sublink:active{color:#000;background:#0000000d}.mobile-drawer__cta{color:#fff;width:100%;min-height:44px;font-family:var(--m-font-display,"Syne", sans-serif);box-sizing:border-box;background:#000;border-radius:12px;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .15s,opacity .15s;display:flex}.mobile-drawer__cta:active{opacity:.92;transform:scale(.98)}.mobile-drawer__help-card{cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #ff4b052e;border-radius:14px;align-items:center;gap:10px;width:100%;min-height:56px;padding:10px 12px;transition:background .15s,transform .15s,border-color .15s;display:flex}.mobile-drawer__help-card:active{background:#ff4b050f;border-color:#ff4b054d;transform:scale(.99)}.mobile-drawer__help-icon{color:#ff4b05;background:#ff4b051a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mobile-drawer__help-copy{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.mobile-drawer__help-title{color:#000;font-weight:600}.mobile-drawer__help-sub{color:#777}.mobile-drawer__footer{padding:0}.mobile-drawer__bottom{padding:10px 16px max(10px, env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(12px);background:#fffffffa;border-top:1px solid #00000014;flex-shrink:0;box-shadow:0 -4px 20px #0000000f}.mobile-drawer__logout-btn{color:#ef0213;width:100%;min-height:46px;font-family:var(--m-font-display,"Syne", sans-serif);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #ef021338;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-weight:600;transition:background .15s,transform .15s;display:flex}.mobile-drawer__logout-btn:active{background:#ef02130f;transform:scale(.98)}.mobile-drawer__title{font-family:Syne,sans-serif;font-size:20px;font-weight:700}.mobile-drawer__section{padding:8px 0}.mobile-drawer__section-title{text-transform:uppercase;letter-spacing:.08em;color:#777;padding:8px 20px 4px;font-size:11px;font-weight:600}.mobile-drawer__link{min-height:var(--mobile-touch-min);color:#000;justify-content:space-between;align-items:center;padding:0 20px;font-family:Syne,sans-serif;font-size:16px;font-weight:500;text-decoration:none;display:flex}.mobile-drawer__link:active{background:#0000000a}.mobile-settings-list{border-radius:var(--mobile-radius-lg);background:#fff;border:1px solid #00000014;flex-direction:column;gap:0;margin-bottom:24px;display:flex;overflow:hidden}.mobile-settings-list a{color:#000;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;font-size:16px;font-weight:500;text-decoration:none;display:flex}.mobile-settings-list a:last-child{border-bottom:none}.mobile-settings-list a:active{background:#0000000a}.mobile-settings-list a.mobile-settings-list__active{color:#ff4b05;font-weight:600}.mobile-bottom-sheet-overlay{z-index:220;background:#00000073;animation:.2s mobile-fade-in;position:fixed;inset:0}.mobile-bottom-sheet{z-index:221;padding-top:12px;padding-right:20px;padding-bottom:max(24px, env(safe-area-inset-bottom,0px));background:#fff;border-radius:20px 20px 0 0;max-height:90dvh;padding-left:20px;animation:.32s cubic-bezier(.32,.72,0,1) mobile-sheet-up;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.mobile-sheet-panel{border-radius:20px 20px 0 0;animation:.32s cubic-bezier(.32,.72,0,1) mobile-sheet-up;overflow:hidden}.mobile-bottom-sheet__handle{background:#ddd;border-radius:2px;width:36px;height:4px;margin:0 auto 16px}.mobile-bottom-sheet__actions{flex-direction:column;gap:8px;margin-top:20px;display:flex}.mobile-bottom-sheet__btn{border-radius:var(--mobile-radius-md);cursor:pointer;border:none;min-height:52px;font-family:Syne,sans-serif;font-size:16px;font-weight:600}.mobile-bottom-sheet__btn--primary{color:#fff;background:#000}.mobile-bottom-sheet__btn--secondary{color:#000;background:#f5f5f5}.mobile-bottom-sheet__btn--destructive{color:#ef0213;background:#fff;border:1px solid #ef02134d}.mobile-toast-container{left:16px;right:16px;bottom:calc(var(--mobile-tab-bar-h) + 12px);z-index:300;pointer-events:none;position:fixed}.mobile-toast-container--no-tab{bottom:max(16px, env(safe-area-inset-bottom,0px))}.mobile-toast{pointer-events:auto;border-radius:var(--mobile-radius-md);align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:500;animation:.3s mobile-toast-in;display:flex;box-shadow:0 4px 20px #00000026}.mobile-toast--success{color:#fff;background:#61be04}.mobile-toast--error{color:#fff;background:#ef0213}.mobile-header-search{align-items:center;gap:8px;width:100%;min-width:0;display:flex}.mobile-app-bar--search{gap:8px}.mobile-header-search__input{background:#f5f5f5;border:none;border-radius:10px;outline:none;flex:1;min-width:0;height:40px;padding:0 12px;font-size:16px}.mobile-header-search--pdp{pointer-events:auto}.mobile-header-search--pdp .mobile-header-search__input{background:#fffffff2;box-shadow:0 2px 10px #00000014}.mobile-header-search--pdp .mobile-app-bar__icon-btn{-webkit-backdrop-filter:blur(10px);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 10px #0000001a}.profile-layout,.mobile-page-content{padding:16px 16px 24px}.mobile-page-content h1{margin-bottom:16px;font-family:Syne,sans-serif;font-size:24px;font-weight:700}input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px!important}button,a,[role=button]{touch-action:manipulation}.mobile-whatsapp-fab{bottom:calc(var(--mobile-tab-bar-h) + 12px)!important;right:16px!important}.mobile-card{border-radius:var(--mobile-radius-lg);background:#fff;border:1px solid #00000014;overflow:hidden}.mobile-primary-cta{border-radius:var(--mobile-radius-md);color:#fff;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:#000;border:none;justify-content:center;align-items:center;width:100%;min-height:52px;font-family:Syne,sans-serif;font-size:15px;font-weight:600;display:flex}.mobile-duplicate-page-header,.mobile-page-content .static-page-html h1{display:none!important}.place-bg{-webkit-backdrop-filter:blur(16px);box-shadow:var(--mobile-shadow-bar);border-top:1px solid #00000014;bottom:var(--mobile-tab-bar-h)!important;z-index:99!important;padding:12px 16px!important;padding-bottom:max(12px, env(safe-area-inset-bottom,0px))!important;background:#fffffff5!important;margin:0!important;position:fixed!important;left:0!important;right:0!important}.mobile-app-main.no-tab-bar .place-bg{padding-bottom:max(16px, env(safe-area-inset-bottom,0px))!important;bottom:0!important}.filter-sort-section{-webkit-backdrop-filter:blur(16px);bottom:var(--mobile-tab-bar-h)!important;height:calc(56px + env(safe-area-inset-bottom,0px))!important;padding-bottom:env(safe-area-inset-bottom,0px)!important;box-shadow:none!important;z-index:90!important;background:#fffffff5!important;border-top:1px solid #00000014!important}.filter-sort-section button,.filter-sort-section .filter-div,.filter-sort-section .sort-div{min-height:var(--mobile-touch-min);justify-content:center;align-items:center;display:flex}.product-list-component{padding-bottom:calc(var(--mobile-tab-bar-h) + 72px)!important}.pdp-buttons-mobile{-webkit-backdrop-filter:blur(16px);box-shadow:var(--mobile-shadow-bar);border-top:1px solid #00000014;padding:12px 16px!important;padding-bottom:max(12px, env(safe-area-inset-bottom,0px))!important;background:#fffffff5!important;gap:10px!important;bottom:0!important}.pdp-buttons-mobile button{border-radius:var(--mobile-radius-md);min-height:52px;font-size:14px;font-weight:600}.cart-main-container .cart-container{padding-top:8px!important;padding-bottom:calc(var(--mobile-tab-bar-h) + 88px)!important}.cart-main-container .cart-card{border-radius:var(--mobile-radius-lg);overflow:hidden}.mobile-native-product-card{border-radius:var(--mobile-radius-lg);background:#fff;transition:transform .15s;overflow:hidden;box-shadow:0 1px 3px #0000000f}.mobile-native-product-card:active{transform:scale(.98)}.mobile-native-product-card .popular-card-img{border-radius:var(--mobile-radius-lg) var(--mobile-radius-lg) 0 0;overflow:hidden}.mobile-sort-option{color:#000;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;width:100%;min-height:52px;padding:0 4px;font-size:16px;font-weight:500;display:flex}.mobile-sort-option:last-child{border-bottom:none}.mobile-sort-option:active{background:#0000000a}.mobile-sort-option--active{color:#ff4b05;background:#ff4b050f;font-weight:600}.mobile-filter-sheet{flex-direction:column;max-height:88dvh;padding-bottom:0;padding-left:0;padding-right:0;display:flex}.mobile-filter-sheet__header{justify-content:space-between;align-items:flex-start;gap:12px;padding:0 20px 12px;display:flex}.mobile-filter-sheet__title{color:#000;margin:0;font-family:Syne,sans-serif;font-size:20px;font-weight:700;line-height:1.2}.mobile-filter-sheet__subtitle{color:#ff4b05;margin:4px 0 0;font-size:12px;font-weight:500}.mobile-filter-sheet__reset{color:#777;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;padding:4px 0;font-size:14px;font-weight:600}.mobile-filter-sheet__reset:active{color:#000}.mobile-filter-sheet__body{border-top:1px solid #00000014;flex:1;min-height:0;display:flex}.mobile-filter-sheet__tabs{-webkit-overflow-scrolling:touch;background:#f7f7f7;flex-direction:column;flex-shrink:0;width:38%;max-width:140px;display:flex;overflow-y:auto}.mobile-filter-sheet__tab{color:#555;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-left:3px solid #0000;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:52px;padding:12px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:1.3;transition:background .15s,color .15s,border-color .15s;display:flex}.mobile-filter-sheet__tab:active{background:#0000000a}.mobile-filter-sheet__tab--active{color:#000;background:#fff;border-left-color:#ff4b05;font-weight:600}.mobile-filter-sheet__tab-dot{background:#ff4b05;border-radius:50%;flex-shrink:0;width:6px;height:6px}.mobile-filter-sheet__panel{-webkit-overflow-scrolling:touch;background:#fff;flex:1;min-width:0;padding:4px 0;overflow-y:auto}.mobile-filter-option{color:#000;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;width:100%;min-height:52px;padding:0 20px;font-family:Inter,sans-serif;font-size:15px;font-weight:400;transition:background .15s,color .15s;display:flex}.mobile-filter-option:last-child{border-bottom:none}.mobile-filter-option:active{background:#0000000a}.mobile-filter-option--active{color:#ff4b05;background:#ff4b050f;font-weight:600}.mobile-filter-sheet__footer{padding:12px 20px max(16px, env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #00000014;gap:10px;display:flex;box-shadow:0 -4px 16px #0000000f}.mobile-filter-sheet__footer .mobile-bottom-sheet__btn{flex:1;min-height:52px}.mobile-filter-sheet__footer .mobile-bottom-sheet__btn--primary{color:#fff;background:#000;flex:1.4}.auth-bottom-sheet.mobile-bottom-sheet{max-height:92dvh;padding:4px 14px max(14px, env(safe-area-inset-bottom,0px))}.auth-bottom-sheet .login-cnt.auth-modal{height:auto;padding:0}.auth-bottom-sheet .login-cnt>.login-otp-container{border:none;height:auto;padding:4px 0 0}.auth-bottom-sheet .login-otp-container{border:none;max-height:none}.choose-country-sheet__search{margin-bottom:12px}.choose-country-sheet__input.country-input{background:#fff;border:1px solid #000;border-radius:8px;width:100%;height:48px;padding:0 15px;font-family:Syne,sans-serif;font-size:14px}.choose-country-sheet__input.country-input::placeholder{color:#999}.choose-country-sheet__list{margin:0;padding:0;list-style:none}.home-page-section,.multi-step-progress-bar{padding-left:16px;padding-right:16px}.filter-radio-row{min-height:var(--mobile-touch-min)}.action-buttons{border-top:1px solid #00000014;box-shadow:0 -4px 16px #0000000f;padding-bottom:max(12px, env(safe-area-inset-bottom,0px))!important}.action-buttons .close-btn,.action-buttons .apply-btn{border-radius:var(--mobile-radius-md);min-height:52px}.mobile-section-header{justify-content:space-between;align-items:center;padding:0 16px 12px;display:flex}.mobile-section-header__title{color:#000;font-family:Syne,sans-serif;font-size:20px;font-weight:700}.mobile-section-header__link{color:#ff4b05;font-size:14px;font-weight:600;text-decoration:none}.mobile-product-rail__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding:0 16px 8px;display:flex;overflow-x:auto}.mobile-product-rail__track::-webkit-scrollbar{display:none}.mobile-product-rail__item{scroll-snap-align:start;flex:0 0 148px}.mobile-native-product-card--rail{width:148px!important;max-width:148px!important;padding:0!important}.mobile-native-product-card--rail .product-card-image{aspect-ratio:3/4;border:none!important;border-radius:14px!important}.mobile-native-product-card--rail .product-card-body{margin-top:8px!important}.mobile-native-product-card--rail .productName,.mobile-native-product-card--rail h4{-webkit-line-clamp:2;min-height:auto!important;font-size:12px!important}.has-mobile-list-bar .mobile-legacy-filter-bar{display:none!important}.mobile-product-list-bar{top:calc(var(--mobile-header-total) + env(safe-area-inset-top,0px));z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffaf4f0;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;gap:12px;margin:0 -16px 12px;padding:10px 16px;display:flex;position:sticky}.mobile-app-main.mobile-compact-header .mobile-product-list-bar{top:calc(var(--mobile-app-bar-h) + env(safe-area-inset-top,0px))}.mobile-product-list-bar__count{color:#777;font-size:13px;font-weight:500}.mobile-product-list-bar__actions{gap:8px;display:flex}.mobile-product-list-bar__pill{color:#000;cursor:pointer;background:#fff;border:1px solid #0000001f;border-radius:999px;align-items:center;gap:6px;min-height:36px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.mobile-product-list-bar__pill:active{background:#f5f5f5;transform:scale(.98)}.product-list-component.has-mobile-list-bar{padding-bottom:var(--mobile-tab-bar-h)!important}.drawer-footer-social{padding:0 4px}.drawer-footer-social__label{color:#888;text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px 4px;font-weight:600}.drawer-footer-social__icons{gap:10px;display:flex}.drawer-footer-social__icon{background:#fff;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,transform .15s;display:flex}.drawer-footer-social__icon:active{background:#f5f5f5;transform:scale(.95)}.drawer-footer-copyright{color:#aaa;text-align:center;margin:20px 4px 0;padding-top:4px;line-height:1.4}.mobile-native-product-card .sale-tag{display:none!important}.mobile-native-discount-badge{background:#ff4b05;border-radius:6px;padding:4px 8px;font-weight:700;line-height:1;font-size:11px!important;top:8px!important;left:8px!important;right:auto!important}.mobile-native-product-card .product-card-image{aspect-ratio:3/4;box-shadow:0 2px 8px #0000000f;border:none!important;border-radius:14px!important}.mobile-native-product-card .product-card-body{padding:0 2px;margin-top:10px!important}.mobile-native-product-card h4,.mobile-native-product-card .productName{line-height:1.3;min-height:auto!important;font-size:13px!important}.mobile-native-product-card h6{color:#777;font-size:10px!important}.mobile-load-more-btn{min-height:48px;border-radius:var(--mobile-radius-md)!important;color:#fff!important;background:#000!important;border:none!important;width:calc(100% - 32px)!important;margin:16px auto 8px!important;font-weight:600!important}.mobile-pdp-page .pdp-container{padding:0!important}}@media (min-width:1024px){.mobile-tab-bar-shell,.mobile-tab-bar,.mobile-app-bar,.mobile-deliver-strip,.mobile-drawer,.mobile-drawer-overlay{display:none!important}}
@media (max-width:1023px){:root{--m-font-display:var(--font-syne,"Syne"), "Syne", ui-sans-serif, sans-serif;--m-font-body:var(--font-inter,"Inter"), "Inter", ui-sans-serif, sans-serif;--m-text-display:1.75rem;--m-text-title-1:1.375rem;--m-text-title-2:1.25rem;--m-text-title-3:1.125rem;--m-text-body-lg:1.0625rem;--m-text-body:1rem;--m-text-body-sm:.9375rem;--m-text-label:.875rem;--m-text-caption:.8125rem;--m-text-micro:.75rem;--m-leading-display:1.15;--m-leading-title:1.25;--m-leading-title-3:1.35;--m-leading-body:1.5;--m-leading-body-sm:1.45;--m-leading-caption:1.4;--m-leading-micro:1.35;--m-weight-regular:400;--m-weight-medium:500;--m-weight-semibold:600;--m-weight-bold:700;--m-tracking-tight:-.02em;--m-tracking-normal:0;--m-tracking-wide:.02em;--m-tracking-wider:.04em}body{font-family:var(--m-font-body);font-size:var(--m-text-body);font-weight:var(--m-weight-regular);line-height:var(--m-leading-body);letter-spacing:var(--m-tracking-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.m-type-display{font-family:var(--m-font-display);font-size:var(--m-text-display);font-weight:var(--m-weight-bold);line-height:var(--m-leading-display);letter-spacing:var(--m-tracking-tight)}.m-type-title-1{font-family:var(--m-font-display);font-size:var(--m-text-title-1);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title);letter-spacing:var(--m-tracking-tight)}.m-type-title-2{font-family:var(--m-font-display);font-size:var(--m-text-title-2);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title)}.m-type-title-3{font-family:var(--m-font-display);font-size:var(--m-text-title-3);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title-3)}.m-type-body{font-family:var(--m-font-body);font-size:var(--m-text-body);font-weight:var(--m-weight-regular);line-height:var(--m-leading-body)}.m-type-body-sm{font-family:var(--m-font-body);font-size:var(--m-text-body-sm);font-weight:var(--m-weight-regular);line-height:var(--m-leading-body-sm)}.m-type-label{font-family:var(--m-font-body);font-size:var(--m-text-label);font-weight:var(--m-weight-medium);line-height:var(--m-leading-caption)}.m-type-caption{font-family:var(--m-font-body);font-size:var(--m-text-caption);font-weight:var(--m-weight-medium);line-height:var(--m-leading-caption);color:#555}.m-type-micro{font-family:var(--m-font-body);font-size:var(--m-text-micro);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-micro);letter-spacing:var(--m-tracking-wide)}.m-type-button{font-family:var(--m-font-display);font-size:var(--m-text-body);font-weight:var(--m-weight-semibold);letter-spacing:var(--m-tracking-wider);text-transform:uppercase;line-height:1.2}.mobile-app-bar__center{font-family:var(--m-font-display);font-size:var(--m-text-body-lg);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title-3);letter-spacing:var(--m-tracking-tight)}.mobile-deliver-strip,.mobile-deliver-strip button{font-size:var(--m-text-label);font-weight:var(--m-weight-medium);line-height:var(--m-leading-caption)}.mobile-deliver-strip .font-semibold{font-weight:var(--m-weight-semibold)}.mobile-tab-bar__item{font-size:10px;font-weight:var(--m-weight-bold);letter-spacing:.01em;text-align:center;line-height:1.15}.mobile-tab-bar__badge{font-size:var(--m-text-micro);font-weight:var(--m-weight-bold)}.mobile-drawer__title{font-size:var(--m-text-title-2);font-weight:var(--m-weight-bold);line-height:var(--m-leading-title)}.mobile-drawer__link{font-size:var(--m-text-body);font-weight:var(--m-weight-medium);line-height:var(--m-leading-body)}.mobile-drawer__section-title{font-size:var(--m-text-caption);font-weight:var(--m-weight-semibold);letter-spacing:.08em}.mobile-settings-list a{font-size:var(--m-text-body);font-weight:var(--m-weight-medium);line-height:var(--m-leading-body)}.mobile-toast{font-size:var(--m-text-label);font-weight:var(--m-weight-medium);line-height:var(--m-leading-caption)}.mobile-home .mobile-home-heading__title{font-family:var(--m-font-display);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title)}.mobile-section-header__title{font-family:var(--m-font-display);font-size:var(--m-text-title-2);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title)}.mobile-section-header__link{font-size:var(--m-text-label);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-caption)}.most-popular-container .popular-div{font-size:var(--m-text-title-2);line-height:var(--m-leading-title)}.mobile-native-product-card h6,.mobile-native-product-card .brandName{letter-spacing:var(--m-tracking-wide);text-transform:uppercase;font-size:var(--m-text-caption)!important;font-weight:var(--m-weight-medium)!important;line-height:var(--m-leading-caption)!important}.mobile-native-product-card h4,.mobile-native-product-card .productName{font-size:var(--m-text-label)!important;font-weight:var(--m-weight-semibold)!important;line-height:var(--m-leading-title-3)!important}.mobile-native-product-card .productPrice,.mobile-native-product-card [class*=productPrice]{font-size:var(--m-text-body-sm)!important;font-weight:var(--m-weight-bold)!important;line-height:var(--m-leading-body-sm)!important}.mobile-native-product-card .productMrp,.mobile-native-product-card [class*=productMrp]{font-size:var(--m-text-caption)!important;font-weight:var(--m-weight-regular)!important;line-height:var(--m-leading-caption)!important}.mobile-native-discount-badge{font-size:var(--m-text-micro)!important;font-weight:var(--m-weight-bold)!important;line-height:1.2!important}.mobile-product-list-bar__count{font-size:var(--m-text-caption);font-weight:var(--m-weight-medium);line-height:var(--m-leading-caption)}.mobile-product-list-bar__pill{font-size:var(--m-text-label);font-weight:var(--m-weight-semibold);line-height:1.2}.mobile-load-more-btn{font-family:var(--m-font-display)!important;font-size:var(--m-text-body)!important;font-weight:var(--m-weight-semibold)!important;letter-spacing:var(--m-tracking-wider)!important}.mobile-sort-option{font-size:var(--m-text-body);font-weight:var(--m-weight-medium);line-height:var(--m-leading-body)}.mobile-sort-option--active{font-weight:var(--m-weight-semibold)}.results-bar .showing-results-text,.results-bar .result-items{font-size:var(--m-text-label);font-weight:var(--m-weight-medium);line-height:var(--m-leading-caption)}.mobile-pdp-page .pdp-artist-name,.mobile-pdp-page h6[class*=pdp]{letter-spacing:var(--m-tracking-wide);text-transform:uppercase;font-size:var(--m-text-caption)!important;font-weight:var(--m-weight-medium)!important}.mobile-pdp-page .pdp-product-name,.mobile-pdp-page h4[class*=pdp]{margin-top:4px;font-size:var(--m-text-title-2)!important;font-weight:var(--m-weight-semibold)!important;line-height:var(--m-leading-title)!important}.mobile-pdp-page .pdp-price,.mobile-pdp-page [class*=pdpPrice]{font-size:var(--m-text-title-3)!important;font-weight:var(--m-weight-bold)!important;line-height:var(--m-leading-title-3)!important}.mobile-pdp-page .pdp-mrp,.mobile-pdp-page [class*=pdpMrp]{font-size:var(--m-text-body-sm)!important;line-height:var(--m-leading-body-sm)!important}.mobile-pdp-page .pdp-discount,.mobile-pdp-page [class*=pdpDiscount]{font-size:var(--m-text-label)!important;font-weight:var(--m-weight-semibold)!important}.mobile-pdp-page .pdp-tax{font-size:var(--m-text-caption)!important;line-height:var(--m-leading-caption)!important}.mobile-pdp-page .pdp-tab-btn{font-size:var(--m-text-body-sm)!important;font-weight:var(--m-weight-semibold)!important;line-height:var(--m-leading-body-sm)!important}.mobile-pdp-accordion__toggle{font-size:var(--m-text-body-sm)!important;font-weight:var(--m-weight-semibold)!important}.mobile-pdp-accordion__panel{font-size:var(--m-text-body-sm)!important;line-height:var(--m-leading-body-sm)!important}.mobile-pdp-page .pdp-quantity-heading,.mobile-pdp-page h4[class*=pdpQuantity]{letter-spacing:var(--m-tracking-wider);font-size:var(--m-text-caption)!important;font-weight:var(--m-weight-semibold)!important}.mobile-pdp-page .pdp-counter-number{font-size:var(--m-text-body)!important;font-weight:var(--m-weight-semibold)!important}.mobile-pdp-page .pdp-buttons-mobile button{font-family:var(--m-font-display);letter-spacing:var(--m-tracking-wide);font-size:var(--m-text-label)!important;font-weight:var(--m-weight-semibold)!important}.mobile-pdp-page .pdp-delivery-content,.mobile-pdp-page [class*=pdpDelivery]{font-size:var(--m-text-caption)!important;font-weight:var(--m-weight-medium)!important;line-height:var(--m-leading-caption)!important}.mobile-pdp-page .select-brand span,.mobile-pdp-page .select-size [role=button],.mobile-pdp-page .select-size p,.mobile-pdp-page .select-brand h3{color:#000!important}.mobile-cart-page .multi-step-bar-item,.mobile-cart-page [class*=multiStepBarItem]{font-size:var(--m-text-micro)!important;font-weight:var(--m-weight-medium)!important;line-height:var(--m-leading-micro)!important}.mobile-cart-page .multi-step-bar-item-active,.mobile-cart-page [class*=multiStepBarItemActive]{font-weight:var(--m-weight-semibold)!important}.mobile-cart-page .cart-product-name,.mobile-cart-page h4[class*=cartProduct]{font-size:var(--m-text-body-sm)!important;font-weight:var(--m-weight-semibold)!important;line-height:var(--m-leading-title-3)!important}.mobile-cart-page .cart-price,.mobile-cart-page [class*=cartPrice]:not([class*=cartMrp]){font-size:var(--m-text-body)!important;font-weight:var(--m-weight-bold)!important}.mobile-cart-page .cart-mrp,.mobile-cart-page [class*=cartMrp]{font-size:var(--m-text-caption)!important}.mobile-cart-page .cart-discount,.mobile-cart-page [class*=cartDiscount]{font-size:var(--m-text-caption)!important;font-weight:var(--m-weight-semibold)!important}.mobile-cart-page .qty-dropdown,.mobile-cart-page [class*=qtyDropdown]{font-size:var(--m-text-caption)!important;font-weight:var(--m-weight-medium)!important}.mobile-cart-page .apply-coupon-header,.mobile-cart-page [class*=applyCouponHeader]{font-size:var(--m-text-title-3)!important;font-weight:var(--m-weight-semibold)!important}.mobile-cart-page .total-text,.mobile-cart-page [class*=totalText]{font-size:var(--m-text-body)!important;font-weight:var(--m-weight-semibold)!important}.mobile-cart-page .amount,.mobile-cart-page [class*=amount]:not([class*=amount-tax]):not([class*=checkout-bar]):not([class*=summary__]){font-size:var(--m-text-title-3)!important;font-weight:var(--m-weight-bold)!important}.mobile-cart-page .amount-tax,.mobile-cart-page [class*=amountTax]{font-size:var(--m-text-caption)!important;line-height:var(--m-leading-caption)!important}.mobile-cart-page .place-order-btn,.mobile-cart-page .pay-now-btn{font-family:var(--m-font-display)!important;font-size:var(--m-text-body)!important;font-weight:var(--m-weight-semibold)!important;letter-spacing:var(--m-tracking-wider)!important}input:not([type=checkbox]):not([type=radio]),select,textarea{font-family:var(--m-font-body)!important;font-size:var(--m-text-body)!important;line-height:var(--m-leading-body)!important}input::placeholder,textarea::placeholder{font-size:var(--m-text-body-sm);color:#777}label{font-size:var(--m-text-label);font-weight:var(--m-weight-medium);line-height:var(--m-leading-caption)}.mobile-primary-cta,.mobile-bottom-sheet__btn{font-family:var(--m-font-display);font-size:var(--m-text-body);font-weight:var(--m-weight-semibold);line-height:1.2}.mobile-page-content h1{font-family:var(--m-font-display);font-size:var(--m-text-title-1);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title)}.mobile-page-content p,.mobile-page-content li{font-size:var(--m-text-body-sm);line-height:var(--m-leading-body)}.profile-layout{font-size:var(--m-text-body);line-height:var(--m-leading-body)}.auth-bottom-sheet .login-heading,.auth-bottom-sheet h2{font-family:var(--m-font-display);font-size:var(--m-text-title-2)!important;font-weight:var(--m-weight-semibold)!important;line-height:var(--m-leading-title)!important}.auth-bottom-sheet label,.auth-bottom-sheet .login-label{font-size:var(--m-text-label)!important;font-weight:var(--m-weight-medium)!important}.auth-bottom-sheet button[type=submit],.auth-bottom-sheet .login-submit-btn{font-family:var(--m-font-display);letter-spacing:var(--m-tracking-wider);font-size:var(--m-text-label)!important;font-weight:var(--m-weight-semibold)!important}.empty-state-title,[class*=empty-state] h2,[class*=empty-state] h3{font-family:var(--m-font-display);font-size:var(--m-text-title-2);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title)}.product-list-component h1{font-family:var(--m-font-display);font-size:var(--m-text-title-1);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title);letter-spacing:var(--m-tracking-tight)}.similar-heading{font-family:var(--m-font-display)!important;font-size:var(--m-text-title-2)!important;font-weight:var(--m-weight-semibold)!important;line-height:var(--m-leading-title)!important}.scroll-container-heading span,.collection-heading{font-size:var(--m-text-title-3);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title-3)}.view-more-btn{font-family:var(--m-font-display);font-size:var(--m-text-label);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-caption)}.not-found-heading{font-family:var(--m-font-display);font-size:var(--m-text-title-2);font-weight:var(--m-weight-semibold);line-height:var(--m-leading-title)}.not-found-desc{font-size:var(--m-text-body-sm);line-height:var(--m-leading-body);color:#555}}
.page-breadcrumb{-webkit-overflow-scrolling:touch;scrollbar-width:none;box-sizing:border-box;border-radius:999px;width:100%;margin-bottom:24px;padding:10px 16px;overflow-x:auto}.page-breadcrumb::-webkit-scrollbar{display:none}.page-breadcrumb--compact{margin-bottom:0}.page-breadcrumb-list{flex-wrap:nowrap;align-items:center;gap:4px;min-width:min-content;margin:0;padding:0;list-style:none;display:flex}.page-breadcrumb-item{flex-shrink:0;align-items:center;max-width:220px;display:flex}.page-breadcrumb-item--current{max-width:none}.page-breadcrumb-link,.page-breadcrumb-text{font-family:var(--font-syne), "Syne", sans-serif;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;max-width:100%;font-size:13px;line-height:1.2;display:inline-flex;overflow:hidden}.page-breadcrumb-current{font-family:var(--font-syne), "Syne", sans-serif;white-space:nowrap;align-items:center;gap:6px;max-width:none;font-size:13px;line-height:1.2;display:inline-flex}.page-breadcrumb-link{color:#555;border-radius:999px;padding:4px 8px;text-decoration:none;transition:color .2s,background-color .2s}.page-breadcrumb-link:hover{color:#ff4b05;background:#ff4b0514}.page-breadcrumb-text{color:#777;padding:4px 8px}.page-breadcrumb-current{color:#111;background:#fff;border:1px solid #e0e0e0;border-radius:999px;padding:4px 10px;font-weight:700;box-shadow:0 1px 3px #0000000f}.page-breadcrumb-home-icon{flex-shrink:0}.page-breadcrumb-separator{color:#bbb;flex-shrink:0;align-items:center;display:flex}.list-page-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:30px;display:flex}.list-page-header .page-breadcrumb{flex:1;min-width:0;margin-bottom:0}.list-page-header__sort{flex-shrink:0}@media screen and (min-width:1025px){.product-list-component .list-page-header{justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:44px;margin-bottom:30px;padding:0;display:flex}.product-list-component .list-page-header .page-breadcrumb{flex:1;min-width:0;margin-bottom:0}.product-list-component .list-page-header__sort{flex-shrink:0;margin-left:16px}}.pdp-breadcrumb-wrap{margin-bottom:24px}@media screen and (max-width:1024px){.page-breadcrumb{border-radius:14px;margin-bottom:16px;padding:8px 12px}.page-breadcrumb-link,.page-breadcrumb-text,.page-breadcrumb-current{font-size:12px}.page-breadcrumb-item{max-width:160px}.page-breadcrumb-item--current{max-width:none}.list-page-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px;padding:16px 16px 0}.list-page-header--breadcrumb-only{padding-top:0}}@media screen and (max-width:576px){.page-breadcrumb{margin-bottom:12px;padding:8px 10px}.page-breadcrumb-item{max-width:110px}.page-breadcrumb-item--current{max-width:none}.list-page-header{margin-bottom:0;padding:12px 12px 0}}
