.products-module__tbI3yG__productList{flex-direction:column;gap:2.5rem;display:flex}.products-module__tbI3yG__productCard{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid var(--color-border);transition:box-shadow var(--transition-base);background:#fff;grid-template-columns:1fr;gap:2rem;padding:0;display:grid;overflow:hidden}.products-module__tbI3yG__productCard:hover{box-shadow:var(--shadow-xl)}.products-module__tbI3yG__productImage{background-color:var(--color-surface);min-height:280px;position:relative}.products-module__tbI3yG__productInfo{padding:2rem}.products-module__tbI3yG__productType{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:600}.products-module__tbI3yG__productName{color:var(--color-text-main);margin:.5rem 0 1rem;font-size:1.75rem;font-weight:700}.products-module__tbI3yG__productDesc{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.65}.products-module__tbI3yG__productSpecs{background-color:var(--color-surface);grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;display:grid}.products-module__tbI3yG__specsTitle{color:var(--color-text-main);margin-bottom:.75rem;font-size:1rem;font-weight:600}.products-module__tbI3yG__specsList{flex-direction:column;gap:.35rem;padding:0;list-style:none;display:flex}.products-module__tbI3yG__specsList li{color:var(--color-text-muted);font-size:.88rem;line-height:1.5}@media (min-width:768px){.products-module__tbI3yG__productCard{grid-template-columns:1fr 1fr}.products-module__tbI3yG__productSpecs{grid-column:1/-1}}@media (max-width:640px){.products-module__tbI3yG__productSpecs{grid-template-columns:1fr}}
