:root{
  --app-vh:1vh;
  --app-safe-top:env(safe-area-inset-top,0px);
  --app-safe-bottom:env(safe-area-inset-bottom,0px);
  --app-nav-h:64px;
  --app-gold:#c99512;
  --app-ink:#151515;
  --app-muted:#77736b;
  --app-bg:#f5f5f3;
  --app-card:#fff;
  --app-line:#e8e5df;
  --app-radius:18px;
  --app-shadow:0 8px 24px rgba(18,18,18,.06);
}
html{min-height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:none}
body{min-height:calc(var(--app-vh)*100);-webkit-tap-highlight-color:transparent}
input,button,select,textarea,a{touch-action:manipulation}
@media(max-width:760px){
  html{background:var(--app-bg);scroll-padding-bottom:calc(var(--app-nav-h) + var(--app-safe-bottom) + 12px)}
  body{background:var(--app-bg)!important;padding-bottom:calc(var(--app-nav-h) + var(--app-safe-bottom) + 14px)!important;overflow-x:hidden!important}
  body.app-sheet-open{overflow:hidden!important}
  .lom-topline,.lom-nav,.lom-mobile-nav,.lom-mobile-menu{display:none!important}
  .lom-header{position:sticky!important;top:0!important;z-index:300!important;border:0!important;background:rgba(255,255,255,.96)!important;box-shadow:0 1px 0 var(--app-line)!important;padding-top:var(--app-safe-top);backdrop-filter:saturate(150%) blur(14px);-webkit-backdrop-filter:saturate(150%) blur(14px)}
  .lom-wrap{width:calc(100% - 24px)!important}
  .lom-head-main{min-height:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important;padding:10px 0!important}
  .lom-logo{justify-self:center!important;align-items:center!important;line-height:1!important;min-height:32px!important}
  .lom-logo strong{font-size:21px!important;letter-spacing:.13em!important}.lom-logo span{font-size:8px!important;margin-top:4px!important;letter-spacing:.22em!important}
  .lom-actions{display:none!important}
  .lom-search{grid-column:1!important;grid-row:auto!important;margin:0!important;height:44px!important;border-radius:14px!important;border:1px solid #e1ddd5!important;background:#f5f4f1!important;grid-template-columns:36px 1fr 58px!important;box-shadow:none!important}
  .lom-search input{height:42px!important;font-size:16px!important}.lom-search button{height:36px!important;font-size:10px!important;border-radius:10px!important}
  .lux-search-suggestions{top:47px!important;max-height:55vh;overflow:auto;border-radius:14px!important}
  main.customer-main-unified,.customer-main{padding:0!important;min-height:calc(var(--app-vh)*100 - 120px)!important}
  .lom-wa{bottom:calc(var(--app-nav-h) + var(--app-safe-bottom) + 16px)!important;right:14px!important;width:46px!important;height:46px!important;font-size:22px!important}
  .lom-footer{display:none!important}

  /* Native bottom navigation */
  .app-bottom-nav{display:grid!important;position:fixed;left:0;right:0;bottom:0;z-index:1200;grid-template-columns:repeat(5,1fr);height:calc(var(--app-nav-h) + var(--app-safe-bottom));padding:5px 5px var(--app-safe-bottom);background:rgba(255,255,255,.98);border-top:1px solid #e4e1db;box-shadow:0 -8px 26px rgba(0,0,0,.07);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
  .app-bottom-nav a,.app-bottom-nav button{position:relative;display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;background:transparent;color:#77736b;text-decoration:none;padding:3px 1px;font:inherit;cursor:pointer}
  .app-bottom-nav svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.app-bottom-nav span{font-size:9px;font-weight:800;white-space:nowrap}.app-bottom-nav .active{color:#111}.app-bottom-nav .active:after{content:"";position:absolute;top:1px;width:20px;height:3px;background:var(--app-gold);border-radius:99px}.app-badge{position:absolute;top:1px;left:calc(50% + 8px);min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#111;color:#fff!important;font-size:9px!important;font-weight:900!important;display:grid!important;place-items:center;border:2px solid #fff;line-height:1}.app-badge:empty,.app-badge[data-count="0"]{display:none!important}
  .app-category-sheet{display:block!important;position:fixed;inset:0;z-index:1300;pointer-events:none;visibility:hidden}.app-category-sheet.open{pointer-events:auto;visibility:visible}.app-sheet-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.38);opacity:0;transition:.22s}.app-category-sheet.open .app-sheet-backdrop{opacity:1}.app-sheet-panel{position:absolute;left:0;right:0;bottom:0;max-height:min(76vh,calc(var(--app-vh)*76));overflow:hidden;background:#fff;border-radius:24px 24px 0 0;transform:translateY(105%);transition:transform .25s ease;padding:8px 14px calc(14px + var(--app-safe-bottom));box-shadow:0 -20px 50px rgba(0,0,0,.16)}.app-category-sheet.open .app-sheet-panel{transform:translateY(0)}
  .app-sheet-grab{width:42px;height:4px;background:#d6d3cd;border-radius:99px;margin:3px auto 12px}.app-sheet-head{display:flex;align-items:center;justify-content:space-between;padding:0 4px 10px}.app-sheet-head h2{margin:0;font-size:20px}.app-sheet-head button{width:38px;height:38px;border:0;border-radius:50%;background:#f1efea;font-size:23px}.app-sheet-list{display:grid;gap:7px;overflow:auto;max-height:calc(min(76vh,calc(var(--app-vh)*76)) - 92px);padding:2px 2px 8px}.app-sheet-list a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:10px 12px;border:1px solid #ece8e1;border-radius:14px;color:#171717;text-decoration:none;background:#fff}.app-sheet-list a b{font-size:14px}.app-sheet-list a small{font-size:10px;color:#8c867c}.app-sheet-list a em{font-style:normal;font-size:22px;color:#a57a0d}

  /* Account area */
  .customer-shell.account-modern{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:12px!important;gap:0!important}.customer-content{width:100%!important;min-width:0!important}.customer-account-nav{display:none!important}
  .customer-page-head,.customer-welcome.premium{border-radius:20px!important;padding:18px!important;min-height:0!important;margin:0 0 12px!important;box-shadow:var(--app-shadow)!important}.customer-page-head h1{font-size:25px!important;line-height:1.08!important;margin:4px 0 7px!important}.customer-page-head p{font-size:12px!important;line-height:1.55!important;margin:0!important}.customer-welcome-actions{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin-top:13px!important}.customer-welcome-actions a,.customer-shop-link{min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;border-radius:13px!important;font-size:10px!important}
  .v1228-kpis,.customer-stats.four.account-kpis{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:0 0 10px!important}.v1228-kpi,.customer-stats.four.account-kpis>div{padding:12px!important;min-height:84px!important;border-radius:16px!important;background:#fff!important;border:1px solid var(--app-line)!important;box-shadow:none!important}.v1228-kpi small,.customer-stats.four.account-kpis small{font-size:8px!important;letter-spacing:.05em!important}.v1228-kpi b,.customer-stats.four.account-kpis b{font-size:20px!important;line-height:1.15!important;margin-top:4px!important}.v1228-kpi span,.customer-stats.four.account-kpis span{font-size:9px!important}
  .v1228-toolbar{display:flex!important;overflow-x:auto!important;gap:7px!important;flex-direction:row!important;align-items:center!important;padding:0 0 8px!important;scrollbar-width:none}.v1228-toolbar::-webkit-scrollbar{display:none}.v1228-toolbar .links{display:flex!important;gap:7px!important}.v1228-toolbar a{white-space:nowrap!important;min-height:38px!important;display:inline-flex!important;align-items:center!important;padding:0 12px!important;border-radius:12px!important}
  .v1228-grid,.v1228-stack{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.v1228-panel,.customer-section{padding:14px!important;border-radius:18px!important;background:#fff!important;border:1px solid var(--app-line)!important;box-shadow:none!important}.v1228-panel h2{font-size:18px!important}.v1228-mini-row{min-height:58px!important;padding:10px!important;border-radius:13px!important}.v1228-mini-row b{font-size:12px!important}.v1228-mini-row small{font-size:9px!important}

  /* Auth / membership */
  .auth-v126,.customer-auth{padding:12px!important;margin:0!important}.auth-v126-grid,.customer-auth{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;max-width:560px!important;margin:0 auto!important}.auth-v126-info,.customer-auth-copy{border-radius:20px!important;padding:20px!important;min-height:0!important}.auth-v126-info h1,.customer-auth-copy h1{font-size:29px!important;line-height:1.05!important;margin:8px 0 10px!important}.auth-benefits{grid-template-columns:1fr 1fr!important;gap:8px!important}.auth-benefits>div{padding:10px!important;border-radius:13px!important}.auth-v126-card,.customer-card{padding:18px!important;border-radius:20px!important;box-shadow:var(--app-shadow)!important}.auth-v126-card h2,.customer-card h2{font-size:23px!important}.auth-v126-card label,.customer-card label{font-size:10px!important}.auth-v126-card input,.customer-card input,.customer-card textarea,.customer-card select{min-height:50px!important;font-size:16px!important;border-radius:13px!important;padding:0 13px!important}.customer-primary{min-height:52px!important;border-radius:14px!important;font-size:12px!important}.auth-v126-links{align-items:center!important}.auth-dealer-note{font-size:10px!important}

  /* Orders */
  .order-v126-banner{display:none!important}.order-mini-metrics{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin:0 0 10px!important}.order-mini-metrics>div{min-width:0!important;padding:10px!important;border-radius:14px!important}.order-mini-metrics small{font-size:7px!important}.order-mini-metrics b{font-size:10px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-center-v129{padding:10px!important}.order-toolbar{display:block!important}.order-tabs{display:flex!important;gap:6px!important;overflow-x:auto!important;padding-bottom:8px!important;scrollbar-width:none}.order-tabs::-webkit-scrollbar{display:none}.order-tabs a{flex:0 0 auto!important;white-space:nowrap!important;min-height:38px!important;display:flex!important;align-items:center!important;padding:0 12px!important;border-radius:12px!important;font-size:10px!important}.order-toolbar form{display:grid!important;grid-template-columns:1fr 54px!important;gap:7px!important}.order-toolbar input{min-width:0!important;width:100%!important;height:44px!important;font-size:16px!important;border-radius:12px!important}.order-toolbar button{height:44px!important;border-radius:12px!important}.tr-order-list{display:grid!important;gap:9px!important}.tr-order-card{border-radius:17px!important;overflow:hidden!important;border:1px solid var(--app-line)!important;background:#fff!important}.tr-order-summary{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;padding:0!important}.tr-order-summary>div{padding:10px!important;border-bottom:1px solid #eee!important}.tr-order-summary>div:nth-child(odd){border-right:1px solid #eee!important}.tr-order-summary small{font-size:7px!important}.tr-order-summary b,.tr-order-summary strong{font-size:11px!important}.tr-order-summary>a{grid-column:1/-1!important;min-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:10px!important}.tr-order-body{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;padding:11px!important}.tr-status{padding:9px!important;border-radius:12px!important}.tr-product{display:grid!important;grid-template-columns:58px 1fr!important;gap:9px!important;align-items:center!important}.tr-product img{width:58px!important;height:58px!important;border-radius:12px!important;object-fit:contain!important}.tr-product b{font-size:11px!important;line-height:1.35!important}.tr-action{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;font-size:10px!important}

  /* Cart */
  .hb-cart{margin:0 auto!important;padding:12px!important;max-width:620px!important}.hb-top{margin:0 2px 10px!important;align-items:flex-end!important}.hb-top h1{font-size:25px!important}.hb-top .muted{display:none!important}.hb-layout{display:flex!important;flex-direction:column!important;gap:10px!important}.hb-layout>section{order:1!important;width:100%!important}.hb-summary{order:2!important;position:static!important;width:100%!important;border-radius:18px!important;padding:15px!important}.hb-main{border-radius:18px!important;overflow:visible!important}.hb-toolbar{padding:11px 12px!important;border-radius:18px 18px 0 0!important}.hb-toolbar span{display:none!important}.hb-row{position:relative!important;display:grid!important;grid-template-columns:74px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;gap:7px 10px!important;padding:12px!important;align-items:start!important}.hb-check{display:none!important}.hb-row>a{grid-column:1!important;grid-row:1/4!important}.hb-img{width:74px!important;height:88px!important;border-radius:13px!important}.hb-info{grid-column:2!important;min-width:0!important}.hb-name{font-size:13px!important;line-height:1.32!important;margin:0 0 5px!important}.hb-meta{font-size:9px!important;line-height:1.4!important;gap:4px!important}.hb-qty{grid-column:2!important;justify-content:flex-start!important;align-items:center!important}.hb-qty input{width:58px!important;height:40px!important;font-size:16px!important}.hb-remove{min-height:40px!important;margin:0!important;padding:0 11px!important;border-radius:10px!important;background:#f4f1eb!important}.hb-price{grid-column:2!important;text-align:left!important;font-size:17px!important;margin:0!important}.hb-actions{padding:10px 12px!important}.hb-update{width:100%!important;min-height:44px!important;border-radius:12px!important}.hb-summary h2{font-size:18px!important}.hb-summary-line{font-size:12px!important}.hb-summary-line.total{font-size:21px!important}.hb-checkout{position:relative!important;bottom:auto!important;min-height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important}.hb-coupon form{display:grid!important;grid-template-columns:1fr auto!important}.hb-coupon input{min-width:0!important;height:44px!important;font-size:16px!important}.hb-coupon button{height:44px!important}.hb-note{margin-bottom:0!important}.hb-reco{margin-top:14px!important}.hb-reco h2{font-size:17px!important}.hb-strip{grid-auto-columns:154px!important}.hb-rec{border-radius:15px!important}.hb-empty{padding:36px 18px!important;border-radius:18px!important}

  /* Checkout */
  .co-shell{display:flex!important;flex-direction:column!important;margin:0!important;padding:12px!important;gap:10px!important;max-width:620px!important}.co-card{padding:16px!important;border-radius:19px!important}.co-head h1{font-size:27px!important}.co-grid,.co-addresses{grid-template-columns:1fr!important;gap:9px!important}.co-grid .full{grid-column:auto!important}.co-grid input,.co-grid textarea,.co-grid select{font-size:16px!important;min-height:50px!important;border-radius:13px!important}.co-pay label{padding:13px!important;border-radius:14px!important;min-height:60px!important}.co-summary{position:static!important;order:2!important}.co-submit{min-height:54px!important;border-radius:14px!important}
}


/* V2 mobile-native polish */
@media(max-width:760px){
  :root{--app-nav-h:70px;--app-page-x:12px;--app-radius-lg:22px;--app-touch:46px}
  *{box-sizing:border-box}
  body{font-synthesis:none}
  .app-mobile-topbar{display:flex!important;align-items:center;gap:8px;height:48px;padding:4px 0}
  .app-mobile-topbar .app-back{width:40px;height:40px;flex:0 0 40px;border:1px solid var(--app-line);background:#fff;border-radius:13px;display:grid;place-items:center;color:#111;padding:0}
  .app-mobile-topbar .app-back svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .app-mobile-topbar .app-back.is-home{visibility:hidden;pointer-events:none}
  .app-mobile-brand{min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#151515;line-height:1}
  .app-mobile-brand strong{font-size:19px;letter-spacing:.16em}.app-mobile-brand small{margin-top:4px;font-size:7px;font-weight:900;letter-spacing:.22em;color:#9a7613}
  .app-mobile-topbar .app-top-cart{position:relative;width:40px;height:40px;flex:0 0 40px;border:1px solid var(--app-line);background:#fff;border-radius:13px;display:grid;place-items:center;color:#111;text-decoration:none}
  .app-mobile-topbar .app-top-cart svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .app-mobile-topbar .app-top-cart .app-badge{top:-4px;left:26px}
  .lom-head-main>.lom-logo{display:none!important}
  .lom-head-main{gap:6px!important;padding:5px 0 9px!important}
  .lom-search{height:46px!important;border-radius:15px!important;background:#f4f3ef!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)!important}
  .lom-search:focus-within{border-color:#cba13b!important;background:#fff!important;box-shadow:0 0 0 3px rgba(201,149,18,.10)!important}
  .lom-search input{height:44px!important;font-weight:650!important;color:#171717!important}
  .lom-search button{height:38px!important;font-size:9px!important;font-weight:900!important}

  /* richer bottom nav */
  .app-bottom-nav{height:calc(var(--app-nav-h) + var(--app-safe-bottom));padding:5px 8px var(--app-safe-bottom);border-radius:18px 18px 0 0;box-shadow:0 -10px 34px rgba(0,0,0,.10)}
  .app-bottom-nav a,.app-bottom-nav button{min-height:58px;border-radius:14px;transition:transform .12s ease,background .12s ease,color .12s ease}
  .app-bottom-nav a:active,.app-bottom-nav button:active{transform:scale(.94);background:#f3f1ec}
  .app-bottom-nav svg{width:23px;height:23px}.app-bottom-nav span{font-size:9.5px;letter-spacing:-.01em}
  .app-bottom-nav .active{background:#f7f4ec;color:#111}.app-bottom-nav .active:after{top:0;width:26px;height:3px}
  .app-bottom-nav .app-cart-tab{margin-top:-12px}
  .app-bottom-nav .app-cart-tab .app-nav-icon-wrap{width:48px;height:48px;border-radius:17px;background:#111;color:#fff;display:grid;place-items:center;box-shadow:0 7px 18px rgba(0,0,0,.18);border:3px solid #fff}
  .app-bottom-nav .app-cart-tab svg{width:24px;height:24px}.app-bottom-nav .app-cart-tab span:last-child{margin-top:-1px}
  .app-bottom-nav .app-cart-tab.active{background:transparent}.app-bottom-nav .app-cart-tab.active:after{display:none}
  .app-bottom-nav .app-cart-tab .app-badge{top:-2px;left:calc(50% + 11px);background:var(--app-gold)}

  /* category sheet with search and grouped cards */
  .app-sheet-panel{max-height:min(82vh,calc(var(--app-vh)*82));border-radius:28px 28px 0 0;padding:8px 12px calc(16px + var(--app-safe-bottom))}
  .app-sheet-head{padding:0 3px 8px}.app-sheet-head h2{font-size:22px;letter-spacing:-.03em}
  .app-sheet-search{position:relative;margin:0 2px 10px}.app-sheet-search input{width:100%;height:46px;border:1px solid #e3dfd7;border-radius:14px;padding:0 42px 0 14px;font-size:16px;font-weight:650;outline:none;background:#f7f6f3}.app-sheet-search input:focus{background:#fff;border-color:#cba13b;box-shadow:0 0 0 3px rgba(201,149,18,.10)}.app-sheet-search svg{position:absolute;right:14px;top:13px;width:20px;height:20px;stroke:#7d776d;fill:none;stroke-width:2}
  .app-sheet-list{max-height:calc(min(82vh,calc(var(--app-vh)*82)) - 145px);grid-template-columns:1fr 1fr;gap:8px}
  .app-sheet-list a{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:74px;padding:11px;border-radius:16px;position:relative}.app-sheet-list a b{font-size:12px;line-height:1.25}.app-sheet-list a small{display:block;margin-top:4px}.app-sheet-list a em{position:absolute;right:10px;bottom:8px;font-size:19px}.app-sheet-list a.app-sheet-hidden{display:none!important}

  /* home: app-like sections */
  .lom-commerce-hero{margin:0!important;padding:10px 0 4px!important;background:transparent!important}
  .lom-commerce-hero-grid{display:block!important}.lom-hero-copy{padding:18px!important;border-radius:22px!important;background:#fff!important;border:1px solid var(--app-line)!important;box-shadow:var(--app-shadow)!important}.lom-hero-copy h1{font-size:28px!important;line-height:1.05!important;letter-spacing:-.04em!important}.lom-eyebrow{font-size:9px!important}.lom-hero-search{display:none!important}.lom-hero-pills{display:flex!important;overflow-x:auto!important;gap:7px!important;scrollbar-width:none!important;padding-bottom:2px}.lom-hero-pills::-webkit-scrollbar{display:none}.lom-hero-pills>*{flex:0 0 auto!important;white-space:nowrap!important}
  .lom-hero-product{margin-top:10px!important;border-radius:22px!important;overflow:hidden!important;box-shadow:var(--app-shadow)!important}.lom-hero-slide{min-height:250px!important;padding:16px!important}.lom-hero-slide img{max-height:180px!important;object-fit:contain!important}.lom-hero-product-info h2{font-size:18px!important}
  .lom-store-section{padding:12px 0!important}.lom-section-head{align-items:flex-end!important;margin-bottom:9px!important}.lom-section-head h2{font-size:20px!important;letter-spacing:-.03em!important}.lom-section-head a{font-size:10px!important;min-height:34px!important;display:inline-flex!important;align-items:center!important;padding:0 10px!important;border-radius:10px!important;background:#fff!important;border:1px solid var(--app-line)!important}
  .lom-category-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.lom-category-card{min-width:0!important;border-radius:17px!important;background:#fff!important;border:1px solid var(--app-line)!important;box-shadow:none!important;overflow:hidden!important}.lom-cat-img{height:110px!important}.lom-category-card h3{font-size:12px!important;line-height:1.25!important}
  .lom-product-grid,.product-grid-v966{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.lom-product-card,.product-card-v966{min-width:0!important;border-radius:17px!important;overflow:hidden!important;border:1px solid var(--app-line)!important;background:#fff!important;box-shadow:none!important}.lom-product-card img,.product-card-image img{object-fit:contain!important}.product-card-image{aspect-ratio:1/1!important;min-height:0!important}.product-card-body{padding:10px!important}.product-card-body h3,.lom-product-card h3{font-size:12px!important;line-height:1.3!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-card-bottom{gap:7px!important}.product-add-btn{min-height:42px!important;border-radius:12px!important;font-size:10px!important}
  .lom-promo-strip,.lom-mid-banner,.lom-service-cards{border-radius:20px!important;overflow:hidden!important}

  /* catalog */
  .product-catalog{padding:10px 0!important}.category-detail-hero-wrap,.commerce-hero{margin:0 0 10px!important}.category-detail-hero,.commerce-hero-grid{border-radius:20px!important;overflow:hidden!important}.catalog-utility-head{display:grid!important;gap:8px!important}.catalog-toolbar{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.catalog-search{width:100%!important}.catalog-search input{font-size:16px!important;min-height:46px!important}.category-showcase-grid,.subcategory-grid{display:flex!important;overflow-x:auto!important;gap:8px!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important}.category-showcase-grid::-webkit-scrollbar,.subcategory-grid::-webkit-scrollbar{display:none}.category-showcase-card,.subcategory-card{flex:0 0 150px!important;scroll-snap-align:start!important;border-radius:16px!important}

  /* shared card hierarchy */
  .customer-section,.v1228-panel,.hb-main,.hb-summary,.co-card,.tr-order-card,.auth-v126-card,.customer-card{box-shadow:0 8px 24px rgba(19,18,16,.045)!important}
  button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
  button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #c99512!important;outline-offset:2px!important}
}

@media(min-width:761px){.app-bottom-nav,.app-category-sheet,.app-mobile-topbar{display:none!important}}

/* =========================================================
   V3 — Native mobile commerce / WebView refinement
   ========================================================= */
@media(max-width:760px){
  :root{--app-nav-h:68px;--app-page-x:12px;--app-radius-xl:24px}
  body{font-feature-settings:"kern" 1,"liga" 1;background:#f3f3f1!important}

  /* Header: true app chrome */
  .lom-header{box-shadow:0 1px 0 #e9e6df,0 8px 24px rgba(0,0,0,.035)!important}
  .lom-head-main{width:100%!important;padding:0 12px 10px!important;gap:8px!important}
  .app-mobile-topbar{min-height:54px!important;padding:5px 0 2px!important}
  .app-mobile-brand strong{font-size:18px!important;letter-spacing:.15em}.app-mobile-brand small{font-size:7px!important;letter-spacing:.2em}
  .app-back,.app-top-cart{width:42px!important;height:42px!important;border-radius:14px!important;background:#f5f4f1!important;border:1px solid #e8e4dc!important}
  .lom-search{height:47px!important;border-radius:15px!important;background:#f4f3ef!important}.lom-search input{height:45px!important;font-weight:650!important}.lom-search button{height:37px!important;min-width:58px!important}

  /* HOME HERO — mobile slider is the primary surface, not desktop shrink */
  .lom-commerce-hero{padding:8px 0 2px!important;overflow:visible!important}
  .lom-commerce-hero>.lom-wrap{width:100%!important}
  .lom-commerce-hero-grid{display:flex!important;flex-direction:column!important;gap:9px!important;background:transparent!important;color:#111!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}
  .lom-hero-product{order:1!important;width:100%!important;height:355px!important;min-height:355px!important;border:0!important;border-radius:0 0 26px 26px!important;background:#fff!important;box-shadow:0 10px 28px rgba(18,18,18,.08)!important;overflow:hidden!important}
  .lom-hero-slides{inset:0!important;border-radius:inherit!important}
  .lom-hero-slide{align-items:flex-start!important;justify-content:center!important;padding:0!important;background:linear-gradient(180deg,#fff 0%,#fff 68%,#f8f7f3 100%)!important}
  .lom-hero-slide img,.lom-hero-product img{width:100%!important;height:268px!important;max-width:none!important;object-fit:contain!important;padding:16px 20px 4px!important;margin:0!important;filter:none!important}
  .lom-hero-badge{top:14px!important;left:14px!important;padding:7px 10px!important;font-size:8px!important;letter-spacing:.08em!important;border-radius:9px!important;background:#111!important}
  .lom-hero-product-info{left:12px!important;right:12px!important;bottom:48px!important;min-height:75px!important;padding:11px 13px!important;border-radius:17px!important;border:1px solid #e9e5dd!important;background:rgba(255,255,255,.98)!important;box-shadow:0 8px 25px rgba(0,0,0,.075)!important;display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:"cat price" "name price"!important;column-gap:10px!important;align-items:center!important}
  .lom-hero-product-info small{grid-area:cat!important;font-size:8px!important;font-weight:900!important;letter-spacing:.05em!important;color:#9a740d!important}.lom-hero-product-info h2{grid-area:name!important;font-size:14px!important;line-height:1.22!important;margin:2px 0 0!important;-webkit-line-clamp:2!important}.lom-hero-product-info strong{grid-area:price!important;font-size:17px!important;white-space:nowrap!important;color:#111!important}
  .lom-hero-controls{bottom:9px!important;left:50%!important;padding:3px 7px!important;border-radius:999px!important;background:#111!important;border:0!important;box-shadow:none!important}.lom-hero-nav{width:25px!important;height:25px!important;background:#fff!important;color:#111!important}.lom-hero-counter{color:#bdb9b0!important}.lom-hero-counter strong{color:#fff!important}
  .lom-hero-product:after{content:"Kaydırarak ürünleri keşfedin";position:absolute;left:14px;bottom:17px;font-size:8px;font-weight:800;color:#8a867d;letter-spacing:.02em;z-index:4}
  .lom-hero-copy{order:2!important;margin:0 12px!important;padding:15px!important;border-radius:20px!important;background:#171716!important;color:#fff!important;border:0!important;box-shadow:none!important}
  .lom-hero-copy h1{font-size:22px!important;line-height:1.05!important;margin:7px 0 8px!important;max-width:310px!important}.lom-hero-copy h1 em{color:#d4a223!important}.lom-hero-copy p{font-size:11px!important;line-height:1.45!important;color:#cbc7be!important;margin:0!important}.lom-hero-copy .lom-eyebrow{font-size:7.5px!important}.lom-hero-pills{margin-top:10px!important;display:flex!important;gap:5px!important;overflow:hidden!important}.lom-hero-pills span{flex:1!important;min-width:0!important;padding:7px 4px!important;background:#272621!important;border:1px solid #34322c!important;border-radius:9px!important;font-size:7.5px!important;color:#fff!important;text-align:center!important}

  /* LOGIN — app screen, stronger hierarchy */
  .auth-app-v3{padding:10px 12px 18px!important;background:#f3f3f1!important}.auth-app-v3 .auth-v126-grid{gap:10px!important;max-width:520px!important}
  .auth-app-v3 .auth-v126-info{padding:17px!important;border-radius:22px!important;background:#171716!important;color:#fff!important;box-shadow:0 12px 30px rgba(0,0,0,.11)!important}
  .auth-app-brand{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:12px!important}.auth-app-brand>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#c99512;color:#111;font-size:20px;font-weight:950}.auth-app-brand>div{display:flex;flex-direction:column}.auth-app-brand small{font-size:7px!important;letter-spacing:.18em!important;color:#c9c5bc!important}.auth-app-brand b{font-size:13px!important;margin-top:2px!important}
  .auth-app-v3 .auth-v126-info h1{font-size:27px!important;line-height:1.02!important;margin:0 0 8px!important;letter-spacing:-.04em!important}.auth-app-v3 .auth-v126-info h1 em{font-style:normal;color:#d3a31f}.auth-app-v3 .auth-v126-info>p{font-size:11px!important;line-height:1.48!important;color:#c9c5bc!important;margin:0 0 13px!important}
  .auth-app-v3 .auth-benefits{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}.auth-app-v3 .auth-benefits>div{position:relative!important;min-height:84px!important;padding:10px!important;border:1px solid #34322d!important;background:#22211e!important;border-radius:14px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important}.auth-app-v3 .auth-benefits i{font-style:normal;font-size:8px;font-weight:900;color:#d8a92d;margin-bottom:7px}.auth-app-v3 .auth-benefits b{font-size:11px!important;color:#fff!important}.auth-app-v3 .auth-benefits span{font-size:8px!important;line-height:1.35!important;color:#aaa69d!important;margin-top:3px!important}
  .auth-app-v3 .auth-v126-card{padding:17px!important;border-radius:22px!important;border:1px solid #e6e2da!important;background:#fff!important;box-shadow:0 10px 30px rgba(0,0,0,.06)!important}
  .auth-app-head{display:flex!important;gap:12px!important;justify-content:space-between!important;align-items:flex-start!important;margin-bottom:14px!important}.auth-app-head small{font-size:8px!important;letter-spacing:.12em!important;color:#9b750f!important;font-weight:950}.auth-app-head h2{font-size:24px!important;letter-spacing:-.04em!important;margin:4px 0 5px!important}.auth-app-head p{font-size:10px!important;line-height:1.45!important;color:#777168!important;margin:0!important}.auth-lock{width:34px;height:34px;border-radius:11px;background:#ecf7ee;color:#207843;display:grid;place-items:center;font-weight:950;flex:0 0 auto}
  .auth-field{display:block!important;margin-bottom:11px!important}.auth-field>span{display:block!important;margin:0 0 6px!important;font-size:8px!important;font-weight:950!important;letter-spacing:.07em!important;color:#5f5b53!important}.auth-input-wrap{display:grid!important;grid-template-columns:38px 1fr auto!important;align-items:center!important;min-height:52px!important;border:1px solid #dedad2!important;border-radius:15px!important;background:#f8f7f4!important;overflow:hidden!important}.auth-input-wrap:focus-within{border-color:#c99512!important;box-shadow:0 0 0 3px rgba(201,149,18,.1)!important;background:#fff!important}.auth-input-wrap>i{font-style:normal;text-align:center;font-size:15px;font-weight:900;color:#8b857b}.auth-input-wrap input{border:0!important;background:transparent!important;box-shadow:none!important;padding:0 6px!important;min-height:50px!important}.auth-pass-toggle{height:34px!important;margin-right:7px!important;padding:0 10px!important;border:0!important;border-radius:10px!important;background:#ece9e3!important;font-size:9px!important;font-weight:900!important;color:#35322d!important}
  .auth-app-v3 .auth-v126-links{margin:2px 0 12px!important}.auth-app-v3 .customer-primary{height:54px!important;border-radius:15px!important;font-size:11px!important;letter-spacing:.04em!important;box-shadow:0 7px 17px rgba(0,0,0,.13)!important}.auth-app-v3 .customer-primary span{font-size:17px;margin-left:7px}.auth-app-divider{height:34px;display:flex;align-items:center;gap:8px;color:#aaa49b;font-size:8px}.auth-app-divider:before,.auth-app-divider:after{content:"";height:1px;background:#ece8e0;flex:1}.auth-create-account{min-height:58px;display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:"b e" "s e"!important;align-items:center!important;padding:10px 12px!important;border:1px solid #e6e1d8!important;border-radius:14px!important;text-decoration:none!important;color:#111!important;background:#fff!important}.auth-create-account b{grid-area:b;font-size:11px!important}.auth-create-account small{grid-area:s;font-size:8px!important;color:#817b72!important;margin-top:2px}.auth-create-account em{grid-area:e;font-style:normal;font-size:24px}.auth-trust-row{display:flex!important;gap:5px!important;margin-top:10px!important}.auth-trust-row span{flex:1;min-width:0;text-align:center;padding:7px 3px;background:#f5f3ef;border-radius:9px;font-size:7px;font-weight:850;color:#555149}.auth-app-v3 .auth-dealer-note{margin-top:10px!important;padding:10px!important;border-radius:12px!important;background:#fff8e6!important;border:1px solid #f0dfac!important}.auth-app-v3 .auth-dealer-note b{display:block!important;font-size:9px!important}.auth-app-v3 .auth-dealer-note span{display:block!important;font-size:8px!important;line-height:1.4!important;margin-top:3px!important;color:#6f6449!important}

  /* ACCOUNT HOME — native dashboard */
  .account-v128 .customer-content{display:block!important}.account-mobile-profile{display:flex!important;align-items:center!important;gap:11px!important;margin:0 0 9px!important;padding:13px!important;border-radius:19px!important;background:#171716!important;color:#fff!important;box-shadow:0 10px 24px rgba(0,0,0,.09)!important}.amp-avatar{width:47px;height:47px;display:grid;place-items:center;border-radius:15px;background:#c99512;color:#111;font-size:20px;font-weight:950;flex:0 0 auto}.amp-user{min-width:0;display:flex;flex-direction:column;flex:1}.amp-user small{font-size:7px;letter-spacing:.13em;color:#bcb7ae;font-weight:900}.amp-user b{font-size:14px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.amp-user span{font-size:8px;color:#a9a49b;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-mobile-profile>a{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#292824;color:#fff;text-decoration:none;font-size:24px}
  .account-mobile-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-bottom:9px!important}.account-mobile-actions>a{min-height:83px;padding:11px;border:1px solid #e5e1d9;border-radius:17px;background:#fff;color:#111;text-decoration:none;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:8px;box-shadow:0 5px 15px rgba(0,0,0,.025)}.account-mobile-actions i{width:36px;height:36px;border-radius:11px;background:#f2efe8;display:grid;place-items:center;font-style:normal;font-size:12px;font-weight:950;color:#8f6a08}.account-mobile-actions span{display:flex;flex-direction:column;min-width:0}.account-mobile-actions b{font-size:11px;line-height:1.2}.account-mobile-actions small{font-size:7.5px;color:#878177;margin-top:3px}
  .account-mobile-progress{display:block!important;margin-bottom:10px;padding:11px 12px;border-radius:16px;background:#fff;border:1px solid #e5e1d9}.account-mobile-progress>div{display:flex;align-items:center;justify-content:space-between}.account-mobile-progress span{font-size:9px;font-weight:900}.account-mobile-progress b{font-size:13px}.account-mobile-progress>i{display:block;height:6px;background:#eeeae2;border-radius:99px;overflow:hidden;margin:7px 0 5px}.account-mobile-progress>i em{display:block;height:100%;background:#c99512;border-radius:99px}.account-mobile-progress>small{font-size:7.5px;color:#817b72}
  .account-v128 .account-hero{padding:14px!important;border-radius:18px!important;background:#fff!important;border:1px solid #e5e1d9!important}.account-v128 .account-hero span{font-size:7px!important}.account-v128 .account-hero h1{font-size:20px!important;margin:3px 0 4px!important}.account-v128 .account-hero p{font-size:9px!important}.account-v128 .customer-welcome-actions{margin-top:9px!important}.account-v128 .customer-welcome-actions a{min-height:40px!important;font-size:8px!important}
  .account-v128 .v1228-kpis{grid-template-columns:repeat(2,1fr)!important;gap:7px!important}.account-v128 .v1228-kpi{min-height:92px!important;padding:12px!important;border-radius:17px!important}.account-v128 .v1228-kpi b{font-size:21px!important}.account-v128 .v1228-toolbar{margin:1px 0 6px!important;padding:3px 0 8px!important}.account-v128 .v1228-toolbar a{min-height:40px!important;border:1px solid #e7e2d9!important;background:#fff!important;color:#111!important;font-size:8px!important;font-weight:900!important}.account-v128 .v1228-toolbar a.primary{background:#111!important;color:#fff!important;border-color:#111!important}.account-v128 .v1228-panel{padding:13px!important;border-radius:18px!important}.account-v128 .v1228-panel-head h2,.account-v128 .v1228-panel h2{font-size:16px!important}.account-v128 .v1228-mini-row{min-height:64px!important;border:1px solid #eeeae3!important;background:#faf9f6!important}.account-v128 .v1228-mini-row i{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#fff;border:1px solid #e8e3da;font-style:normal}.account-v128 .v1228-mini-row b{font-size:10px!important}.account-v128 .v1228-mini-row small{font-size:8px!important}

  /* mobile bottom nav: app dock */
  .app-bottom-nav{height:calc(68px + var(--app-safe-bottom))!important;padding:5px 7px var(--app-safe-bottom)!important;border-radius:20px 20px 0 0!important;border-top:1px solid #e7e3db!important}.app-bottom-nav a,.app-bottom-nav button{border-radius:13px!important}.app-bottom-nav svg{width:21px!important;height:21px!important}.app-bottom-nav span{font-size:8px!important}.app-bottom-nav .app-cart-tab .app-nav-icon-wrap{width:49px!important;height:49px!important;border-radius:16px!important}
}

@media(max-width:390px){
  .lom-hero-product{height:330px!important;min-height:330px!important}.lom-hero-slide img,.lom-hero-product img{height:244px!important;padding:12px 14px 2px!important}.lom-hero-product-info{bottom:46px!important}.lom-hero-copy{margin:0 10px!important}.auth-app-v3{padding-left:10px!important;padding-right:10px!important}.account-mobile-actions>a{min-height:78px!important;padding:9px!important}
}
@media(max-width:760px){.app-pressed{transform:scale(.975)!important;transition:transform .08s ease!important}}


/* V6 functional states */
.lom-fav button.is-favorite{background:#171715!important;color:#fff!important;border-color:#171715!important}
.product-inquiry-btn.is-favorite{background:#171715!important;color:#fff!important;border-color:#171715!important}
.app-native-toast{position:fixed;left:50%;bottom:calc(var(--app-nav-h,72px) + var(--app-safe-bottom,0px) + 18px);z-index:1800;max-width:min(88vw,360px);transform:translate(-50%,18px);opacity:0;pointer-events:none;background:#171715;color:#fff;padding:11px 14px;border-radius:13px;font-size:12px;font-weight:800;line-height:1.35;box-shadow:0 12px 30px rgba(0,0,0,.2);transition:.2s ease}
.app-native-toast.show{opacity:1;transform:translate(-50%,0)}
@media(min-width:761px){.app-native-toast{bottom:24px}}

\n\n/* V7 mobile consistency / no-overflow */\n@media(max-width:760px){\n  .customer-main-unified,.customer-shell,.customer-content,.customer-section,.v1228-panel,.v1228-grid,.v1228-stack,.v129-b2b-status,.v129-rule-grid,.order-center-v129,.tr-order-card,.order-progress,.customer-grid-main{max-width:100%!important;min-width:0!important;box-sizing:border-box!important}\n  .customer-content *{overflow-wrap:anywhere;word-break:normal}\n  img,svg,video,canvas{max-width:100%;height:auto}\n  .account-v128 .m5-order{color:#151515!important;text-decoration:none!important}.m5-order-detail{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:0 10px;border-radius:10px;background:#111;color:#fff!important;font-size:9px;font-weight:900}\n  .tr-order-summary{grid-template-columns:1fr 1fr!important;gap:8px!important}.tr-order-summary>a{grid-column:1/-1!important;width:100%!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important}.tr-order-body{grid-template-columns:1fr!important;gap:10px!important}.tr-action{width:100%!important;min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important}\n  .order-progress{display:flex!important;gap:5px!important;overflow-x:auto!important;padding:2px 0 9px!important;scrollbar-width:none}.order-progress>div{flex:0 0 92px!important;min-width:92px!important}.customer-grid-main{grid-template-columns:1fr!important}.customer-grid-main aside{display:grid!important;gap:10px!important}\n  /* Profile becomes native form */\n  .account-v128 .customer-page-head{padding:16px!important}.account-v128 .v1228-form-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.account-v128 .v1228-form-grid label{font-size:9px!important;font-weight:900!important;color:#716b61!important}.account-v128 .v1228-form-grid input,.account-v128 form>label input{width:100%!important;min-height:50px!important;font-size:16px!important;border:1px solid #e1ddd5!important;border-radius:14px!important;background:#faf9f6!important;padding:0 13px!important}.account-v128 .v1228-primary{width:100%!important;min-height:50px!important;border-radius:14px!important}.account-v128 .v1228-security{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;padding:10px 0!important}.account-v128 .v1228-security i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f4f0e7;font-style:normal;color:#9a720b;font-weight:900}.account-v128 .v1228-security b{font-size:11px!important}.account-v128 .v1228-security small{font-size:8px!important;color:#837d74!important}\n  /* Dealer page: native B2B cards, remove desktop tab strip clutter */\n  .account-v129 .v1228-toolbar{display:none!important}.account-v129 .v1228-kpis{grid-template-columns:1fr 1fr!important;gap:8px!important}.account-v129 .v1228-kpi{min-height:98px!important;padding:13px!important}.account-v129 .v1228-kpi b{font-size:18px!important;line-height:1.12!important}.account-v129 .v129-b2b-status{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin:0 0 10px!important}.account-v129 .v129-b2b-status>div{min-height:104px!important;padding:13px!important;border:1px solid #e7e2d8!important;border-radius:17px!important;background:#fff!important}.account-v129 .v129-b2b-status span{font-size:8px!important;font-weight:900!important;color:#a47a0d!important;letter-spacing:.08em}.account-v129 .v129-b2b-status b{display:block!important;font-size:17px!important;margin:6px 0 4px!important}.account-v129 .v129-b2b-status small{font-size:8px!important;color:#827d73!important}.account-v129 .v129-rule-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.account-v129 .v129-rule-grid>div{padding:12px!important;border-radius:14px!important;background:#faf9f6!important;border:1px solid #ebe6dd!important}.account-v129 .v129-rule-grid small{font-size:8px!important}.account-v129 .v129-rule-grid b{font-size:16px!important}.account-v129 .v129-action-row{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.account-v129 .v129-action-row a{width:100%!important;min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:13px!important}.v129-chip-wrap{display:flex!important;gap:6px!important;flex-wrap:wrap!important}.v129-chip{font-size:9px!important;padding:7px 9px!important;border-radius:99px!important}\n  .password-recovery-mobile{padding:12px!important}.password-recovery-mobile .recovery-steps{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.password-recovery-mobile .recovery-steps>div{padding:11px!important;border-radius:14px!important}.password-recovery-mobile .auth-v126-info{display:block!important}\n  body{width:100%!important;max-width:100vw!important}.lom-wrap,.customer-shell{overflow-x:clip!important}\n}\n