.featured-products{padding:60px 0;background:#fff}.featured-products__container{max-width:1400px;margin:0 auto;padding:0 20px}.featured-products__title{font-size:24px;font-weight:700;text-transform:uppercase;text-align:center;letter-spacing:2px;margin-bottom:50px}.featured-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.product-card{position:relative;display:flex;flex-direction:column}.product-card__image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f9f9f9;margin-bottom:15px}.product-card__image-link{display:block;width:100%;height:100%}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__image--secondary{position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__wishlist{position:absolute;top:15px;right:15px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s ease}.product-card__wishlist svg{width:24px;height:24px;fill:none;stroke:var(--color-accent);stroke-width:1.5;transition:all .3s ease}.product-card__wishlist:hover svg,.product-card__wishlist.is-active svg{fill:var(--color-accent)}.product-card__badge{position:absolute;top:15px;left:15px;padding:5px 12px;background:var(--color-accent);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.product-card__info{flex-grow:1;display:flex;flex-direction:column}.product-card__vendor{font-size:11px;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.product-card__title{font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:8px;line-height:1.3}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--color-accent)}.product-card__price{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.product-card__price-current{font-size:16px;font-weight:400;color:var(--color-accent)}.product-card__price-compare{font-size:13px;color:var(--color-text-light);text-decoration:line-through}.product-card__price-installments{font-size:12px;color:#555;margin-top:0}.product-card__swatches{display:flex;gap:8px;margin-bottom:15px;flex-wrap:wrap}.product-card__swatch{width:50px;height:65px;padding:0;border:1px solid #eee;background:#fff;cursor:pointer;overflow:hidden;transition:border-color .2s ease;flex-shrink:0}.product-card__swatch img{width:100%;height:100%;object-fit:cover;display:block}.product-card__swatch:hover{border-color:#999}.product-card__swatch.is-selected{border:2px solid #000}.product-card__variants{display:flex;gap:8px;margin-bottom:12px}.product-card__variant{width:20px;height:20px;border-radius:50%;border:1px solid #ddd;cursor:pointer;transition:transform .2s ease}.product-card__variant:hover{transform:scale(1.2)}.product-card__variant.is-selected{border:2px solid var(--color-primary)}.product-card__buy-button{width:100%;padding:14px;margin-top:auto;background:#000;color:#fff;font-family:var(--font-body);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-align:center;border:none;border-radius:4px;cursor:pointer;transition:background .3s ease}.product-card__buy-button:hover{background:#333}.wishlist-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%) translateY(20px);background:#000;color:#fff;padding:14px 28px;border-radius:6px;font-family:var(--font-body);font-size:14px;font-weight:500;z-index:9999;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.wishlist-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:1200px){.featured-products__grid{grid-template-columns:repeat(3,1fr);gap:25px}}@media(max-width:768px){.featured-products{padding:40px 0}.featured-products__grid{grid-template-columns:repeat(2,1fr);gap:20px}.product-card__swatch{width:40px;height:52px}}@media(max-width:480px){.featured-products__grid{gap:15px}.product-card__title{font-size:13px}.product-card__price-current{font-size:14px}.product-card__swatch{width:35px;height:45px}.product-card__buy-button{padding:12px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/product-card.css.map */
