.dmz-featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:28px;width:100%}.dmz-product-card{display:grid;grid-template-columns:minmax(280px,42%) 1fr;background:#fff;border:1px solid var(--dmz-line);min-height:360px;overflow:hidden}.dmz-product-image{position:relative;display:flex;align-items:center;justify-content:center;background:#fff;padding:24px;min-width:0}.dmz-product-image img{width:100%;height:100%;max-height:360px;object-fit:contain;display:block}.dmz-sale-badge{position:absolute;top:18px;left:18px;background:var(--dmz-red);color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:8px 10px}.dmz-product-info{display:flex;flex-direction:column;justify-content:center;padding:42px;min-width:0}.dmz-product-kicker{color:var(--dmz-red);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}.dmz-product-info h3{font-size:clamp(30px,3vw,48px);line-height:1.02;letter-spacing:-.04em;margin:0 0 18px}.dmz-product-info h3 a{text-decoration:none}.dmz-product-price{font-size:25px;font-weight:800;margin-bottom:28px}.dmz-product-price del{color:#888;font-size:18px;margin-right:8px}.dmz-product-price ins{text-decoration:none}.dmz-product-actions{display:flex;flex-wrap:wrap;gap:10px}.dmz-product-actions .dmz-btn{margin:0}.dmz-product-actions .ghost{background:#fff;color:#111}.dmz-featured-grid:has(.dmz-product-card:only-child){grid-template-columns:1fr}.dmz-featured-grid:has(.dmz-product-card:only-child) .dmz-product-card{max-width:1100px}.dmz-featured-grid:has(.dmz-product-card:only-child) .dmz-product-image{min-height:420px}.dmz-featured-grid:has(.dmz-product-card:only-child) .dmz-product-image img{max-height:420px}@media(max-width:800px){.dmz-product-card{grid-template-columns:1fr}.dmz-product-image{min-height:280px}.dmz-product-info{padding:28px}.dmz-featured-grid{grid-template-columns:1fr}}