/* FoxiWorld V127 — responsive layout and lightweight scrolling */
:root{--fw-mobile-gutter:16px}
html{scrollbar-gutter:stable;overscroll-behavior-y:none;-webkit-text-size-adjust:100%}
body{min-width:0;overflow-x:hidden;touch-action:pan-y}
img{max-width:100%}

/* Smaller quick preview in list view */
.v12-products-grid.is-list .v12-quick-view{
  width:min(118px,calc(100% - 24px))!important;
  height:30px!important;
  bottom:10px!important;
  padding:0 10px!important;
  border-radius:8px!important;
  font-size:8px!important;
  line-height:30px!important;
  box-shadow:0 5px 13px rgba(6,74,49,.14)!important;
}
.v12-products-grid.is-list .v12-product-media{padding-bottom:48px!important}

/* Avoid expensive repaint work while the page is moving */
html.fw-is-scrolling .fw-header,
html.fw-is-scrolling .v12-header,
html.fw-is-scrolling .site-header{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  box-shadow:0 1px 0 rgba(12,48,35,.08)!important;
}
html.fw-is-scrolling *,html.fw-is-scrolling *::before,html.fw-is-scrolling *::after{
  scroll-behavior:auto!important;
}
html.fw-is-scrolling .v12-product-card,
html.fw-is-scrolling .v15-card,
html.fw-is-scrolling .v17-mini-card,
html.fw-is-scrolling .product-card{
  transition:none!important;
  transform:none!important;
  box-shadow:none!important;
}
html.fw-is-scrolling .v17-brand-track>div{animation-play-state:paused!important}

/* Catalog rendering containment */
.v12-catalog-content,.v12-products-grid{min-width:0}
.v12-product-card{contain:layout paint style;transform:translateZ(0)}
.v12-product-media img{backface-visibility:hidden}

@media (hover:none),(pointer:coarse){
  .v12-product-card:hover,.v15-card:hover,.v17-mini-card:hover{transform:none!important}
  .v12-product-card:hover .v12-product-media img,.v12-product-card:hover .v12-product-emoji{transform:none!important}
  .v12-quick-view{opacity:1!important;transform:translate(-50%,0)!important}
  .v12-product-card,.v15-card,.v17-mini-card{transition:none!important}
  .fw-header,.v12-header,.site-header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important}
}

