.featured-collection-carousel{background-color:var(--color-aqua-mist, #E0EFF7);overflow:hidden}.featured-collection-carousel__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;gap:2rem}@media screen and (max-width:749px){.featured-collection-carousel__header{flex-direction:column;align-items:flex-start;margin-bottom:2.4rem}}.featured-collection-carousel__header-content{flex:1}.featured-collection-carousel__title{font-family:var(--font-title-family);font-size:2.4rem;font-weight:var(--font-title-weight-extra-bold);color:var(--color-primary-dark, #062C42);margin-bottom:1.6rem;line-height:1.2}@media screen and (min-width:750px){.featured-collection-carousel__title{font-size:2.8rem}}@media screen and (min-width:990px){.featured-collection-carousel__title{font-size:3.2rem}}.featured-collection-carousel__tabs{display:flex;flex-wrap:wrap;gap:.8rem}.featured-collection-carousel__tab{display:inline-block;padding:.6rem 1.2rem;font-size:1rem;font-weight:700;font-family:var(--font-body-family);text-transform:uppercase;letter-spacing:.05em;border-radius:100px;transition:all .2s ease;cursor:pointer;border:1px solid rgba(255,255,255,.5);background-color:#fff;color:#062c4299}.featured-collection-carousel__tab--active{background-color:var(--color-accent-dark, #0B5884);color:#fff;box-shadow:0 2px 4px #0000001a;border-color:var(--color-accent-dark, #0B5884)}.featured-collection-carousel__tab:not(.featured-collection-carousel__tab--active):hover{background-color:#0c537d1a;color:var(--color-accent-dark, #0B5884);border-color:var(--color-accent-dark, #0B5884);transform:translateY(-1px)}.featured-collection-carousel__tab:active{transform:translateY(0)}@media screen and (min-width:750px){.featured-collection-carousel__tab{padding:.8rem 1.6rem;font-size:1.2rem}}.featured-collection-carousel__nav{display:flex;gap:.8rem;flex-shrink:0}@media screen and (max-width:749px){.featured-collection-carousel__nav{align-self:flex-end}}.featured-collection-carousel__nav-button{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;padding:1rem;background-color:#fff;color:var(--color-primary-dark, #062C42);border:1px solid rgba(255,255,255,.5);border-radius:50%;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #00000014}.featured-collection-carousel__nav-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001f}.featured-collection-carousel__nav-button:active{transform:translateY(0)}.featured-collection-carousel__nav-button .icon{width:2rem;height:2rem}@media screen and (min-width:750px){.featured-collection-carousel__nav-button{width:4.8rem;height:4.8rem;padding:1.2rem}.featured-collection-carousel__nav-button .icon{width:2.4rem;height:2.4rem}}.featured-collection-carousel__scroll-container{display:flex;gap:2.4rem;overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-top:-1rem;width:100%;padding:1rem 2rem 4rem;scroll-padding-left:2rem;scroll-padding-right:2rem;-ms-overflow-style:none;scrollbar-width:none}@media screen and (min-width:750px){.featured-collection-carousel__scroll-container{padding-left:max(2rem,calc((100vw - 120rem)/2 + 2rem));padding-right:2rem;scroll-padding-left:max(2rem,calc((100vw - 120rem)/2 + 2rem));scroll-padding-right:2rem}}.featured-collection-carousel__scroll-container::-webkit-scrollbar{display:none}.featured-collection-carousel__item{flex:0 0 auto;width:28rem;scroll-snap-align:start}.featured-collection-carousel__item:last-child{scroll-snap-align:end}@media screen and (min-width:990px){.featured-collection-carousel__item{width:32rem}}.featured-collection-carousel__empty{width:100%;text-align:center;padding:4rem 2rem;font-size:1.6rem;color:#062c4299}.product-card-carousel{position:relative;background-color:#fff;border-radius:var(--card-corner-radius);padding:1.6rem;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.04);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-card-carousel:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.product-card-carousel__badge{position:absolute;top:2.4rem;left:2.4rem;z-index:10;background-color:var(--color-accent-dark, #0B5884);color:#fff;font-size:1rem;font-weight:700;font-family:var(--font-body-family);padding:.6rem 1.2rem;border-radius:100px;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 2px 8px #00000026}.product-card-carousel__image-wrapper{position:relative;display:block;overflow:hidden;border-radius:var(--card-image-corner-radius);margin-bottom:1.6rem;background-color:#f5f5f5;aspect-ratio:4 / 5}.product-card-carousel__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card-carousel:hover .product-card-carousel__image{transform:scale(1.05)}.product-card-carousel__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card-carousel__image-placeholder svg{width:100%;height:100%}.product-card-carousel__overlay{position:absolute;bottom:1.6rem;left:50%;transform:translate(-50%) translateY(1.6rem);display:flex;gap:1.2rem;opacity:0;transition:all .3s ease;z-index:5}.product-card-carousel:hover .product-card-carousel__overlay{opacity:1;transform:translate(-50%) translateY(0)}.product-card-carousel__action-button{display:flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;background-color:#fff;color:var(--color-primary-dark, #062C42);border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .2s ease}.product-card-carousel__action-button:hover{background-color:var(--color-accent-dark, #0B5884);color:#fff;transform:scale(1.1)}.product-card-carousel__action-button .icon{width:2rem;height:2rem}.product-card-carousel__info{padding:0 .8rem .8rem;flex:1;display:flex;flex-direction:column}.product-card-carousel__category{font-size:1rem;font-weight:700;font-family:var(--font-body-family);color:#062c4280;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}.product-card-carousel__title{font-family:var(--font-title-family);font-size:1.6rem;font-weight:700;color:var(--color-primary-dark, #062C42);line-height:1.3;margin-bottom:.4rem}@media screen and (min-width:990px){.product-card-carousel__title{font-family:var(--font-title-family);font-size:1.8rem}}.product-card-carousel__title a{color:inherit;text-decoration:none}.product-card-carousel__title a:hover{color:var(--color-accent-dark, #0B5884)}.product-card-carousel__price{font-family:var(--font-title-family);font-size:1.6rem;font-weight:700;font-family:var(--font-body-family);color:var(--color-accent-dark, #0B5884);margin-top:auto}@media screen and (min-width:990px){.product-card-carousel__price{font-family:var(--font-title-family);font-size:1.8rem}}.price--card-carousel{font-size:inherit;color:inherit;display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.price--card-carousel .price-item{color:inherit}.price--card-carousel.price--on-sale .price-item--regular{text-decoration:line-through;opacity:.6;font-weight:400;font-size:.85em;color:var(--color-base-text)}.price--card-carousel.price--on-sale .price-item--sale{color:var(--color-accent-dark);font-weight:700}@media(hover:none){.product-card-carousel__overlay{display:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-featured-collection.css.map */
