.paintly-products{padding:64px 0;}
.paintly-products__wrap{max-width:1160px;margin:0 auto;padding:0 24px;}
.paintly-products__head{max-width:640px;margin-bottom:32px;}
.paintly-products__head h2{font-family:var(--p-font-display, 'Big Shoulders Display', sans-serif);font-weight:600;font-size:clamp(1.8rem,3vw,2.4rem);color:var(--p-noir, #1C1C1C);margin-bottom:8px;}
.paintly-products__head p{font-family:var(--p-font-sub, 'Montserrat', sans-serif);color:var(--p-ink-soft, #5C5A54);}
.paintly-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
@media (max-width:700px){ .paintly-products__grid{grid-template-columns:1fr;} }

.paintly-product-card{display:block;text-decoration:none;background:var(--p-paper, #FDF6EC);border-radius:20px;padding:20px;position:relative;}
.paintly-product-card__img{border-radius:14px;overflow:hidden;aspect-ratio:1/1;margin-bottom:16px;background:var(--p-toile, #FFFAF3);}
.paintly-product-card__img img{width:100%;height:100%;object-fit:cover;}
.paintly-product-card h3{font-family:var(--p-font-display, 'Big Shoulders Display', sans-serif);font-size:1.3rem;color:var(--p-noir, #1C1C1C);margin-bottom:8px;}
.paintly-product-card p{font-family:var(--p-font-body, 'Fraunces', serif);font-size:0.92rem;color:var(--p-ink-soft, #5C5A54);}

.paintly-product-card__badge{display:inline-flex;font-family:var(--p-font-sub, 'Montserrat', sans-serif);font-size:0.75rem;font-weight:600;padding:5px 12px;border-radius:100px;background:var(--p-noir, #1C1C1C);color:#fff;margin-bottom:10px;}
.paintly-product-card__badge--live{background:#E9F5EC;color:#2A7A45;}

.paintly-product-card--soon{opacity:0.75;}
.paintly-product-card--soon .paintly-product-card__img img{filter:grayscale(0.4);}

.paintly-product-card__price{font-family:var(--p-font-sub, 'Montserrat', sans-serif);font-weight:700;font-size:1.15rem;color:var(--p-noir, #1C1C1C);margin-bottom:14px;}
.paintly-product-card__ins{color:var(--p-orange-dark, #D9603E);}
.paintly-product-card__del{color:var(--p-ink-soft, #5C5A54);text-decoration:line-through;font-size:0.85rem;font-weight:400;margin-left:6px;}