.taj-products-grid{background:#fff}.taj-products-intro{max-width:760px;margin:0 auto 36px;text-align:center}.taj-products-intro h2{font-size:max(1.6rem, min(3vw, 2.4rem));font-weight:850}.taj-category-block{margin-top:48px}.taj-category-block>h2{border-left:5px solid var(--brand-primary);padding-left:16px;font-weight:850}.taj-category-desc{max-width:780px;color:var(--brand-text)}.taj-product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:22px}.taj-product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.taj-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.taj-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(26,16,17,.12)}.taj-product-card a{color:var(--brand-text);display:block}.taj-product-image{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light)}.taj-product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.taj-product-body{display:grid;grid-gap:6px;gap:6px;padding:22px}.taj-product-body strong{font-size:1.08rem}.taj-product-body span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.taj-product-card-grid,.taj-product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.taj-product-card-grid,.taj-product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:1fr}}