.ych-latest-products-wrapper{ margin:0 auto; }
.ych-latest-header{ padding:44px 0; }
.ych-latest-header-inner{ max-width:1200px; margin:0 auto; text-align:center; }
.ych-latest-heading{ color:#fff; font-size:30px; margin:0; font-weight:600; }
.ych-latest-products{ display:flex; flex-wrap:wrap; gap:24px; padding:36px 0; max-width:1200px; margin:0 auto; }
.ych-latest-products[data-columns="4"] .ych-product{ width:calc(25% - 18px); }
.ych-latest-products[data-columns="3"] .ych-product{ width:calc(33.333% - 16px); }
.ych-latest-products[data-columns="2"] .ych-product{ width:calc(50% - 12px); }
.ych-product{ position:relative; background:#fff; border:1px solid rgba(0,0,0,0.06); box-shadow:0 2px 6px rgba(0,0,0,0.05); overflow:hidden; }
.ych-product-card{ padding:14px; display:flex; flex-direction:column; min-height:320px; justify-content:space-between; }
.ych-product-thumb{ text-align:center; padding:12px 12px 6px; }
.ych-image-frame{ border:3px solid #e74c3c; padding:8px; display:inline-block; background:#fff; }
.ych-image-frame img{ width:100%; height:auto; display:block; max-height:180px; object-fit:contain; }
.ych-product-info{ padding:6px 0 12px; }
.ych-product-title{ font-size:15px; margin:0 0 8px; color:#222; }
.ych-product-price{ color:#111; font-weight:700; }
.ych-product-actions{ display:flex; flex-direction:column; gap:8px; margin-top:12px; }
.ych-btn{ display:block; text-align:center; padding:10px 16px; border-radius:28px; text-decoration:none; font-size:13px; width:100%; box-sizing:border-box; }
.ych-btn-primary{ background:#443199; color:#fff; }
.ych-btn-secondary{ background:#fff; color:#444; border:1px solid rgba(0,0,0,0.08); }

@media(max-width:900px){
	.ych-latest-products{ padding:18px; }
	.ych-latest-heading{ font-size:24px; }
	.ych-latest-products[data-columns="4"] .ych-product{ width:calc(50% - 12px); }
}

