@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.header {
  position: fixed;
  width: 100%;
  background-color: #F5F5F5;
}

.brand-hero {
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 2.5rem 0;
  position: relative;
  height: 100vh;
}
.brand-hero .bh-wrap {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.875rem;
  text-align: center;
}
.brand-hero .list-retail {
  margin: clamp(57px, 57px + 18 * (100vw - 1440px) / 480, 75px) 0;
  display: flex;
  width: 43.7%;
  justify-content: center;
  margin: 0 auto;
  gap: clamp(16px, 16px + 4 * (100vw - 1440px) / 480, 20px);
}
.brand-hero .list-retail .retail-item {
  width: 25%;
}
.brand-hero .list-retail .retail-item .retail-thumb {
  position: relative;
  background-color: #A54399;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.brand-hero .list-retail .retail-item .retail-thumb .retail-inner {
  position: relative;
  z-index: 1;
}
.brand-hero .list-retail .retail-item .retail-thumb .retail-frame {
  position: absolute;
  transform: scale(1.8);
  transition: all 0.5s;
  z-index: 2;
}
.brand-hero .list-retail .retail-item:nth-of-type(2) .retail-thumb {
  background-color: #D9DE3F;
}
.brand-hero .list-retail .retail-item:nth-of-type(2) .retail-frame {
  transform: scale(1.8) rotate(-65deg);
}
.brand-hero .list-retail .retail-item:nth-of-type(3) .retail-thumb {
  background-color: #0393CF;
}
.brand-hero .list-retail .retail-item:nth-of-type(3) .retail-frame {
  transform: scale(1.8) rotate(25deg);
}
.brand-hero .list-retail .retail-item:nth-of-type(4) .retail-thumb {
  background: linear-gradient(144deg, #F03F42 4.82%, #FDBB30 93.39%) red;
}
.brand-hero .normal-text-20 {
  width: 55%;
  margin: 0 auto;
}
.brand-hero .scroll-down {
  width: 2.1%;
  aspect-ratio: 30/44;
  height: auto;
  border-radius: 90px;
  border: 2px solid #1F1F1F;
  position: relative;
  margin: 0 auto;
}
.brand-hero .scroll-down span {
  width: 13.4%;
  aspect-ratio: 4/9;
  height: auto;
  background: #1F1F1F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 90px;
  top: 10%;
  animation: scrollDown 2s forwards infinite;
}

.brands {
  padding: 6.5rem 0 3rem;
}
.brands .brands-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 40px + 10 * (100vw - 1440px) / 480, 50px);
}
.brands .filter-group .filter-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brands .filter-group .filter-desktop .list-filter {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.brands .filter-group .filter-desktop .list-filter .ft-line {
  width: 1px;
  height: 2rem;
  background-color: #1F1F1F;
  opacity: 0.2;
}
.brands .filter-group .filter-desktop .list-filter .group-ft {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  position: relative;
  min-width: 12.6rem;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 7;
}
.brands .filter-group .filter-desktop .list-filter .group-ft .filter-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.brands .filter-group .filter-desktop .list-filter .group-ft .list-option-item {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  display: none;
  overflow: hidden;
}
.brands .filter-group .filter-desktop .list-filter .group-ft .list-option-item .option {
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s;
}
.brands .filter-group .filter-desktop .list-filter .group-ft .list-option-item .option:hover {
  background-color: #D8DE3F;
}
.brands .filter-group .filter-desktop .list-filter .group-ft.open {
  background-color: #F5F5F5;
}
.brands .filter-group .filter-desktop .list-filter .group-ft.open .list-option-item {
  display: flex;
  background-color: #F5F5F5;
}
.brands .filter-group .filter-desktop .list-filter .group-ft.open .arrow {
  transform: rotate(180deg);
}
.brands .filter-group .filter-mobile {
  padding: 1.5rem 1rem;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.brands .filter-group .filter-mobile .ft-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.brands .filter-group .filter-mobile .ft-top .group-search {
  flex-grow: 1;
  border-radius: 30px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.brands .filter-group .filter-mobile .ft-top .btn-sortby {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.brands .filter-group .filter-mobile .ft-top .btn-sortby * {
  width: 100%;
  height: 100%;
}
.brands .filter-group .filter-mobile .ft-bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
}
.brands .filter-group .filter-mobile .ft-bottom .btn-filter-category,
.brands .filter-group .filter-mobile .ft-bottom .btn-filter-floor {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: space-between;
}
.brands .filter-group .filter-mobile .ft-bottom .btn-filter-category .arrow,
.brands .filter-group .filter-mobile .ft-bottom .btn-filter-floor .arrow {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.brands .filter-group .filter-mobile .ft-bottom .ver-line {
  width: 1px;
  height: 2rem;
  background-color: #1F1F1F;
  opacity: 0.2;
}

.popup-filter-mobile {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.popup-filter-mobile .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.368627451);
}
.popup-filter-mobile .list-options-mb {
  background-color: #ffffff;
  border-radius: 30px 30px 0 0;
  position: absolute;
  width: 100%;
  display: none;
  bottom: -100%;
  transition: bottom 0.4s ease;
}
.popup-filter-mobile .list-options-mb.show {
  display: block;
}
.popup-filter-mobile .list-options-mb .top {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #E8E8E8;
}
.popup-filter-mobile .list-options-mb .top .name {
  color: #1F1F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 600;
  text-transform: capitalize;
}
.popup-filter-mobile .list-options-mb .top .btn-close {
  width: 2rem;
  height: 2rem;
}
.popup-filter-mobile .list-options-mb .top .btn-close * {
  width: 100%;
}
.popup-filter-mobile .list-options-mb .list-option .option {
  padding: 1.25rem 1.5rem;
  color: #1F1F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
  border-bottom: 1px solid #E8E8E8;
}
.popup-filter-mobile .list-options-mb .list-option .option.active {
  color: #02539E;
}
.popup-filter-mobile.show {
  display: block;
}
.popup-filter-mobile.show .list-options-mb.show {
  bottom: 0;
}

@media screen and (max-width: 1023px) {
  .header {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
  }
  .brand-hero {
    padding: 8rem 0 2.25rem;
    height: auto;
  }
  .brand-hero .bh-wrap {
    gap: 2.5rem;
  }
  .brand-hero .list-retail {
    width: 80%;
  }
  .brand-hero .normal-text-20 {
    width: 80%;
  }
  .brand-hero .scroll-down {
    display: none;
  }
  .brands {
    padding: 3rem 0;
  }
  .brands .brands-wrapper {
    gap: 2rem;
  }
  .brands .filter-group .filter-desktop {
    display: none;
  }
  .brands .filter-group .filter-mobile {
    display: block;
  }
  .brands .filter-group .filter-mobile .ft-bottom {
    justify-content: end;
  }
  .brands .filter-group .filter-mobile .group-search {
    width: 100%;
  }
  .brands .filter-group .filter-mobile .group-search input {
    width: 100%;
    text-transform: none;
  }
}
@media screen and (max-width: 767px) {
  .brand-hero {
    padding: 8rem 0 2.25rem;
    height: auto;
  }
  .brand-hero .bh-wrap {
    gap: 2.5rem;
  }
  .brand-hero .list-retail {
    width: 100%;
    gap: 0;
  }
  .brand-hero .normal-text-20 {
    width: 100%;
    font-size: 1rem;
  }
  .brands .filter-group .filter-mobile .ft-bottom {
    justify-content: start;
    overflow-x: auto;
  }
  .brands .filter-group .filter-mobile .ft-bottom * {
    flex-shrink: 0;
  }
}
@keyframes scrollDown {
  0% {
    top: 10%;
  }
  40% {
    top: 65%;
  }
  80% {
    top: 10%;
  }
}
/*# sourceMappingURL=tpl-brands.css.map */
