.featured-products{--product-font-display: "Poppins", -apple-system, sans-serif;background-color:#fff;padding:var(--space-xl) var(--space-md)}.featured-products__header{max-width:650px;margin:0 auto var(--space-xl);text-align:center}.featured-products__eyebrow{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:0 0 var(--space-sm);font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--color-oak)}.featured-products__eyebrow-line{width:32px;height:1px;background-color:var(--color-oak);opacity:.6}.featured-products__heading{margin:0;font-family:var(--product-font-display);font-size:clamp(2.5rem,4vw + 1rem,4.25rem);font-weight:600;line-height:1.1;color:var(--color-walnut);text-wrap:balance}.featured-products__subtext{margin:var(--space-sm) auto 0;max-width:50ch;font-family:var(--font-body);font-size:1.05rem;line-height:var(--line-height-body);color:var(--color-charcoal);opacity:.75}.featured-products__empty{max-width:420px;margin:0 auto;padding:var(--space-lg) 0;text-align:center;color:#4a342880}.featured-products__empty svg{width:30%;margin:0 auto var(--space-sm)}.featured-products__grid{display:grid;grid-template-columns:1fr;gap:var(--space-md);max-width:var(--content-max-width);margin:0 auto}.product-card{position:relative;display:block;aspect-ratio:4 / 5;border-radius:28px;overflow:hidden;text-decoration:none;box-shadow:0 14px 30px #2622201f;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.product-card:hover{transform:translateY(-6px);box-shadow:0 28px 50px #26222038}}.product-card__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.product-card:hover .product-card__img{transform:scale(1.05)}}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#14100e8c,#14100e29 38%,#14100e00 60%)}.product-card__overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#14100ead,#14100e3d 42%,#14100e00 64%);opacity:0;transition:opacity .45s ease}@media(hover:hover){.product-card:hover .product-card__overlay:after{opacity:1}}.product-card__badge{position:absolute;top:1.25rem;left:1.25rem;z-index:3;padding:.45rem 1rem;border-radius:999px;background-color:var(--color-walnut);color:#fff;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-card__wishlist{position:absolute;top:1.25rem;right:1.25rem;z-index:3;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:none;border-radius:50%;background-color:#ffffffeb;color:var(--color-walnut);cursor:pointer;box-shadow:0 6px 16px #2622202e;transition:transform .3s cubic-bezier(.22,1,.36,1),background-color .3s ease,color .3s ease}.product-card__wishlist .svg-wrapper{display:inline-flex;width:1.05rem}.product-card__wishlist .svg-wrapper svg{width:100%;height:auto}.product-card__wishlist.is-active{background-color:var(--color-walnut);color:#fff}@media(hover:hover){.product-card:hover .product-card__wishlist,.product-card__wishlist:hover{transform:scale(1.08)}}.product-card__text{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;gap:.45rem;padding:clamp(1.25rem,3vw,2rem);padding-right:clamp(6rem,14vw,9rem)}.product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-family:var(--product-font-display);font-size:clamp(1.3rem,1.6vw + .9rem,1.9rem);font-weight:600;line-height:1.15;color:#fff}.product-card__price-row{display:flex;align-items:baseline;gap:.6rem}.product-card__price{font-family:var(--font-body);font-size:1.4rem;font-weight:600;color:#fff}.product-card__compare-price{font-family:var(--font-body);font-size:1.15rem;color:#ffffff9e;text-decoration:line-through}.product-card__view{position:relative;display:inline-flex;align-items:center;gap:.4rem;width:fit-content;font-family:var(--font-body);font-size:.85rem;font-weight:600;color:#ffffffeb}.product-card__view:after{content:"";position:absolute;left:0;right:1.2rem;bottom:-3px;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.product-card:hover .product-card__view:after{transform:scaleX(1)}}.product-card__view-arrow{display:inline-flex;width:.8rem;transition:transform .35s cubic-bezier(.22,1,.36,1)}.product-card__view-arrow svg{width:100%;height:auto}@media(hover:hover){.product-card:hover .product-card__view-arrow{transform:translate(4px)}}.product-card__quick-add{position:absolute;right:clamp(1.1rem,3vw,1.75rem);bottom:clamp(1.1rem,3vw,1.75rem);z-index:3;display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.3rem;border:none;border-radius:999px;background-color:var(--color-walnut);color:#fff;font-family:var(--font-body);font-size:.82rem;font-weight:600;text-decoration:none;cursor:pointer;box-shadow:0 10px 24px #26222038;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,opacity .35s ease}.product-card__quick-add .svg-wrapper{display:inline-flex;width:1rem}.product-card__quick-add .svg-wrapper svg{width:100%;height:auto}.product-card__quick-add--disabled{background-color:#ffffff4d;color:#ffffffbf;cursor:default;pointer-events:none;box-shadow:none}.product-card__quick-add.is-added{background-color:var(--color-accent)}@media(hover:hover){.product-card__quick-add:not(.product-card__quick-add--disabled):hover{transform:translateY(-3px);box-shadow:0 16px 30px #2622204d;background-color:var(--color-charcoal)}.product-card__quick-add{opacity:0;pointer-events:none}.product-card:hover .product-card__quick-add{opacity:1;pointer-events:auto}.product-card__quick-add--disabled{pointer-events:none}}.featured-products__footer{display:flex;justify-content:center;margin-top:var(--space-xl)}.featured-products__btn{display:inline-flex;align-items:center;gap:.65rem;padding:1.1rem 2rem;border-radius:999px;background-color:var(--color-walnut);color:var(--color-cream);font-family:var(--font-body);font-size:1.05rem;font-weight:600;text-decoration:none;transition:background-color .35s ease,transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.featured-products__btn-arrow{display:inline-flex;width:.9rem;transition:transform .35s cubic-bezier(.22,1,.36,1)}.featured-products__btn-arrow svg{width:100%;height:auto}@media(hover:hover){.featured-products__btn:hover{background-color:var(--color-charcoal);transform:translateY(-2px);box-shadow:0 12px 24px #2622202e}.featured-products__btn:hover .featured-products__btn-arrow{transform:translate(4px)}}@media screen and (max-width:749px){.featured-products__grid{grid-template-columns:1fr 1fr;grid-template-areas:"hero hero" "top top" "bottom-left bottom-right";gap:.85rem}.product-card{aspect-ratio:auto}.product-card--hero{grid-area:hero;aspect-ratio:5 / 4}.product-card--top{grid-area:top;aspect-ratio:16 / 9}.product-card--bottom-left{grid-area:bottom-left;aspect-ratio:1 / 1}.product-card--bottom-right{grid-area:bottom-right;aspect-ratio:1 / 1}.product-card--bottom-left .product-card__text,.product-card--bottom-right .product-card__text{padding:.85rem;gap:.2rem}.product-card--bottom-left .product-card__title,.product-card--bottom-right .product-card__title{font-size:.92rem;-webkit-line-clamp:1}.product-card--bottom-left .product-card__price,.product-card--bottom-right .product-card__price{font-size:1.15rem}.product-card--bottom-left .product-card__compare-price,.product-card--bottom-right .product-card__compare-price{font-size:1rem}.product-card--bottom-left .product-card__view,.product-card--bottom-right .product-card__view{display:none}.product-card--bottom-left .product-card__quick-add,.product-card--bottom-right .product-card__quick-add{width:2.5rem;height:2.5rem;padding:0;right:.7rem;bottom:.7rem}.product-card--bottom-left .product-card__quick-add span:not(.svg-wrapper),.product-card--bottom-right .product-card__quick-add span:not(.svg-wrapper){display:none}.product-card--bottom-left .product-card__quick-add .svg-wrapper,.product-card--bottom-right .product-card__quick-add .svg-wrapper{width:.9rem}}@media screen and (min-width:750px)and (max-width:989px){.featured-products__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.featured-products__grid{grid-template-columns:55% 22.5% 22.5%;grid-template-rows:1fr 1fr;grid-template-areas:"hero top top" "hero bottom-left bottom-right";aspect-ratio:1.9 / 1}.product-card{height:100%;aspect-ratio:auto}.product-card--hero{grid-area:hero}.product-card--top{grid-area:top}.product-card--bottom-left{grid-area:bottom-left}.product-card--bottom-right{grid-area:bottom-right}.product-card--hero .product-card__title{font-size:clamp(1.75rem,1.8vw + 1rem,2.5rem)}}@media(prefers-reduced-motion:reduce){.product-card,.product-card__img,.product-card__overlay:after,.product-card__wishlist,.product-card__view-arrow,.product-card__view:after,.product-card__quick-add,.featured-products__btn,.featured-products__btn-arrow{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-featured-products.css.map */
