/* Wantalin Products + Home Summary v19 */
.apl-catalog-section .apl-section-head { margin-bottom: 26px; }
.apl-catalog-section .apl-product-card .apl-card-body > p:not(.apl-product-link) { display:none !important; }
.apl-catalog-section .apl-product-card .apl-card-body { min-height: 150px; display:flex; flex-direction:column; }
.apl-catalog-section .apl-product-link { margin-top:auto; }
.apl-buy-now { font-weight:800; }

.wantalin-price-block { margin:24px 0 26px; border-top:1px solid #d9dedb; border-bottom:1px solid #d9dedb; padding:18px 0 12px; }
.wantalin-price-block h3 { margin:0 0 10px; font-size:1rem; text-transform:uppercase; letter-spacing:.08em; }
.wantalin-price-row { display:flex; justify-content:space-between; gap:24px; padding:8px 0; border-top:1px solid #edf0ee; }
.wantalin-price-row:first-of-type { border-top:0; }
.wantalin-price-row span { color:#33403c; }
.wantalin-price-row strong { white-space:nowrap; }

.apl-products-home .apl-section-head { margin-bottom:28px; }
.apl-products-home .apl-section-head h2 { margin-bottom:0; }
.apl-products-home .apl-product-card .apl-card-body { display:flex; flex-direction:column; }
.apl-products-home .apl-product-card .apl-product-link { margin-top:auto; padding-top:18px; }
.apl-products-home .apl-buy-now {
  display:inline-flex; align-items:center; justify-content:center;
  min-height:44px; padding:10px 18px; border-radius:4px;
  background:#0d3b2f; color:#fff !important; font-weight:700;
  text-decoration:none !important;
}
.apl-products-home .apl-buy-now:hover { opacity:.9; }

@media (max-width:781px){ .wantalin-price-row{font-size:.95rem;} }
