.product-card{scroll-snap-align:start;flex-direction:column;flex:0 0 calc(25% - 1.2rem);width:calc(25% - 1.2rem);display:flex}.product-card__link{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.product-card__image{aspect-ratio:4/5;background-color:#e4e0da;flex-shrink:1;width:100%;height:34.9rem;margin-bottom:1.6rem;position:relative;overflow:hidden}.product-card__img{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.product-card__favorite{cursor:pointer;color:#1a1a1a;z-index:2;opacity:0;pointer-events:none;background:#ffffffe6;border:none;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;transform:translateY(-1rem)}.product-card__favorite:hover{color:#e91e63;background:#fff;transform:scale(1.1)translateY(-1rem)}.product-card__favorite--active{color:#e91e63;opacity:1;pointer-events:auto;background:#fff;transform:translateY(0)}.product-card__favorite svg{width:1.8rem;height:1.8rem}.product-card__content{flex-direction:column;gap:.4rem;display:flex}.product-card__category{color:#797979;text-transform:uppercase;letter-spacing:.05em;font-size:1.6rem;font-weight:400}.product-card__name{color:#221f1f;margin:0;font-size:2rem;font-weight:500;line-height:1.3}.product-card__price{color:#221f1f;margin:.4rem 0 0;font-size:2.4rem;font-weight:600}.product-card__colors{opacity:0;pointer-events:none;gap:.8rem;margin-top:.8rem;padding:0 .25rem;transition:all .3s;display:flex;transform:translateY(1rem)}.product-card__color{cursor:pointer;border:.2rem solid #0000;border-radius:50%;width:2.4rem;height:2.4rem;transition:all .2s;box-shadow:0 2px 4px #0000001a}.product-card__color:hover{transform:scale(1.1)}.product-card__color--active{border-color:#1a1a1a;transform:scale(1.15)}.product-card__sizes{opacity:0;pointer-events:none;flex-wrap:wrap;gap:.6rem;margin-top:.8rem;transition:all .3s 50ms;display:flex;transform:translateY(1rem)}.product-card__size{color:#666;cursor:pointer;background:#fff;border:.1rem solid #e0e0e0;justify-content:center;align-items:center;min-width:3.6rem;height:3.6rem;padding:0 .8rem;font-size:1.1rem;font-weight:400;transition:all .2s;display:flex}.product-card__size:hover{color:#1a1a1a;border-color:#1a1a1a}.product-card__size--active{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.product-card__actions{opacity:0;pointer-events:none;align-items:center;gap:1.2rem;margin-top:1.2rem;transition:all .3s .1s;display:flex;transform:translateY(1rem)}.product-card__add-to-cart{color:#fff;cursor:pointer;text-transform:none;background:#4a3728;border:none;flex:1;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;font-size:1.3rem;font-weight:500;transition:all .2s;display:flex}.product-card__add-to-cart:hover{background:#3a2b1f;transform:translateY(-.2rem)}.product-card__add-to-cart:active{transform:translateY(0)}.product-card__cart-icon{width:1.8rem;height:1.8rem}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card:hover .product-card__favorite,.product-card:hover .product-card__colors,.product-card:hover .product-card__sizes,.product-card:hover .product-card__actions{opacity:1;pointer-events:auto;transform:translateY(0)}@media (max-width:968px){.product-card{flex:0 0 calc(50% - .8rem);width:calc(50% - .8rem);height:auto}.product-card__image{aspect-ratio:4/5;margin-bottom:1.2rem}.product-card__category{font-size:1.1rem}.product-card__name,.product-card__price{font-size:1.5rem}.product-card__add-to-cart{padding:1rem 1.4rem;font-size:1.2rem}.product-card__color{width:2rem;height:2rem}.product-card__size{min-width:3.2rem;height:3.2rem;font-size:1rem}.product-card__logo svg{width:3.2rem;height:3.2rem}}