/* Tablet */
@media(max-width:1100px){
  .container{width:min(100% - 32px,1240px)!important}
  .v12-catalog-shell{grid-template-columns:230px minmax(0,1fr)!important;gap:20px!important}
  .v12-products-grid:not(.is-list){grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .v12-header-main{grid-template-columns:210px minmax(260px,1fr) auto!important;gap:16px!important}
  .v12-user-tools a{padding-inline:7px!important}
  .v12-category-nav a{padding-inline:12px!important}
  .fw-footer__grid,.v12-footer-grid{gap:28px!important}
}

/* Small tablet / large phone */
@media(max-width:900px){
  .container{width:calc(100% - 28px)!important}
  .v12-topbar{display:none!important}
  .v12-header,.fw-header,.site-header{background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .v12-header-main{grid-template-columns:auto minmax(0,1fr) auto!important;height:auto!important;min-height:72px!important;gap:12px!important;padding-block:10px!important}
  .v12-logo>span:last-child small,.v12-user-tools a:not(.v12-cart-link) div{display:none!important}
  .v12-search{height:44px!important}
  .v12-user-tools{gap:2px!important}
  .v12-user-tools a{min-width:42px!important;padding:5px!important;justify-content:center!important}
  .v12-category-nav-wrap{overflow:hidden!important}
  .v12-category-nav{overflow-x:auto!important;scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
  .v12-category-nav>a,.v12-category-nav>button{scroll-snap-align:start;flex:0 0 auto!important}
  .v12-catalog-shell{display:block!important}
  .v12-filter-panel{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(360px,90vw)!important;max-height:none!important;z-index:400!important;transform:translateX(-105%);transition:transform .22s ease!important;overflow-y:auto!important;border-radius:0 20px 20px 0!important}
  .v12-filter-panel.is-open{transform:none!important}
  .v12-filter-overlay.is-open{display:block!important;position:fixed!important;inset:0!important;z-index:399!important;background:rgba(8,31,22,.42)!important}
  #mobileFiltersButton{display:flex!important}
  .v12-catalog-header{align-items:flex-start!important}
  .v12-service-strip{grid-template-columns:repeat(2,1fr)!important}
  .v12-footer-grid,.fw-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .v12-newsletter,.fw-newsletter{padding:20px!important;gap:18px!important}
}

/* Phones */
@media(max-width:720px){
  :root{--fw-mobile-gutter:14px}
  .container{width:calc(100% - 24px)!important}
  .v12-header-main{grid-template-columns:auto 1fr auto!important;min-height:64px!important;padding-block:8px!important}
  .v12-logo-mark{width:42px!important;height:42px!important;font-size:23px!important}
  .v12-logo>span:last-child{display:none!important}
  .v12-search{order:4;grid-column:1/-1;width:100%!important;margin-top:2px!important}
  .v12-user-tools a:not(.v12-cart-link){display:none!important}
  .v12-cart-link div small{display:none!important}
  .v12-category-nav{height:48px!important}
  .v12-category-nav a,.v12-all-categories{padding-inline:13px!important;font-size:11px!important}
  .v12-catalog-main{padding-top:16px!important}
  .v12-breadcrumbs{font-size:10px!important;margin-bottom:14px!important}
  .v12-catalog-header{display:grid!important;gap:14px!important;margin-bottom:12px!important}
  .v12-catalog-header h1{font-size:27px!important;letter-spacing:-1px!important}
  .v12-catalog-controls{width:100%!important;justify-content:space-between!important}
  .v12-sort{min-width:0!important;flex:1!important}
  .v12-chips{overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .v12-chips::-webkit-scrollbar{display:none}
  .v12-chips button{flex:0 0 auto!important;height:36px!important;padding-inline:13px!important}
  .v12-products-grid,.v12-products-grid:not(.is-list){grid-template-columns:1fr!important;gap:12px!important}
  .v12-products-grid.is-list .v12-product-card{grid-template-columns:112px minmax(0,1fr)!important;border-radius:15px!important}
  .v12-products-grid.is-list .v12-product-media{min-height:190px!important;height:auto!important;padding:10px 8px 44px!important;overflow:hidden!important}
  .v12-products-grid.is-list .v12-product-body{padding:13px!important}
  .v12-products-grid.is-list .v12-product-card h2{font-size:14px!important;line-height:1.3!important}
  .v12-products-grid.is-list .v12-product-card p{display:none!important}
  .v12-products-grid.is-list .v12-product-actions{grid-template-columns:64px 1fr!important;max-width:none!important}
  .v12-products-grid.is-list .v12-quick-view{width:96px!important;height:28px!important;font-size:7.5px!important;line-height:28px!important;bottom:8px!important}
  .v12-product-media{height:220px!important}
  .v12-service-strip{grid-template-columns:1fr!important}
  .v12-service-strip article{border-right:0!important;border-bottom:1px solid var(--v12-line)!important;min-height:68px!important}
  .v12-service-strip article:last-child{border-bottom:0!important}
  .v12-newsletter,.fw-newsletter{transform:none!important;margin-top:0!important;flex-direction:column!important;align-items:stretch!important;border-radius:18px!important;padding:18px!important}
  .v12-newsletter form,.fw-newsletter form{min-width:0!important;width:100%!important}
  .v12-footer,.fw-footer{margin-top:48px!important;padding-top:18px!important}
  .v12-footer-grid,.fw-footer__grid{grid-template-columns:1fr!important;gap:22px!important;padding-bottom:18px!important}
  .fw-footer__legal{grid-template-columns:1fr!important}
  .fw-footer__payments{align-items:flex-start!important}
  .fw-footer__payments img{max-width:100%!important;height:auto!important}
  .fw-footer__bottom,.v12-footer-bottom{flex-direction:column!important;gap:8px!important;text-align:center!important}
  .order-modal-panel{width:100%!important;padding:18px!important}
  .account-layout{grid-template-columns:1fr!important}
  .account-sidebar{position:static!important}
  input,select,textarea,button{font-size:16px}
}

@media(max-width:420px){
  .container{width:calc(100% - 20px)!important}
  .v12-header-main{gap:8px!important}
  .v12-search input{font-size:13px!important;padding-inline:10px!important}
  .v12-search button{padding-inline:14px!important}
  .v12-catalog-header h1{font-size:24px!important}
  .v12-view-toggle{display:none!important}
  .v12-products-grid.is-list .v12-product-card{grid-template-columns:102px minmax(0,1fr)!important}
  .v12-products-grid.is-list .v12-product-actions{grid-template-columns:1fr!important}
  .v12-products-grid.is-list .v12-qty{display:none!important}
  .v12-product-price strong{font-size:17px!important}
  .fw-backtop{right:12px!important;bottom:14px!important;width:40px!important;height:40px!important}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.fw-offscreen,.fw-offscreen *{animation-play-state:paused!important}
/* With 12 visible products per page, eager card layout scrolls more smoothly than content-visibility activation. */
.v12-product-card{content-visibility:visible!important;contain-intrinsic-size:auto!important;transform:none!important}

/* V128 — complete narrow-screen navigation and always-accessible filters */
.v128-filter-trigger{display:none;position:relative;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 15px;border:1px solid #dce7e1;border-radius:12px;background:#fff;color:#07583c;font-weight:800;white-space:nowrap;box-shadow:0 5px 16px rgba(6,74,49,.06);cursor:pointer}
.v128-filter-trigger span{font-size:17px}.v128-filter-trigger b{font-size:12px}.v128-filter-trigger em{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:#ff641e;color:#fff;font:800 10px/1 "DM Sans",sans-serif;font-style:normal;border:2px solid #fff}
.v128-nav-contact{color:#07583c!important;background:#eef8f3!important}

@media(max-width:900px){
  .v128-filter-trigger{display:flex}
  .v12-category-nav-wrap{display:block!important;visibility:visible!important;position:relative!important;width:100%!important;border-top:1px solid #e8efeb!important;border-bottom:1px solid #e8efeb!important;background:#fff!important;overflow:hidden!important}
  .v12-category-nav{display:flex!important;visibility:visible!important;width:100%!important;min-height:48px!important;height:auto!important;justify-content:flex-start!important;gap:6px!important;padding:5px max(14px,calc((100vw - 1240px)/2))!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}
  .v12-category-nav::-webkit-scrollbar{display:none!important}
  .v12-category-nav>a,.v12-category-nav>button{flex:0 0 auto!important;height:38px!important;padding:0 13px!important;border-radius:11px!important;font-size:11px!important;scroll-snap-align:start!important}
  .v12-all-categories{min-width:auto!important;box-shadow:none!important}
  .v128-nav-contact{margin-left:0!important}
  .v12-catalog-controls{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:10px!important;align-items:center!important}
  .v12-view-toggle{display:none!important}
  .v12-sort{width:100%!important;min-width:0!important}
  .v12-sort select{width:100%!important;min-width:0!important}
}

@media(max-width:560px){
  body{padding-bottom:76px!important}
  .v12-header{position:relative!important}
  .v12-header-main{padding-bottom:10px!important}
  .v12-category-nav-wrap{position:relative!important;z-index:20!important}
  .v12-category-nav{padding-left:10px!important;padding-right:10px!important}
  .v12-catalog-controls{grid-template-columns:112px minmax(0,1fr)!important;margin-top:16px!important}
  .v128-filter-trigger{height:44px!important;padding-inline:12px!important}
  .v12-sort{height:44px!important}
  .v12-sort span{font-size:9px!important}
  .v12-sort select{font-size:14px!important}
  .v12-chips{margin-top:10px!important;max-width:100%!important}
  .v12-chips button{max-width:none!important}
  .v12-active-filters{max-width:100%!important;overflow-x:auto!important;flex-wrap:nowrap!important;scrollbar-width:none!important}
  .v12-active-filters::-webkit-scrollbar{display:none!important}
  .v12-filter-panel{width:min(350px,94vw)!important;padding-bottom:calc(20px + env(safe-area-inset-bottom))!important}
  .v12-filter-heading{position:sticky!important;top:0!important;z-index:2!important;background:#fff!important}
  .v12-filter-actions{position:sticky!important;bottom:0!important;z-index:2!important;background:#fff!important;border-top:1px solid #e8efeb!important;padding-bottom:calc(15px + env(safe-area-inset-bottom))!important}
}

@media(max-width:360px){
  .v12-catalog-controls{grid-template-columns:104px minmax(0,1fr)!important;gap:7px!important}
  .v128-filter-trigger{padding-inline:9px!important}
  .v128-filter-trigger b{font-size:11px!important}
  .v12-category-nav>a,.v12-category-nav>button{padding-inline:11px!important;font-size:10.5px!important}
}

/* Unified storefront header: no contact overlap on tablets and phones. */
@media(max-width:1050px){
  .fw-nav-wrap{display:block!important;overflow:hidden!important;background:#fff!important}
  .fw-nav{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;justify-content:flex-start!important;scrollbar-width:none!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}
  .fw-nav::-webkit-scrollbar,.fw-nav__links::-webkit-scrollbar{display:none!important}
  .fw-nav__links{display:contents!important}
  .fw-nav a,.fw-nav__all{flex:0 0 auto!important;scroll-snap-align:start!important}
  .fw-nav__contact{position:static!important;right:auto!important;margin-left:0!important;box-shadow:none!important;border-left:0!important}
}
@media(max-width:720px){
  .fw-nav{height:48px!important;padding-inline:10px!important;gap:5px!important}
  .fw-nav a,.fw-nav__all{height:38px!important;margin-block:5px!important;padding-inline:12px!important;font-size:11px!important}
  .fw-nav__all{margin-right:0!important}
}


/* V135 — stable scrolling and collision-free storefront header. */
body:not(.admin-body) .fw-header.is-condensed .fw-header__main,
body:not(.admin-body) .fw-header__main{
  transform:none!important;
}
body:not(.admin-body) .fw-header.is-condensed .fw-header__main{
  height:inherit!important;
}
@media (max-width:1050px){
  body:not(.admin-body) .fw-header{position:relative!important;top:auto!important}
  body:not(.admin-body) .fw-header__main{
    height:auto!important;
    min-height:0!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    gap:10px 12px!important;
    padding-block:12px!important;
    align-items:center!important;
  }
  body:not(.admin-body) .fw-logo{grid-column:1;grid-row:1;min-width:0!important}
  body:not(.admin-body) .fw-tools{grid-column:2;grid-row:1;justify-self:end;min-width:0!important}
  body:not(.admin-body) .fw-search{
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    min-width:0!important;
    height:50px!important;
    margin:0!important;
  }
  body:not(.admin-body) .fw-nav-wrap{position:relative!important;z-index:2!important;clear:both!important}
  body:not(.admin-body) .fw-nav{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
  }
  body:not(.admin-body) .fw-nav::-webkit-scrollbar{display:none!important}
  body:not(.admin-body) .fw-nav__all,
  body:not(.admin-body) .fw-nav a{flex:0 0 auto!important;position:static!important;scroll-snap-align:start!important}
  body:not(.admin-body) .fw-nav__links{display:contents!important}
  body:not(.admin-body) .fw-nav__contact{margin-left:0!important;box-shadow:none!important}
}
@media (max-width:720px){
  body:not(.admin-body) .fw-logo__text small{display:none!important}
  body:not(.admin-body) .fw-tools .fw-cart div{display:none!important}
  body:not(.admin-body) .fw-search{height:48px!important}
}
html,body{scroll-behavior:auto!important;overflow-y:auto!important}

/* v136: stable mobile/tablet filter drawer interaction */
@media (max-width: 900px){
  body.filters-open{overflow:hidden!important;overscroll-behavior:none!important}
  body.filters-open .v12-filter-panel{
    position:fixed!important;
    inset:0 auto 0 0!important;
    width:min(360px,94vw)!important;
    height:100vh!important;
    height:100dvh!important;
    min-height:100vh!important;
    max-height:100dvh!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-y!important;
    pointer-events:auto!important;
    isolation:isolate!important;
    contain:layout paint!important;
    background:#fff!important;
    z-index:5000!important;
    transform:translate3d(0,0,0)!important;
  }
  body.filters-open .v12-filter-panel *{pointer-events:auto!important}
  body.filters-open .v12-filter-overlay{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:4990!important;
    pointer-events:auto!important;
  }
  /* Sticky footer created a transparent hit-area on some Chromium tablet widths. */
  body.filters-open .v12-filter-actions{
    position:static!important;
    inset:auto!important;
    z-index:auto!important;
    transform:none!important;
    background:#fff!important;
  }
  body.filters-open .v12-filter-heading{
    position:sticky!important;
    top:0!important;
    z-index:5!important;
    background:#fff!important;
  }
  /* Floating UI must never intercept controls inside the open drawer. */
  body.filters-open .fx-mobile-dock,
  body.filters-open .fw-chat-launcher,
  body.filters-open .fw-chat-launcher--left,
  body.filters-open .fx-orbit,
  body.filters-open .fw-backtop{
    pointer-events:none!important;
    visibility:hidden!important;
  }
  .v12-check-list{position:relative!important;z-index:1!important}
  .v12-filter-section,.v12-price-values,.v12-price-range,.v12-switch-row{position:relative!important;z-index:1!important}
}

/* V137 — definitive header layout for 1051–1180px.
   Keep logo, search and cart in one explicit row. The earlier two-column
   breakpoint caused the third grid item (cart) to fall into the navigation row. */
@media (min-width:1051px) and (max-width:1180px){
  body:not(.admin-body) .fw-header__main{
    display:grid!important;
    grid-template-columns:minmax(190px,225px) minmax(300px,1fr) max-content!important;
    grid-template-rows:88px!important;
    align-items:center!important;
    column-gap:14px!important;
    row-gap:0!important;
    height:88px!important;
    min-height:88px!important;
    padding-block:0!important;
  }
  body:not(.admin-body) .fw-logo{
    grid-column:1!important;
    grid-row:1!important;
    min-width:0!important;
    max-width:100%!important;
  }
  body:not(.admin-body) .fw-logo__mark{
    width:50px!important;
    height:50px!important;
    flex:0 0 50px!important;
  }
  body:not(.admin-body) .fw-logo__text{
    min-width:0!important;
  }
  body:not(.admin-body) .fw-logo__text b{
    font-size:23px!important;
    white-space:nowrap!important;
  }
  body:not(.admin-body) .fw-logo__text small{
    font-size:10px!important;
    white-space:nowrap!important;
  }
  body:not(.admin-body) .fw-search{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    height:54px!important;
    margin:0!important;
  }
  body:not(.admin-body) .fw-search button{
    padding-inline:20px!important;
  }
  body:not(.admin-body) .fw-tools{
    grid-column:3!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    justify-self:end!important;
    min-width:max-content!important;
    width:auto!important;
    margin:0!important;
    position:static!important;
    transform:none!important;
  }
  body:not(.admin-body) .fw-tools>a:not(.fw-cart){display:none!important}
  body:not(.admin-body) .fw-tools .fw-cart{
    position:relative!important;
    inset:auto!important;
    margin:0!important;
    min-width:112px!important;
    max-width:128px!important;
    min-height:58px!important;
    padding:7px 9px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    background:transparent!important;
  }
  body:not(.admin-body) .fw-tools .fw-cart>span{font-size:24px!important}
  body:not(.admin-body) .fw-tools .fw-cart div{display:flex!important;min-width:0!important}
  body:not(.admin-body) .fw-tools .fw-cart small,
  body:not(.admin-body) .fw-tools .fw-cart b{white-space:nowrap!important}
  body:not(.admin-body) .fw-tools .fw-cart em{
    top:2px!important;
    left:23px!important;
  }
  body:not(.admin-body) .fw-nav-wrap{
    position:relative!important;
    z-index:2!important;
    clear:both!important;
  }
  body:not(.admin-body) .fw-nav{
    width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  body:not(.admin-body) .fw-nav__all{
    flex:0 0 auto!important;
    position:static!important;
    margin-right:8px!important;
  }
  body:not(.admin-body) .fw-nav__links{
    display:flex!important;
    flex:1 1 auto!important;
    min-width:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none!important;
  }
  body:not(.admin-body) .fw-nav__links::-webkit-scrollbar{display:none!important}
  body:not(.admin-body) .fw-nav__links>a{flex:0 0 auto!important}
  body:not(.admin-body) .fw-nav__contact{
    flex:0 0 auto!important;
    position:static!important;
    margin-left:0!important;
    box-shadow:none!important;
  }

  /* Original V12 header, before shared storefront replacement completes. */
  body:not(.admin-body) .v12-header-main{
    display:grid!important;
    grid-template-columns:minmax(190px,225px) minmax(300px,1fr) max-content!important;
    grid-template-rows:88px!important;
    align-items:center!important;
    gap:0 14px!important;
    height:88px!important;
    min-height:88px!important;
    padding-block:0!important;
  }
  body:not(.admin-body) .v12-logo{grid-column:1!important;grid-row:1!important;min-width:0!important}
  body:not(.admin-body) .v12-search{grid-column:2!important;grid-row:1!important;min-width:0!important;width:100%!important}
  body:not(.admin-body) .v12-user-tools{
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    min-width:max-content!important;
    position:static!important;
  }
  body:not(.admin-body) .v12-user-tools>a:not(.v12-cart-link){display:none!important}
  body:not(.admin-body) .v12-cart-link{position:relative!important;inset:auto!important;margin:0!important}
}


/* V138 — search suggestions must never be clipped by the responsive header.
   At tablet and compact-desktop widths the list is attached to the viewport,
   sized from the live search-field rectangle and given its own scroll area. */
body:not(.admin-body) .fw-search{
  position:relative!important;
  overflow:visible!important;
  isolation:visible!important;
  z-index:420!important;
}
body:not(.admin-body) .fw-header,
body:not(.admin-body) .fw-header__main{
  overflow:visible!important;
}
body:not(.admin-body) .fw-search-results{
  box-sizing:border-box!important;
  min-width:0!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch;
}
@media (max-width:1180px){
  body:not(.admin-body) .fw-search-results.is-viewport-positioned{
    position:fixed!important;
    left:var(--fw-search-left)!important;
    right:auto!important;
    top:var(--fw-search-top)!important;
    width:var(--fw-search-width)!important;
    max-width:calc(100vw - 20px)!important;
    max-height:var(--fw-search-max-height)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    z-index:2147483000!important;
    margin:0!important;
    transform:none!important;
  }
  body:not(.admin-body) .fw-search-result{
    grid-template-columns:46px minmax(0,1fr) auto!important;
    gap:10px!important;
  }
  body:not(.admin-body) .fw-search-result__image{
    width:46px!important;
    height:46px!important;
  }
  body:not(.admin-body) .fw-search-result>span:nth-child(2){min-width:0!important}
  body:not(.admin-body) .fw-search-result b{
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    line-height:1.3!important;
  }
  body:not(.admin-body) .fw-search-result strong{white-space:nowrap!important}
}
@media (max-width:560px){
  body:not(.admin-body) .fw-search-results.is-viewport-positioned{
    left:8px!important;
    width:calc(100vw - 16px)!important;
    max-width:none!important;
  }
  body:not(.admin-body) .fw-search-result{
    grid-template-columns:42px minmax(0,1fr)!important;
  }
  body:not(.admin-body) .fw-search-result strong{
    grid-column:2!important;
    justify-self:start!important;
    margin-top:-3px!important;
  }
}

/* V139 — keep primary shopping actions fully clickable on compact layouts.
   Foxi Orbit is useful on wide desktop, but on the catalogue it can cover the
   last product-card CTA. The mobile dock already exposes the same actions, so
   the floating orbit is removed from the product listing below 1180px. */
@media (max-width:1180px){
  body.catalog-page .fx-orbit{
    display:none!important;
    pointer-events:none!important;
  }
  body.catalog-page .v12-product-actions,
  body.catalog-page .v12-add-cart,
  body.catalog-page .v12-qty{
    position:relative!important;
    z-index:5!important;
    pointer-events:auto!important;
  }
  body.catalog-page .v12-add-cart:not(:disabled){
    cursor:pointer!important;
  }
}

/* On every page the compact mobile dock replaces Foxi Orbit. Keeping both
   floating controls visible only creates click-obscuring collisions. */
@media (max-width:900px){
  body:not(.admin-body) .fx-orbit{
    display:none!important;
    pointer-events:none!important;
  }
}

/* V146 — lightweight storefront: remove decorative motion that costs frames. */
html{scroll-behavior:auto!important}
body::after,.fw-scroll-progress,.fx-page-curtain{display:none!important}
.v15-orbit,.v15-leaf,.v15-paw,.premium-pet-stage,.floating-proof,
.fx-page-signal strong::before,.fx-orbit__trigger::before,
.foxiworld-loading-mark,.oms-loading::before{animation:none!important}
.reveal,.reveal.is-visible,.v12-reveal,.v12-reveal.v12-visible,
.fx-reveal,.fx-reveal.is-visible{opacity:1!important;transform:none!important;transition:none!important}
.v15-card,.v15-card__media img,.v17-mini-card,.v15-btn,.v15-category>b,
.fw-header,.fw-header__main,.fw-search,.fw-backtop,.fw-toast,
.fx-orbit,.fx-orbit__panel,.fx-command-backdrop,.fw-mobile-menu,
.fw-mobile-backdrop,.fw-cart-drawer,.fw-cart-backdrop{will-change:auto!important}
.v15-card:hover,.v17-mini-card:hover{transform:none!important}
.v15-card:hover img,.v15-category:hover>b,.v15-heart:hover{transform:none!important}
.v15-benefits article:hover>span{animation:none!important}
@media (hover:hover) and (pointer:fine){
  a,button,input,select,textarea{transition-duration:.12s!important}
}
@media (max-width:1180px){
  .fw-header,.admin-topbar,.fw-toast,.floating-proof,.checkout-auth-modal__backdrop,
  .order-modal-backdrop{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .v15-card,.v12-product-card,.product-card{box-shadow:0 4px 14px rgba(12,55,39,.055)!important}
}

.v17-brand-track>div{animation:v17marquee 42s linear infinite!important}.v17-brand-track:hover>div{animation-play-state:paused!important}@media(prefers-reduced-motion:reduce){.v17-brand-track>div{animation:none!important}}
