/* Category Header Start */
.category-header {
  display: block;
}
.category-header-wrapper {
  padding-left: 0;
}
.dept-category-header .category-nav-menu .nav-link {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  padding: 12px 0;
}
/* Category Header End */

/* Banner Start */
.banner-content {
  background: #faf4e7;
  border-radius: 16px;
  padding: 88px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.banner-content.banner-content-image{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-content.banner-content-image::before,
  .banner-content.banner-content-image::after{
  display: none
}
.banner-content::before {
  content: url(../../assets/images/banner-bg-texture.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-content::after {
  content: "";
  background: url(../../assets/images/talotsing-banner-title.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 958px;
  z-index: 1;
  margin: 0 auto;
  transform: translateX(0%);
}
.banner-content-main {
  position: relative;
  z-index: 2;
}
.banner-content-main::before {
  content: "";
  display: block;
  width: 548px;
  height: 364px;
  position: absolute;
  top: -160px;
  left: -316px;
  background: rgba(245, 150, 53, 0.302);
  filter: blur(150px);
  z-index: 1;
  border-radius: 50%;
}
.banner-content-main::after {
  content: "";
  display: block;
  width: 605px;
  height: 325px;
  position: absolute;
  top: -123px;
  right: -90px;
  background: rgba(245, 150, 53, 0.2);
  filter: blur(190px);
  z-index: 1;
  border-radius: 50%;
}
.banner-content-main h1 {
  margin-bottom: 3px;
  text-transform: uppercase;
}
.banner-content-main p {
  font-size: 18px;
  line-height: 27px;
  color: #17242a;
}
/* Banner End */
/* Category Start */
.section-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.section-header-container h2 {
  margin-bottom: 0;
}
.category-link {
  width: 100%;
  text-align: center;
}

.category-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 5 / 4;
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 12px;
  transition: 0.3s ease-in-out;
}
.category-img-container img {
  max-width: 110px;
  max-height: 110px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.category-name {
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
  color: #17242a;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.category-link:hover .category-name,
.category-link:focus
  .category-name
  .category-link:focus-visible
  .category-name {
  color: #f59635;
}
.category-link:hover .category-img-container,
.category-link:focus
  .category-img-container
  .category-link:focus-visible
  .category-img-container {
  border-color: #f59635;
}
.item-row {
  margin-bottom: -16px;
}
.item-col {
  margin-bottom: 16px;
}

.brand-link {
  background-color: #f1f1f3;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1.25 / 1;
  transform: scale(1);
  transition: all 0.3s ease;
}
.brand-img-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* keeps aspect ratio inside */
  display: block;
}
.brand-link:hover {
  transform: scale(0.96);
}
/* Category End */

/* Listing Page Start */
.brand-list-section .item-row {
  margin-bottom: -24px;
}
.brand-list-section .item-col {
  margin-bottom: 24px;
}
.product__dot,
.flying-dot {
  background: #17242a;
}
/* Listing Page End */
