.carousel{position:relative}.carousel__track:not([data-hydrated])>[data-carousel-slide]:nth-child(n+2){display:none}.carousel__controls{inset-inline:0;justify-content:center;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:.75rem}.carousel__nav,.carousel__toggle{border-radius:var(--radius-pill);background:var(--surface);width:2.5rem;height:2.5rem;color:var(--brand-strong);box-shadow:var(--shadow-card);justify-content:center;align-items:center;transition:background .2s,transform .2s;display:inline-flex}.carousel__nav:hover,.carousel__toggle:hover{background:var(--surface-2)}.carousel__nav svg,.carousel__toggle svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:1.125rem;height:1.125rem}.carousel__toggle svg path[d^=M8\ 5v14l]{fill:currentColor;stroke:none}.carousel__dots{gap:.5rem;display:flex}.carousel__dot{border-radius:var(--radius-pill);background:var(--line);width:1.625rem;height:.3125rem;padding:0;transition:background .2s;position:relative}.carousel__dot:after{content:"";inset-inline:0;height:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}.carousel__dot[aria-current=true]{background:var(--brand-strong)}.catalog-filter{gap:1.25rem;display:grid}.catalog-filter__legend{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.625rem;font-size:.75rem;font-weight:600}.catalog-filter__chips{flex-wrap:wrap;gap:.5rem;display:flex}.catalog-filter__chip{border:1px solid var(--line);background:var(--surface);color:var(--text-muted);border-radius:var(--radius-pill);align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.82rem;font-weight:500;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.catalog-filter__icon{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:1.05rem;height:1.05rem}.catalog-filter__more{color:var(--brand-strong);text-underline-offset:.15em;align-self:center;padding-inline:.4rem;font-size:.78rem;font-weight:600;text-decoration:underline}.catalog-filter__chip:hover{border-color:var(--chip-color,var(--brand));color:var(--text)}.catalog-filter__chip[aria-pressed=true]{background:var(--chip-color,var(--brand-strong));border-color:var(--chip-color,var(--brand-strong));color:var(--text-on-brand)}.catalog-filter__footer{align-items:center;gap:1rem;display:flex}.catalog-filter__count,.catalog-filter__empty{color:var(--text-muted);font-size:.82rem}.catalog-filter__clear{color:var(--brand-strong);text-underline-offset:.15em;font-size:.82rem;font-weight:600;text-decoration:underline}.island-button{border-radius:var(--radius-pill);background:var(--brand-strong);color:var(--text-on-brand);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.island-button:hover:not(:disabled){box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.island-button:disabled{opacity:.6;cursor:progress}.island-button--ghost{color:var(--brand-strong);border:1px solid var(--line);background:0 0}.island-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.island-feedback{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-2);color:var(--text);padding:.75rem 1rem;font-size:.9rem}.island-feedback--error{color:#8c1d18;background:#fdecea;border-color:#b3261e}.island-feedback--success{border-color:var(--brand);color:var(--text)}.newsletter-form__fields{flex-wrap:wrap;gap:.625rem;display:flex}.newsletter-form__field{flex:13rem}.newsletter-form input,.contact-form input,.contact-form select,.contact-form textarea,.store-search input,.store-search select{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);padding:.8rem 1.15rem;font-size:.9rem}.newsletter-form input{border-radius:var(--radius-pill);border-color:#0000}.contact-form__notice{color:var(--text-muted);max-width:62ch;margin-top:.75rem;font-size:.78rem;line-height:1.5}.contact-form__notice a{color:inherit;text-underline-offset:.15em;text-decoration:underline}.contact-form__grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;display:grid}.contact-form__field{align-content:start;gap:.375rem;display:grid}.contact-form__field--wide{grid-column:1/-1}.contact-form__field label,.store-search__field label{letter-spacing:.04em;color:var(--text-muted);font-size:.78rem;font-weight:600}.contact-form__error{color:#8c1d18;font-size:.78rem}.contact-form__hint{color:var(--text-muted);margin:0;font-size:.74rem}.cv-drop{border:2px dashed var(--line);border-radius:var(--radius-sm);background:var(--surface);transition:border-color .15s,background .15s;position:relative}.cv-drop:hover{border-color:var(--brand)}.cv-drop:focus-within{border-color:var(--brand);outline:2px solid var(--brand);outline-offset:2px}.cv-drop--over{border-color:var(--brand);background:var(--brand-soft)}.cv-drop--invalid{border-color:#b3261e}.cv-drop--filled{border-style:solid}.cv-drop__input{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cv-drop__body{min-height:5.25rem;color:var(--text-muted);text-align:center;cursor:pointer;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.15rem;font-size:.85rem;display:flex}.cv-drop__body svg{width:1.4rem;height:1.4rem;color:var(--brand);flex-shrink:0}.cv-drop__file{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--text);align-items:center;gap:.45rem;font-weight:600;display:inline-flex;overflow:hidden}.cv-drop__change{letter-spacing:.03em;color:var(--brand-strong);text-underline-offset:.15em;font-size:.78rem;font-weight:600;text-decoration:underline}.contact-form .island-button{margin-top:1.25rem}.contact-form__consent,.newsletter-form__consent{color:var(--text-muted);align-items:flex-start;gap:.625rem;max-width:62ch;margin-top:1.25rem;font-size:.78rem;line-height:1.5;display:flex}.contact-form__consent input,.newsletter-form__consent input{width:1.25rem;height:1.25rem;accent-color:var(--brand-strong);border:none;border-radius:0;flex-shrink:0;margin-top:.1rem;padding:0}@media (pointer:coarse){.contact-form__consent input,.newsletter-form__consent input{width:1.5rem;height:1.5rem}}.contact-form__consent a,.newsletter-form__consent a{color:inherit;text-underline-offset:.15em;text-decoration:underline}@media (pointer:coarse){.contact-form__consent a,.newsletter-form__consent a{padding-block:.32rem}}.turnstile-widget{margin-top:1rem}.store-search__form{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));align-items:end;gap:1rem;display:grid}.store-search__field{gap:.375rem;display:grid}.store-search__status{color:var(--text-muted);margin:1.25rem 0;font-size:.85rem}.store-search__list{grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));gap:1rem;display:grid}.store-search__item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1.15rem}.store-search__name{margin-bottom:.35rem;font-weight:600}.store-search__address,.store-search__phone{color:var(--text-muted);font-size:.85rem}.product-search__form{gap:.75rem;display:flex}.product-search__form input{border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);flex:auto;padding:.8rem 1.15rem;font-size:.9rem}.product-search__status{color:var(--text-muted);margin:1rem 0;font-size:.85rem}.product-search__list{gap:.5rem;display:grid}.product-search__item a{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);align-items:baseline;gap:.625rem;padding:.85rem 1rem;transition:border-color .2s;display:flex}.product-search__item a:hover{border-color:var(--brand-strong)}.product-search__name{color:var(--text);font-weight:600}.product-search__brand{color:var(--text-muted);font-size:.8rem}
