.tpg-grid{display:grid;gap:26px}
.tpg-cols-1{grid-template-columns:1fr}
.tpg-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.tpg-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.tpg-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width:980px){.tpg-cols-3,.tpg-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.tpg-cols-2,.tpg-cols-3,.tpg-cols-4{grid-template-columns:1fr}}

/* No border-radius anywhere */
.tpg-card{border:1px solid rgba(0,0,0,.08);background:#fff;overflow:hidden;border-bottom:solid 5px var(--accent)}
.tpg-media{display:block;aspect-ratio:1/1;overflow:hidden;background:rgba(0,0,0,.03)}
.tpg-media img{width:100%;height:100%;object-fit:cover;display:block}

.tpg-body{padding:16px;display:flex;flex-direction:column;gap:0px}
.tpg-cat{margin:0;font-size:.9rem;line-height:1.2;color:var(--accent)}
.tpg-cat a{color:var(--accent);text-decoration:none}
.tpg-cat a:hover{opacity:.85}
.tpg-title{margin:0;font-size:1.5rem;line-height:1.2}
.tpg-title a{color:var(--accent);text-decoration:none}
.tpg-title a:hover{opacity:.85}
.tpg-excerpt{margin:0;opacity:.85;font-size:.95rem;line-height:1.35}

.tpg-price-row{display:flex;align-items:flex-start;gap:8px;justify-content:flex-start;margin-top:4px;flex-direction:column}
.tpg-price{font-weight:600}
.tpg-price .amount{font-size:1.05rem}
.tpg-price ins .amount{font-size:1.2rem;color:var(--accent)}
.tpg-price del{opacity:.55;margin-right:.35rem}

.tpg-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.tpg-iconlink{display:inline-flex;align-items:center;justify-content:center;color:var(--accent);text-decoration:none}
.tpg-iconlink:hover{opacity:.85}
.tpg-icon{width:24px;height:24px;display:block}

/* Neutralize default Woo button styles if any are applied */
.tpg-actions .button,
.tpg-actions a.add_to_cart_button{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  line-height:0 !important;
  box-shadow:none !important;
}
