/* [project]/src/app/brands/[slug]/BrandCardPage.module.css [app-client] (css) */
.BrandCardPage-module__Q4VM9a__page {
  background: #fff;
  min-height: 100vh;
  padding: 40px 0 120px;
}

.BrandCardPage-module__Q4VM9a__content {
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
  display: flex;
}

.BrandCardPage-module__Q4VM9a__brandContainer {
  flex-direction: column;
  gap: 40px;
  width: 800px;
  display: flex;
}

.BrandCardPage-module__Q4VM9a__brandInfo {
  flex-direction: column;
  gap: 28px;
  display: flex;
}

.BrandCardPage-module__Q4VM9a__brandHeader {
  align-items: center;
  gap: 40px;
  width: 800px;
  display: flex;
}

.BrandCardPage-module__Q4VM9a__logoContainer {
  flex-shrink: 0;
  width: 124px;
  height: 130px;
}

.BrandCardPage-module__Q4VM9a__logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.BrandCardPage-module__Q4VM9a__brandDetails {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.BrandCardPage-module__Q4VM9a__brandName {
  color: #222324;
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
}

.BrandCardPage-module__Q4VM9a__brandMeta {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.BrandCardPage-module__Q4VM9a__metaItem {
  align-items: center;
  gap: 4px;
  display: flex;
}

.BrandCardPage-module__Q4VM9a__metaItem img {
  width: 16px;
  height: 16px;
}

.BrandCardPage-module__Q4VM9a__metaItem span {
  color: #222324;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.BrandCardPage-module__Q4VM9a__websiteLink {
  color: #222324;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  transition: color .15s;
}

.BrandCardPage-module__Q4VM9a__websiteLink:hover {
  color: #fd6710;
}

.BrandCardPage-module__Q4VM9a__description {
  color: #222324;
  text-align: justify;
  width: 800px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.BrandCardPage-module__Q4VM9a__categoriesSection {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.BrandCardPage-module__Q4VM9a__categoriesTitle {
  color: #1c1c1c;
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.BrandCardPage-module__Q4VM9a__categoriesList {
  flex-direction: column;
  display: flex;
}

.BrandCardPage-module__Q4VM9a__categoryLink {
  color: #222324;
  align-items: center;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color .15s;
  display: flex;
}

.BrandCardPage-module__Q4VM9a__categoryLink:hover, .BrandCardPage-module__Q4VM9a__categoryLinkHover {
  color: #fd6710;
}


/*# sourceMappingURL=src_app_brands_%5Bslug%5D_BrandCardPage_module_d7c2b4cb.css.map*/