@charset "UTF-8";.home-products__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--space-2x) var(--space-3x);margin-block-end:clamp(1.5rem,3vw,3rem)}.home-products__title{flex:1 1 20rem;min-width:0;margin:0;text-wrap:balance}.home-products__all{display:inline-flex;align-items:center;min-height:44px}.home-products .home-products__slider{width:100%;max-width:none;margin-inline:0;padding-inline:0;overflow:hidden}.home-products .home-products__list{display:flex;flex-wrap:nowrap;gap:0;height:auto;margin:0;padding:0;list-style:none}.home-products .home-products__list>li{flex:0 0 auto;width:clamp(18rem,20vw,30rem);min-width:0;height:auto;margin:0}.home-products__slider:not(.swiper-initialized) {overflow-x:auto}.home-products__slider:not(.swiper-initialized)
.home-products__list {gap:var(--space-3x)}.home-carousel__controls{display:flex;align-items:center;gap:.5rem;margin-block-start:var(--space-2x)}.home-carousel__controls[hidden]{display:none}.home-carousel__arrow{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:0;border-radius:0;background:transparent;color:var(--c-text);cursor:pointer}.home-carousel__arrow svg{display:block}.home-carousel__arrow.swiper-button-disabled{opacity:.3;cursor:default}.home-carousel__arrow:focus-visible,.home-products__all:focus-visible{outline:2px solid currentColor;outline-offset:3px}.home-carousel__scrollbar{position:relative;flex:0 1 15rem;min-width:0;height:24px;margin-inline-start:1rem;background:transparent;cursor:grab;touch-action:none}.home-carousel__scrollbar::before{content:"";position:absolute;inset-inline:0;top:11px;height:2px;background:var(--c-border)}.home-carousel__scrollbar .swiper-scrollbar-drag{position:relative;top:11px;height:2px;border-radius:0;background:var(--c-text)}.home-carousel__scrollbar:active{cursor:grabbing}.home-carousel__controls .swiper-button-lock,.home-carousel__controls .swiper-scrollbar-lock{display:none}@media (max-width:40rem){.home-products .home-products__list>li{width:min(82vw,20rem)}}