.brand-carousel-section{padding:60px 0;background:#fdf3ec;--slide-width-inactive: 18%;--slide-width-active: 74%;--slide-aspect: .95}.brand-carousel-section__header{max-width:700px;margin:0 auto 40px;text-align:center;padding:0 24px}.brand-carousel-section__eyebrow{display:inline-block;padding:8px 20px;border-radius:999px;background:#e6e1d8;color:#22422b;font-size:12px;letter-spacing:0;font-weight:500;text-transform:uppercase;margin-bottom:18px;border:1px solid #DDD8D3}.brand-carousel-section__heading{font-family:BookmanJFPro;font-style:italic;font-weight:400;font-size:26px;margin:0 0 12px;color:#1a1a1a}.brand-carousel-section__subheading{font-size:14px;color:#555;line-height:1.6;margin:0 auto;max-width:560px}.brand-carousel-section__viewport{position:relative;max-width:var(--page-width);margin:0 auto;padding:0 28px;container-type:inline-size;container-name:brand-carousel;--slide-track-height: calc(74cqw * var(--slide-aspect))}.brand-carousel-section__track{display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;height:var(--slide-track-height);min-height:var(--slide-track-height);max-height:var(--slide-track-height)}.brand-carousel-section__track::-webkit-scrollbar{display:none}.brand-carousel-section__slide{position:relative;flex:0 0 auto;width:var(--slide-width-inactive);flex-basis:var(--slide-width-inactive);height:100%;align-self:center;border-radius:4px;overflow:hidden;scroll-snap-align:center;z-index:0;cursor:pointer;transition:width .45s cubic-bezier(.4,0,.2,1),flex-basis .45s cubic-bezier(.4,0,.2,1),z-index 0s linear .45s}.brand-carousel-section__slide.is-active{width:var(--slide-width-active);flex-basis:var(--slide-width-active);z-index:1;transition:width .45s cubic-bezier(.4,0,.2,1),flex-basis .45s cubic-bezier(.4,0,.2,1),z-index 0s linear 0s}.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-active:not(.is-hover-active){width:var(--slide-width-inactive);flex-basis:var(--slide-width-inactive);z-index:0;transition:width .45s cubic-bezier(.4,0,.2,1),flex-basis .45s cubic-bezier(.4,0,.2,1),z-index 0s linear .45s}.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-hover-active{width:var(--slide-width-active);flex-basis:var(--slide-width-active);z-index:2;transition:width .45s cubic-bezier(.4,0,.2,1),flex-basis .45s cubic-bezier(.4,0,.2,1),z-index 0s linear 0s}@media(min-width:700px){.brand-carousel-section{--slide-width-inactive: 24%;--slide-width-active: 52%}.brand-carousel-section__viewport{padding:0 48px;--slide-track-height: calc(52cqw * var(--slide-aspect))}.brand-carousel-section__slide{width:24%;flex-basis:24%}.brand-carousel-section__slide.is-active{width:52%;flex-basis:52%}.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-active:not(.is-hover-active){width:24%;flex-basis:24%}.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-hover-active{width:52%;flex-basis:52%}.brand-carousel-section__caption{bottom:20px}.brand-carousel-section__button{min-height:46px;padding:10px 24px;font-size:15px}.brand-carousel-section__button .btn-roll__text{font-size:15px}}@media(min-width:990px){.brand-carousel-section{--slide-width-inactive: 28%;--slide-width-active: 44%}.brand-carousel-section__viewport{padding:0 60px;--slide-track-height: calc(44cqw * var(--slide-aspect))}.brand-carousel-section__track{gap:12px}.brand-carousel-section__slide{width:28%;flex-basis:28%}.brand-carousel-section__slide.is-active{width:44%;flex-basis:44%}.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-active:not(.is-hover-active){width:28%;flex-basis:28%}.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-hover-active{width:44%;flex-basis:44%}.brand-carousel-section__caption{bottom:24px}}@media(hover:hover)and (pointer:fine){.brand-carousel-section__slide:not(.is-active):not(.is-hover-active) .brand-carousel-section__image{transform:scale(1.08)}.brand-carousel-section__slide.is-active .brand-carousel-section__image,.brand-carousel-section__slide.is-hover-active .brand-carousel-section__image{transform:scale(1)}.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-active:not(.is-hover-active) .brand-carousel-section__image{transform:scale(1.08)}}.brand-carousel-section__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .45s cubic-bezier(.4,0,.2,1);pointer-events:none}.brand-carousel-section__image--placeholder{background:#d8d2c6}.brand-carousel-section__image--placeholder svg{width:100%;height:100%}.brand-carousel-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.1) 40%,transparent 65%);opacity:0;pointer-events:none;transition:opacity .35s ease}.brand-carousel-section__slide.is-active .brand-carousel-section__overlay,.brand-carousel-section__slide.is-hover-active .brand-carousel-section__overlay{opacity:1}.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-active:not(.is-hover-active) .brand-carousel-section__overlay{opacity:0}.brand-carousel-section__caption{position:absolute;left:0;right:0;bottom:16px;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .35s ease,transform .35s cubic-bezier(.4,0,.2,1)}.brand-carousel-section__slide.is-active .brand-carousel-section__caption,.brand-carousel-section__slide.is-hover-active .brand-carousel-section__caption{opacity:1;transform:translateY(0);pointer-events:auto}.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-active:not(.is-hover-active) .brand-carousel-section__caption{opacity:0;transform:translateY(12px);pointer-events:none}.brand-carousel-section__brand-name{font-family:var(--bookman-font);font-size:18px;color:#fff;text-align:center}.brand-carousel-section__button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 20px;border:none;border-radius:0;background:#fff;color:#1a1a1a;font-family:Neue Haas Grotesk Display Pro,sans-serif;font-size:14px;font-weight:500;line-height:1.7;text-decoration:none;box-shadow:none;position:relative;z-index:2;transition:.4s}.brand-carousel-section__button:hover,.brand-carousel-section__button:focus-visible{color:#1a1a1a;background:#fff;transform:translateY(-6px);box-shadow:0 20px 60px #ffffff2e}.brand-carousel-section__button .btn-roll{display:inline-grid;grid-template-areas:"stack";overflow:hidden;flex-shrink:0;height:1.7em!important;line-height:1.7;vertical-align:middle}.brand-carousel-section__button .btn-roll__text{grid-area:stack;display:flex;align-items:center;justify-content:center;height:auto!important;white-space:nowrap;font-family:Neue Haas Grotesk Display Pro,sans-serif;font-size:14px;font-weight:500;color:#1a1a1a;transition:transform .5s cubic-bezier(.23,1,.32,1);will-change:transform}.brand-carousel-section__button .btn-roll__text--dup{transform:translateY(100%)}.brand-carousel-section__button-arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;line-height:1;color:#1a1a1a;transition:transform .45s cubic-bezier(.22,1,.36,1)}.brand-carousel-section__button:hover .btn-roll__text:not(.btn-roll__text--dup),.brand-carousel-section__button:focus-visible .btn-roll__text:not(.btn-roll__text--dup){transform:translateY(-100%);color:#1a1a1a}.brand-carousel-section__button:hover .btn-roll__text--dup,.brand-carousel-section__button:focus-visible .btn-roll__text--dup{transform:translateY(-50%);color:#1a1a1a;top:50%}.brand-carousel-section__button:hover .brand-carousel-section__button-arrow,.brand-carousel-section__button:focus-visible .brand-carousel-section__button-arrow{transform:translate(4px)}.brand-carousel-section__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#2a2a2a;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:3}.brand-carousel-section__arrow:hover{background:#0000000f}.brand-carousel-section__arrow--prev{left:8px}.brand-carousel-section__arrow--next{right:8px}@media(prefers-reduced-motion:reduce){.brand-carousel-section__slide,.brand-carousel-section__image,.brand-carousel-section__overlay,.brand-carousel-section__caption,.brand-carousel-section__button .btn-roll__text,.brand-carousel-section__button-arrow{transition:none}}@media(max-width:699px){.brand-carousel-section{--slide-width-inactive: 100%;--slide-width-active: 100%}.brand-carousel-section__viewport{overflow:hidden;padding:0 32px;--slide-track-height: calc((100cqw - 64px) * var(--slide-aspect))}.brand-carousel-section__track{width:100%;gap:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:0;-webkit-overflow-scrolling:touch}.brand-carousel-section__slide,.brand-carousel-section__slide.is-active,.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-active:not(.is-hover-active),.brand-carousel-section__viewport.is-hovering .brand-carousel-section__slide.is-hover-active,.brand-carousel-section__slide.is-hover-active{width:calc(100cqw - 64px)!important;min-width:calc(100cqw - 64px);flex-shrink:0;scroll-snap-align:start;scroll-snap-stop:always;transition:none!important}.brand-carousel-section__slide:not(.is-active):not(.is-hover-active) .brand-carousel-section__image{transform:scale(1)}}@media(max-width:600px){.brand-carousel-section{padding:48px 0}.brand-carousel-section__header{margin-bottom:28px;padding:0 20px}.brand-carousel-section__viewport{padding:0 32px;--slide-track-height: calc(100cqw * var(--slide-aspect))}.brand-carousel-section__heading{font-size:22px}.brand-carousel-section__subheading{font-size:13px}.brand-carousel-section__arrow{width:32px;height:32px;font-size:16px}.brand-carousel-section__arrow--prev{left:0}.brand-carousel-section__arrow--next{right:0}}@media(max-width:480px){.brand-carousel-section__viewport{--slide-track-height: calc((100cqw - 64px) * var(--slide-aspect))}.brand-carousel-section__caption{bottom:14px;gap:8px;padding:0 12px}.brand-carousel-section__brand-name{font-size:17px}.brand-carousel-section__button{min-height:42px;padding:10px 16px;font-size:13px}.brand-carousel-section__button .btn-roll__text{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/brand-carousel-section.css.map */
