.dp-card {margin:0 10px; border:1px solid var(--border-strong); border-radius:var(--radius-sm) !important; background:var(--bg-card); box-shadow:var(--shadow-soft); overflow:hidden}
.dp-card__head {padding:8px 10px; border-bottom:1px solid var(--border-strong); background:var(--bg-card-base)}
.dp-card__eyebrow {font-size:11px; line-height:1; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:var(--primary); margin-bottom:6px}
.dp-card__title {font-size:13px; line-height:1.2; font-weight:700; color:var(--text-main); margin-bottom:0}
.dp-card__image-link {display:block; text-decoration:none}
.dp-card__image-wrap {aspect-ratio:4 / 3; background:var(--bg-card-soft); overflow:hidden}
.dp-card__image {display:block; width:100%; height:100%; object-fit:cover; transition:transform .3s ease}
.dp-card__image-link:hover .dp-card__image {transform:scale(1.03)}
.dp-card__body {padding:1px 10px 10px}
.dp-card__desc {margin:0 0 12px; font-size:13px; line-height:1.45; color:var(--text-soft)}
.dp-timer {display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-bottom:14px}
.dp-timer__item {display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:42px; padding:8px 6px; border:1px solid var(--border-color); border-radius:var(--radius-sm); background:var(--bg-card-soft)}
.dp-timer__value {font-size:22px; line-height:1; font-weight:700; color:var(--text-main)}
.dp-timer__label {margin-top:6px; font-size:11px; line-height:1.1; color:var(--text-muted); text-transform:uppercase; letter-spacing:.04em}
.dp-card__product-link {display:inline-block; margin-bottom:10px; font-size:12px; line-height:1.35; font-weight:600; color:var(--text-main); text-decoration:none}
.dp-card__product-link:hover {color:var(--text-main); text-decoration:none}
.dp-card__prices {display:flex; align-items:center; justify-content:center; gap:8px; margin-bottom:14px; flex-wrap:wrap}
.dp-card__price-old {font-size:13px; line-height:1; color:var(--text-muted); text-decoration:line-through}
.dp-card__price-new {font-size:14px; line-height:1; font-weight:700; color:var(--primary)}
@media (max-width:640px) {.dp-card__head,.dp-card__body {padding:12px}
    .dp-card__title {font-size:15px}
    .dp-timer__value {font-size:20px}
}
