.content-carousel{background:var(--bg, var(--Colors-Neutral-White, #fdfdfa));position:relative}.content-carousel__wrapper{display:flex;flex-direction:column;gap:24px;align-items:center;padding-top:var(--PT, 0);padding-bottom:var(--PB, 0)}.content-carousel__wrapper.wrapper--full,.content-carousel__wrapper.wrapper--full-padded{padding-left:var(--layout-page-margin, 64px);padding-right:var(--layout-page-margin, 64px)}.content-carousel__header{display:flex;justify-content:space-between;align-items:flex-end;gap:64px;width:100%}.content-carousel__header-left{display:flex;flex-direction:column;gap:16px;flex:1;min-width:0}.content-carousel__header-title{font-family:var(--Typography-Header, var(--typography-header, inherit));font-size:calc(var(--font-headers-h2, 36px) * var(--adjust-heading, 1));letter-spacing:1.44px;line-height:normal;margin:0;color:var(--content-carousel-heading-color, var(--Text-Grayscale-Default, var(--COLOR-HEADING, black)))}.content-carousel__header-title--accent{color:var(--Colors-Red-Coral, #de3726)}.content-carousel__header-description{font-family:var(--Typography-Body, var(--typography-body, inherit));font-size:var(--font-paragraph-p1, 18px);line-height:normal;margin:0;color:var(--content-carousel-description-color, #212121)}.content-carousel__header-right{display:flex;align-items:center;gap:20px;flex-shrink:0}.content-carousel__header-link{font-family:var(--Typography-Body, var(--typography-body, inherit));font-size:var(--font-paragraph-p3, 14px);letter-spacing:.56px;text-transform:uppercase;text-decoration:none;border-bottom:1px solid var(--content-carousel-link-color, var(--Semetic-colors-greyscale-100, var(--COLOR-BORDER, black)));padding-bottom:4px;color:var(--content-carousel-link-color, var(--Semetic-colors-greyscale-100, black))}.content-carousel__header-link:hover{opacity:.8}.content-carousel__header-icons{display:flex;gap:20px;align-items:center}.content-carousel__header-icon-btn{display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:12px;border-radius:var(--Elements-Button-Corner, 100px);background:var(--Colors-Icy-Mint-Pale, #e0f4dc);transition:opacity .2s}.content-carousel__header-icon-btn:hover{opacity:.9}.content-carousel__header-icon-btn img{width:32px;height:32px;object-fit:contain}.content-carousel__row{display:flex;flex-wrap:nowrap;gap:8px;width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.content-carousel__row::-webkit-scrollbar{display:none}.content-carousel__item{flex:0 0 auto;width:var(--content-carousel-card-width, 400px);min-width:var(--content-carousel-card-width, 400px);scroll-snap-align:start;display:flex;flex-direction:column}.content-carousel__item-inner{position:relative;flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.content-carousel__item-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.content-carousel__item--below .content-carousel__item-inner{flex-direction:column}.content-carousel__item--overlay .content-carousel__item-inner{flex-direction:column;min-height:var(--content-carousel-card-width, 400px)}.content-carousel__image{position:relative;overflow:hidden;flex-shrink:0}.content-carousel__item--below .content-carousel__image{aspect-ratio:413 / 413;width:100%}.content-carousel__item--overlay .content-carousel__image{position:absolute;top:0;right:0;bottom:0;left:0}.content-carousel__item--overlay .content-carousel__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:var(--overlay-opacity, .1)}.content-carousel__item--overlay .content-carousel__content{position:relative;z-index:2;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:1.5rem}.content-carousel__item--below .content-carousel__content{flex:0 0 auto;padding:16px 0 12px;display:flex;flex-direction:column;align-items:flex-start}.content-carousel__content-inner{display:flex;flex-direction:column;gap:14px;align-items:inherit;text-align:inherit}.content-carousel__heading{font-family:var(--Typography-Header, var(--typography-header, inherit));font-size:calc(1.75rem * var(--adjust-heading, 1));letter-spacing:1.12px;line-height:normal;margin:0;color:var(--content-carousel-card-heading-color, var(--Text-Grayscale-Default, var(--COLOR-HEADING, black)));text-transform:capitalize}.content-carousel__subheading{font-family:var(--Typography-Body, var(--typography-body, inherit));font-size:calc(1.125rem * var(--adjust-body, 1));letter-spacing:1.8px;text-transform:uppercase;margin:0;color:var(--content-carousel-card-subheading-color, var(--Text-Grayscale-Default, var(--COLOR-TEXT, black)))}.content-carousel__text{font-family:var(--Typography-Body, var(--typography-body, inherit));font-size:calc(1.125rem * var(--adjust-body, 1));letter-spacing:1.8px;text-transform:uppercase;margin:0;color:var(--content-carousel-card-text-color, var(--Text-Grayscale-Default, var(--COLOR-TEXT, black)))}.content-carousel__price{font-size:calc(1rem * var(--adjust-body, 1));margin:0;color:var(--content-carousel-card-price-color, inherit)}.content-carousel__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.content-carousel__btn{border-bottom:1px solid var(--Semetic-colors-greyscale-100, var(--COLOR-BORDER, black));padding-bottom:6px;text-transform:uppercase;font-family:var(--Typography-Header, var(--typography-header, inherit));font-size:1.25rem;letter-spacing:.8px}.content-carousel__content--center,.content-carousel__content--top-center,.content-carousel__content--bottom-center{align-items:center;text-align:center}.content-carousel__content--right,.content-carousel__content--top-right,.content-carousel__content--bottom-right{align-items:flex-end;text-align:right}.content-carousel__content--top-left,.content-carousel__content--top-center,.content-carousel__content--top-right{justify-content:flex-start}.content-carousel__content--bottom-left,.content-carousel__content--bottom-center,.content-carousel__content--bottom-right{justify-content:flex-end}.content-carousel__nav{display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap;width:100%}.content-carousel__progress-wrap{flex:1;min-width:0;max-width:800px;padding:30px 0}.content-carousel__progress-track{width:100%;height:5px;background:var(--Text-Grayscale-Inactive, #b3b3b3);border-radius:20px;overflow:hidden}.content-carousel__progress-fill{height:100%;background:var(--Colors-Red-Coral, #de3726);border-radius:20px;transition:width .25s ease}.content-carousel__nav-btn{width:44px;height:44px;border-radius:50%;border:none;background:var(--Colors-Icy-Mint-Pale, #e8f0e8);color:var(--Colors-Deep-Evergreen, #1a2e1a);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.content-carousel__nav-btn:hover:not(:disabled){opacity:.9}.content-carousel__nav-btn-icon{display:flex;width:24px;height:24px}.content-carousel__nav-prev .content-carousel__nav-btn-icon{transform:rotate(180deg)}@media only screen and (max-width:767px){.content-carousel__wrapper.wrapper--full,.content-carousel__wrapper.wrapper--full-padded{padding-left:20px;padding-right:20px}.content-carousel__header{flex-direction:column;align-items:flex-start;gap:24px}.content-carousel__header-right{flex-wrap:wrap}.content-carousel__item{width:min(var(--content-carousel-card-width, 400px),85vw);min-width:min(var(--content-carousel-card-width, 400px),85vw)}.content-carousel__nav{display:none}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/section-content-carousel.css.map */
