/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ===== Vita5: адаптивный грид каталога (4/3/2 колонки) — 2026-05-20 ===== */
@media (min-width: 1025px) {
    html body .wd-products.wd-grid-g[class*="grid-columns-"] { --wd-col: 4 !important; }
}
@media (min-width: 769px) and (max-width: 1024px) {
    html body .wd-products.wd-grid-g[class*="grid-columns-"] { --wd-col: 3 !important; }
}
@media (max-width: 768px) {
    html body .wd-products.wd-grid-g[class*="grid-columns-"] { --wd-col: 2 !important; }
}
/* Карточка: ограничиваем апскейл низкокачественных картинок 200px */
.wd-product .product-image-link img { object-fit: contain; }
