header .carousel {
  border-radius: 25px !important;
  overflow: hidden;
}
header .carousel .carousel-item {
  position: relative;
}
header .carousel .carousel-item .overlay {
  position: absolute;
  inset: 0;
  align-content: center;
}
header .carousel .carousel-item .overlay h1,
header .carousel .carousel-item .overlay .h1 {
  font-size: 30px;
  line-height: 1.35;
}
header .carousel .carousel-item .overlay a {
  font-size: 14px;
}
header .carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 15px;
}
header .carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #fff;
}
header .carousel .carousel-indicators [data-bs-target].active {
  width: 31px;
  border-radius: 10px;
  background-color: var(--body-color);
}
header .carousel .carousel-control-next {
  top: unset !important;
  bottom: 15px;
  left: 15px;
  width: max-content;
  height: max-content;
  padding: 13px 6px;
  background-color: #fff;
  color: #000;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
header .carousel .carousel-control-next span {
  filter: brightness(0);
  width: 15px;
  height: 15px;
  background-image: url("../../images/left-chevron.svg");
}
header .carousel .carousel-control-prev {
  top: unset !important;
  right: unset;
  bottom: 15px;
  left: 50px;
  width: max-content;
  height: max-content;
  padding: 13px 6px;
  background-color: #fff;
  color: #000;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
header .carousel .carousel-control-prev span {
  filter: brightness(0);
  width: 15px;
  height: 15px;
  background-image: url("../../images/right-chevron.svg");
}

.h-one h1 {
  text-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
  font-size: 30px;
  position: relative;
}
.h-one h1::before {
  content: "";
  width: 300px;
  margin: auto;
  height: 4px;
  background: radial-gradient(var(--primary-light-color) 0%, var(--body-color) 80%);
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
}

.title .right .icon {
  width: 3px;
  height: 30px;
  background: var(--primary-color);
}
.title .right p {
  font-size: 24px;
}

.category {
  margin-top: 80px;
}
.category .cat-card p {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.offer-products {
  margin-top: 80px;
}
.offer-products.discounted .offer-side img {
  bottom: 10px;
}
.offer-products .swiper-button-next {
  right: -20px;
  left: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.offer-products .swiper-button-next::after {
  background-image: url("../../images/icons/right.svg");
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
}
.offer-products .swiper-button-prev {
  left: -20px;
  right: unset;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.offer-products .swiper-button-prev::after {
  background-image: url("../../images/icons/left.svg");
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
}
.offer-products .offer-side {
  border-radius: 20px;
  position: relative;
  padding: 22px 30px;
  height: 19rem;
  width: 12rem;
}
.offer-products .offer-side img {
  position: absolute;
  bottom: 0px;
  right: 20px;
}
.offer-products .offer-side p {
  font-size: 24px;
}

.banners {
  margin-top: 80px;
}
.banners img {
  border-radius: 25px;
}

.brands {
  margin-top: 80px;
}
.brands .swiper {
  height: 218px;
}
.brands .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brands .swiper-slide a {
  border: 1px solid #acacac;
  border-radius: 16px;
  padding: 12px 14px;
}
.brands .swiper-slide a img {
  opacity: 0.5;
  transition: 0.3s;
}
.brands .swiper-slide a:hover img {
  opacity: 1;
}
.brands .swiper-button-next {
  right: 0px;
  left: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  background: linear-gradient(270deg, var(--body-color), transparent);
  width: 100px;
  justify-content: flex-start;
}
.brands .swiper-button-next::after {
  background-image: url("../../images/icons/right.svg");
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
}
.brands .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.brands .swiper-button-next.swiper-button-disabled::after {
  opacity: 0.35;
}
.brands .swiper-button-prev {
  left: 0px;
  right: unset;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, var(--body-color), transparent);
  width: 100px;
  justify-content: flex-end;
}
.brands .swiper-button-prev::after {
  background-image: url("../../images/icons/left.svg");
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
}
.brands .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.brands .swiper-button-prev.swiper-button-disabled::after {
  opacity: 0.35;
}

.popular-products {
  margin-top: 80px;
}
.popular-products .swiper {
  height: 280px;
}
.popular-products .swiper .swiper-slide {
  background: transparent;
}
.popular-products .swiper-button-next {
  right: 0px;
  left: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  background: linear-gradient(270deg, var(--body-color), transparent);
  width: 50px;
  justify-content: flex-start;
}
.popular-products .swiper-button-next::after {
  background-image: url("../../images/icons/right.svg");
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
}
.popular-products .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.popular-products .swiper-button-next.swiper-button-disabled::after {
  opacity: 0.35;
}
.popular-products .swiper-button-prev {
  left: 0px;
  right: unset;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, var(--body-color), transparent);
  width: 50px;
  justify-content: flex-end;
}
.popular-products .swiper-button-prev::after {
  background-image: url("../../images/icons/left.svg");
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
}
.popular-products .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.popular-products .swiper-button-prev.swiper-button-disabled::after {
  opacity: 0.35;
}
.popular-products .popular-card {
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  padding: 6px 4px;
  border-radius: 12px;
}
.popular-products .popular-card img {
  border-radius: 8px;
}
.popular-products .popular-card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #333;
  height: 2.75rem;
  text-align: right;
}
.popular-products .popular-card .prices {
  height: 2.75rem;
  align-content: center;
}
.popular-products .popular-card .prices .price {
  height: unset;
  font-size: 16px;
  color: #000;
  line-height: 1;
  text-align: left;
}
.popular-products .popular-card .prices .price span {
  font-size: 12px;
}
.popular-products .popular-card .prices del {
  color: #888;
  font-size: 13px;
}
.popular-products .popular-card .discounted {
  background: var(--primary-color);
  color: #fff;
  font-size: 13px;
  padding: 5px 6px 1px 6px;
  border-radius: 6px;
  line-height: 1;
}

.blogs {
  margin-top: 80px;
}
.blogs .swiper-button-next {
  right: -30px;
  left: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blogs .swiper-button-next::after {
  background-image: url("../../images/icons/right.svg");
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
}
.blogs .swiper-button-prev {
  left: -30px;
  right: unset;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.blogs .swiper-button-prev::after {
  background-image: url("../../images/icons/left.svg");
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
}
.blogs .swiper-slide {
  background: transparent;
}
.blogs .blog-card {
  text-align: right;
}
.blogs .blog-card img {
  border-radius: 16px;
}
.blogs .blog-card .cat {
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.blogs .blog-card .title {
  font-size: 18px;
  color: #000;
}
.blogs .blog-card .description {
  font-size: 14px;
  color: #5f5f5f;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogs .blog-card .date {
  color: #000;
  font-size: 12px;
}
.blogs .blog-card .date i {
  font-size: 16px;
}

@media (min-width: 1400px) {
  .offer-products .col-xxl-side {
    width: 20%;
  }
  .offer-products .col-xxl-custom {
    width: 80%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .category .cat-card {
    width: 9%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .category .cat-card {
    width: 12%;
  }
  .offer-products .col-xxl-side {
    width: 29%;
  }
  .offer-products .col-xxl-custom {
    width: 71%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .offer-products .offer-side {
    padding: 22px 20px;
    height: 15rem;
    width: 9rem;
  }
  .offer-products .offer-side p {
    font-size: 18px;
  }
  .offer-products .offer-side img {
    width: 150px;
  }
  .blogs .swiper-button-next, .blogs .swiper-button-prev {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .h-one h1 {
    font-size: 22px;
  }
  .offer-products .swiper-button-next {
    right: 10px;
    top: -40px;
    margin: unset;
  }
  .offer-products .swiper-button-next::after {
    background-size: 10px;
  }
  .offer-products .swiper-button-prev {
    left: 10px;
    top: -40px;
    margin: unset;
  }
  .offer-products .swiper-button-prev::after {
    background-size: 10px;
  }
  .offer-products .swiper-slide {
    background: transparent;
  }
  .offer-products .offer-side {
    padding: 10px 10px;
    height: 16rem;
    width: 100%;
  }
  .offer-products .offer-side p {
    font-size: 18px;
  }
  .offer-products .offer-side img {
    width: 80px;
    position: unset;
  }
  .offer-products .col-xxl-side {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .title a {
    font-size: 12px;
  }
  .title .right p {
    font-size: 18px;
  }
  .category .cat-card {
    width: 20%;
    font-size: 11px;
  }
  .category .cat-card img {
    width: 100%;
    height: auto;
  }
  .banners img {
    border-radius: 10px;
  }
  .brands .swiper-button-next,
  .brands .swiper-button-prev {
    width: 30px;
  }
  .brands .swiper-slide {
    height: calc((100% - 70px) / 2) !important;
  }
  .blogs .swiper-button-next, .blogs .swiper-button-prev {
    display: none !important;
  }
  .blogs .blog-card .title {
    font-size: 16px;
  }
  .new .swiper-button-next, .new .swiper-button-prev, .sale .swiper-button-next, .sale .swiper-button-prev {
    display: none;
  }
  .popular-products .swiper {
    height: 16rem;
  }
  .popular-products .swiper-button-next, .popular-products .swiper-button-prev {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */
