﻿.page-breadcrumbs {
  display: none;
}

.BSBrand-Module {
  min-height: 580px;
}

.BestSellerBrands .Side {
  top: 0;
  right: 0;
  backdrop-filter: blur(20px);
  height: 100%;
  background: rgb(255 255 255 / 65%);
  gap: 1em;
}

.BestSellerBrands .BSBrands-Cat {
  width: 100%;
}

.BestSellerBrands .BSBrand {
  transform: translateX(100%);
  transition: all ease-in-out 0.3s;
  width: 100%;
  top: 0;
  right: 0;
}

.BestSellerBrands .BSBrand.active {
  transform: translateX(0%);
}

.BSBrands-content {
  min-height: 212px;
}

.BSBrand-Cat,
.BSBranditem {
  border-radius: var(--b-radius);
  border: 1px solid var(--custom-color5);
}
.BSBrand-Cat {
  min-height: 30vh;
}

@media (max-width: 920px) {
  .BestSellerBrands .Side {
    height: auto;
  }
  .BSBrands-content {
    height: auto;
  }
  .BSBrand-Module {
    min-height: auto;
  }
  .BSBrand-Cat {
    min-height: 24vh;
  }
}
.BestSellerBrands picture img{
  transform:scale(-1,1)
}