.brends__content-grid .equal-height-block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brands-slider-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0;

}
.brands-slider-wrapper > div {
	background: transparent !important;
}
.brands-slider-wrapper div {
	color: black
}
.brands-slider-wrapper a {
	color: black
}
.brends__content-grid .catalog-section {
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.brends__page-content {
  padding: 24px 16px;
}

.brends__page-title {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: black;
  margin-bottom: 8px;
}


.brends__content-grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 24px;
  align-items: start;
}

.brends__mfr-info {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.brends__mfr-logos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}


.brends__mfr-logo-img img {
  width: 100%;
  height: 100%;
}

.brends__ymz-logo {
  width: 110px;
}

.brends__cert-img {
  max-width: 140px;
  max-width: 140px;
  width: 100%;
  height: auto;
  background: #eee;
}

.brends__mfr-description {
  font-size: 13px;
  line-height: 6;
  color: #333;
  flex: 1;
}

.brends__article-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.brends__article-card {
  background: #FFD600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 14px 16px;
  gap: 12px;
  min-height: 70px;
}

.brends__article-card-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: black;
  line-height: 3;
  flex: 1;
}

.brends__article-card-btn {
  background: black;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.brends__article-card-btn span {
  font-size: 14px;
  font-weight: 400;
}

.brends__section-title {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: black;
  margin-bottom: 4px;
  padding-bottom: 6px;
  border-bottom: 3px solid #FFD600;
  display: inline-block;
}

.brends__sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.brends__sidebar-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.brends__sidebar-card-dark {
  background: black;
  color: #fff;
}

.brends__sidebar-card-yellow {
  background: #FFD600;
  color: black;
}

.brends__sidebar-brand {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 1;
}

.brends__sidebar-brand-dark { color: #fff; }
.brends__sidebar-brand-black { color: black; }

.brends__sidebar-desc {
  font-size: 12px;
  line-height: 4;
  font-weight: 400;
}

.brends__sidebar-desc-white { color: #ccc; }
.brends__sidebar-desc-dark { color: #333; }

.brends__sidebar-btn {
  display: inline-block;
  padding: 9px 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  border: none;
  text-align: center;
  width: fit-content;
}

.brends__sidebar-btn-yellow {
  background: #FFD600;
  color: black;
}

.brends__sidebar-btn-dark {
  background: black;
  color: #fff;
}


@media (max-width: 900px) {
  .brends__content-grid {
    grid-template-columns: 1fr;
  }

  .brends__sidebar {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .brends__sidebar-card {
    flex: 1;
    min-width: 200px;
  }

  .brends__products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .brends__main-nav { display: none; }

  .brends__article-cards {
    grid-template-columns: 1fr;
  }

  .brends__catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brends__products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brends__mfr-info {
    flex-direction: column;
  }

  .brends__mfr-logos {
    flex-direction: row;
  }

  .brends__search-bar-inner {
    flex-wrap: wrap;
  }

  .brends__secondary-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .brends__catalog-grid {
    grid-template-columns: 1fr;
  }
}



:root {
  --brands-yellow: #FFD600;
  --brands-yellow-hover: #e0b600;
  --brands-dark: black;
  --brands-dark-soft: #222;
  --brands-surface: #fafafa;
  --brands-border: #e4e4e4;
  --brands-shadow-xs: 0 1px 3px rgba(0,0,0,0.07);
  --brands-shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --brands-shadow-md: 0 4px 16px rgba(0,0,0,0.10);
  --brands-shadow-lift: 0 8px 24px rgba(0,0,0,0.13);
  --brands-radius-sm: 4px;
  --brands-radius-md: 6px;
  --brands-radius-lg: 10px;
  --brands-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}







.brends__page-content {
  padding: 32px 24px;
}


.brends__page-title {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  line-height: 1.15;
}

.brends__breadcrumb {
  font-size: 12px;
  margin-bottom: 28px;
  gap: 6px;
}

.brends__breadcrumb a {
  transition: color var(--brands-transition);
}


.brends__content-grid {
  gap: 32px;
}


.brends__mfr-info {
  background: #fff;
  border: 1px solid var(--brands-border);
  border-radius: var(--brands-radius-lg);
  padding: 24px;
  gap: 24px;
  margin-bottom: 28px;
  box-shadow: var(--brands-shadow-sm);
}

.brends__mfr-logos {
  gap: 12px;
}



.brends__article-cards {
  gap: 16px;
}

.brends__article-card {
  border-radius: var(--brands-radius-md);
  padding: 18px 20px;
  min-height: 80px;
  box-shadow: 0 3px 10px rgba(245,200,0,0.25);
  transition: transform var(--brands-transition), box-shadow var(--brands-transition);
  cursor: pointer;
}

.brends__article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245,200,0,0.4);
}

.brends__article-card-title {
  font-size: 11.5px;
  letter-spacing: 0.07em;
  line-height: 1.45;
}

.brends__article-card-btn {
  border-radius: var(--brands-radius-sm);
  padding: 9px 16px;
  font-size: 10.5px;
  letter-spacing: 0.07em;
  transition: background var(--brands-transition), color var(--brands-transition);
  white-space: nowrap;
}

.brends__article-card:hover .brends__article-card-btn {
  background: #111;
}


.brends__section-title {
  font-size: 19px;
  letter-spacing: 0.04em;
  border-bottom: 3px solid var(--brands-yellow);
  padding-bottom: 8px;
  margin-bottom: 0;
}


.brends__catalog-grid {
  gap: 14px;
  margin-top: 18px;
  margin-bottom: 36px;
}

.brends__catalog-card {
  border: 1.5px solid var(--brands-yellow);
  border-radius: var(--brands-radius-md);
  padding: 18px 16px;
  background: #fff;
  box-shadow: var(--brands-shadow-xs);
  cursor: pointer;
  transition: box-shadow var(--brands-transition), transform var(--brands-transition), background var(--brands-transition), border-color var(--brands-transition);
  min-height: 100px;
}

.brends__catalog-card:hover {
  box-shadow: 0 4px 18px rgba(245,200,0,0.3);
  transform: translateY(-2px);
  background: #fffdf0;
  border-color: #e0b600;
}

.brends__catalog-card-title {
  font-size: 10.5px;
  letter-spacing: 0.07em;
  line-height: 1.45;
  font-weight: 800;
}


.brends__all-products-header {
  margin-bottom: 18px;
}

.brends__see-all-link {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  transition: color var(--brands-transition);
}

.brends__see-all-link:hover {
  color: var(--brands-yellow-hover);
}

.brends__products-grid {
  gap: 16px;
}

.brends__product-card {
  border: 1px solid var(--brands-border);
  border-radius: var(--brands-radius-lg);
  padding: 14px;
  background: #fff;
  box-shadow: var(--brands-shadow-xs);
  transition: box-shadow var(--brands-transition), transform var(--brands-transition);
  gap: 8px;
}

.brends__product-card:hover {
  box-shadow: var(--brands-shadow-lift);
  transform: translateY(-3px);
}

.brends__product-img {
  border-radius: var(--brands-radius-md);
  background: #f5f5f5;
  aspect-ratio: 1;
  margin-bottom: 6px;
  overflow: hidden;
  transition: background var(--brands-transition);
}

.brends__product-card:hover .brends__product-img {
  background: #efefef;
}

.brends__product-sku {
  font-size: 10.5px;
  color: #999;
  letter-spacing: 0.03em;
}

.brends__product-name {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.brends__product-stock {
  font-size: 10.5px;
  color: #1e7e1e;
  font-weight: 600;
  gap: 5px;
}

.brends__stock-dot {
  width: 6px;
  height: 6px;
  background: #2e9e2e;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(46,158,46,0.2);
}

.brends__product-footer {
  margin-top: 6px;
  gap: 6px;
}

.brends__product-qty {
  border: 1.5px solid var(--brands-border);
  border-radius: var(--brands-radius-sm);
  background: var(--brands-surface);
  min-width: 28px;
}

.brends__product-qty span {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
}

.brends__product-price {
  font-size: 11px;
  font-weight: 800;
  color: var(--brands-dark);
  letter-spacing: -0.2px;
}

.brends__btn-cart {
  background: var(--brands-yellow);
  border-radius: var(--brands-radius-sm);
  padding: 6px 10px;
  box-shadow: 0 2px 6px rgba(245,200,0,0.3);
  transition: background var(--brands-transition), box-shadow var(--brands-transition), transform var(--brands-transition);
}

.brends__btn-cart:hover {
  background: var(--brands-yellow-hover);
  box-shadow: 0 4px 10px rgba(245,200,0,0.45);
  transform: scale(1.08);
}


.brends__sidebar {
  gap: 16px;
  position: sticky;
  top: 10px;
}

.brends__sidebar-card {
  border-radius: var(--brands-radius-lg);
  padding: 22px 20px;
  gap: 12px;
  box-shadow: var(--brands-shadow-md);
  transition: box-shadow var(--brands-transition), transform var(--brands-transition);
}

.brends__sidebar-card:hover {
  box-shadow: var(--brands-shadow-lift);
  transform: translateY(-2px);
}

.brends__sidebar-card-dark {
  background: linear-gradient(145deg, #222 0%, black 100%);
}

.brends__sidebar-card-yellow {
  background: linear-gradient(145deg, #fdd000 0%, #FFD600 100%);
}

.brends__sidebar-brand {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.brends__sidebar-desc {
  font-size: 12.5px;
  line-height: 1.55;
}

.brends__sidebar-desc-white {
  color: #bbb;
}

.brends__sidebar-btn {
  border-radius: var(--brands-radius-sm);
  padding: 10px 22px;
  font-size: 11px;
  letter-spacing: 0.09em;
  transition: background var(--brands-transition), transform var(--brands-transition), box-shadow var(--brands-transition);
  width: fit-content;
}

.brends__sidebar-btn-yellow {
  box-shadow: 0 2px 8px rgba(245,200,0,0.4);
}

.brends__sidebar-btn-yellow:hover {
  background: var(--brands-yellow-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(245,200,0,0.5);
}

.brends__sidebar-btn-dark {
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.brends__sidebar-btn-dark:hover {
  background: #111;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}


@media (max-width: 900px) {
  .brends__content-grid {
    grid-template-columns: 1fr;
  }

  .brends__sidebar {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .brends__sidebar-card {
    flex: 1;
    min-width: 200px;
  }

  .brends__products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .brends__main-nav { display: none; }

  .brends__article-cards {
    grid-template-columns: 1fr;
  }

  .brends__catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brends__products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brends__mfr-info {
    flex-direction: column;
  }

  .brends__mfr-logos {
    flex-direction: row;
  }

  .brends__search-bar-inner {
    flex-wrap: wrap;
  }

  .brends__secondary-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .brends__catalog-grid {
    grid-template-columns: 1fr;
  }
}



:root {
  --brands-yellow: #FFD600;
  --brands-yellow-hover: #e0b600;
  --brands-dark: black;
  --brands-dark-soft: #222;
  --brands-surface: #fafafa;
  --brands-border: #e4e4e4;
  --brands-shadow-xs: 0 1px 3px rgba(0,0,0,0.07);
  --brands-shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --brands-shadow-md: 0 4px 16px rgba(0,0,0,0.10);
  --brands-shadow-lift: 0 8px 24px rgba(0,0,0,0.13);
  --brands-radius-sm: 4px;
  --brands-radius-md: 6px;
  --brands-radius-lg: 10px;
  --brands-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}



.brends__page-content {
  padding: 32px 24px;
  max-width: 1100px;
}
.brends__page-title {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  line-height: 1.15;
}

.brends__breadcrumb {
  font-size: 12px;
  margin-bottom: 28px;
  gap: 6px;
}

.brends__breadcrumb a {
  transition: color var(--brands-transition);
}


.brends__content-grid {
  gap: 32px;
}


.brends__mfr-info {
  background: #fff;
  border: 1px solid var(--brands-border);
  border-radius: var(--brands-radius-lg);
  padding: 24px;
  gap: 24px;
  margin-bottom: 28px;
  box-shadow: var(--brands-shadow-sm);
}

.brends__mfr-logos {
  gap: 12px;
}

.brends__ymz-logo {
  border-radius: var(--brands-radius-md);
  box-shadow: var(--brands-shadow-xs);
}

.brends__cert-img {
  border-radius: var(--brands-radius-sm);
  border: 1px solid var(--brands-border);
  box-shadow: var(--brands-shadow-xs);
  overflow: hidden;
}

.brends__mfr-description {
  font-size: 13.5px;
  line-height: 1.75;
  color: #444;
}


.brends__article-cards {
  gap: 16px;
}

.brends__article-card {
  border-radius: var(--brands-radius-md);
  padding: 18px 20px;
  min-height: 80px;
  box-shadow: 0 3px 10px rgba(245,200,0,0.25);
  transition: transform var(--brands-transition), box-shadow var(--brands-transition);
  cursor: pointer;
}

.brends__article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245,200,0,0.4);
}

.brends__article-card-title {
  font-size: 11.5px;
  letter-spacing: 0.07em;
  line-height: 1.45;
}

.brends__article-card-btn {
  border-radius: var(--brands-radius-sm);
  padding: 9px 16px;
  font-size: 11px;
  letter-spacing: 0.07em;
  transition: background var(--brands-transition), color var(--brands-transition);
  white-space: nowrap;
}

.brends__article-card:hover .brends__article-card-btn {
  background: #111;
}


.brends__section-title {
  font-size: 19px;
  letter-spacing: 0.04em;
  border-bottom: 3px solid var(--brands-yellow);
  padding-bottom: 8px;
  margin-bottom: 0;
}

.brends__sidebar {
  gap: 16px;
  position: sticky;
  top: 30px;
}

.brends__sidebar-card {
  border-radius: var(--brands-radius-lg);
  padding: 22px 20px;
  gap: 12px;
  box-shadow: var(--brands-shadow-md);
  transition: box-shadow var(--brands-transition), transform var(--brands-transition);
}

.brends__sidebar-card:hover {
  box-shadow: var(--brands-shadow-lift);
  transform: translateY(-2px);
}

.brends__sidebar-card-dark {
  background: linear-gradient(145deg, #222 0%, black 100%);
}

.brends__sidebar-card-yellow {
  background: linear-gradient(145deg, #fdd000 0%, #FFD600 100%);
}

.brends__sidebar-brand {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.brends__sidebar-desc {
  font-size: 12.5px;
  line-height: 1.55;
}

.brends__sidebar-desc-white {
  color: #bbb;
}

.brends__sidebar-btn {
  border-radius: var(--brands-radius-sm);
  padding: 10px 22px;
  font-size: 11px;
  letter-spacing: 0.09em;
  transition: background var(--brands-transition), transform var(--brands-transition), box-shadow var(--brands-transition);
  width: fit-content;
}

.brends__sidebar-btn-yellow {
  box-shadow: 0 2px 8px rgba(245,200,0,0.4);
}

.brends__sidebar-btn-yellow:hover {
  background: var(--brands-yellow-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(245,200,0,0.5);
}

.brends__sidebar-btn-dark {
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.brends__sidebar-btn-dark:hover {
  background: #111;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}

@media (max-width: 900px) {
  .brends__content-grid {
    grid-template-columns: 1fr;
  }

  .brends__sidebar {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .brends__sidebar-card {
    flex: 1;
    min-width: 200px;
  }

  .brends__products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .brends__main-nav { display: none; }

  .brends__article-cards {
    grid-template-columns: 1fr;
  }

  .brends__catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brends__products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brends__mfr-info {
    flex-direction: column;
  }

  .brends__mfr-logos {
    flex-direction: row;
	flex-wrap: wrap;
  }

  .brends__search-bar-inner {
    flex-wrap: wrap;
  }

  .brends__secondary-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .brends__catalog-grid {
    grid-template-columns: 1fr;
  }
}