/* GOJD PUBLIC TABLET — independent third public UI, 769–1180px. */
@media (min-width:769px) and (max-width:1180px){
html.gojd-public-tablet:not(.gojd-tablet-kiosk),html.gojd-public-tablet:not(.gojd-tablet-kiosk) body{width:100%;max-width:100%;overflow-x:hidden;background:#fff}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body{padding-bottom:84px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .container{width:100%!important;max-width:none!important;box-sizing:border-box!important;padding-left:20px!important;padding-right:20px!important}

/* TABLET NAV — touch-first, derived from mobile navigation but tablet-sized. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .main-header{position:sticky!important;top:0!important;z-index:9800!important;background:#fff!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .header-container{height:68px!important;width:100%!important;max-width:none!important;padding:0 22px!important;box-sizing:border-box!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .desktop-header-search{max-width:420px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .category-nav{display:flex!important;overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .category-nav::-webkit-scrollbar{display:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav{display:grid!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;height:76px!important;z-index:9850!important;grid-template-columns:repeat(5,1fr)!important;background:rgba(255,255,255,.985)!important;border-top:1px solid #eceef0!important;box-shadow:0 -5px 18px rgba(15,23,42,.05)!important;padding:7px 24px 5px!important}

/* HOME — tablet composition, mobile visual language with tablet density. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .hero-carousel-section{width:100%!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .hero-carousel-container{width:100%!important;max-width:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .products-grid,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-quick-circles,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .quick-circles{overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}

/* CATALOG — same touch model as mobile: no desktop sidebar; filter/sort sheets + 3-column tablet grid. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-catalog .catalog-sidebar,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-catalog .catalog-desktop-sidebar,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-catalog .catalog-desktop-toolbar,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-catalog .catalog-pagination{display:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-catalog .catalog-desktop-layout{display:block!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-catalog .catalog-ref-container{width:100%!important;max-width:none!important;padding:0 16px!important;box-sizing:border-box!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-catalog .catalog-grid,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-catalog .catalog-ref-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-catalog .catalog-grid>.product-card,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-catalog .catalog-ref-card{width:100%!important;min-width:0!important}

/* Mobile catalog controller transplanted to tablet public. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-catalog-reference-active .gojd-cat-floating-controls{display:grid!important;position:fixed!important;z-index:9860!important;left:50%!important;bottom:84px!important;transform:translateX(-50%)!important;width:330px!important;height:54px!important;border:1px solid #e0e3e7!important;border-radius:999px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 13px 32px rgba(15,23,42,.16)!important;grid-template-columns:1fr 1px 1fr!important;align-items:center!important;padding:0 10px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .gojd-cat-floating-controls>button{height:46px!important;border:0!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .gojd-cat-backdrop{position:fixed!important;inset:0!important;z-index:9855!important;background:rgba(15,20,25,.42)!important;opacity:0!important;pointer-events:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .gojd-cat-backdrop.open{opacity:1!important;pointer-events:auto!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-cat-filter-sheet{display:flex!important;position:fixed!important;left:50%!important;bottom:86px!important;width:min(680px,calc(100vw - 40px))!important;max-height:72vh!important;z-index:9910!important;flex-direction:column!important;background:#fff!important;border-radius:20px!important;overflow:hidden!important;transform:translate(-50%,110%)!important;opacity:0!important;visibility:hidden!important;box-shadow:0 18px 48px rgba(15,23,42,.22)!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-cat-filter-sheet.open{transform:translate(-50%,0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-cat-filter-sheet .gojd-cat-sheet-head{height:62px!important;padding:0 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid #edf0f2!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-cat-filter-sheet .gojd-cat-sheet-body{overflow:auto!important;padding:12px 18px 18px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-cat-filter-sheet .gojd-cat-filter-options{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-cat-filter-sheet .gojd-cat-filter-option{min-height:36px!important;padding:0 12px!important;border:1px solid #e0e4e8!important;border-radius:999px!important;background:#fff!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-cat-filter-sheet .gojd-cat-filter-option.active{border-color:#f10d15!important;color:#f10d15!important;background:#fff7f7!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-cat-filter-sheet .gojd-cat-sheet-actions{padding:10px 16px 12px!important;display:grid!important;grid-template-columns:1fr 1.5fr!important;gap:10px!important;border-top:1px solid #edf0f2!important;background:#fff!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-cat-sort-menu{position:fixed!important;z-index:9920!important;min-width:210px!important;background:#fff!important;border:1px solid #e1e5e9!important;border-radius:14px!important;box-shadow:0 16px 40px rgba(15,23,42,.14)!important;padding:6px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-cat-sort-menu.open{display:block!important}

/* PRODUCT / ACCESSORY — tablet uses mobile interaction hierarchy but two-pane tablet media/content balance. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .product-page{width:100%!important;margin:0!important;padding:0 0 100px!important;background:#fff!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .product-page>.container{width:100%!important;max-width:none!important;padding:0 20px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .smartphone-product-hero{width:100%!important;max-width:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .product-gallery{min-width:0!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .product-bottom-section{width:100%!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .mobile-product-back{display:grid!important;place-items:center!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .gojd-mobile-product-top-actions{display:flex!important}

/* CART/FAVORITES/ACCOUNT/CHECKOUT — touch sized, centered tablet workspace. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-account main,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-checkout main{width:100%!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .cart-sidebar{width:min(620px,88vw)!important;max-width:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) button,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) input,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) select{touch-action:manipulation}
}

/* V4 — complete public-tablet interaction shell. */
@media (min-width:769px) and (max-width:1180px){
/* Mobile-style public chrome on tablet: no duplicate desktop category/header layers. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .category-nav{display:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .main-footer{padding-bottom:82px!important}

/* Product: suppress desktop renderer; expose the real mobile product hero/actions/buy flow. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .gojd-desktop-product-universal{display:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .smartphone-product-hero{display:block!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .mobile-product-back{
 display:grid!important;position:fixed!important;top:82px!important;left:18px!important;width:44px!important;height:44px!important;
 z-index:9700!important;border:1px solid #e4e7eb!important;border-radius:50%!important;background:rgba(255,255,255,.97)!important;
 box-shadow:0 4px 14px rgba(15,23,42,.08)!important
}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .gojd-mobile-product-top-actions{display:flex!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-product .gojd-mobile-product-buybar{display:flex!important}

/* Mobile overlays/sheets become tablet-width centered sheets, preserving their actual controller. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .gojd-product-overlay,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .gojd-pay-sheet-root,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-shipping-receiving-sheet{
 max-width:760px!important;margin-left:auto!important;margin-right:auto!important
}

/* Account/favorites/cart: app-like touch workspace, not compressed desktop columns. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-account .client-area-page,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-account #gojd-client-account-pro{width:100%!important;max-width:920px!important;margin:0 auto!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .favorites-page .products-grid,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .favorites-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .cart-sidebar{position:fixed!important;right:0!important;top:0!important;bottom:0!important;height:100dvh!important;width:min(620px,88vw)!important}

/* Checkout: one touch-oriented centered workflow; never wide desktop sprawl. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-checkout .checkout-page,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body.gojd-tablet-checkout .checkout-container{width:100%!important;max-width:900px!important;margin:0 auto!important;padding-left:20px!important;padding-right:20px!important;box-sizing:border-box!important}

/* Touch targets. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) button,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) [role="button"]{min-height:40px}
}

/* V5 — tablet home density + cart close state. */
@media (min-width:769px) and (max-width:1180px){
/* Critical: closed cart must remain off-canvas; only .open may enter viewport. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .cart-sidebar{
 right:-92vw!important;
 transition:right .3s cubic-bezier(.16,1,.3,1)!important;
}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .cart-sidebar.open{right:0!important}

/* Home tablet: fewer cards per row so media/text/actions keep their intended proportions. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body:not(.gojd-tablet-catalog) .home-page .products-grid,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body:not(.gojd-tablet-catalog) .home-page .product-grid,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body:not(.gojd-tablet-catalog) #gojd-home-products-host .products-grid,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body:not(.gojd-tablet-catalog) #gojd-home-accessories-host .products-grid{
 grid-template-columns:repeat(2,minmax(0,1fr))!important;
 gap:18px!important;
}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .gojd-home-desktop-quick-inner{
 width:min(660px,calc(100% - 48px))!important;
 grid-template-columns:repeat(3,minmax(0,1fr))!important;
 gap:22px!important;
}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .gojd-home-desktop-quick-media{width:104px!important;height:104px!important}
}

/* V6 — public tablet home showcases: exactly 4 product cards per showcase. */
@media (min-width:769px) and (max-width:1180px){
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-page .gojd-tablet-showcase-extra,
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-home-products-host .gojd-tablet-showcase-extra,
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-home-accessories-host .gojd-tablet-showcase-extra{display:none!important}
}
/* V7 — tablet Home hero = Mobile hero. */
@media (min-width:769px) and (max-width:1180px){
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .carousel-indicators .indicator.gojd-allu-hidden{display:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section{--gojd-mobile-hero-card-height:clamp(238px,64vw,285px);width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:10px 10px 38px!important;box-sizing:border-box!important;background:#fff!important;overflow:visible!important;position:relative!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .hero-carousel-container{width:100%!important;height:var(--gojd-mobile-hero-card-height)!important;min-height:var(--gojd-mobile-hero-card-height)!important;max-height:var(--gojd-mobile-hero-card-height)!important;position:relative!important;overflow:visible!important;border-radius:14px!important;background:#f4f4f5!important;box-shadow:0 3px 14px rgba(0,0,0,.08)!important;touch-action:pan-y pinch-zoom!important;-webkit-user-select:none!important;user-select:none!important;cursor:grab}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .hero-carousel-container.gojd-swipe-active{cursor:grabbing}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .carousel-slide{width:100%!important;height:var(--gojd-mobile-hero-card-height)!important;min-height:var(--gojd-mobile-hero-card-height)!important;max-height:var(--gojd-mobile-hero-card-height)!important;overflow:hidden!important;border-radius:14px!important;background:#f4f4f5!important;box-sizing:border-box!important;padding-left:7px!important;padding-right:7px!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .carousel-media{display:block!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:14px!important;-webkit-user-drag:none;user-select:none}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .carousel-control{display:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .carousel-indicators{position:absolute!important;left:50%!important;right:auto!important;bottom:-29px!important;transform:translateX(-50%)!important;width:max-content!important;max-width:calc(100% - 28px)!important;min-width:0!important;height:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;z-index:20!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .carousel-indicators .indicator{position:relative!important;flex:0 0 8px!important;width:8px!important;height:8px!important;min-width:8px!important;min-height:8px!important;max-width:8px!important;max-height:8px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;overflow:hidden!important;background:#d1d5db!important;opacity:1!important;transform:none!important;box-shadow:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .carousel-indicators .indicator::before,html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .carousel-indicators .indicator::after{content:none!important;display:none!important;animation:none!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body .home-page .hero-carousel-section .carousel-indicators .indicator.active{width:10px!important;height:10px!important;min-width:10px!important;min-height:10px!important;max-width:10px!important;max-height:10px!important;flex-basis:10px!important;background:#172033!important;transform:none!important}
}

/* V8 — public tablet: no footer + centered floating rounded navigation. */
@media (min-width:769px) and (max-width:1180px){
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) .main-footer,
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) footer.main-footer,
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) .site-footer{display:none!important}

 html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav{
   display:grid!important;
   position:fixed!important;
   left:50%!important;
   right:auto!important;
   bottom:max(16px,env(safe-area-inset-bottom,0px))!important;
   transform:translateX(-50%)!important;
   width:min(620px,calc(100vw - 48px))!important;
   height:68px!important;
   min-height:68px!important;
   padding:7px 14px!important;
   grid-template-columns:repeat(5,minmax(0,1fr))!important;
   align-items:center!important;
   background:rgba(255,255,255,.96)!important;
   border:1px solid rgba(17,24,39,.10)!important;
   border-radius:24px!important;
   box-shadow:0 12px 38px rgba(15,23,42,.16),0 2px 8px rgba(15,23,42,.07)!important;
   backdrop-filter:blur(18px)!important;
   -webkit-backdrop-filter:blur(18px)!important;
   overflow:visible!important;
   z-index:30000!important;
 }
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav-item{
   min-width:0!important;
   min-height:52px!important;
   height:52px!important;
   padding:5px 8px!important;
   border-radius:16px!important;
   display:flex!important;
   flex-direction:column!important;
   align-items:center!important;
   justify-content:center!important;
   gap:3px!important;
 }
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav-item:active{transform:scale(.95)!important}
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav-item.active,
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav-item.gojd-reference-active{background:#f6f7f8!important}
 html.gojd-public-tablet:not(.gojd-tablet-kiosk) body{padding-bottom:104px!important}
}

/* V9 — corrections from real tablet photos. */
@media (min-width:769px) and (max-width:1180px){
/* Every Home showcase is exactly four visible cards, laid out 4-up without squeezing six. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-page .gojd-showcase-grid,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-page .cpo-showcase-grid,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-page .products-grid,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-page .product-grid{
 display:grid!important;
 grid-template-columns:repeat(4,minmax(0,1fr))!important;
 gap:14px!important;
 overflow:visible!important;
 width:100%!important;
}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-page .gojd-showcase-grid>.gojd-showcase-card,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-page .cpo-showcase-grid>.cpo-showcase-card,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-page .products-grid>*,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-page .product-grid>*{
 width:100%!important;min-width:0!important;max-width:none!important;box-sizing:border-box!important;
}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .home-page .gojd-tablet-showcase-extra{display:none!important}

/* Tablet navigation: mobile visual language, compact centered floating pill. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav{
 left:50%!important;right:auto!important;bottom:14px!important;transform:translateX(-50%)!important;
 width:min(520px,calc(100vw - 64px))!important;height:64px!important;min-height:64px!important;
 padding:5px 10px!important;border:1px solid #e7e7e7!important;border-radius:22px!important;
 grid-template-columns:repeat(5,1fr)!important;align-items:stretch!important;
 background:rgba(255,255,255,.97)!important;box-shadow:0 8px 26px rgba(0,0,0,.12)!important;
 backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;
}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav-item{
 position:relative!important;min-width:0!important;min-height:0!important;height:auto!important;border:0!important;
 background:transparent!important;color:#777!important;display:flex!important;flex-direction:column!important;
 align-items:center!important;justify-content:center!important;gap:3px!important;padding:2px 4px!important;border-radius:14px!important;
 font:inherit!important;text-decoration:none!important;
}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav-item.active,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav-item.gojd-reference-active{color:#e50914!important;background:transparent!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav-item svg{width:23px!important;height:23px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .mobile-bottom-nav-item span:not(.mobile-bottom-nav-icon-wrap):not(.mobile-bottom-nav-badge){font-size:10px!important;line-height:1.1!important;font-weight:700!important;white-space:nowrap!important}

/* Lift chat mascot clearly above the floating navigation. */
html.gojd-public-tablet:not(.gojd-tablet-kiosk) button:has(> img[src="/moseis.png"][alt="Chat"]),
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .gojd-site-chat-launcher,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .gojd-chat-launcher,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) [data-gojd-chat-launcher],
html.gojd-public-tablet:not(.gojd-tablet-kiosk) #gojd-site-chat-launcher,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .site-chat-launcher,
html.gojd-public-tablet:not(.gojd-tablet-kiosk) .chat-launcher{
 bottom:104px!important;right:18px!important;
}
html.gojd-public-tablet:not(.gojd-tablet-kiosk) body{padding-bottom:98px!important}
}
