.manufacturers-page__title { margin-bottom: 2rem;}.manufacturer-card { display: flex; flex-direction: column; gap: 0.25rem; overflow: hidden; cursor: default; text-decoration: none; transition: background 0.2s ease, border-color 0.2s ease;}.manufacturer-card:hover .manufacturer-card__name { color: var(--main); cursor: pointer;}.manufacturer-card__logo-box { display: flex; justify-content: center; align-items: center; padding: 1rem; width: 100%; aspect-ratio: 1/1; background: var(--gray-400); border-radius: 1.5rem;}.manufacturer-card__logo-img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain;}.manufacturer-card__meta { display: flex; flex-direction: column; justify-content: end; flex-grow: 1; padding: 1rem;}.manufacturer-card__title-bar { display: flex; align-items: center; width: 100%;}.manufacturer-card__name { font-size: 14px; font-weight: 400; line-height: 20px; color: var(--black); transition: color 0.2s ease; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; flex-grow: 1;}.manufacturer-card__country-flag { flex-shrink: 0; width: 20px; height: 20px; border: 1px solid var(--gray-400); border-radius: 50%; overflow: hidden; -o-object-fit: cover; object-fit: cover;}.manufacturer-card__products-count { font-size: 12px; font-weight: 300; line-height: 16px; color: var(--description);}.manufacturer-profile__cover { width: 100%; height: 300px; overflow: hidden; background: var(--gray-400); border-radius: 1.5rem;}@media (max-width: 768px) { .manufacturer-profile__cover { height: 180px; }}.manufacturer-profile__cover-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}.manufacturer-profile__header { display: flex; align-items: flex-end; padding: 1rem 3rem;}@media (max-width: 768px) { .manufacturer-profile__header { flex-direction: column; align-items: center; text-align: center; padding: 0 1rem; }}.manufacturer-profile__logo { width: 160px; height: 160px; min-width: 160px; background: var(--gray-400); border: 3px solid var(--background); border-radius: 50%; overflow: hidden; margin-top: -80px;}@media (max-width: 768px) { .manufacturer-profile__logo { margin-top: -60px; width: 120px; height: 120px; min-width: 120px; }}.manufacturer-profile__logo-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}.manufacturer-profile__meta { display: flex; flex-direction: column; gap: 0.5rem; margin-left: 25px;}@media (max-width: 768px) { .manufacturer-profile__meta { margin-left: 0; margin-top: 15px; padding-bottom: 0; }}.manufacturer-profile__title-bar { display: flex; align-items: center; gap: 1rem;}.manufacturer-profile__name { font-size: 28px; font-weight: bold; color: var(--black); margin: 0;}.manufacturer-profile__country { display: flex; align-items: center; gap: 0.5rem; border: 1px solid var(--gray-400); border-radius: 0.5rem; padding: 0.2rem 0.4rem;}.manufacturer-profile__country-flag { display: flex; align-items: center; width: 20px; height: 20px; border: 1px solid var(--gray-400); border-radius: 50%; overflow: hidden;}.manufacturer-profile__country-img { width: 100%; height: 100%; display: block;}.manufacturer-profile__country-name { font-size: 14px; font-weight: 300; line-height: 24px; color: var(--description);}.manufacturer-profile__website { font-size: 14px; font-weight: 300; line-height: 24px; color: var(--description); text-decoration: none; transition: color 0.2s ease, -webkit-text-decoration 0.2s ease; transition: color 0.2s ease, text-decoration 0.2s ease; transition: color 0.2s ease, text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;}.manufacturer-profile__website:hover { color: var(--main); text-decoration: underline;}.manufacturer-profile__description { font-size: 14px; font-weight: 300; line-height: 24px; color: var(--description); padding: 1rem 3rem;}@media (max-width: 768px) { .manufacturer-profile__description { padding: 1rem; }}