.tpa-product-grid,.tpa-post-grid,.tpa-search-results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.tpa-product-card,.tpa-post-card{height:100%;background:#fff;border:1px solid var(--tpa-line);border-radius:var(--tpa-radius-md);overflow:hidden;box-shadow:0 6px 20px rgba(11,11,11,.04);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.tpa-product-card:hover,.tpa-post-card:hover{transform:translateY(-3px);box-shadow:var(--tpa-shadow-sm);border-color:#d9ccb5}
.tpa-product-media,.tpa-post-media{position:relative;display:block;overflow:hidden;background:#f3f1eb}
.tpa-product-media{aspect-ratio:1/1}.tpa-post-media{aspect-ratio:16/9}
.tpa-product-media img,.tpa-post-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.tpa-product-card:hover .tpa-product-media img,.tpa-post-card:hover .tpa-post-media img{transform:scale(1.025)}
.tpa-sale-badge{position:absolute;z-index:2;left:12px;top:12px;background:var(--tpa-danger);color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:850}
.tpa-product-body,.tpa-post-body{padding:16px 16px 18px;display:flex;flex-direction:column;flex:1}
.tpa-card-kicker{font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--tpa-gold-700);margin-bottom:7px}
.tpa-card-title{margin:0 0 10px;font-size:18px;line-height:1.35;letter-spacing:-.015em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.tpa-card-title a:hover{color:#6f4a08}
.tpa-product-price{font-size:19px;font-weight:850;margin-top:auto;color:var(--tpa-black-950)}
.tpa-product-price del{font-size:13px;color:#888;font-weight:500}.tpa-product-price ins{text-decoration:none;color:var(--tpa-danger)}
.tpa-stock{font-size:12px;color:var(--tpa-success);margin-top:4px}.tpa-stock.is-out{color:var(--tpa-danger)}
.tpa-card-link{display:flex;align-items:center;gap:7px;margin-top:14px;padding-top:12px;border-top:1px solid #eee9df;font-weight:800;font-size:13px;color:#65440a}
.tpa-card-link .tpa-icon{width:16px;height:16px}
.tpa-post-meta{font-size:12px;color:var(--tpa-muted);margin:-2px 0 8px}.tpa-post-body p{margin:0;color:var(--tpa-muted);font-size:14px}
.tpa-media-placeholder{width:100%;height:100%;display:grid;place-items:center;font-weight:900;font-size:42px;color:#b79b65;background:linear-gradient(145deg,#f6f2e9,#eae4d8)}
@media (max-width:1100px){.tpa-product-grid,.tpa-post-grid,.tpa-search-results{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:780px){.tpa-product-grid,.tpa-post-grid,.tpa-search-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tpa-card-title{font-size:16px}.tpa-product-body,.tpa-post-body{padding:13px}.tpa-product-price{font-size:17px}}
@media (max-width:350px){.tpa-product-grid,.tpa-post-grid,.tpa-search-results{grid-template-columns:1fr}}
