.carosello{--carosello-gap:16px;--carosello-per-view:var(--carosello-mobile, 1);align-items:center;display:grid;gap:10px;grid-template-columns:auto minmax(0,1fr) auto;margin:24px 0;width:100%}.carosello__viewport{overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.carosello__track{display:flex;gap:var(--carosello-gap)}.carosello__slide{display:flex;flex:0 0 calc((100% - (var(--carosello-gap) * (var(--carosello-per-view) - 1))) / var(--carosello-per-view));justify-content:center;min-width:0;scroll-snap-align:start}.carosello__link{display:flex;justify-content:center;width:100%}.carosello__image{aspect-ratio:4 / 3;display:block;height:var(--carosello-image-height,auto);max-height:var(--carosello-image-height,none);max-width:100%;object-fit:contain;width:var(--carosello-image-width,100%)}.carosello--has-image-height .carosello__slide,.carosello--has-image-height .carosello__link{align-items:center;min-height:var(--carosello-image-height)}.carosello--has-image-height .carosello__image{height:var(--carosello-image-height)!important;max-height:var(--carosello-image-height)!important;max-width:100%!important;object-fit:contain!important;width:auto!important}.carosello__button{align-items:center;background:#111;border:0;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:32px;height:42px;justify-content:center;line-height:1;padding:0;transition:opacity 0.2s ease,transform 0.2s ease;width:42px}.carosello__button:hover:not(:disabled),.carosello__button:focus-visible:not(:disabled){transform:scale(1.05)}.carosello__button:disabled{cursor:default;opacity:.35}.carosello__dots{display:flex;gap:8px;grid-column:1 / -1;justify-content:center;margin-top:4px}.carosello__dot{background:#bbb;border:0;border-radius:999px;cursor:pointer;height:10px;padding:0;transition:background-color 0.2s ease,transform 0.2s ease;width:10px}.carosello__dot:hover,.carosello__dot:focus-visible,.carosello__dot[aria-current="true"]{background:#111;transform:scale(1.15)}.carosello--no-scroll,.carosello--arrows-disabled{grid-template-columns:minmax(0,1fr)}.carosello--no-scroll .carosello__button,.carosello--no-scroll .carosello__dots,.carosello--arrows-disabled .carosello__button{display:none}@media (min-width:768px){.carosello{--carosello-per-view:var(--carosello-tablet, 2)}}@media (min-width:1024px){.carosello{--carosello-per-view:var(--carosello-desktop, 3)}}@media (max-width:480px){.carosello{gap:6px;grid-template-columns:auto minmax(0,1fr) auto}.carosello--no-scroll,.carosello--arrows-disabled{grid-template-columns:minmax(0,1fr)}.carosello__button{font-size:26px;height:34px;width:34px}}