/* LuxorOtoMarket Mobile App Layer V14.50
   Mobile-only override layer. Desktop is intentionally untouched. */
@media (max-width:760px){
  :root{
    --m1450-safe-top:env(safe-area-inset-top,0px);
    --m1450-safe-bottom:env(safe-area-inset-bottom,0px);
    --m1450-nav-h:72px;
    --m1450-x:12px;
    --m1450-bg:#f4f4f2;
    --m1450-card:#fff;
    --m1450-ink:#171715;
    --m1450-muted:#777168;
    --m1450-line:#e7e2d9;
    --m1450-gold:#c99512;
    --m1450-radius:18px;
    --m1450-shadow:0 8px 24px rgba(26,22,15,.055);
  }
  html{width:100%;max-width:100%;overflow-x:clip!important;background:var(--m1450-bg)!important;scroll-padding-top:112px;scroll-padding-bottom:calc(var(--m1450-nav-h) + var(--m1450-safe-bottom) + 18px)}
  body{width:100%!important;max-width:100vw!important;min-height:100dvh!important;margin:0!important;overflow-x:clip!important;background:var(--m1450-bg)!important;padding-bottom:calc(var(--m1450-nav-h) + var(--m1450-safe-bottom) + 14px)!important;-webkit-text-size-adjust:100%;text-size-adjust:100%}
  body.m1450-lock{overflow:hidden!important;touch-action:none}
  body *{box-sizing:border-box}
  img,video,canvas,svg,iframe{max-width:100%}
  table{max-width:100%}
  input,select,textarea,button{font-family:inherit}
  input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea{font-size:16px!important}
  a,button{-webkit-tap-highlight-color:transparent}

  /* App chrome */
  .lom-topline,.lom-nav,.lom-mobile-nav,.lom-actions,.lom-head-main>.lom-logo{display:none!important}
  .lom-header{position:sticky!important;top:0!important;z-index:1100!important;padding-top:var(--m1450-safe-top)!important;background:rgba(255,255,255,.97)!important;border:0!important;border-bottom:1px solid var(--m1450-line)!important;box-shadow:0 6px 22px rgba(20,18,14,.05)!important;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}
  .lom-head-main{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:none!important;margin:0!important;padding:5px var(--m1450-x) 10px!important;gap:7px!important}
  .app-mobile-topbar{display:flex!important;width:100%!important;min-height:52px!important;align-items:center!important;gap:8px!important;padding:3px 0!important}
  .app-mobile-topbar .app-back,.app-mobile-topbar .app-top-notify,.app-mobile-topbar .app-mobile-menu-trigger,.app-mobile-topbar .app-top-cart{width:40px!important;height:40px!important;flex:0 0 40px!important;border:1px solid var(--m1450-line)!important;border-radius:13px!important;background:#fff!important;color:var(--m1450-ink)!important;display:grid!important;place-items:center!important;box-shadow:none!important;padding:0!important}
  .app-mobile-brand{min-width:0!important;flex:1!important;text-align:center!important;text-decoration:none!important;color:var(--m1450-ink)!important}
  .app-mobile-brand strong{display:block!important;font-size:18px!important;letter-spacing:.17em!important;line-height:1!important}.app-mobile-brand small{display:block!important;margin-top:4px!important;font-size:7px!important;font-weight:900!important;letter-spacing:.2em!important;color:#97700a!important}
  .lom-search{display:grid!important;grid-template-columns:38px minmax(0,1fr) 62px!important;width:100%!important;height:46px!important;margin:0!important;border:1px solid #ddd8cf!important;border-radius:15px!important;background:#f5f4f1!important;box-shadow:none!important;overflow:visible!important}
  .lom-search>span{font-size:20px!important}.lom-search input{width:100%!important;min-width:0!important;height:44px!important;padding:0 4px!important;border:0!important;background:transparent!important;outline:0!important;color:#171715!important;font-size:16px!important}.lom-search button{height:38px!important;margin:3px 4px 3px 0!important;border-radius:11px!important;font-size:9px!important;font-weight:950!important}
  .lom-search:focus-within{background:#fff!important;border-color:#c79c30!important;box-shadow:0 0 0 3px rgba(201,149,18,.1)!important}
  .lux-search-suggestions{position:fixed!important;left:10px!important;right:10px!important;top:calc(var(--m1450-safe-top) + 106px)!important;width:auto!important;max-height:min(65dvh,540px)!important;overflow:auto!important;border-radius:18px!important;z-index:1600!important;box-shadow:0 20px 50px rgba(0,0,0,.16)!important}

  /* Fixed native app dock */
  .app-bottom-nav{display:grid!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1500!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;height:calc(var(--m1450-nav-h) + var(--m1450-safe-bottom))!important;padding:5px 7px var(--m1450-safe-bottom)!important;border:1px solid #e3dfd7!important;border-bottom:0!important;border-radius:20px 20px 0 0!important;background:rgba(255,255,255,.985)!important;box-shadow:0 -10px 32px rgba(0,0,0,.10)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:transform .22s ease!important}
  .app-bottom-nav a,.app-bottom-nav button{position:relative!important;min-width:0!important;min-height:60px!important;border:0!important;border-radius:13px!important;background:transparent!important;color:#777168!important;text-decoration:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:3px 1px!important}
  .app-bottom-nav svg{width:21px!important;height:21px!important;stroke:currentColor!important;fill:none!important;stroke-width:1.9!important}.app-bottom-nav span{font-size:8.5px!important;font-weight:850!important;white-space:nowrap!important;line-height:1.15!important}
  .app-bottom-nav .active{color:#111!important;background:#f7f4ed!important}.app-bottom-nav .active:after{content:""!important;position:absolute!important;top:0!important;left:50%!important;transform:translateX(-50%)!important;width:26px!important;height:3px!important;border-radius:99px!important;background:var(--m1450-gold)!important}
  .app-bottom-nav .app-cart-tab{margin-top:-13px!important;background:transparent!important}.app-bottom-nav .app-cart-tab:after{display:none!important}.app-bottom-nav .app-cart-tab .app-nav-icon-wrap{width:50px!important;height:50px!important;border-radius:17px!important;background:#111!important;color:#fff!important;display:grid!important;place-items:center!important;border:3px solid #fff!important;box-shadow:0 8px 20px rgba(0,0,0,.2)!important}.app-bottom-nav .app-cart-tab svg{width:24px!important;height:24px!important}.app-bottom-nav .app-cart-tab>span:last-child{margin-top:-1px!important}
  .app-badge{z-index:2!important;min-width:18px!important;height:18px!important;font-size:9px!important;border:2px solid #fff!important}
  body.m1450-keyboard-open .app-bottom-nav{transform:translateY(115%)!important}

  /* Screen / sheet stability */
  .lom-mobile-search-screen,.lom-mobile-category-screen{position:fixed!important;inset:0!important;z-index:1900!important;background:#f5f5f3!important;max-width:100vw!important;overflow:hidden!important}
  .lom-mobile-screen-head{padding-top:calc(8px + var(--m1450-safe-top))!important;background:#fff!important;border-bottom:1px solid var(--m1450-line)!important}.lom-mobile-screen-body{height:calc(100dvh - 64px - var(--m1450-safe-top))!important;overflow-y:auto!important;overscroll-behavior:contain!important;padding-bottom:calc(24px + var(--m1450-safe-bottom))!important}
  .app-category-sheet{z-index:1950!important}.app-sheet-panel{max-height:min(84dvh,720px)!important;padding-bottom:calc(16px + var(--m1450-safe-bottom))!important}.app-sheet-list{overscroll-behavior:contain!important}

  /* Global mobile layout guards */
  .lom-wrap,.lom-products-shell,.product-catalog,.customer-main,.customer-main-unified,.customer-shell,.customer-content,.commerce-hero,.category-detail-hero-wrap{width:100%!important;max-width:100%!important;min-width:0!important}
  .lom-wrap{padding-left:var(--m1450-x)!important;padding-right:var(--m1450-x)!important;margin-left:auto!important;margin-right:auto!important}
  main,.customer-content,.customer-section,.v1228-panel,.customer-card,.order-side-card,.tr-order-card,.hb-main,.hb-summary,.co-card{min-width:0!important;max-width:100%!important}
  .customer-content *,.lom-product-card *,.product-card-v966 *{overflow-wrap:anywhere}
  .customer-grid-main,.profile-grid-v128,.address-layout-modern,.v129-grid,.v1228-grid,.v1228-stack{grid-template-columns:minmax(0,1fr)!important}
  .customer-section,.v1228-panel,.customer-card,.order-side-card,.tr-order-card,.hb-main,.hb-summary,.co-card{border-radius:18px!important;box-shadow:var(--m1450-shadow)!important}
  .customer-section table,.v1228-panel table,.customer-card table,.order-table,.table-responsive{display:block!important;width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}

  /* Home/catalog as compact app cards */
  .lom-commerce-hero{padding:10px 0 5px!important}.lom-commerce-hero-grid{display:block!important;min-height:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.lom-hero-copy{margin:0!important;padding:18px!important;border-radius:22px!important;background:#fff!important;border:1px solid var(--m1450-line)!important;box-shadow:var(--m1450-shadow)!important;color:#171715!important}.lom-hero-copy h1{font-size:28px!important;line-height:1.08!important;margin:9px 0 10px!important}.lom-hero-copy p{font-size:12px!important;line-height:1.55!important;color:#746e65!important}.lom-hero-search{display:none!important}.lom-hero-pills{overflow-x:auto!important;flex-wrap:nowrap!important;scrollbar-width:none!important}.lom-hero-pills span{color:#655f55!important;white-space:nowrap!important}
  .lom-hero-product{min-height:300px!important;margin-top:9px!important;border-radius:22px!important;overflow:hidden!important;box-shadow:var(--m1450-shadow)!important}.lom-hero-product img{max-height:215px!important;object-fit:contain!important}.lom-hero-product-info{left:12px!important;right:12px!important;bottom:12px!important}
  .lom-store-section{padding:12px 0!important}.lom-section-head{margin-bottom:10px!important}.lom-section-head h2{font-size:20px!important}.lom-section-head>a{font-size:10px!important}
  .lom-category-grid,.lom-product-grid,.product-grid-v966{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.lom-category-card,.lom-product-card,.product-card-v966{min-width:0!important;border-radius:17px!important;background:#fff!important;border:1px solid var(--m1450-line)!important;box-shadow:none!important;overflow:hidden!important}.lom-product-media{height:auto!important;aspect-ratio:1/1!important}.lom-product-media img{padding:10px!important;object-fit:contain!important}.lom-product-body{padding:11px!important}.lom-product-body h3{font-size:12px!important;line-height:1.3!important;min-height:31px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.lom-product-body p{display:none!important}.lom-product-buy{gap:6px!important}.lom-product-buy strong{font-size:15px!important}.lom-product-buy button{min-height:38px!important;padding:8px 9px!important}
  .lom-products-shell{margin:12px auto 24px!important;padding:0 var(--m1450-x)!important}.lom-products-head{display:block!important;margin-bottom:10px!important}.lom-products-head h1{font-size:24px!important}.lom-products-toolbar{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.lom-products-toolbar input,.lom-products-toolbar select,.lom-products-toolbar button{width:100%!important;min-height:46px!important}
  .lom-promo-strip .lom-wrap,.lom-service-cards .lom-wrap{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.lom-promo-strip .lom-wrap{overflow:visible!important;background:transparent!important;border:0!important}.lom-promo-strip div div,.lom-service-cards article{min-width:0!important;padding:12px!important;border:1px solid var(--m1450-line)!important;border-radius:16px!important;background:#fff!important}.lom-mid-banner>.lom-wrap{display:block!important;border-radius:20px!important;overflow:hidden!important}.lom-banner-main{padding:22px 18px!important}.lom-banner-main h2{font-size:24px!important}.lom-banner-side{padding:16px!important}

  /* App footer: visible, compact, functional */
  .lom-footer{display:block!important;margin-top:20px!important;padding:18px 0 calc(var(--m1450-nav-h) + var(--m1450-safe-bottom) + 24px)!important;background:#121211!important;color:#fff!important;position:relative!important;z-index:1!important}
  .lom-footer .lom-wrap{width:100%!important;max-width:100%!important;padding:0 var(--m1450-x)!important}
  .lom-footer-trust{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:0!important;margin:0 0 12px!important;border:0!important}.lom-footer-trust>div{min-width:0!important;min-height:76px!important;padding:12px!important;border:1px solid #2f2d29!important;border-radius:14px!important;background:#191816!important}.lom-footer-trust b{font-size:11px!important;line-height:1.25!important}.lom-footer-trust span{display:block!important;margin-top:4px!important;font-size:9px!important;line-height:1.35!important;color:#aaa69e!important}
  .lom-footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:0 0 12px!important}.lom-foot-brand{grid-column:auto!important;padding:14px!important;border:1px solid #2f2d29!important;border-radius:16px!important;background:#191816!important}.lom-foot-brand .lom-logo{display:inline-flex!important}.lom-foot-brand .lom-logo strong{font-size:22px!important}.lom-foot-brand .lom-logo span{font-size:8px!important}.lom-foot-brand p{margin:10px 0 0!important;max-width:none!important;font-size:10px!important;line-height:1.55!important}.lom-foot-contact{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin-top:11px!important}.lom-foot-contact a{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;min-height:38px!important;padding:7px!important;border:1px solid #34322d!important;border-radius:11px!important;background:#111!important;color:#eee9df!important;font-size:9px!important;text-align:center!important;text-decoration:none!important}
  .lom-footer-grid>.lom-foot-col{min-height:0!important;padding:0!important;border:1px solid #2f2d29!important;border-radius:14px!important;background:#191816!important;overflow:hidden!important;display:block!important}.lom-footer-grid>.lom-foot-col h4{position:relative!important;margin:0!important;padding:14px 42px 14px 14px!important;color:#e1b23a!important;font-size:10px!important;letter-spacing:.1em!important;cursor:pointer!important;user-select:none!important}.lom-footer-grid>.lom-foot-col h4:after{content:"+";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:8px;background:#24221f;color:#fff;display:grid;place-items:center;font-size:16px;line-height:1}.lom-footer-grid>.lom-foot-col.is-open h4:after{content:"−"}.lom-footer.m1450-footer-ready .lom-foot-col>a{display:none!important}.lom-footer.m1450-footer-ready .lom-foot-col.is-open>a{display:block!important}.lom-footer-grid>.lom-foot-col>a:not(.lom-logo){margin:0!important;padding:11px 14px!important;border-top:1px solid #292824!important;color:#d3cfc7!important;font-size:11px!important;line-height:1.25!important;text-decoration:none!important}
  .lom-footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important;padding-top:12px!important;font-size:9px!important;line-height:1.4!important}.lom-footer-bottom>div{display:flex!important;gap:6px!important;flex-wrap:wrap!important}.lom-footer-bottom>div span{padding:5px 7px!important;border:1px solid #302e2a!important;border-radius:8px!important;background:#191816!important;color:#bbb6ad!important}

  /* Floating utilities: never hide behind app dock */
  .lom-floating-actions{position:fixed!important;left:0!important;right:0!important;bottom:calc(var(--m1450-nav-h) + var(--m1450-safe-bottom) + 14px)!important;z-index:1450!important;pointer-events:none!important}
  .lom-wa,.lom-backtop{position:absolute!important;bottom:0!important;width:46px!important;height:46px!important;border:0!important;border-radius:15px!important;display:grid!important;place-items:center!important;box-shadow:0 9px 22px rgba(0,0,0,.16)!important;pointer-events:auto!important;text-decoration:none!important}
  .lom-wa{left:14px!important;right:auto!important;background:#25d366!important;color:#fff!important}.lom-wa svg{width:24px!important;height:24px!important}
  .lom-backtop{right:14px!important;left:auto!important;background:#171715!important;color:#fff!important;opacity:0!important;visibility:hidden!important;transform:translateY(12px) scale(.92)!important;transition:opacity .18s ease,transform .18s ease,visibility .18s!important;cursor:pointer!important}.lom-backtop svg{width:22px!important;height:22px!important}.lom-backtop.show,.lom-backtop.m1450-show{opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important}
  body.m1450-keyboard-open .lom-floating-actions{display:none!important}

  /* Toasts / cookie / fixed overlays */
  .app-native-toast{bottom:calc(var(--m1450-nav-h) + var(--m1450-safe-bottom) + 18px)!important;z-index:2100!important}.cookie-consent,.cookie-banner,[data-cookie-consent]{max-width:calc(100vw - 20px)!important;left:10px!important;right:10px!important;bottom:calc(var(--m1450-nav-h) + var(--m1450-safe-bottom) + 10px)!important}

  /* Product detail and checkout overflow fixes */
  .product-detail,.product-detail-grid,.product-main-grid,.cart-layout,.checkout-layout,.checkout-grid,.product-detail-layout{grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;min-width:0!important}
  .product-gallery,.product-info,.cart-summary,.checkout-summary{min-width:0!important;max-width:100%!important}.product-gallery img{object-fit:contain!important}.product-thumbs{overflow-x:auto!important;scrollbar-width:none!important}.product-thumbs::-webkit-scrollbar{display:none!important}
  .cart-table,.checkout-table{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}

  /* Small device refinement */
  @media(max-width:390px){
    :root{--m1450-x:10px}.lom-category-grid,.lom-product-grid,.product-grid-v966{gap:7px!important}.lom-product-body{padding:9px!important}.lom-footer-trust{gap:6px!important}.lom-footer-trust>div{padding:10px!important}.lom-foot-contact{grid-template-columns:1fr!important}.app-bottom-nav span{font-size:8px!important}
  }
}

@media(min-width:761px){
  .m1450-mobile-only{display:none!important}
}

/* =========================================================
   LuxorOtoMarket V14.51 — MOBILE VISUAL STABILITY HOTFIX
   Additive override only. Keeps V14.50 structure intact.
   ========================================================= */
@media (max-width:760px){
  :root{
    --m1450-nav-h:64px;
    --m1451-header-gap:6px;
    --m1451-control-h:44px;
    --m1451-card-radius:16px;
    --m1451-page-bottom:calc(var(--m1450-nav-h) + var(--m1450-safe-bottom) + 22px);
  }

  /* Header: denser, cleaner, no old mobile layers leaking through */
  .lom-header{box-shadow:0 4px 16px rgba(20,18,14,.045)!important}
  .lom-head-main{padding:4px 10px 7px!important;gap:5px!important}
  .app-mobile-topbar{min-height:46px!important;height:46px!important;gap:7px!important;padding:0!important}
  .app-mobile-topbar .app-back,
  .app-mobile-topbar .app-top-notify,
  .app-mobile-topbar .app-mobile-menu-trigger,
  .app-mobile-topbar .app-top-cart{width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:12px!important}
  .app-mobile-topbar svg{width:20px!important;height:20px!important}
  .app-mobile-brand strong{font-size:17px!important;letter-spacing:.16em!important}
  .app-mobile-brand small{font-size:6.5px!important;margin-top:3px!important}
  .lom-search{grid-template-columns:34px minmax(0,1fr) 58px!important;height:42px!important;border-radius:13px!important;background:#f7f6f3!important}
  .lom-search>span{font-size:17px!important;display:grid!important;place-items:center!important}
  .lom-search input{height:40px!important;font-size:14px!important;padding:0 3px!important}
  .lom-search button{height:34px!important;margin:3px 3px 3px 0!important;border-radius:10px!important;font-size:8.5px!important}
  .lux-search-suggestions{top:calc(var(--m1450-safe-top) + 96px)!important}

  /* Auth pages: app-style compact header; global product search is noise here */
  body.m1451-auth-page .lom-head-main{padding-bottom:4px!important}
  body.m1451-auth-page .lom-search{display:none!important}
  body.m1451-auth-page .lom-header{border-bottom-color:#ece8e0!important}
  body.m1451-auth-page .app-mobile-topbar{min-height:50px!important;height:50px!important}
  body.m1451-auth-page .app-mobile-brand strong{font-size:18px!important}

  /* Bottom dock: smaller and it must never cover forms/cards */
  body{padding-bottom:var(--m1451-page-bottom)!important}
  .app-bottom-nav{height:calc(var(--m1450-nav-h) + var(--m1450-safe-bottom))!important;padding:4px 6px var(--m1450-safe-bottom)!important;border-radius:17px 17px 0 0!important;box-shadow:0 -7px 24px rgba(0,0,0,.085)!important}
  .app-bottom-nav a,.app-bottom-nav button{min-height:54px!important;border-radius:11px!important;gap:2px!important;padding:2px 1px!important}
  .app-bottom-nav svg{width:20px!important;height:20px!important}
  .app-bottom-nav span{font-size:8px!important}
  .app-bottom-nav .app-cart-tab{margin-top:-7px!important}
  .app-bottom-nav .app-cart-tab .app-nav-icon-wrap{width:45px!important;height:45px!important;border-radius:15px!important;border-width:3px!important;box-shadow:0 6px 15px rgba(0,0,0,.17)!important}
  .app-bottom-nav .app-cart-tab svg{width:22px!important;height:22px!important}
  body.m1451-auth-page .app-bottom-nav .app-cart-tab{margin-top:0!important}
  body.m1451-auth-page .app-bottom-nav .app-cart-tab .app-nav-icon-wrap{width:auto!important;height:auto!important;background:transparent!important;color:inherit!important;border:0!important;box-shadow:none!important}
  body.m1451-auth-page .app-bottom-nav .app-cart-tab svg{width:20px!important;height:20px!important}

  /* Auth / login / register: remove legacy size conflicts */
  body.m1451-auth-page .auth-v126,
  body.m1451-auth-page .customer-auth{padding:10px 10px calc(var(--m1451-page-bottom) + 12px)!important;margin:0!important;background:#f4f4f2!important}
  body.m1451-auth-page .auth-v126-grid,
  body.m1451-auth-page .customer-auth{display:block!important;width:100%!important;max-width:520px!important;margin:0 auto!important;min-height:0!important}
  body.m1451-auth-page .auth-v126-info,
  body.m1451-auth-page .customer-auth-copy{display:none!important}
  body.m1451-auth-page .auth-v126-form{width:100%!important;padding:0!important;margin:0!important}
  body.m1451-auth-page .auth-v126-card,
  body.m1451-auth-page .customer-card{width:100%!important;max-width:100%!important;margin:0!important;padding:15px!important;border:1px solid #e5e0d8!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 24px rgba(20,18,14,.045)!important;overflow:visible!important}
  body.m1451-auth-page .auth-app-head{margin-bottom:12px!important;gap:9px!important;align-items:flex-start!important}
  body.m1451-auth-page .auth-app-head small{font-size:7.5px!important}
  body.m1451-auth-page .auth-app-head h2{font-size:22px!important;line-height:1.08!important;letter-spacing:-.035em!important;margin:4px 0 4px!important}
  body.m1451-auth-page .auth-app-head p{font-size:9.5px!important;line-height:1.42!important}
  body.m1451-auth-page .auth-lock{width:32px!important;height:32px!important;border-radius:10px!important}
  body.m1451-auth-page .auth-field{margin-bottom:10px!important}
  body.m1451-auth-page .auth-field>span{font-size:8px!important;margin-bottom:5px!important}
  body.m1451-auth-page .auth-input-wrap{grid-template-columns:34px minmax(0,1fr) auto!important;min-height:48px!important;border-radius:13px!important;overflow:hidden!important}
  body.m1451-auth-page .auth-input-wrap>i{font-size:14px!important}
  body.m1451-auth-page .auth-input-wrap input{width:100%!important;min-width:0!important;min-height:46px!important;height:46px!important;font-size:16px!important;padding:0 5px!important;border:0!important;box-shadow:none!important;background:transparent!important}
  body.m1451-auth-page .auth-pass-toggle{height:32px!important;margin-right:6px!important;padding:0 9px!important;border-radius:9px!important;font-size:8.5px!important}
  body.m1451-auth-page .auth-v126-links{margin:3px 0 11px!important;gap:8px!important;font-size:9px!important;align-items:center!important}
  body.m1451-auth-page .customer-check{gap:7px!important;min-width:0!important}
  body.m1451-auth-page .customer-check input{width:18px!important;height:18px!important;min-height:18px!important;flex:0 0 18px!important}
  body.m1451-auth-page .auth-v126-links a{font-size:9px!important;white-space:nowrap!important}
  body.m1451-auth-page .customer-primary{width:100%!important;min-height:49px!important;height:49px!important;border-radius:13px!important;font-size:10.5px!important;box-shadow:0 5px 14px rgba(0,0,0,.10)!important}
  body.m1451-auth-page .auth-app-divider{height:30px!important;font-size:8px!important}
  body.m1451-auth-page .auth-create-account{min-height:54px!important;padding:9px 11px!important;border-radius:13px!important}
  body.m1451-auth-page .auth-trust-row{margin-top:8px!important;gap:4px!important}
  body.m1451-auth-page .auth-trust-row span{padding:6px 2px!important;font-size:6.8px!important}
  body.m1451-auth-page .auth-dealer-note{margin-top:8px!important;padding:9px!important}

  /* Google GIS / One Tap wrappers: stay inside the card */
  body.m1451-auth-page .g_id_signin,
  body.m1451-auth-page .google-login,
  body.m1451-auth-page .google-login-wrap,
  body.m1451-auth-page .google-gis-wrap,
  body.m1451-auth-page [data-google-signin],
  body.m1451-auth-page [data-google-login]{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}
  body.m1451-auth-page .g_id_signin>div,
  body.m1451-auth-page .g_id_signin iframe,
  body.m1451-auth-page .google-login iframe,
  body.m1451-auth-page .google-gis-wrap iframe{max-width:100%!important}

  /* Customer / account screens */
  body.m1451-account-page .customer-main,
  body.m1451-account-page .customer-main-unified,
  body.m1451-account-page .customer-shell{padding-left:10px!important;padding-right:10px!important}
  body.m1451-account-page .customer-section,
  body.m1451-account-page .customer-card,
  body.m1451-account-page .v1228-panel{border-radius:16px!important;box-shadow:0 7px 20px rgba(20,18,14,.045)!important}

  /* Form and table consistency across mobile */
  main input:not([type=checkbox]):not([type=radio]):not([type=hidden]),
  main select,main textarea,
  .customer-content input:not([type=checkbox]):not([type=radio]):not([type=hidden]),
  .customer-content select,.customer-content textarea{max-width:100%!important}
  .m1450-overflow-guard{overflow-x:auto!important;max-width:100%!important;-webkit-overflow-scrolling:touch!important}
  .customer-content,.customer-section,.auth-v126-card,.product-detail,.checkout-layout,.cart-layout{overflow-wrap:normal!important;word-break:normal!important}

  /* Avoid floating buttons covering dock / focused fields */
  .lom-floating-actions{bottom:calc(var(--m1450-nav-h) + var(--m1450-safe-bottom) + 10px)!important}
  body.m1451-input-focus .app-bottom-nav,
  body.m1451-input-focus .lom-floating-actions{transform:translateY(120%)!important;pointer-events:none!important}
  body.m1451-input-focus .lom-floating-actions{display:none!important}

  /* Route-specific compact spacing */
  body.m1451-cart-page main,
  body.m1451-checkout-page main,
  body.m1451-product-page main{padding-bottom:18px!important}

  @media(max-width:390px){
    .lom-head-main{padding-left:8px!important;padding-right:8px!important}
    .app-mobile-topbar{gap:5px!important}
    .app-mobile-topbar .app-back,.app-mobile-topbar .app-top-notify,.app-mobile-topbar .app-mobile-menu-trigger,.app-mobile-topbar .app-top-cart{width:36px!important;height:36px!important;flex-basis:36px!important}
    body.m1451-auth-page .auth-v126,body.m1451-auth-page .customer-auth{padding-left:8px!important;padding-right:8px!important}
    body.m1451-auth-page .auth-v126-card{padding:13px!important}
    body.m1451-auth-page .auth-app-head h2{font-size:21px!important}
  }
}

/* =========================================================
   LuxorOtoMarket Mobile Commerce V19.00
   HEPSIBURADA-INSPIRED APP UX — MOBILE ONLY
   Desktop is intentionally untouched.
   ========================================================= */
@media (max-width:760px){
  :root{
    --m1900-orange:#f5a000;
    --m1900-orange-dark:#d88900;
    --m1900-ink:#151515;
    --m1900-text:#292823;
    --m1900-muted:#747168;
    --m1900-line:#e8e4dc;
    --m1900-bg:#f6f6f4;
    --m1900-card:#fff;
    --m1900-soft:#fbfaf7;
    --m1900-success:#168f49;
    --m1900-danger:#c33c2f;
    --m1900-radius:16px;
    --m1900-shadow:0 7px 24px rgba(31,26,18,.065);
    --m1900-nav:66px;
  }

  html{scroll-behavior:smooth!important;background:var(--m1900-bg)!important}
  body.m1900-app{
    background:var(--m1900-bg)!important;
    color:var(--m1900-text)!important;
    overscroll-behavior-y:none;
    padding-bottom:calc(var(--m1900-nav) + env(safe-area-inset-bottom,0px) + 18px)!important;
  }
  body.m1900-app *{-webkit-tap-highlight-color:transparent}
  body.m1900-app a,body.m1900-app button{touch-action:manipulation}

  /* ---------- Header / app chrome ---------- */
  .lom-header{
    background:#fff!important;
    border-bottom:1px solid #ece8df!important;
    box-shadow:0 5px 16px rgba(0,0,0,.045)!important;
  }
  .lom-head-main{padding:5px 10px 9px!important;gap:6px!important}
  .app-mobile-topbar{min-height:46px!important;height:46px!important;gap:6px!important;padding:0!important}
  .app-mobile-topbar .app-back,
  .app-mobile-topbar .app-top-notify,
  .app-mobile-topbar .app-mobile-menu-trigger,
  .app-mobile-topbar .app-top-cart{
    width:36px!important;height:36px!important;flex:0 0 36px!important;
    border-radius:11px!important;border:1px solid #ebe7de!important;
    background:#fff!important;box-shadow:none!important;
  }
  .app-mobile-topbar svg{width:19px!important;height:19px!important;stroke-width:1.9!important}
  .app-mobile-brand{height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important}
  .app-mobile-brand img{max-width:138px!important;max-height:34px!important;width:auto!important;height:auto!important;object-fit:contain!important}
  .app-mobile-brand strong{font-size:17px!important;letter-spacing:.13em!important}
  .app-mobile-brand small{font-size:6.7px!important;margin-top:2px!important}

  .lom-search{
    height:46px!important;grid-template-columns:38px minmax(0,1fr) 58px!important;
    border-radius:12px!important;border:1.5px solid #ded9cf!important;
    background:#f7f7f5!important;box-shadow:none!important;
  }
  .lom-search>span{font-size:18px!important;color:#8b8479!important}
  .lom-search input{height:43px!important;font-size:14px!important;font-weight:600!important;color:#24231f!important}
  .lom-search input::placeholder{color:#8b877f!important;font-weight:500!important}
  .lom-search button{
    height:38px!important;margin:3px 4px 3px 0!important;border-radius:9px!important;
    background:linear-gradient(180deg,#ffad14,#f19000)!important;color:#fff!important;
    font-size:10px!important;font-weight:950!important;letter-spacing:.03em!important;
    box-shadow:0 4px 10px rgba(230,139,0,.20)!important;
  }
  .lom-search:focus-within{border-color:#f4a000!important;box-shadow:0 0 0 3px rgba(245,160,0,.10)!important}

  /* ---------- Injected quick access rail ---------- */
  .m1900-mobile-tools{display:block!important;margin:0!important;padding:0 0 1px!important;background:#fff!important}
  .m1900-quick-rail{
    display:flex!important;gap:7px!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;
    padding:2px 10px 8px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;
  }
  .m1900-quick-rail::-webkit-scrollbar{display:none!important}
  .m1900-quick-rail a,.m1900-quick-rail button{
    flex:0 0 auto!important;min-height:34px!important;padding:0 11px!important;border-radius:10px!important;
    border:1px solid #e9e4da!important;background:#fff!important;color:#33312c!important;text-decoration:none!important;
    display:flex!important;align-items:center!important;gap:6px!important;font-size:10.5px!important;font-weight:800!important;
    white-space:nowrap!important;scroll-snap-align:start!important;
  }
  .m1900-quick-rail a:first-child,.m1900-quick-rail button:first-child{background:#151515!important;color:#fff!important;border-color:#151515!important}
  .m1900-quick-dot{width:7px!important;height:7px!important;border-radius:50%!important;background:var(--m1900-orange)!important;flex:0 0 7px!important}

  .m1900-trust-rail{
    display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;
    margin:8px 10px 2px!important;
  }
  .m1900-trust-item{
    min-width:0!important;min-height:46px!important;border:1px solid #ece7dd!important;border-radius:12px!important;
    background:#fff!important;padding:7px 6px!important;display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:center!important;gap:6px!important;
  }
  .m1900-trust-icon{width:24px!important;height:24px!important;border-radius:8px!important;background:#fff4dc!important;color:#9c6600!important;display:grid!important;place-items:center!important;font-size:12px!important;font-weight:900!important}
  .m1900-trust-item b{display:block!important;font-size:9px!important;line-height:1.1!important;color:#25231f!important}
  .m1900-trust-item small{display:block!important;margin-top:2px!important;font-size:7.5px!important;line-height:1.15!important;color:#8d887e!important}

  /* ---------- Bottom navigation ---------- */
  .app-bottom-nav{
    height:calc(var(--m1900-nav) + env(safe-area-inset-bottom,0px))!important;
    padding:4px 6px env(safe-area-inset-bottom,0px)!important;
    border-radius:17px 17px 0 0!important;border:1px solid #e5e0d7!important;border-bottom:0!important;
    background:rgba(255,255,255,.99)!important;box-shadow:0 -8px 28px rgba(0,0,0,.12)!important;
  }
  .app-bottom-nav a,.app-bottom-nav button{min-height:56px!important;border-radius:11px!important;gap:3px!important;color:#77736b!important}
  .app-bottom-nav svg{width:20px!important;height:20px!important;stroke-width:2!important}
  .app-bottom-nav span{font-size:9px!important;font-weight:800!important;letter-spacing:0!important}
  .app-bottom-nav .active{color:#151515!important;background:#fff9ec!important}
  .app-bottom-nav .active:after{width:22px!important;height:3px!important;background:var(--m1900-orange)!important}
  .app-bottom-nav .app-cart-tab{margin-top:-9px!important}
  .app-bottom-nav .app-cart-tab .app-nav-icon-wrap{
    width:46px!important;height:46px!important;border-radius:14px!important;background:#151515!important;
    border:3px solid #fff!important;box-shadow:0 7px 16px rgba(0,0,0,.20)!important;
  }

  /* ---------- Main spacing and typography ---------- */
  .lom-wrap{padding-left:10px!important;padding-right:10px!important}
  .lom-store-section{padding:11px 0!important}
  .lom-section-head{align-items:flex-end!important;margin-bottom:9px!important;gap:10px!important}
  .lom-section-head span{font-size:8px!important;letter-spacing:.10em!important;font-weight:900!important;color:#a86f00!important}
  .lom-section-head h2{font-size:19px!important;line-height:1.13!important;letter-spacing:-.025em!important;margin-top:3px!important;color:#191816!important}
  .lom-section-head>a{font-size:10px!important;font-weight:800!important;color:#805500!important;white-space:nowrap!important}

  /* ---------- Home hero ---------- */
  body.m1900-home .lom-commerce-hero{padding:8px 0 4px!important}
  body.m1900-home .lom-commerce-hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  body.m1900-home .lom-hero-copy{
    padding:17px 15px!important;border-radius:17px!important;border:1px solid #e9e3d8!important;
    background:linear-gradient(135deg,#17120d 0%,#2c1807 58%,#5b2d06 100%)!important;color:#fff!important;
    box-shadow:0 9px 25px rgba(54,31,8,.12)!important;
  }
  body.m1900-home .lom-eyebrow{font-size:8px!important;color:#ffb019!important;letter-spacing:.15em!important;font-weight:950!important}
  body.m1900-home .lom-hero-copy h1{font-size:26px!important;line-height:1.08!important;margin:8px 0 9px!important;letter-spacing:-.035em!important;color:#fff!important}
  body.m1900-home .lom-hero-copy h1 em{color:#ffb019!important;font-style:normal!important}
  body.m1900-home .lom-hero-copy p{font-size:11px!important;line-height:1.48!important;color:#eee8de!important;margin:0!important}
  body.m1900-home .lom-hero-pills{display:flex!important;gap:6px!important;margin-top:11px!important}
  body.m1900-home .lom-hero-pills span{padding:6px 8px!important;border-radius:999px!important;background:rgba(255,255,255,.09)!important;color:#fff!important;font-size:8px!important;border:1px solid rgba(255,255,255,.10)!important}
  body.m1900-home .lom-hero-product{
    min-height:0!important;height:auto!important;margin-top:0!important;border-radius:17px!important;
    border:1px solid #e9e4dc!important;background:#fff!important;box-shadow:var(--m1900-shadow)!important;
  }
  body.m1900-home .lom-hero-slide{min-height:292px!important;padding:8px 10px 72px!important}
  body.m1900-home .lom-hero-product img{width:100%!important;height:205px!important;max-height:205px!important;padding:4px!important;object-fit:contain!important}
  body.m1900-home .lom-hero-badge{top:10px!important;left:10px!important;border-radius:999px!important;padding:6px 9px!important;font-size:8px!important;font-weight:950!important}
  body.m1900-home .lom-hero-product-info{left:10px!important;right:10px!important;bottom:9px!important;padding:9px 10px!important;border-radius:12px!important;background:#fff!important;border:1px solid #eee7dc!important;box-shadow:none!important}
  body.m1900-home .lom-hero-product-info small{font-size:7.5px!important;color:#a3710a!important;font-weight:900!important}
  body.m1900-home .lom-hero-product-info h2{font-size:12px!important;line-height:1.25!important;margin:3px 0 4px!important;max-height:30px!important;overflow:hidden!important}
  body.m1900-home .lom-hero-product-info strong{font-size:16px!important}
  body.m1900-home .lom-hero-controls{bottom:16px!important;right:16px!important;transform:scale(.92)!important;transform-origin:right bottom!important}

  /* ---------- Category showcase ---------- */
  .lom-category-showcase-grid,.lom-category-grid{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;
  }
  .lom-showcat-card,.lom-category-card{
    border-radius:15px!important;border:1px solid #e8e3da!important;background:#fff!important;
    box-shadow:0 4px 15px rgba(30,25,18,.035)!important;overflow:hidden!important;
  }
  .lom-showcat-media{height:118px!important;min-height:118px!important;background:#faf9f6!important}
  .lom-showcat-media img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}
  .lom-showcat-body{padding:9px!important}
  .lom-showcat-title b{font-size:11px!important;line-height:1.2!important;color:#24221e!important}
  .lom-showcat-title small{font-size:8px!important;color:#8a8479!important;margin-top:2px!important}
  .lom-showcat-title em{width:26px!important;height:26px!important;border-radius:8px!important;background:#f8f2e6!important;color:#8d6309!important;display:grid!important;place-items:center!important;font-style:normal!important}
  .lom-showcat-body p{font-size:8px!important;line-height:1.35!important;color:#807a70!important;margin-top:6px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}

  /* ---------- Product cards ---------- */
  .lom-product-grid,.product-grid-v966{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;
  }
  .lom-product-card,.product-card-v966{
    position:relative!important;min-width:0!important;border-radius:15px!important;border:1px solid #e8e3da!important;
    background:#fff!important;box-shadow:0 4px 15px rgba(30,25,18,.035)!important;overflow:hidden!important;
  }
  .lom-product-media{aspect-ratio:1/1!important;height:auto!important;background:#fff!important;border-bottom:1px solid #f0ece5!important}
  .lom-product-media>a{display:flex!important;width:100%!important;height:100%!important;align-items:center!important;justify-content:center!important}
  .lom-product-media img{width:100%!important;height:100%!important;padding:10px!important;object-fit:contain!important}
  .lom-stock{left:7px!important;top:7px!important;padding:4px 6px!important;border-radius:7px!important;font-size:7px!important;font-weight:900!important;box-shadow:0 2px 8px rgba(0,0,0,.06)!important}
  .lom-fav{right:7px!important;top:7px!important}.lom-fav button{width:30px!important;height:30px!important;border-radius:10px!important;font-size:16px!important;background:rgba(255,255,255,.96)!important;border:1px solid #ece6dc!important;box-shadow:0 3px 10px rgba(0,0,0,.06)!important}
  .lom-product-body{padding:9px!important;display:flex!important;flex-direction:column!important;min-height:145px!important}
  .lom-product-body>small{font-size:7.5px!important;line-height:1.2!important;font-weight:900!important;color:#9a6c0b!important;letter-spacing:.03em!important}
  .lom-product-body h3{font-size:11.5px!important;line-height:1.28!important;min-height:30px!important;margin:4px 0 7px!important;font-weight:750!important}
  .lom-product-body h3 a{color:#24221e!important;text-decoration:none!important}
  .lom-product-body p{display:none!important}
  .lom-product-buy{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:6px!important;margin-top:auto!important}
  .lom-product-buy>div span{display:block!important;font-size:7px!important;line-height:1!important;color:#918b81!important;margin-bottom:4px!important}
  .lom-product-buy strong{font-size:15px!important;line-height:1.05!important;letter-spacing:-.02em!important;color:#171715!important}
  .lom-product-buy form{margin:0!important}
  .lom-product-buy button,.lom-product-buy .lom-outline-btn{
    min-width:38px!important;width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;
    border-radius:11px!important;background:#171715!important;color:#fff!important;border:0!important;
    font-size:0!important;display:grid!important;place-items:center!important;text-decoration:none!important;position:relative!important;
  }
  .lom-product-buy button:after{content:"+"!important;font-size:21px!important;font-weight:500!important;line-height:1!important;color:#fff!important}
  .lom-product-buy .lom-outline-btn:after{content:"›"!important;font-size:22px!important;font-weight:500!important;line-height:1!important}
  .lom-product-card.m1900-added{animation:m1900CardPulse .34s ease}
  @keyframes m1900CardPulse{50%{transform:scale(.985);box-shadow:0 0 0 3px rgba(245,160,0,.12)}}

  /* ---------- Catalog / product listing ---------- */
  body.m1900-catalog .lom-products-shell{margin:8px auto 22px!important;padding:0 10px!important}
  body.m1900-catalog .lom-products-head{margin:0 0 8px!important;padding:13px!important;border:1px solid #e8e3da!important;border-radius:15px!important;background:#fff!important;box-shadow:var(--m1900-shadow)!important}
  body.m1900-catalog .lom-products-head h1{font-size:21px!important;line-height:1.15!important;letter-spacing:-.03em!important;margin:0!important}
  body.m1900-catalog .lom-products-head p,body.m1900-catalog .lom-products-head small{font-size:9px!important;line-height:1.35!important;color:#7c776e!important}
  body.m1900-catalog .lom-products-toolbar{
    position:sticky!important;top:98px!important;z-index:800!important;display:flex!important;gap:7px!important;
    overflow-x:auto!important;padding:7px!important;border:1px solid #e7e2d8!important;border-radius:13px!important;background:rgba(255,255,255,.97)!important;
    box-shadow:0 7px 18px rgba(0,0,0,.055)!important;scrollbar-width:none!important;backdrop-filter:blur(14px)!important;
  }
  body.m1900-catalog .lom-products-toolbar::-webkit-scrollbar{display:none!important}
  body.m1900-catalog .lom-products-toolbar input,body.m1900-catalog .lom-products-toolbar select,body.m1900-catalog .lom-products-toolbar button{
    flex:0 0 auto!important;width:auto!important;min-width:112px!important;min-height:38px!important;height:38px!important;border-radius:9px!important;font-size:11px!important;padding:0 10px!important;
  }
  body.m1900-catalog .lom-products-toolbar input{min-width:190px!important}

  /* ---------- Promo / info modules ---------- */
  .lom-promo-strip .lom-wrap,.lom-service-cards .lom-wrap{grid-template-columns:1fr 1fr!important;gap:7px!important}
  .lom-promo-strip div div,.lom-service-cards article{padding:10px!important;border-radius:13px!important;min-height:88px!important}
  .lom-promo-strip b,.lom-service-cards b,.lom-service-cards h3{font-size:11px!important;line-height:1.2!important}
  .lom-promo-strip p,.lom-service-cards p,.lom-service-cards span{font-size:8px!important;line-height:1.35!important}
  .lom-mid-banner>.lom-wrap{border-radius:16px!important}
  .lom-banner-main{padding:18px 15px!important}.lom-banner-main h2{font-size:22px!important;line-height:1.08!important}.lom-banner-main p{font-size:10px!important;line-height:1.4!important}

  /* ---------- Account / customer center ---------- */
  body.m1900-account .customer-main,
  body.m1900-account .customer-main-unified,
  body.m1900-account .customer-shell{padding-left:8px!important;padding-right:8px!important}
  body.m1900-account .customer-page-head,
  body.m1900-account .v1228-page-head,
  body.m1900-account .account-hero{
    padding:14px!important;border-radius:15px!important;background:#fff!important;border:1px solid #e7e2d9!important;box-shadow:var(--m1900-shadow)!important;
  }
  body.m1900-account .customer-page-head h1,body.m1900-account .customer-page-head h2,
  body.m1900-account .v1228-page-head h1,body.m1900-account .v1228-page-head h2{font-size:21px!important;line-height:1.12!important;letter-spacing:-.03em!important}
  body.m1900-account .customer-page-head p,body.m1900-account .v1228-page-head p{font-size:9.5px!important;line-height:1.45!important;color:#7f796f!important}
  body.m1900-account .v1228-kpis,body.m1900-account .customer-kpis,body.m1900-account .profile-kpis{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  body.m1900-account .v1228-kpi,body.m1900-account .customer-kpi,body.m1900-account .profile-kpi{
    min-height:86px!important;padding:11px!important;border-radius:13px!important;border:1px solid #e9e4db!important;background:#fff!important;box-shadow:none!important;
  }
  body.m1900-account .v1228-kpi small,body.m1900-account .customer-kpi small{font-size:7.5px!important;font-weight:900!important;color:#9e710e!important;letter-spacing:.05em!important}
  body.m1900-account .v1228-kpi b,body.m1900-account .customer-kpi b{font-size:19px!important;line-height:1.05!important;margin-top:5px!important}
  body.m1900-account .customer-section,body.m1900-account .v1228-panel,body.m1900-account .customer-card{
    margin-bottom:8px!important;padding:12px!important;border-radius:15px!important;border:1px solid #e8e3da!important;background:#fff!important;box-shadow:0 4px 14px rgba(30,25,18,.04)!important;
  }
  body.m1900-account .customer-section h2,body.m1900-account .v1228-panel h2,body.m1900-account .customer-card h2{font-size:15px!important;line-height:1.2!important}
  body.m1900-account .customer-section p,body.m1900-account .v1228-panel p,body.m1900-account .customer-card p{font-size:10px!important;line-height:1.45!important}
  body.m1900-account .customer-section a,body.m1900-account .v1228-panel a,body.m1900-account .customer-card a{font-size:10px!important}

  /* Hide desktop left customer nav when mobile app dock is present */
  body.m1900-account .customer-sidebar,body.m1900-account .cap-sidebar{display:none!important}
  body.m1900-account .customer-shell,body.m1900-account .customer-main-unified{grid-template-columns:1fr!important;display:block!important}

  /* ---------- Orders ---------- */
  .tr-order-card,.order-card,.m5-order-card{border-radius:15px!important;border:1px solid #e8e3da!important;background:#fff!important;box-shadow:0 4px 14px rgba(30,25,18,.04)!important;padding:11px!important;margin-bottom:8px!important}
  .tr-order-card b,.order-card b,.m5-order-card b{font-size:11px!important}.tr-order-card small,.order-card small,.m5-order-card small{font-size:8px!important}
  .order-progress{gap:5px!important}.order-progress>div{min-width:86px!important;flex-basis:86px!important;border-radius:10px!important;padding:8px 5px!important;background:#faf8f3!important}

  /* ---------- Forms / buttons ---------- */
  .customer-content input:not([type=checkbox]):not([type=radio]):not([type=hidden]),
  .customer-content select,.customer-content textarea,
  .checkout-layout input:not([type=checkbox]):not([type=radio]),.checkout-layout select,.checkout-layout textarea,
  .cart-layout input:not([type=checkbox]):not([type=radio]){
    min-height:46px!important;border-radius:11px!important;border:1px solid #ddd8cf!important;background:#fff!important;font-size:16px!important;padding:0 11px!important;box-shadow:none!important;
  }
  .customer-content textarea,.checkout-layout textarea{padding-top:10px!important;padding-bottom:10px!important}
  .customer-content label,.checkout-layout label,.cart-layout label{font-size:9px!important;font-weight:850!important;color:#5f5b54!important}
  .customer-primary,.v1228-primary,.tr-action,.checkout-layout button[type=submit],.checkout-layout .btn-primary,.cart-layout .btn-primary{
    min-height:46px!important;border-radius:11px!important;font-size:10.5px!important;font-weight:900!important;letter-spacing:.02em!important;
  }

  /* ---------- Cart / checkout ---------- */
  body.m1900-cart main,body.m1900-checkout main{padding-left:8px!important;padding-right:8px!important}
  .cart-layout,.checkout-layout,.checkout-grid{gap:8px!important}
  .cart-summary,.checkout-summary,.co-card,.hb-summary,.hb-main{
    border-radius:15px!important;border:1px solid #e8e3da!important;background:#fff!important;box-shadow:0 4px 14px rgba(30,25,18,.04)!important;padding:12px!important;
  }
  .cart-summary h2,.checkout-summary h2,.co-card h2,.hb-main h2{font-size:15px!important}
  .cart-summary strong,.checkout-summary strong{font-size:18px!important}

  /* ---------- Auth ---------- */
  body.m1900-auth .auth-v126-card,body.m1900-auth .customer-card{border-radius:16px!important;padding:15px!important}
  body.m1900-auth .auth-app-head h2{font-size:23px!important}
  body.m1900-auth .auth-app-head p{font-size:10px!important}
  body.m1900-auth .auth-field>span{font-size:9px!important}

  /* ---------- Footer ---------- */
  .lom-footer{margin-top:16px!important;padding-top:14px!important}
  .lom-footer-trust>div{min-height:70px!important;border-radius:12px!important;padding:10px!important}
  .lom-footer-trust b{font-size:10px!important}.lom-footer-trust span{font-size:8px!important}
  .lom-footer-grid>.lom-foot-col{border-radius:12px!important}.lom-footer-grid>.lom-foot-col h4{font-size:10px!important;padding:13px 40px 13px 13px!important}

  /* ---------- Motion / tactile feedback ---------- */
  .m1900-press{transform:scale(.97)!important;transition:transform .08s ease!important}
  .m1900-route-ready main,.m1900-route-ready .product-catalog,.m1900-route-ready .customer-main{animation:m1900Enter .18s ease both}
  @keyframes m1900Enter{from{opacity:.75;transform:translateY(3px)}to{opacity:1;transform:none}}

  /* ---------- 390px refinement ---------- */
  @media(max-width:390px){
    .lom-head-main{padding-left:8px!important;padding-right:8px!important}
    .m1900-quick-rail{padding-left:8px!important;padding-right:8px!important}
    .m1900-trust-rail{margin-left:8px!important;margin-right:8px!important;gap:5px!important}
    .m1900-trust-item{padding:6px 5px!important;grid-template-columns:21px minmax(0,1fr)!important;gap:5px!important}.m1900-trust-icon{width:21px!important;height:21px!important;font-size:10px!important}
    .m1900-trust-item b{font-size:8.3px!important}.m1900-trust-item small{font-size:7px!important}
    .lom-product-grid,.product-grid-v966,.lom-category-showcase-grid,.lom-category-grid{gap:6px!important}
    .lom-product-body{padding:8px!important}.lom-product-body h3{font-size:10.8px!important}.lom-product-buy strong{font-size:14px!important}
  }
}

@media (min-width:761px){
  .m1900-mobile-tools,.m1900-quick-rail,.m1900-trust-rail{display:none!important}
}
