.skip-link{position:absolute;left:-9999px;top:0;width:1px;height:1px;overflow:hidden;z-index:10000}.skip-link:focus{position:fixed;left:1rem;top:1rem;width:auto;height:auto;padding:.75rem 1.25rem;background:var(--brand-primary,#067a6e);color:#fff;border-radius:var(--button-radius,.5rem);font-size:1rem;font-weight:700;text-decoration:none;box-shadow:0 4px 16px hsl(0 0% 0%/.2);outline:2px solid #fff;outline-offset:2px}body:has(main.search){background:var(--surface-page,#fff)}.search{max-width:1440px;margin:0 auto;padding:1.5rem 1.5rem var(--section-y,clamp(3rem,6vw,5rem));background:var(--surface-page,#fff)}@media (min-width:1024px){.search{padding:2rem 2rem var(--section-y,clamp(3rem,6vw,5rem))}}.category-page{background:var(--surface-page,#fff);padding-bottom:calc(var(--section-y, 3rem) / 2)}.category-page__container{max-width:1440px;margin:0 auto;padding:0 1.5rem}@media (max-width:640px){.category-page__container{padding:0 1rem}}.category-header{background:var(--surface-page,#fff);border-bottom:1px solid var(--border-subtle,hsl(0 0% 90%));padding:.875rem 0 1.125rem;margin-bottom:1rem;text-align:center}.category-breadcrumb{margin:0 0 .875rem;text-align:left}.category-breadcrumb__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-secondary,#71717a)}.category-breadcrumb__item a{color:var(--text-secondary,#71717a);text-decoration:none;border-radius:3px;padding:2px 4px;transition:color .12s ease}.category-breadcrumb__item a:hover{color:var(--brand-primary,#067a6e);text-decoration:underline;text-underline-offset:2px}.category-breadcrumb__item a:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px}.category-breadcrumb__sep{color:var(--text-tertiary,#a1a1aa);font-size:.875rem;line-height:1}.category-breadcrumb__current{font-weight:500;color:var(--text-primary,#18181b)}.category-header__title{font-family:var(--font-display,inherit);font-size:clamp(1.5rem,2.6vw,1.875rem);font-weight:700;line-height:1.15;letter-spacing:-.01em;color:var(--text-primary,#18181b);margin:0}.category-header__description{font-size:.9375rem;line-height:1.55;color:var(--text-secondary,#71717a);max-width:720px;margin:.625rem auto 0}.category-header__description :is(p,ul,ol){margin:0 0 .375rem}.category-header__description :last-child{margin-bottom:0}@media (max-width:640px){.category-header{padding:.75rem 0 .875rem;margin-bottom:.875rem}}.mobile-filter-trigger{display:none;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--surface-card,#fff);border:1px solid var(--border-default,#e4e4e7);border-radius:var(--button-radius,.5rem);font-size:.875rem;font-weight:600;color:var(--text-primary,#18181b);cursor:pointer;font-family:var(--font-sans,inherit);transition:border-color .15s ease}.mobile-filter-trigger:hover{border-color:var(--brand-primary,#067a6e)}@media (max-width:768px){.mobile-filter-trigger{display:inline-flex}.search__sidebar{display:none}}.mobile-filter-sheet{position:fixed;inset:0;z-index:9000;display:flex;align-items:flex-end}.mobile-filter-sheet__backdrop{position:absolute;inset:0;background:hsl(0 0% 0%/.4);animation:sheet-backdrop-in .2s ease}@keyframes sheet-backdrop-in{0%{opacity:0}to{opacity:1}}.mobile-filter-sheet__panel{position:relative;width:100%;max-height:85vh;background:var(--surface-card,#fff);border-radius:1rem 1rem 0 0;display:flex;flex-direction:column;animation:sheet-slide-up .25s cubic-bezier(.32,.72,0,1)}@keyframes sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-filter-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border-default,#e4e4e7)}.mobile-filter-sheet__title{font-size:1rem;font-weight:700;color:var(--text-primary,#18181b)}.mobile-filter-sheet__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;color:var(--text-secondary,#71717a);cursor:pointer}.mobile-filter-sheet__close:hover{background:var(--surface-secondary,#f4f4f5)}.mobile-filter-sheet__body{flex:1;overflow-y:auto;padding:1.25rem}.mobile-filter-sheet__footer{padding:1rem 1.25rem;border-top:1px solid var(--border-default,#e4e4e7)}.mobile-filter-sheet__apply{width:100%;height:44px;background:var(--brand-primary,#067a6e);color:#fff;border:none;border-radius:var(--button-radius,.5rem);font-size:.875rem;font-weight:700;font-family:var(--font-sans,inherit);cursor:pointer;transition:background .15s ease}.mobile-filter-sheet__apply:hover{background:var(--brand-primary-hover,#055d54)}.search__layout{display:grid;grid-template-columns:280px 1fr;gap:var(--spacing-10,2.5rem);align-items:start}.search__sidebar{position:sticky;top:calc(var(--header-height, 80px) + 1rem);align-self:start;max-height:calc(100vh - var(--header-height, 80px) - 2rem);overflow-y:auto;scrollbar-width:thin}@media (max-width:768px){.search__layout{grid-template-columns:1fr}}.search__hits-item{content-visibility:auto;contain-intrinsic-size:auto 320px}.search__main>.search__toolbar{min-height:56px}@media (max-width:768px){.search__main>.search__toolbar{min-height:104px}}.category-page .search__sidebar-body,.plp-server-shell__facets-reserve{min-height:558px}.search__toolbar-controls{display:flex;align-items:center;gap:.75rem}.view-toggle{display:inline-flex;border:1px solid var(--border-default,#e4e4e7);border-radius:var(--button-radius,.5rem);overflow:hidden;background:var(--surface-card,#fff)}.view-toggle__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;cursor:pointer;color:var(--text-muted,#71717a);transition:background .15s ease,color .15s ease}.view-toggle__btn:hover{background:var(--surface-secondary,#f4f4f5)}.view-toggle__btn.is-active{background:var(--brand-primary,#067a6e);color:#fff}.search__sidebar{padding:1.25rem 1.125rem;background:var(--surface-card,#fff);border:1px solid var(--border-default,#e4e4e7);border-radius:var(--card-radius,.75rem)}.search__filters-title{font-size:.8125rem;font-weight:600;letter-spacing:0;color:var(--text-primary,#18181b);margin:0 0 1rem;padding-bottom:.875rem;border-bottom:1px solid var(--border-default,#e4e4e7)}.search__filter-group{padding-top:1.125rem;padding-bottom:.5rem;border-top:1px solid var(--border-subtle,#f4f4f5)}.search__filter-group:first-of-type,.search__sidebar>.search__filter-group:first-of-type,.search__sidebar>.sidebar-section:first-of-type{border-top:none;padding-top:0}.search__filter-group h3,.sidebar-section__title{font-size:.6875rem;font-weight:500;color:var(--text-muted,#71717a);margin:0 0 .625rem;text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.search__sidebar .ais-RefinementList-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem}.search__sidebar .ais-RefinementList-item{display:flex;align-items:center}.search__sidebar .ais-RefinementList-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-primary,#18181b);cursor:pointer;width:100%;padding:.25rem 0}.search__sidebar .ais-RefinementList-checkbox{width:16px;height:16px;accent-color:var(--brand-primary,#067a6e);cursor:pointer}.search__sidebar .ais-RefinementList-count{margin-left:auto;padding:.125rem .5rem;background:var(--surface-secondary,#f4f4f5);color:var(--text-muted,#71717a);font-size:.6875rem;font-weight:600;border-radius:1rem}.search__clear-btn,.search__sidebar .ais-ClearRefinements-button{width:100%;height:36px;margin-top:.875rem;background:transparent;border:1px solid var(--border-default,#e4e4e7);border-radius:var(--button-radius,.5rem);font-size:.8125rem;font-weight:500;color:var(--text-secondary,#52525b);cursor:pointer;font-family:var(--font-sans,inherit);transition:all .15s ease}.search__clear-btn:hover:not(:disabled),.search__sidebar .ais-ClearRefinements-button:hover:not(:disabled){background:var(--surface-secondary,#f4f4f5);color:var(--text-primary,#18181b)}.search__sidebar .ais-ClearRefinements-button--disabled{opacity:.4;cursor:not-allowed}.search__toolbar{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem;flex-wrap:wrap;min-height:44px;padding:.5rem .75rem;background:var(--surface-card,#fff);border:1px solid var(--border-default,#e4e4e7);border-radius:var(--radius-lg,12px)}.search__toolbar-count{margin:0;flex:1 1 auto;font-size:.875rem;font-variant-numeric:tabular-nums}.search__toolbar>.search__toolbar-count+*{margin-left:auto}.search__toolbar .ais-SearchBox-form{display:flex;position:relative;flex:1;min-width:220px}.search__box-input,.search__toolbar .ais-SearchBox-input{width:100%;height:40px;padding:0 .875rem;border:1px solid var(--border-default,#e4e4e7);border-radius:var(--input-radius,.5rem);font-size:.875rem;background:var(--surface-card,#fff);outline:none;font-family:var(--font-sans,inherit);transition:border-color .15s ease,box-shadow .15s ease}.search__box-input:focus,.search__toolbar .ais-SearchBox-input:focus{border-color:var(--brand-primary,#067a6e);box-shadow:0 0 0 3px hsl(174 85% 30%/.12)}.search__toolbar .ais-SearchBox-reset,.search__toolbar .ais-SearchBox-submit{display:none}.search__toolbar .ais-SortBy-select{height:40px;padding:0 2rem 0 .875rem;border:1px solid var(--border-default,#e4e4e7);border-radius:var(--input-radius,.5rem);font-size:.875rem;background:var(--surface-card,#fff);font-family:var(--font-sans,inherit);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.search__main .ais-Stats-text{display:block;font-size:.8125rem;color:var(--text-secondary,#52525b);margin-bottom:.75rem}.search__main .ais-Pagination-list{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;gap:.25rem;justify-content:center}.search__main .ais-Pagination-link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;border:1px solid var(--border-default,#e4e4e7);border-radius:var(--button-radius,.5rem);font-size:.8125rem;color:var(--text-primary,#18181b);text-decoration:none;transition:all .15s ease}.search__main .ais-Pagination-link:hover{border-color:var(--brand-primary,#067a6e)}.search__main .ais-Pagination-item--selected .ais-Pagination-link{background:var(--brand-primary,#067a6e);color:#fff;border-color:var(--brand-primary,#067a6e)}.search__main .ais-Pagination-item--disabled .ais-Pagination-link{opacity:.4;cursor:not-allowed}.search__hits-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem 1rem;justify-content:start}@media (min-width:1024px){.search__hits-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.search__hits-list{grid-template-columns:repeat(4,minmax(0,1fr))}}.search__hits-list--list{display:flex!important;flex-direction:column;gap:.75rem}.search__hits-list--list .search__hits-item{width:100%}.search__hits-list--list .meili-hit{padding:1rem}.search__hits-list--list .meili-hit__inner{flex-direction:row;gap:1rem;align-items:center}.search__hits-list--list .meili-hit__image{width:96px;height:96px;flex-shrink:0}.search__hits-list--list .meili-hit__body{flex:1}@media (max-width:640px){.view-toggle{display:none}}.price-range{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0;border-top:1px solid var(--border-default,#e4e4e7);margin-top:1rem}.price-range__label{font-size:.875rem;font-weight:600;color:var(--text-primary,#18181b);margin:0}.price-range__hint{font-size:.75rem;color:var(--text-muted,#71717a);margin:0;font-variant-numeric:tabular-nums}.price-range__hint-prefix{color:var(--text-secondary,#52525b);font-weight:600}.price-range__inputs{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.price-range__field{position:relative;flex:1;display:flex}.price-range__suffix{position:absolute;right:.625rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:var(--text-muted,#71717a);pointer-events:none}.price-range__input{flex:1;height:36px;padding:0 1.5rem 0 .625rem;border:1px solid var(--border-default,#e4e4e7);border-radius:var(--input-radius,.5rem);font-size:.875rem;font-family:var(--font-sans,inherit);background:var(--surface-card,#fff);outline:none;-moz-appearance:textfield}.price-range__input::-webkit-inner-spin-button,.price-range__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.price-range__input:focus{border-color:var(--brand-primary,#067a6e);box-shadow:0 0 0 3px hsl(174 85% 30%/.12)}.price-range__separator{color:var(--text-muted,#71717a);font-weight:500}.price-range__actions{display:flex;gap:.5rem;margin-top:.5rem}.price-range__apply{flex:1;height:36px;background:var(--brand-primary,#067a6e);color:#fff;border:none;border-radius:var(--button-radius,.5rem);font-size:.8125rem;font-weight:600;cursor:pointer;font-family:var(--font-sans,inherit);transition:background .15s ease}.price-range__apply:hover{background:var(--brand-primary-hover,#055d54)}.price-range__reset{height:36px;padding:0 .875rem;background:transparent;border:1px solid var(--border-default,#e4e4e7);border-radius:var(--button-radius,.5rem);font-size:.8125rem;color:var(--text-secondary,#52525b);cursor:pointer;font-family:var(--font-sans,inherit)}.price-range__reset:hover{background:var(--surface-secondary,#f4f4f5)}.applied-chips{margin:.75rem 0 1rem}.applied-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--surface-secondary,#f4f4f5);border:1px solid var(--border-default,#e4e4e7);border-radius:1.5rem;font-size:.8125rem;font-weight:500;color:var(--text-primary,#18181b);cursor:pointer;font-family:var(--font-sans,inherit);transition:all .15s ease}.applied-chip:hover{background:var(--brand-primary,#067a6e);color:#fff;border-color:var(--brand-primary,#067a6e)}.applied-chip__label{text-transform:capitalize}.search-empty{display:flex;flex-direction:column;padding:2.5rem 0 0;background:transparent;border:none;border-radius:0}.search-empty__cta,.search-empty__description,.search-empty__icon,.search-empty__tips,.search-empty__title{align-self:center;text-align:center}.search-empty>.popular-categories-grid,.search-empty>.related-products{width:100%;align-self:stretch;margin-top:var(--section-y,clamp(2rem,4vw,3rem))}.search-empty>.related-products .related-products__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.search-empty__icon{color:var(--text-muted,#71717a);margin-bottom:1.25rem}.search-empty__title{font-family:var(--font-display,inherit);font-size:1.25rem;font-weight:700;color:var(--text-primary,#18181b);margin:0 0 .5rem}.search-empty__description{font-size:.875rem;color:var(--text-secondary,#71717a);margin:0 0 1.5rem;max-width:360px;line-height:1.6}.search-empty__cta{padding:.75rem 1.5rem;background:var(--brand-primary,#067a6e);color:#fff;border:none;border-radius:var(--button-radius,.5rem);font-size:.875rem;font-weight:600;cursor:pointer;font-family:var(--font-sans,inherit);transition:background .15s ease}.search-empty__cta:hover{background:var(--brand-primary-hover,#055d54)}.search-boundary{display:flex;flex-direction:column;padding:4rem 1.5rem;text-align:center;background:var(--surface-card,#fff);border:1px solid var(--border-default,#e4e4e7);border-radius:.75rem;gap:1rem}.search-boundary,.search-boundary__icon{align-items:center;justify-content:center}.search-boundary__icon{display:inline-flex;width:64px;height:64px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary,#067a6e) 8%,transparent);color:var(--brand-primary,#067a6e)}.search-boundary__title{font-family:var(--font-display,inherit);font-size:1.25rem;font-weight:700;color:var(--text-primary,#18181b);margin:0}.search-boundary__description{font-size:.875rem;color:var(--text-secondary,#71717a);margin:0;max-width:420px;line-height:1.6}.search-boundary__suggestions{width:100%;margin-top:1.5rem}.search-boundary__error-detail{width:100%;max-width:720px;margin:0;padding:.75rem 1rem;background:var(--surface-muted,#f4f4f5);border:1px solid var(--status-error,#dc2626);border-radius:.5rem;color:var(--status-error,#dc2626);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.5;text-align:left;white-space:pre-wrap;word-break:break-word;overflow:auto;max-height:480px}.search-boundary__error-detail summary{cursor:pointer;font-weight:600;margin-bottom:.5rem}.search-boundary__error-stack{margin:.5rem 0 0;padding:.5rem;background:rgba(255,255,255,.6);border-radius:.25rem;font-size:.6875rem;color:var(--text-secondary,#52525b);white-space:pre-wrap;word-break:break-word}.search-skeleton-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem 1rem;justify-content:start}@media (min-width:1024px){.search-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.search-skeleton-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.category-page .search-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:1024px){.category-page .search-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.category-page .search-skeleton-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.search-skeleton-card{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;border:1px solid var(--border-default,#e4e4e7);border-radius:.75rem;background:var(--surface-card,#fff)}.search-skeleton-card__image{width:100%;aspect-ratio:1/1;border-radius:.5rem}.search-skeleton-card__image,.search-skeleton-card__line{background:var(--surface-secondary,#f4f4f5);animation:skeleton-pulse 1.5s ease-in-out infinite}.search-skeleton-card__line{height:.875rem;border-radius:4px}.search-skeleton-card__line--name{width:80%}.search-skeleton-card__line--price{width:40%;height:1.125rem}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.mobile-filter-trigger{position:relative}.mobile-filter-trigger__badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 .375rem;background:var(--brand-primary,#067a6e);color:#fff;border-radius:999px;font-size:.75rem;font-weight:700;line-height:1;margin-left:.25rem}@media (min-width:769px){.search__toolbar{position:sticky;top:calc(var(--header-height, 80px) - 1px);z-index:5;background:var(--surface-secondary,#f9fafb);padding-block:.75rem;margin-block-end:.5rem;border-bottom:1px solid var(--border-default,#e4e4e7)}}.popular-categories{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--border-default,#e4e4e7);width:100%;max-width:560px}.popular-categories__title{font-family:var(--font-display,inherit);font-size:.875rem;font-weight:700;color:var(--text-secondary,#71717a);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .875rem;text-align:center}.popular-categories__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.popular-categories__chip{display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.5rem .875rem;background:var(--surface-card,#fff);border:1px solid var(--border-default,#e4e4e7);border-radius:999px;color:var(--text-primary,#18181b);font-size:.875rem;font-weight:600;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.popular-categories__chip:hover{border-color:var(--brand-primary,#067a6e);background:var(--surface-secondary,#f9fafb);transform:translateY(-1px)}.popular-categories__chip:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px}.popular-categories__icon{border-radius:50%;background:var(--surface-secondary,#f4f4f5);object-fit:cover}@media (prefers-reduced-motion:reduce){.popular-categories__chip{transition:none}.popular-categories__chip:hover{transform:none}}.category-trust-strip{margin-top:3rem;padding-block:2rem;border-top:1px solid var(--border-default,#e4e4e7)}.category-trust-strip__inner{max-width:960px;margin:0 auto;padding:0 1rem}.category-trust-strip .trust-badge-row{justify-content:center}@media (max-width:640px){.category-trust-strip{margin-top:2rem;padding-block:1.5rem}}.category-page .search__layout{grid-template-columns:280px 1fr;gap:2.5rem;align-items:start}.category-page .search__sidebar{padding:0;background:transparent;border:none;border-radius:0;position:sticky;top:calc(var(--header-height, 80px) + 1rem);align-self:start}.category-page .search__filters-title{display:none}.category-page .search__filter-group,.category-page .sidebar-section{margin:0;padding:1.25rem 0;border-bottom:1px solid var(--border-subtle,hsl(0 0% 90%))}.category-page .sidebar-section--nav{padding-top:0}.category-page .search__filter-group h3,.category-page .sidebar-section__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-primary,#067a6e);margin:0 0 .75rem;padding:0}.sub-category-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem}.sub-category-nav__link{display:block;padding:.5rem 0;font-size:.875rem;color:var(--text-primary,#18181b);text-decoration:none;border-radius:3px;transition:color .12s ease}.sub-category-nav__link:hover{color:var(--brand-primary,#067a6e);text-decoration:underline;text-underline-offset:2px}.sub-category-nav__link:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px}.category-page .search__sidebar .ais-RefinementList-count{background:transparent;padding:0;font-weight:400;color:var(--text-tertiary,#a1a1aa)}.category-page .search__sidebar .ais-RefinementList-count:before{content:"("}.category-page .search__sidebar .ais-RefinementList-count:after{content:")"}.category-page .search__clear-btn,.category-page .search__sidebar .ais-ClearRefinements-button{width:auto;height:auto;margin-top:1rem;padding:0;background:transparent;border:none;border-radius:0;font-size:.8125rem;font-weight:600;color:var(--brand-primary,#067a6e);text-align:left}.category-page .search__clear-btn:hover:not(:disabled),.category-page .search__sidebar .ais-ClearRefinements-button:hover:not(:disabled){background:transparent;text-decoration:underline;text-underline-offset:2px}.category-page .price-range{margin-top:0}.category-page .search__toolbar{position:sticky;top:var(--header-height,64px);z-index:40;background:hsl(0 0% 100%/.92);backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border:1px solid var(--border-default,#e4e4e7);border-radius:var(--radius-lg,12px);padding:.5rem .875rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:.875rem;flex-wrap:wrap;min-height:48px}.category-page .search__count{margin:0;flex:0 0 auto}.category-page .search__count .ais-Stats-text,.category-page .search__toolbar-count{margin:0;font-size:.875rem;font-weight:600;text-transform:none;letter-spacing:0;color:var(--text-primary,#18181b);font-variant-numeric:tabular-nums}.category-page .search__toolbar-controls{margin-left:auto;display:inline-flex;align-items:center;gap:.625rem;flex:0 0 auto}.category-page .search__toolbar .ais-SortBy-select{height:36px;font-weight:500;border-color:var(--border-default,#e4e4e7);border-radius:var(--input-radius,.5rem)}.category-page .view-toggle{border-color:var(--border-default,#e4e4e7)}.category-page .search__hits-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1rem}@media (min-width:1024px){.category-page .search__hits-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.category-page .search__hits-list{grid-template-columns:repeat(4,minmax(0,1fr))}}.category-page .search__hits-list .meili-hit{border:1px solid var(--border-subtle,hsl(0 0% 90%));border-radius:var(--radius-md,8px);background:var(--surface-card,#fff);padding:.625rem;transition:border-color .15s ease,box-shadow .15s ease;box-shadow:none}.category-page .search__hits-list .meili-hit:hover{border-color:var(--brand-primary,#067a6e);box-shadow:0 1px 2px hsl(0 0% 0%/.05),0 10px 24px -8px hsl(174 85% 20%/.14)}.category-page .search__hits-list .meili-hit__image{background:hsl(0 0% 100%/.18);border-radius:var(--radius-sm,6px);overflow:hidden;aspect-ratio:1/1;margin-bottom:.5rem}.category-page .search__hits-list .meili-hit__name{font-size:.8125rem;font-weight:500;line-height:1.3;color:var(--text-primary,#18181b);margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2em}.category-page .search__hits-list .meili-hit__price{font-size:1rem;font-weight:700;color:var(--brand-primary,#067a6e);margin:0 0 .25rem;font-family:var(--font-display,inherit);letter-spacing:-.01em}.category-page .search__hits-list .meili-hit__stock{font-size:.75rem;font-weight:500}.category-page .search-empty{max-width:560px;min-height:480px;margin:0 auto;padding:3.5rem 2rem;text-align:center;background:transparent;border:1px solid var(--border-subtle,hsl(0 0% 90%));border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.category-page .search-empty__icon{width:56px;height:56px;color:var(--brand-primary,#067a6e);opacity:.55;margin:0 auto 1.25rem}.category-page .search-empty__title{font-family:var(--font-display,inherit);font-size:1.375rem;font-weight:700;margin:0 0 .625rem;color:var(--text-primary,#18181b);letter-spacing:-.01em}.category-page .search-empty__description{font-size:.9375rem;color:var(--text-secondary,#71717a);margin:0 0 1.5rem;line-height:1.55;max-width:38ch}.category-page .search-empty__cta{height:44px;padding:0 1.75rem;background:var(--brand-primary,#067a6e);color:#fff;border:none;border-radius:var(--button-radius,.5rem);font-size:.875rem;font-weight:700;cursor:pointer;font-family:var(--font-sans,inherit);transition:background .15s ease}.category-page .search-empty__cta:hover{background:var(--brand-primary-hover,#055d54)}.category-page .search-empty__cta:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:3px}.category-page .popular-categories{margin-top:1.75rem;padding-top:1.5rem;max-width:none;width:100%;border-top:1px solid var(--border-subtle,hsl(0 0% 90%))}.category-page .popular-categories__title{font-size:.6875rem;margin-bottom:.875rem;letter-spacing:.1em;color:var(--text-secondary,#71717a)}.category-page .popular-categories__list{gap:.5rem}.category-page .popular-categories__chip{min-height:40px;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;border-radius:999px;border-color:var(--border-default,#e4e4e7);background:var(--surface-card,#fff)}.category-page .popular-categories__chip:hover{border-color:var(--brand-primary,#067a6e);color:var(--brand-primary,#067a6e)}.category-page .popular-categories__icon{width:24px;height:24px}.category-page .category-trust-strip{margin-top:1.5rem;padding-block:1.25rem;border-top:1px solid var(--border-subtle,hsl(0 0% 90%))}.category-page .category-trust-strip__inner{padding:0}.category-page .price-range{border-top:none;margin:0;padding:0}@media (max-width:768px){.category-page .search__layout{grid-template-columns:1fr;gap:1.25rem}.category-page .search__hits-list{gap:1rem .75rem}.category-page .search-empty{min-height:auto;padding:2.5rem 1.5rem}.category-page .search-empty__icon{width:48px;height:48px}}@media (max-width:480px){.category-page .search__hits-list{gap:.75rem .5rem}.category-page .search__hits-list .meili-hit{padding:.5rem}}@media (max-width:380px){.category-page .search__hits-list{grid-template-columns:1fr}}.category-page .category-empty{max-width:560px;min-height:480px;margin:0 auto;padding:3rem 2rem;text-align:center;background:transparent;border:1px solid var(--border-subtle,hsl(0 0% 90%));border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.category-empty__icon{color:var(--brand-primary,#067a6e);opacity:.55;margin:0 auto 1.25rem}.category-empty__title{font-family:var(--font-display,inherit);font-size:1.375rem;font-weight:700;margin:0 0 .625rem;color:var(--text-primary,#18181b);letter-spacing:-.01em}.category-empty__description{font-size:.9375rem;color:var(--text-secondary,#71717a);margin:0 0 1.5rem;line-height:1.55;max-width:38ch}.category-empty__cta{height:44px;padding:0 1.75rem;background:var(--brand-primary,#067a6e);color:#fff;border:none;border-radius:var(--button-radius,.5rem);font-size:.875rem;font-weight:700;cursor:pointer;font-family:var(--font-sans,inherit);transition:background .15s ease}.category-empty__cta:hover{background:var(--brand-primary-hover,#055d54)}.category-empty__cta:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:3px}.category-empty .popular-categories{margin-top:1.75rem;padding-top:1.5rem;width:100%;border-top:1px solid var(--border-subtle,hsl(0 0% 90%))}.category-empty .popular-categories__title{font-size:.6875rem;margin-bottom:.875rem;letter-spacing:.1em;color:var(--text-secondary,#71717a)}.category-empty .popular-categories__list{gap:.5rem;justify-content:center}.category-empty .popular-categories__chip{min-height:40px;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;border-radius:999px;border-color:var(--border-default,#e4e4e7);background:var(--surface-card,#fff)}.category-empty .popular-categories__chip:hover{border-color:var(--brand-primary,#067a6e);color:var(--brand-primary,#067a6e)}.category-search-input{position:relative;flex:1;min-width:200px;max-width:340px;display:flex;align-items:center}.category-search-input__icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-tertiary,#a1a1aa);pointer-events:none}.category-search-input__field{width:100%;height:36px;padding:0 .875rem 0 2.25rem;border:1px solid var(--border-default,#e4e4e7);border-radius:var(--input-radius,.5rem);font-size:.875rem;background:var(--surface-card,#fff);outline:none;font-family:var(--font-sans,inherit);color:var(--text-primary,#18181b);transition:border-color .15s ease,box-shadow .15s ease}.category-search-input__field::placeholder{color:var(--text-tertiary,#a1a1aa)}.category-search-input__field:focus-visible{border-color:var(--brand-primary,#067a6e);box-shadow:0 0 0 3px hsl(174 85% 30%/.12)}.category-page .sub-category-nav__link{position:relative;padding:.4375rem 0 .4375rem .875rem;margin:0;border-radius:0;color:var(--text-secondary,#52525b);transition:color .14s ease}.category-page .sub-category-nav__link:before{content:"";position:absolute;left:0;top:50%;width:2px;height:0;border-radius:999px;background:var(--brand-primary,#067a6e);transform:translateY(-50%);transition:height .16s ease}.category-page .sub-category-nav__link:hover{color:var(--brand-primary,#067a6e);text-decoration:none}.category-page .sub-category-nav__link:hover:before{height:.875rem}.category-page .sub-category-nav__link:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:1px;border-radius:4px}.category-page:has(.category-empty) .category-trust-strip{border-top:none;margin-top:0;padding-top:.5rem;padding-bottom:0}@media (max-width:768px){.category-search-input{flex:1 1 100%;max-width:none;order:2}.category-page .search__count{flex:1 1 auto;order:1}.category-page .search__toolbar-controls{order:3}.category-page .category-empty{min-height:auto;padding:2.5rem 1.5rem}}.dynamic-facet__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem}.dynamic-facet__item{display:flex;border-radius:.375rem;transition:background-color .12s ease}.dynamic-facet__item:hover{background:var(--surface-secondary,#f8f9f9)}.dynamic-facet__label{display:inline-flex;align-items:center;gap:.625rem;width:100%;padding:.4375rem .5rem;font-size:.875rem;color:var(--text-primary,#18181b);cursor:pointer;line-height:1.3;border-radius:.375rem}.dynamic-facet__checkbox{width:16px;height:16px;flex-shrink:0;accent-color:var(--brand-primary,#067a6e);cursor:pointer}.dynamic-facet__checkbox:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px;border-radius:2px}.dynamic-facet__name{flex:1;word-break:break-word}.dynamic-facet__count{flex-shrink:0;min-width:1.5rem;padding:.0625rem .4375rem;background:var(--surface-secondary,#f4f4f5);color:var(--text-secondary,#52525b);font-size:.6875rem;font-weight:600;border-radius:1rem;text-align:center;font-variant-numeric:tabular-nums;line-height:1.4}.dynamic-facet__more{margin-top:.5rem;padding:.25rem 0;font-size:.8125rem;font-family:var(--font-sans,inherit)}.dynamic-facet__more:hover{text-underline-offset:2px}.category-page .sub-category-nav__link.is-active{color:var(--brand-primary,#067a6e);font-weight:600}.category-page .sub-category-nav__link.is-active:before{height:calc(100% - .75rem)}.applied-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 1rem}.applied-chips__list{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none;margin:0;padding:0}.applied-chips__clear-all{margin-left:auto;padding:.25rem 0;background:transparent;border:none;font-size:.8125rem;font-weight:600;color:var(--brand-primary,#067a6e);cursor:pointer;font-family:var(--font-sans,inherit)}.applied-chips__clear-all:hover{text-decoration:underline;text-underline-offset:2px}.applied-chips__clear-all:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px;border-radius:2px}@media (max-width:640px){.applied-chips__clear-all{margin-left:0;width:100%;text-align:left}.applied-chips__list{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.applied-chips__list::-webkit-scrollbar{display:none}.applied-chips__list>li{flex-shrink:0}}.search__breadcrumb{margin-bottom:.75rem;font-size:.8125rem;color:var(--text-muted,#71717a)}.search__breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;margin:0;padding:0;list-style:none}.search__breadcrumb-link{color:var(--text-muted,#71717a);text-decoration:none;transition:color .15s ease}.search__breadcrumb-link:hover{color:var(--brand-primary,#067a6e);text-decoration:underline}.search__breadcrumb-link:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px;border-radius:2px}.search__breadcrumb-sep{color:var(--text-muted,#71717a);user-select:none}.search__breadcrumb-current,.search__breadcrumb-query{color:var(--text-primary,#18181b);font-weight:500}.search__breadcrumb-query{font-style:italic}.search__hero{display:flex;flex-direction:column;gap:.5rem;margin:0 0 1.5rem}.search__hero-eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-primary,#067a6e);margin:0}.search__hero-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.625rem 1rem}.search__hero-title{font-family:var(--font-display,inherit);font-size:clamp(1.125rem,1.5vw,1.5rem);font-weight:700;color:var(--text-primary,#18181b);margin:0;line-height:1.2}.search__toolbar--sticky{position:sticky;top:var(--header-height,64px);z-index:10;background:var(--surface-card,#fff);padding:.625rem 1rem;margin:0 0 1rem;border:1px solid var(--border-default,#e4e4e7);border-radius:var(--button-radius,.5rem);box-shadow:0 1px 2px rgba(0,0,0,.03);backdrop-filter:saturate(1.1)}@media (prefers-reduced-motion:reduce){.search__toolbar--sticky{transition:none}}.search-empty{min-height:480px}.search-empty__title--echo strong{color:var(--brand-primary,#067a6e);font-weight:700}.search-empty__tips{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left;max-width:360px;font-size:.875rem;color:var(--text-secondary,#52525b);line-height:1.6}.search-empty__tips-item{position:relative;padding-left:1.25rem;margin-bottom:.375rem}.search-empty__tips-item:before{content:"›";position:absolute;left:0;color:var(--brand-primary,#067a6e);font-weight:700}.search-empty__cta:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px}.popular-categories-grid{width:100%;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-default,#e4e4e7)}.popular-categories-grid__title{font-family:var(--font-display,inherit);font-size:.875rem;font-weight:600;color:var(--text-secondary,#52525b);letter-spacing:.04em;text-transform:uppercase;margin:0 0 1rem;text-align:center}.popular-categories-grid__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;list-style:none;margin:0;padding:0}.popular-categories-grid__card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;background:var(--surface-card,#fff);border:1px solid var(--border-default,#e4e4e7);border-radius:.75rem;text-decoration:none;color:var(--text-primary,#18181b);transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.popular-categories-grid__card:hover{border-color:var(--brand-primary,#067a6e);transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.06)}@media (prefers-reduced-motion:reduce){.popular-categories-grid__card{transition:border-color .15s ease}.popular-categories-grid__card:hover{transform:none;box-shadow:none}}.popular-categories-grid__card:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px}.popular-categories-grid__media{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.popular-categories-grid__img{width:100%;height:100%;object-fit:contain;border-radius:.5rem}.popular-categories-grid__icon{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:color-mix(in srgb,var(--brand-primary,#067a6e) 10%,white);color:var(--brand-primary,#067a6e)}.popular-categories-grid__name{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;font-size:.8125rem;font-weight:500;text-align:center;line-height:1.3}.popular-categories-grid__chevron{color:var(--text-muted,#71717a);transition:transform .16s ease,color .16s ease;flex-shrink:0}.popular-categories-grid__card:hover .popular-categories-grid__chevron{transform:translateX(2px);color:var(--brand-primary,#067a6e)}@media (prefers-reduced-motion:reduce){.popular-categories-grid__card:hover .popular-categories-grid__chevron{transform:none}}.search>.why-choose{margin-top:var(--section-y,clamp(3rem,6vw,5rem))}.search-browse{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.search-browse__intro{font-size:1rem;line-height:1.55;color:var(--text-primary,#18181b);margin:0;max-width:56ch}.search-browse__hint{font-size:.9375rem;line-height:1.5;color:var(--text-secondary,#52525b);margin:0 0 1.25rem}.ais-Pagination-link:focus-visible,.applied-chip:focus-visible,.search__filter-group input[type=checkbox]:focus-visible,.search__sidebar .ais-SortBy-select:focus-visible,.search__toolbar .ais-SearchBox-input:focus-visible,.search__toolbar .ais-SortBy-select:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px}.ais-Pagination-link:focus-visible{border-radius:4px}@media (max-width:768px){.search__hero-title{font-size:1.25rem}.search__breadcrumb{font-size:.8125rem}.search__toolbar--sticky{top:var(--header-height-mobile,56px)}}.collapsible-section{border-top:1px solid var(--border-subtle,#f4f4f5);padding:.875rem 0 .5rem}.collapsible-section:first-of-type{border-top:none;padding-top:0}.collapsible-section__summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.25rem 0;user-select:none}.collapsible-section__summary::-webkit-details-marker{display:none}.collapsible-section__summary::marker{content:""}.collapsible-section__summary:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:3px;border-radius:4px}.collapsible-section__title{font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary,#52525b)}.collapsible-section__chevron{color:var(--text-muted,#71717a);transition:transform .18s ease;flex-shrink:0}.collapsible-section[open]>.collapsible-section__summary .collapsible-section__chevron{transform:rotate(180deg)}.collapsible-section__body{padding-top:.5rem}.collapsible-section .search__filter-group,.collapsible-section .sidebar-section{padding-top:0;border-top:none}.hits-per-page{display:inline-flex;align-items:center;gap:.4375rem;font-size:.8125rem}.hits-per-page__label{color:var(--text-muted,#71717a);font-weight:500;white-space:nowrap}.hits-per-page__select{appearance:none;-webkit-appearance:none;background:var(--surface-card,#fff);border:1px solid var(--border-default,#e4e4e7);border-radius:var(--button-radius,.5rem);padding:.4375rem 1.875rem .4375rem .625rem;font-size:.8125rem;font-weight:600;color:var(--text-primary,#18181b);font-variant-numeric:tabular-nums;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2371717a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .625rem center}.hits-per-page__select:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px}.dynamic-facet__more{appearance:none;background:transparent;border:none;padding:.375rem 0;margin-top:.25rem;font-size:.75rem;font-weight:600;color:var(--brand-primary,#067a6e);cursor:pointer;text-align:left}.dynamic-facet__more:hover{text-decoration:underline}.dynamic-facet__more:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px;border-radius:2px}.search__discovery{display:flex;flex-direction:column;gap:2.5rem;margin-top:4rem}.search__discovery>section{margin:0}.search__discovery .reco-rail-wrap{padding-top:0;padding-bottom:0}.sub-categories-grid__title,.why-choose__title{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;margin:0 0 1.25rem;color:var(--text-primary,#18181b)}.sub-categories-grid__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.sub-categories-grid__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.625rem;padding:.875rem .625rem;background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#f4f4f5);border-radius:var(--card-radius,.75rem);text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.sub-categories-grid__card:hover{border-color:var(--brand-primary,#067a6e);transform:translateY(-2px);box-shadow:0 6px 18px -10px rgb(0 0 0/.16)}.sub-categories-grid__image{aspect-ratio:1/1;width:100%;display:flex;align-items:center;justify-content:center;background:var(--surface-secondary,#f4f4f5);border-radius:.5rem;overflow:hidden}.sub-categories-grid__img{width:100%;height:100%;object-fit:contain}.sub-categories-grid__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f4f4f5,#e4e4e7)}.sub-categories-grid__name{font-size:.8125rem;font-weight:600;color:var(--text-primary,#18181b)}.why-choose__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.why-choose__item{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#f4f4f5);border-radius:var(--card-radius,.75rem);padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.why-choose__icon{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--brand-primary,#067a6e) 8%,white);color:var(--brand-primary,#067a6e)}.why-choose__heading{font-size:.9375rem;font-weight:700;margin:0;color:var(--text-primary,#18181b)}.why-choose__description{font-size:.8125rem;line-height:1.5;margin:0;color:var(--text-secondary,#52525b)}@media (max-width:640px){.search__discovery{gap:2.5rem;margin-top:2.75rem}.why-choose__grid{gap:.875rem}.why-choose__item{padding:1rem}}.search__layout--empty,.search__layout--no-sidebar{grid-template-columns:1fr}.search__discovery-header{display:flex;flex-direction:column;gap:.375rem}.search__discovery-title{font-family:var(--font-display,inherit);font-size:1.375rem;font-weight:700;letter-spacing:-.01em;color:var(--text-primary,#18181b);margin:0;text-align:left}.search__discovery-subtitle{font-size:.9375rem;line-height:1.5;color:var(--text-secondary,#52525b);margin:0}.search__toolbar-count{font-weight:600;color:var(--text-primary,#18181b)}.sub-categories-grid__card--icon{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.875rem 1rem;min-height:64px}.sub-categories-grid__icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-secondary,#f4f4f5);color:var(--brand-primary,#067a6e);border-radius:var(--radius-md,8px);flex-shrink:0}.sub-categories-grid__card--icon .sub-categories-grid__name{font-size:.9375rem;font-weight:600;color:var(--text-primary,#18181b);text-align:left;margin:0}.sub-categories-grid__chevron{color:var(--text-muted,#71717a);transition:transform .16s ease,color .16s ease;flex-shrink:0}.sub-categories-grid__card--icon:hover .sub-categories-grid__chevron{transform:translateX(2px);color:var(--brand-primary,#067a6e)}.related-products--compact .related-products__title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.related-products--compact .related-products__grid{grid-template-columns:minmax(220px,320px);gap:0}.search__discovery{margin-top:var(--section-y,clamp(3rem,6vw,5rem));gap:var(--section-y,clamp(3rem,6vw,5rem))}@media (max-width:640px){.search__discovery{margin-top:var(--section-y,2.75rem);gap:var(--section-y,2.5rem)}}.meili-hit__card,.search-skeleton-card{min-height:320px}.category-page .pdp-related-rail{background:transparent;border-top:none;padding:0;margin-top:0}.category-page .pdp-related-rail__inner{max-width:none;padding:0}.category-page .pdp-related-rail__title{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;margin:0 0 1rem}.category-page .pdp-related-rail .related-products__grid,.category-page .related-products__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.category-page .related-products__card{padding:.5rem;gap:.375rem}.category-page .related-products__name{font-size:.8125rem;-webkit-line-clamp:2}.category-page .related-products__price{font-size:.875rem}@media (max-width:640px){.category-page .reco-rail>.related-products__card{flex-basis:calc(50vw - 24px)}}.category-page .search__discovery>.pdp-related-rail,.category-page .search__discovery>.related-products{margin-top:0;padding-top:0;border-top:none}.category-page .search__discovery .related-products__title{font-size:1.125rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.01em}.category-page .search__discovery>.why-choose{padding:clamp(1.75rem,4vw,2.5rem)}@media (max-width:640px){.category-page .search__discovery>.why-choose{padding:1.5rem 1.25rem}}