.featured-collection-products{background:var(--color-cream)}.featured-collection-products__container{width:100%;max-width:none;margin:0;padding-left:max(16px,calc((100vw - var(--section-width-desktop)) / 2));padding-right:0;display:flex;gap:24px;align-items:stretch;position:relative}.featured-collection-products__content{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;flex:1 1 388px;align-self:stretch}.featured-collection-products__eyebrow{display:inline-block;margin-bottom:4px;font-size:1.5rem;line-height:32px;text-transform:uppercase;color:var(--color-charcoal);font-family:ClashGrotesk}.featured-collection-products__heading{margin:0 0 .5rem;font-size:3.4rem;line-height:72px;font-weight:600;color:var(--color-charcoal);font-family:ClashGrotesk}.featured-collection-products__description{font-size:1.5rem;font-weight:400;line-height:32px;color:var(--color-charcoal);font-family:ClashGrotesk;max-width:388px}.featured-collection-products__button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:310px;padding:18px 36px;min-height:32px;border:1px solid var(--color-neon-lime);border-radius:999px;background:var(--color-neon-lime);color:var(--color-charcoal);text-decoration:none;font-size:24px;font-weight:600;transition:background-color .3s ease,color .3s ease;line-height:32px;font-family:ClashGrotesk;margin-top:20px;z-index:11}.featured-collection-products__button svg{display:block;width:0;opacity:0;overflow:hidden;margin-right:0;transition:width .25s ease,opacity .2s ease,margin-right .25s ease}.featured-collection-products__button:hover{background:#111;border-color:#111;color:#fff}.featured-collection-products__button:hover svg{width:16px;opacity:1;margin-right:15px}.featured-collection-products__products{max-width:none;flex:1 1 100%;min-width:0;width:100%;overflow:hidden;padding-bottom:12px}.featured-collection-products__products .swiper-wrapper{align-items:stretch}.featured-product-card.swiper-slide{height:auto;min-width:402px}.featured-product-card{text-align:center}.featured-product-card__image{display:block;margin-bottom:4px;position:relative;overflow:hidden;border-radius:20px}.featured-product-card__img{display:block;width:100%;transition:transform .3s ease;max-width:354px;margin:auto;object-fit:scale-down}.featured-product-card:hover .featured-product-card__img{transform:scale(1.03)}.featured-product-card__content{display:flex;flex-direction:column;align-items:center}.featured-product-card .jdgm-prev-badge{margin-bottom:1.6rem}.featured-product-card .jdgm-star{color:#ffbe05!important}.featured-product-card .jdgm-prev-badge__text{font-size:0}.featured-product-card__title{margin:0;font-size:1.5rem;line-height:34px;font-weight:600;font-family:ClashGrotesk;color:var(--color-charcoal)}.featured-product-card__title a{color:var(--color-charcoal);text-decoration:none}.featured-product-card__title a:hover{opacity:.8}.featured-product-card__content .stars-list svg{width:24px;height:24px}.featured-product-card__image .product-hover-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.featured-product-card__image .product-hover-img [data-hover-image-overlay]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.featured-product-card__image .product-hover-img [data-hover-image-overlay].is-visible{opacity:1}.featured-product-card__add{position:absolute;bottom:0;left:0;right:0;z-index:3;display:inline-flex;align-items:center;justify-content:center;gap:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease,background-color .2s ease,color .2s ease,border-color .2s ease;background:var(--color-neon-lime);border:1px solid var(--color-neon-lime);border-radius:108px;color:var(--color-charcoal);cursor:pointer;font-family:ClashGrotesk,sans-serif;font-size:24px;font-weight:600;line-height:32px;min-height:70px;max-width:362px;width:100%;margin:0 auto 25px;text-transform:none}.featured-product-card__image:hover .featured-product-card__add,.featured-product-card__image:focus-within .featured-product-card__add{opacity:1;visibility:visible;pointer-events:auto}.featured-product-card__add{display:inline-flex;align-items:center;justify-content:center;gap:0}.featured-product-card__add svg{display:block;flex:none;width:0;max-width:0;opacity:0;margin-right:0;overflow:hidden;transform:scale(.6);transition:width .25s ease,max-width .25s ease,opacity .2s ease,margin-right .25s ease,transform .25s ease}.featured-product-card__add:hover svg,.featured-product-card__add:focus-visible svg{width:24px;max-width:24px;opacity:1;margin-right:8px;transform:scale(1)}.featured-product-card__add[disabled]{cursor:not-allowed;opacity:.5}.featured-product-card__add.is-loading{cursor:progress;opacity:.8}.featured-product-card__add:hover,.featured-product-card__add:focus-visible{background-color:var(--color-charcoal);border-color:var(--color-charcoal);color:#fff}.featured-product-card .card-add-to-cart{position:relative;background:var(--color-neon-lime, #d4ff00)!important;border:1px solid var(--color-neon-lime, #d4ff00)!important;border-radius:108px;color:var(--color-charcoal, #121212)!important;cursor:pointer!important;pointer-events:auto!important;display:flex!important;font-family:ClashGrotesk,sans-serif;font-size:20px;font-weight:600;gap:8px;justify-content:center;align-items:center;line-height:1;min-height:54px;width:100%;max-width:362px;margin:8px auto 14px!important;padding:12px 20px;opacity:1!important;visibility:visible!important;transform:none!important;transition:background-color .2s ease,color .2s ease,border-color .2s ease;z-index:5}.featured-product-card .card-add-to-cart:hover{background-color:var(--color-charcoal, #121212)!important;border-color:var(--color-charcoal, #121212)!important;color:#fff!important}.featured-product-card .card-add-to-cart[disabled]{cursor:not-allowed!important;opacity:.5!important}.featured-product-card .card-add-to-cart svg{display:block!important;width:20px!important;max-width:20px!important;height:20px!important;opacity:1!important;transform:none!important;margin-right:0!important;overflow:visible!important}.featured-product-card .card-add-to-cart svg path{fill:currentColor!important}@media screen and (max-width:1679px)and (min-width:1025px){.featured-collection-products__heading{font-size:3rem;line-height:55px}.featured-collection-products__description{font-size:1.2rem;line-height:26px}}@media screen and (min-width:1024px)and (max-width:1100px){.featured-collection-products__heading{margin:0 0 .5rem;font-size:2.9rem;line-height:60px}.featured-collection-products__button{min-width:275px}}@media screen and (min-width:768px)and (max-width:800px){.section-featured-collection-products{padding:0 0 80px!important}}@media screen and (max-width:1700px){.featured-collection-products__container{padding-left:30px}}@media screen and (max-width:989px){.featured-collection-products__container{padding-left:max(16px,calc((100vw - var(--section-width-tablet)) / 2));gap:24px}.featured-collection-products__content{max-width:var(--content-width-tablet);flex:1 1 340px}.featured-collection-products__heading{font-size:3rem;line-height:55px}.featured-collection-products__products{max-width:none;width:100%}.featured-collection-products__description{margin-bottom:4rem}.featured-collection-products__button{position:relative}}@media screen and (max-width:749px){.featured-collection-products__container{padding-left:var(--padding-left-mobile, 16px)!important;padding-right:var(--padding-right-mobile, 16px)!important;gap:4rem}.featured-collection-products__content{max-width:var(--content-width-mobile)}.featured-collection-products__products{max-width:none;width:100%}.featured-collection-products__heading{font-size:4rem}.featured-collection-products__eyebrow{font-size:2rem;margin-bottom:1.2rem}.featured-collection-products__description{font-size:1.8rem;margin-bottom:3rem}.featured-collection-products__button{max-width:100%;position:relative}.featured-product-card__title{font-size:1.4rem}.featured-product-card.swiper-slide{height:auto;min-width:auto}.featured-product-card__image{margin-top:2rem;margin-bottom:2rem}}@media screen and (max-width:600px){.featured-collection-products__container{gap:1rem;flex-direction:column}.featured-collection-products__container .featured-collection-products__content{gap:1rem;flex:auto}.featured-collection-products__heading{font-size:2.4rem;line-height:40px}.featured-collection-products__eyebrow{font-size:1.4rem;line-height:20px;margin-bottom:.8rem}.featured-collection-products__description{font-size:1.4rem;line-height:24px;margin-bottom:0}.featured-collection-products__button{font-size:22px;padding:14px 36px}.featured-product-card__content{gap:20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/featured-collection-products.css.map */
