.ss-product-card { position: relative; min-width: 0; overflow: visible; border: 1px solid var(--ss-line); border-radius: var(--ss-radius-lg); background: var(--ss-surface); }
.ss-product-card__link { display: block; height: 100%; color: inherit; text-decoration: none; }
.ss-product-card__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ss-surface); }
.ss-product-card__picture, .ss-product-card__image { display: block; width: 100%; height: 100%; }
.ss-product-card__image { object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.ss-product-card__link:hover .ss-product-card__image { transform: scale(1.025); }
.ss-product-card__marker { position: absolute; z-index: 1; top: 1.5rem; left: 1.5rem; width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--ss-ink); box-shadow: 0 0 0 .45rem rgba(255,255,255,.74); }
.ss-product-card__meta { position: absolute; right: 1.5rem; bottom: 1.35rem; left: 1.5rem; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; color: var(--ss-white); text-shadow: 0 1px 12px rgba(0,0,0,.28); }
.ss-product-card__title { max-width: 70%; font-size: clamp(.9rem, 1.4vw, 1.2rem); font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.ss-product-card__price { white-space: nowrap; font-size: clamp(1.15rem, 1.8vw, 1.7rem); font-weight: 700; }
.ss-product-card__price .woocommerce-Price-currencySymbol { margin-right: .1em; }
.ss-product-card__counter { position: absolute; right: 1.5rem; bottom: 1.35rem; color: var(--ss-white); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-shadow: 0 1px 12px rgba(0,0,0,.28); transform: translateY(-2rem); }
@media (max-width: 760px) {
	.ss-product-card__media { aspect-ratio: 3 / 4; }
	.ss-product-card__marker { top: 1rem; left: 1rem; }
	.ss-product-card__meta { right: 1rem; bottom: 1rem; left: 1rem; display: block; }
	.ss-product-card__title { display: block; max-width: 75%; }
	.ss-product-card__price { display: block; margin-top: .25rem; }
	.ss-product-card__counter { right: 1rem; bottom: 1rem; }
}
@media (prefers-reduced-motion: reduce) { .ss-product-card__image { transition: none; } }

.ss-product-card { border: 0; border-radius: 24px; background: var(--ss-ink); }
.ss-product-card__media { aspect-ratio: 1.28; }
.ss-product-card__media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.08) 45%, rgba(0,0,0,.76) 100%); pointer-events: none; }
.ss-product-card__meta { z-index: 2; right: 1.25rem; bottom: 1.1rem; left: 1.25rem; }
.ss-product-card__title { font-size: clamp(.76rem, 1.1vw, 1rem); letter-spacing: .04em; }
.ss-product-card__price { font-size: clamp(1rem, 1.45vw, 1.35rem); }
.ss-product-card__marker { top: 1.25rem; left: 1.25rem; width: .72rem; height: .72rem; box-shadow: 0 0 0 .3rem rgba(255,255,255,.8); }
.ss-product-card__counter { z-index: 2; right: 1.25rem; bottom: auto; top: 1.25rem; transform: none; font-size: .64rem; }
.ss-product-card > .ss-product-card__brand-verified, .product-card > .ss-product-card__brand-verified { position: absolute; top: .85rem; right: -.55rem; z-index: 4; display: inline-flex; align-items: center; gap: .3rem; max-width: calc(100% - 1rem); padding: .38rem .55rem .32rem; border: 1px solid rgba(179,145,87,.58); border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 .25rem .75rem rgba(17,17,17,.12); color: #b39157; font-family: var(--technical-face); font-size: .5rem; font-weight: 500; letter-spacing: .11em; line-height: 1; text-transform: uppercase; }
.ss-product-card__brand-verified-name { min-width: 0; overflow: hidden; color: #d1b47a; text-overflow: ellipsis; white-space: nowrap; }
.ss-product-card__brand-verified-label { color: #b39157; white-space: nowrap; }
.ss-product-card__brand-verified-icon { width: .75rem; height: .75rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; }
.ss-product-card--branded .ss-product-card__counter { top: 3.25rem; }
.ss-product-card__link:focus-visible { outline-offset: .35rem; }
@media (max-width: 760px) {
	.ss-product-card__media { aspect-ratio: .82; }
	.ss-product-card__meta { right: 1rem; bottom: 1rem; left: 1rem; }
	.ss-product-card__marker { top: 1rem; left: 1rem; }
	.ss-product-card__counter { top: 1rem; right: 1rem; }
}
