/* Mobile v21 — final storefront mobile layout.
   Loaded after every legacy mobile stylesheet. */
@media (max-width:900px){
  html{
    width:100%!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    overflow-x:clip!important;
    -webkit-text-size-adjust:100%!important;
    scroll-padding-bottom:96px!important;
  }
  html body.store-body,
  html body.store-body.mobile-nav-open-v14{
    position:static!important;
    width:100%!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    margin:0!important;
    overflow-x:clip!important;
    overflow-y:visible!important;
    background:#f4f7fb!important;
    overscroll-behavior-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html.mobile-nav-open-v14,
  html.mobile-nav-open-v14 body.store-body{
    height:auto!important;
    overflow-y:auto!important;
  }
  html body.store-body #app,
  html body.store-body #app > .store-layout,
  html body.store-body .store-layout,
  html body.store-body .store-layout.sidebar-collapsed{
    position:static!important;
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    overflow:visible!important;
    transform:none!important;
    filter:none!important;
    perspective:none!important;
    contain:none!important;
    isolation:auto!important;
  }
  html body.store-body .store-layout > .sidebar,
  html body.store-body .store-layout > .sidebar.is-compact,
  html body.store-body .store-layout > .sidebar.mobile-open-v13,
  html body.store-body .mobile-nav-backdrop-v13{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  html body.store-body .store-layout > main.main,
  html body.store-body main.main{
    position:static!important;
    display:block!important;
    width:100%!important;
    max-width:680px!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    margin:0 auto!important;
    padding:10px 12px calc(96px + env(safe-area-inset-bottom))!important;
    overflow:visible!important;
    transform:none!important;
    filter:none!important;
    perspective:none!important;
    contain:none!important;
  }

  /* Header: search and language are always one row. */
  html body.store-body.ui-topbar-v849 .store-layout > main.main > .topbar.topbar-v849,
  html body.store-body.ui-topbar-v849 .main > .topbar.topbar-v849,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849{
    all:unset!important;
    box-sizing:border-box!important;
    position:sticky!important;
    top:0!important;
    z-index:2400!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 52px!important;
    grid-template-rows:52px!important;
    align-items:stretch!important;
    gap:8px!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:64px!important;
    height:64px!important;
    margin:0 0 12px!important;
    padding:6px!important;
    border:0!important;
    border-radius:19px!important;
    background:rgba(244,247,251,.94)!important;
    box-shadow:0 8px 24px rgba(39,70,112,.08)!important;
    overflow:visible!important;
    isolation:isolate!important;
    backdrop-filter:blur(20px) saturate(155%)!important;
    -webkit-backdrop-filter:blur(20px) saturate(155%)!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849::before,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849::after{
    content:none!important;
    display:none!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .search.topbar-search-v849,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .search.quick-search-trigger{
    all:unset!important;
    box-sizing:border-box!important;
    grid-column:1!important;
    grid-row:1!important;
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:11px!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    margin:0!important;
    padding:0 15px!important;
    border:1px solid rgba(177,201,230,.92)!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#172033!important;
    box-shadow:0 7px 18px rgba(44,79,124,.055),inset 0 1px 0 rgba(255,255,255,.98)!important;
    cursor:pointer!important;
    overflow:hidden!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .search .i,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .search iconify-icon{
    flex:0 0 auto!important;
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    font-size:22px!important;
    color:#0a84ff!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 .quick-trigger-placeholder-v175{
    display:block!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:#718198!important;
    font-size:15px!important;
    line-height:1!important;
    font-weight:720!important;
    letter-spacing:-.02em!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .search kbd{display:none!important}
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .lang-switch.custom-select{
    all:unset!important;
    box-sizing:border-box!important;
    grid-column:2!important;
    grid-row:1!important;
    position:relative!important;
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    height:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    pointer-events:auto!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .lang-switch.custom-select > .top-btn.lang-top{
    all:unset!important;
    box-sizing:border-box!important;
    position:relative!important;
    display:grid!important;
    place-items:center!important;
    width:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    height:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid rgba(177,201,230,.92)!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#172033!important;
    box-shadow:0 7px 18px rgba(44,79,124,.055),inset 0 1px 0 rgba(255,255,255,.98)!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .lang-switch.custom-select > .top-btn.lang-top:active{
    transform:scale(.96)!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .lang-switch.custom-select > .top-btn.lang-top.active{
    border-color:#72b2ff!important;
    background:#eaf4ff!important;
    box-shadow:0 0 0 3px rgba(10,132,255,.11)!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 .lang-flag-img{
    display:block!important;
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    border-radius:999px!important;
    object-fit:cover!important;
    box-shadow:0 0 0 1px rgba(66,88,118,.14)!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .notifications-shell-v283,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .cart-shell-v11,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .profile-menu-shell-v285,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .guest-login-v931,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .mobile-nav-toggle-v13{
    display:none!important;
    visibility:hidden!important;
    position:absolute!important;
    width:0!important;
    height:0!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 .custom-select-menu.lang-menu{
    all:unset!important;
    box-sizing:border-box!important;
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:74px!important;
    bottom:auto!important;
    z-index:4100!important;
    display:block!important;
    width:auto!important;
    max-width:430px!important;
    min-width:0!important;
    max-height:min(72dvh,520px)!important;
    margin:0 auto!important;
    padding:10px!important;
    border:1px solid rgba(174,198,227,.96)!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.98)!important;
    color:#172033!important;
    box-shadow:0 24px 70px rgba(28,58,96,.24)!important;
    overflow:auto!important;
    pointer-events:auto!important;
    backdrop-filter:blur(24px) saturate(170%)!important;
    -webkit-backdrop-filter:blur(24px) saturate(170%)!important;
  }

  /* Desktop-only monetary strip and all home carousels are removed on mobile. */
  html body.store-body .rate-strip.rate-strip-v846,
  html body.store-body .currency-tools.currency-icons,
  html body.store-body .currency-tools,
  html body.store-body .appstorrent-home > .promo-slider,
  html body.store-body .promo-slider,
  html body.store-body .promo-dots,
  html body.store-body .skeleton-layout .sk-hero{
    display:none!important;
    visibility:hidden!important;
    position:absolute!important;
    width:0!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }

  /* Home category navigation is a compact grid, never a horizontal scroller. */
  html body.store-body .appstorrent-home{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  html body.store-body .home-chipbar{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
    width:100%!important;
    min-width:0!important;
    margin:0 0 20px!important;
    padding:0!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  html body.store-body .home-chipbar > a,
  html body.store-body .home-chipbar > button{
    display:grid!important;
    grid-template-columns:28px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:9px!important;
    width:100%!important;
    min-width:0!important;
    height:52px!important;
    margin:0!important;
    padding:0 13px!important;
    border:1px solid rgba(181,204,231,.9)!important;
    border-radius:17px!important;
    background:#fff!important;
    color:#192338!important;
    box-shadow:0 8px 22px rgba(45,78,119,.05)!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    scroll-snap-align:none!important;
  }
  html body.store-body .home-chipbar > a > .i,
  html body.store-body .home-chipbar > a > iconify-icon,
  html body.store-body .home-chipbar > button > .i,
  html body.store-body .home-chipbar > button > iconify-icon{
    width:23px!important;
    height:23px!important;
    min-width:23px!important;
    font-size:23px!important;
    color:#0a84ff!important;
  }
  html body.store-body .home-chipbar > a > span,
  html body.store-body .home-chipbar > button > span{
    display:grid!important;
    place-items:center!important;
    min-width:25px!important;
    height:25px!important;
    padding:0 7px!important;
    border-radius:999px!important;
    background:#eaf4ff!important;
    color:#0a84ff!important;
    font-size:10px!important;
    font-weight:900!important;
  }

  /* Sections and product cards. */
  html body.store-body .home-row{
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0 0 20px!important;
    padding:0!important;
  }
  html body.store-body .section-head,
  html body.store-body .section-head.compact{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    margin:0 0 12px!important;
  }
  html body.store-body .section-title-with-icon{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    min-width:0!important;
  }
  html body.store-body .section-title-with-icon h2,
  html body.store-body .section-head h2{
    min-width:0!important;
    margin:0!important;
    color:#101827!important;
    font-size:26px!important;
    line-height:1.04!important;
    font-weight:930!important;
    letter-spacing:-.05em!important;
    white-space:normal!important;
  }
  html body.store-body .section-head a{
    flex:0 0 auto!important;
    font-size:12px!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }
  html body.store-body .new-material-icon,
  html body.store-body .home-block-tgs-icon-v892{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
  }
  html body.store-body .app-grid,
  html body.store-body .home-main-grid,
  html body.store-body .material-grid-v844,
  html body.store-body .catalog-grid,
  html body.store-body .catalog-grid.app-list-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:12px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:16px!important;
    border-radius:24px!important;
    overflow:hidden!important;
    contain:layout paint!important;
    transform:none!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844:hover{transform:none!important}
  html body.store-body.ui-card-v844 .material-card-v844__head{
    min-height:32px!important;
    margin:0 0 12px!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__kind{
    max-width:calc(100% - 50px)!important;
    height:32px!important;
    padding:0 12px!important;
    font-size:10.5px!important;
    letter-spacing:.16em!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__favorite,
  html body.store-body.ui-card-v844 .material-card-v844__info{
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    border-radius:14px!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__hero{
    display:grid!important;
    grid-template-columns:76px minmax(0,1fr)!important;
    align-items:center!important;
    gap:13px!important;
    width:100%!important;
    min-width:0!important;
    margin:0 0 12px!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__icon-wrap{
    width:76px!important;
    min-width:76px!important;
    height:76px!important;
    min-height:76px!important;
    margin:0!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__icon{
    width:76px!important;
    min-width:76px!important;
    max-width:76px!important;
    height:76px!important;
    min-height:76px!important;
    max-height:76px!important;
    border-radius:20px!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__hero-copy{
    display:block!important;
    width:100%!important;
    min-width:0!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__meta{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    min-height:0!important;
    margin:0 0 7px!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__pill{
    height:28px!important;
    padding:0 10px!important;
    border-radius:12px!important;
    font-size:11px!important;
    white-space:nowrap!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__title{
    display:-webkit-box!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    color:#101827!important;
    font-size:20px!important;
    line-height:1.08!important;
    font-weight:930!important;
    letter-spacing:-.045em!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__tags{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    width:100%!important;
    min-height:0!important;
    margin:0 0 12px!important;
    overflow:visible!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__tags button{
    flex:0 0 auto!important;
    max-width:100%!important;
    height:29px!important;
    padding:0 10px!important;
    border-radius:12px!important;
    font-size:11px!important;
    white-space:nowrap!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__description{
    display:-webkit-box!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    max-height:none!important;
    margin:0 0 14px!important;
    color:#65748c!important;
    font-size:13.5px!important;
    line-height:1.45!important;
    font-weight:650!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    overflow:hidden!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__foot{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(144px,46%)!important;
    align-items:center!important;
    gap:12px!important;
    width:100%!important;
    margin:0!important;
    padding-top:14px!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__foot.is-free-foot{
    grid-template-columns:minmax(0,1fr)!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__price{
    display:grid!important;
    gap:3px!important;
    min-width:0!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__price small{
    font-size:10px!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__price b{
    display:block!important;
    max-width:100%!important;
    color:#101827!important;
    font-size:24px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__price span{
    display:block!important;
    max-width:100%!important;
    margin-top:2px!important;
    font-size:11px!important;
    line-height:1.25!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__cart{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
    height:48px!important;
    margin:0!important;
    padding:0 13px!important;
    border-radius:16px!important;
    font-size:13px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__cart span{
    min-width:0!important;
    max-width:none!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  /* Catalog controls. */
  html body.store-body .catalog-top{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-width:0!important;
    margin:2px 0 14px!important;
  }
  html body.store-body .catalog-top h1{
    min-width:0!important;
    margin:0!important;
    font-size:30px!important;
    line-height:1!important;
    white-space:normal!important;
  }
  html body.store-body .catalog-filter{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:9px!important;
    width:100%!important;
    margin:0 0 14px!important;
    padding:12px!important;
    border-radius:20px!important;
  }
  html body.store-body .catalog-filter > label,
  html body.store-body .catalog-filter > .custom-select,
  html body.store-body .catalog-filter > .primary{
    width:100%!important;
    min-width:0!important;
    height:48px!important;
    border-radius:15px!important;
  }

  /* Fixed bottom navigation: no transformed ancestor, no jumping into document flow. */
  html body.store-body .main > .mobile-bottom-nav-v18,
  html body.store-body .mobile-bottom-nav-v18{
    position:fixed!important;
    left:50%!important;
    right:auto!important;
    top:auto!important;
    bottom:max(7px,env(safe-area-inset-bottom))!important;
    z-index:3900!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:center!important;
    gap:2px!important;
    width:calc(100% - 16px)!important;
    max-width:560px!important;
    min-width:0!important;
    min-height:66px!important;
    height:auto!important;
    margin:0!important;
    padding:5px!important;
    border:1px solid rgba(122,148,181,.32)!important;
    border-radius:23px!important;
    background:#f8fbff!important;
    box-shadow:0 16px 46px rgba(25,51,86,.19),inset 0 1px 0 rgba(255,255,255,.96)!important;
    transform:translate3d(-50%,0,0)!important;
    filter:none!important;
    isolation:isolate!important;
    overflow:hidden!important;
    backdrop-filter:blur(22px) saturate(155%)!important;
    -webkit-backdrop-filter:blur(22px) saturate(155%)!important;
  }
  html body.store-body .mobile-bottom-nav-v18 > button{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    min-width:0!important;
    height:55px!important;
    margin:0!important;
    padding:4px 2px!important;
    border:0!important;
    border-radius:17px!important;
    background:transparent!important;
    color:#718198!important;
    box-shadow:none!important;
    overflow:visible!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  html body.store-body .mobile-bottom-nav-v18 > button.active{
    background:#e7f2ff!important;
    color:#0a84ff!important;
  }
  html body.store-body .mobile-bottom-nav-v18 > button .i,
  html body.store-body .mobile-bottom-nav-v18 > button iconify-icon{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    font-size:22px!important;
    color:currentColor!important;
  }
  html body.store-body .mobile-bottom-nav-v18 > button::after{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:780!important;
    color:currentColor!important;
  }
  html body.store-body .site-footer,
  html body.store-body footer.site-footer,
  html body.store-body .compact-footer{
    display:none!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }
}

@media (max-width:430px){
  html body.store-body .store-layout > main.main,
  html body.store-body main.main{
    padding:7px 7px calc(90px + env(safe-area-inset-bottom))!important;
  }
  html body.store-body.ui-topbar-v849 .store-layout > main.main > .topbar.topbar-v849,
  html body.store-body.ui-topbar-v849 .main > .topbar.topbar-v849,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849{
    grid-template-columns:minmax(0,1fr) 48px!important;
    grid-template-rows:48px!important;
    gap:7px!important;
    height:58px!important;
    min-height:58px!important;
    margin-bottom:10px!important;
    padding:5px!important;
    border-radius:17px!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .search.topbar-search-v849,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .search.quick-search-trigger{
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    padding:0 13px!important;
    border-radius:14px!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .lang-switch.custom-select,
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 > .lang-switch.custom-select > .top-btn.lang-top{
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    border-radius:14px!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 .lang-flag-img{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
  }
  html body.store-body.ui-topbar-v849 .topbar.topbar-v849 .custom-select-menu.lang-menu{
    left:8px!important;
    right:8px!important;
    top:67px!important;
  }
  html body.store-body .home-chipbar{gap:7px!important;margin-bottom:17px!important}
  html body.store-body .home-chipbar > a,
  html body.store-body .home-chipbar > button{
    grid-template-columns:24px minmax(0,1fr) auto!important;
    gap:7px!important;
    height:49px!important;
    padding:0 10px!important;
    border-radius:15px!important;
    font-size:11.5px!important;
  }
  html body.store-body .section-title-with-icon h2,
  html body.store-body .section-head h2{font-size:24px!important}
  html body.store-body.ui-card-v844 .material-card-v844{padding:15px!important;border-radius:22px!important}
  html body.store-body.ui-card-v844 .material-card-v844__hero{
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:12px!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__icon-wrap,
  html body.store-body.ui-card-v844 .material-card-v844__icon{
    width:72px!important;
    min-width:72px!important;
    max-width:72px!important;
    height:72px!important;
    min-height:72px!important;
    max-height:72px!important;
    border-radius:19px!important;
  }
  html body.store-body.ui-card-v844 .material-card-v844__title{font-size:19px!important}
  html body.store-body.ui-card-v844 .material-card-v844__description{font-size:13px!important}
  html body.store-body.ui-card-v844 .material-card-v844__price b{font-size:22px!important}
  html body.store-body .main > .mobile-bottom-nav-v18,
  html body.store-body .mobile-bottom-nav-v18{
    width:calc(100% - 12px)!important;
    bottom:max(5px,env(safe-area-inset-bottom))!important;
    min-height:64px!important;
    padding:5px!important;
    border-radius:21px!important;
  }
}

@media (max-width:380px){
  html body.store-body.ui-card-v844 .material-card-v844__foot{
    grid-template-columns:minmax(0,1fr)!important;
    align-items:stretch!important;
  }
  html body.store-body .home-chipbar > a,
  html body.store-body .home-chipbar > button{font-size:11px!important}
}

@media (min-width:901px){
  html body.store-body .mobile-bottom-nav-v18{display:none!important}
}

@media (prefers-reduced-motion:reduce){
  html body.store-body *,
  html body.store-body *::before,
  html body.store-body *::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}
