﻿.trending-categories,
.best-seller-catagories {
  text-align: center;
}

.best-seller-catagories {
  margin-bottom: 0px !important;
}

.best-seller-catagories__title {
  margin-bottom: unset !important;
}

.trending-categories .trending-categories__title,
.best-seller-catagories .best-seller-catagories__title p {
  font-family: "Lora", serif !important;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-p400) !important;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  margin-bottom: 24px !important;
}

.trending-categories__subtitle {
  margin-bottom: 28px !important;
}

.our-brands .our-brands__title {
  margin-bottom: 24px;
  align-items: unset !important;
}

.our-brands .our-brands__title p {
  font-family: "Lora", serif !important;
  font-size: 20px !important;
  font-weight: 600;
  color: var(--primary-p400) !important;
  text-transform: capitalize;
  position: relative;
}

.trending-categories .trending-categories__title::before,
.best-seller-catagories .best-seller-catagories__title p::before,
.our-brands .our-brands__title p::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--primary-p400);
  position: absolute;
  inset-inline-start: -42px;
  bottom: -5px;
}

.our-brands .our-brands__title p {
  margin-inline-start: 42px;
}

.trending-categories .trending-categories__lists .category-link {
  font-family: "Lora", serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--black-b200) !important;
}

.trending-categories .trending-categories__lists .category-link:hover {
  color: var(--secondary-s400) !important;
}

.trending-categories .trending-categories__lists .category-link.trending-active,
.our-brands .our-brands__manufacturer-links .link-item.active {
  color: var(--secondary-s400) !important;
  text-decoration: none !important;
}

.our-brands .our-brands__manufacturer-links .link-item.active span {
  color: var(--secondary-s400) !important;
}

.trending-categories .trending-categories__lists .category-link::before,
.our-brands .our-brands__manufacturer-links .link-item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--secondary-s400);
  position: absolute;
  bottom: -2px;
  inset-inline-start: 0;
  transform: scaleX(0%);
  transition: transform 0.3s;
  transform-origin: right;
}

.trending-categories .trending-categories__lists .category-link:hover::before,
.our-brands .our-brands__manufacturer-links .link-item:hover::before {
  transform: scaleX(100%);
  transform-origin: left;
}

.trending-categories .trending-categories__lists .category-link.trending-active::before,
.our-brands .our-brands__manufacturer-links .link-item.active::before {
  transform: scaleX(100%);
  transform-origin: left;
}

.trending-categories .trending-categories__banner .trending-categories__banner__button {
  color: var(--primary-p400);
  background-color: #fff !important;
  padding: 6px 10px !important;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  transition: all 0.4s;
  font-size: 14px;
  white-space: nowrap;
}

.trending-categories .trending-categories__banner .trending-categories__banner__button .icon {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 40px;
  color: #fff;
  background-color: var(--primary-p400);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.trending-categories .trending-categories__banner .trending-categories__banner__button:hover {
  color: #fff;
  background-color: transparent !important;
}

.trending-categories .trending-categories__banner .trending-categories__banner__button:hover .icon {
  background-color: #fff;
  color: var(--primary-p400);
}

.best-seller .best-seller__box .navigation {
  background-color: var(--primary-p400) !important;
}

.best-seller .best-seller__box .icon {
  width: auto;
  height: auto;
}

#product-container {
  min-width: 0;
}

.our-brands .our-brands__manufacturer-links .link-item {
  font-family: "Lora", serif;
  position: relative;
  color: var(--black-b200) !important;
  font-size: 16px !important;
  font-weight: 500;
}

.our-brands .our-brands__manufacturer-links .link-item:hover span {
  color: var(--secondary-s400) !important;
}

.our-brands .our-brands__manufacturer-links .link-item.trending-active span {
  color: var(--secondary-s400) !important;
}

.our-brands__container .splide__arrows.splide__arrows--rtl {
  position: absolute;
  inset-inline-start: 100%;
}

/*================ Small devices (landscape phones, 576px and up) ================*/
@media only screen and (min-width: 576px) {
}

/*================ Medium devices (tablets, 768px and up) ================*/
@media only screen and (min-width: 768px) {
}

/*================ Large devices (desktops, 992px and up) ================*/
@media only screen and (min-width: 992px) {
  .trending-categories .trending-categories__title,
  .best-seller-catagories .best-seller-catagories__title p,
  .our-brands .our-brands__title p {
    font-size: 24px;
  }

  .trending-categories .trending-categories__lists .category-link,
  .our-brands .our-brands__manufacturer-links .link-item {
    font-size: 18px !important;
  }

  .our-brands .our-brands__container {
    grid-template-columns: 235px 1fr !important;
  }
}

/*================ X-Large devices (large desktops, 1200px and up) ================*/
@media only screen and (min-width: 1200px) {
  .trending-categories .trending-categories__title {
    margin-bottom: 28px !important;
    font-size: 30px;
  }
  .best-seller-catagories .best-seller-catagories__title p {
    margin-bottom: 36px !important;
    font-size: 30px;
  }

  .trending-categories .trending-categories__banner .trending-categories__banner__button {
      padding: 12px 24px !important;
  }

  .trending-categories .trending-categories__lists .category-link,
  .our-brands .our-brands__manufacturer-links .link-item {
      font-size: 20px !important;
  }

  .our-brands .our-brands__title {
    margin-bottom: 36px !important;
  }

  .our-brands .our-brands__title p {
    font-size: 30px !important;
  }

  .trending-categories .trending-categories__title::before,
  .best-seller-catagories .best-seller-catagories__title p::before,
  .our-brands .our-brands__title p::before {
    width: 142px;
    inset-inline-start: -114px;
  }

  .our-brands .our-brands__title p {
    margin-inline-start: 114px;
  }

  .our-brands .our-brands__container {
    grid-template-columns: 380px 1fr !important;
  }
}

/*================ XX-Large devices (larger desktops, 1400px and up) ================*/
@media only screen and (min-width: 1400px) {
  
}

