.product-card{border:1px solid rgba(1,17,43,.08);border-radius:var(--radius-md);color:inherit;flex-direction:column;height:100%;overflow:visible;padding:12px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;width:100%;z-index:0}.product-card,.product-card__img{background:#fff;display:flex;position:relative}.product-card__img{align-items:center;aspect-ratio:1/1.3;border:none;border-radius:var(--radius-md);justify-content:center;margin-bottom:16px;overflow:hidden}.product-card__img:after{background-image:var(--dyn-pattern);background-size:var(--dyn-pattern-size);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease}.product-card__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;transition:.3s;width:100%}.product-card__img img[src*="/img/noPhoto.png"],.product-card__img-placeholder{height:auto;margin:0 auto;max-height:60%;max-width:60%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;padding:0;width:60%}.product-card__img-new{background-color:var(--accent);border:1px solid var(--stroke-on-cyan);border-radius:var(--radius-sm);color:var(--dyn-navy);font-family:var(--font-display);font-size:1.1rem;left:12px;letter-spacing:.06em;padding:4px 10px;position:absolute;text-transform:uppercase;top:12px}.product-card__img-like{position:absolute;right:12px;top:12px;z-index:10}.product-card__img-like:hover .tooltip{opacity:1}.product-card__img-like{cursor:pointer}.product-card__img-like i{font-size:2rem}.product-card__info{display:flex;flex-direction:column;padding:0 6px 6px}.product-card__info-main{display:flex;flex-direction:column;flex-grow:1;margin-bottom:12px}.product-card__info-name{color:var(--text);display:-webkit-box;font-size:1.6rem;letter-spacing:-.16px;-webkit-line-clamp:2;line-height:1.5em;min-height:3em;-webkit-box-orient:vertical;overflow:hidden}.product-card__info__stock{font-size:1.2rem;margin-top:4px}.product-card__info__stock--out{color:var(--dyn-silver,#888)}.product-card__info__stock--low{color:#2e9e4f}.product-card__info-brand{color:var(--dyn-silver);font-size:1.6rem;font-weight:500;margin-bottom:6px}.product-card__info-props{align-items:flex-end;-moz-column-gap:8px;column-gap:8px;display:flex;justify-content:space-between;margin-top:auto}.product-card__info-props__color{color:var(--dyn-silver);font-size:1.3rem;line-height:1.4em;min-height:1.4em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__info-props__price{color:#00b2ff;font-family:var(--font-display);font-size:2rem;font-weight:700;line-height:1.5em;margin-left:auto;white-space:nowrap}@media(hover:hover)and (pointer:fine){.product-card:hover{box-shadow:0 18px 36px #01112b1f;transform:translateY(-4px);z-index:1}.product-card__img img:hover{transform:scale(1.1)}.product-card:hover .product-card__img:after{opacity:.08}}@media(max-width:960px){.product-card{padding:10px}.product-card__info{padding:0 4px 4px}.product-card-new{background-color:#bfb09d;font-size:12px;left:10px;padding:2px 8px;top:10px}.product-card__img{flex-shrink:0}.product-card__img-like{cursor:pointer;position:absolute;right:10px;top:10px}.product-card__img-like i{font-size:24px}.product-card__info-name{font-size:14px;letter-spacing:-.056px}.product-card__info-props{display:flex;margin-top:auto}.product-card__info-props__color{font-size:11px}.product-card__info-props__price{font-size:13px}}@media(max-width:600px){.product-card{display:flex;flex-direction:column;max-width:100%;width:100%}.product-card__img img{max-height:none}}.product-card__info-props__price{align-items:center;display:flex;gap:6px}.product-card__info-props__price .old-price{color:var(--dyn-silver);font-size:1.4rem;font-weight:400;text-decoration:line-through}@media(max-width:600px){.product-card__info-props__price .old-price{font-size:10px}}.product-card__info-props__price .sale-price{color:var(--accent);font-size:2rem;font-weight:700}@media(max-width:600px){.product-card__info-props__price .sale-price{font-size:13px}}@media(max-width:768px){.product-card{padding:12px}.product-card__img-like{align-items:center;border-radius:999px;display:flex;justify-content:center;min-height:48px;min-width:48px}.product-card__info{padding:0 6px 6px}.product-card__info-name{font-size:1.6rem}.product-card__info-props{align-items:flex-start;flex-direction:column;gap:10px}.product-card__info-props__color{font-size:1.4rem}.product-card__info-props__price{flex-wrap:wrap;font-size:2.2rem;gap:8px;line-height:1.1;margin-left:0;padding:8px 12px}.product-card__info-props__price .old-price{font-size:1.3rem}.product-card__info-props__price .sale-price{font-size:2.2rem}}
