.tag-container{max-width:1100px;margin:0 auto;padding:2rem;text-align:center}.tag-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.tag-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;justify-items:center}.tag-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:350px;width:100%;text-align:center;box-sizing:border-box;display:block;padding:1rem;border:1px solid #ddd;text-decoration:none;color:inherit;box-shadow:0 2px 6px rgba(0,0,0,.1)}.tag-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.tag-image{width:100%;height:200px;object-fit:cover;border-radius:8px}.tag-product-name{margin:1rem 0 0;font-size:1rem;font-weight:400;flex-grow:1;font-weight:700;color:#222}.tag-price{font-size:1.1rem;color:#2563eb}.tag-price,.tag-product-price{margin-top:.5rem;font-weight:700}.tag-product-price{font-size:1rem;color:#222}