.carousel-grid {
  margin-bottom: 50px !important;
}

  .carousel-grid .title {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
  }

    .carousel-grid .title strong {
      font-weight: normal;
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  padding: 15px;
  background-color: #4ab2f1;
}

  .swiper-button-next:hover, .swiper-rtl .swiper-button-prev:hover,
  .swiper-button-prev:hover, .swiper-rtl .swiper-button-next:hover {
    background-color: #248ece;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    pointer-events: initial;
  }

/* ShopOCarousel: match anywhere-slider navigation design */
.swiper.ocarousel {
  position: relative;
}

  .swiper.ocarousel .swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .swiper.ocarousel .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .swiper.ocarousel .swiper-button-prev,
  .swiper.ocarousel .swiper-button-next {
    width: 30px;
    height: 30px;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    color: #222;
  }

    .swiper.ocarousel .swiper-button-next:hover,
    .swiper.ocarousel .swiper-button-prev:hover {
      color: #fff;
    }

    .swiper.ocarousel .swiper-button-next::after,
    .swiper.ocarousel .swiper-button-prev::after {
      font-size: 18px;
      font-family: 'icon-font';
      color: var(--pc);
    }

    .swiper.ocarousel .swiper-button-next::after {
      content: '\e012';
    }

    .swiper.ocarousel .swiper-button-prev::after {
      content: '\e010';
    }

@media (max-width: 575px) {
  .swiper.ocarousel .swiper-button-next,
  .swiper.ocarousel .swiper-button-prev {
    width: 24px;
    height: 24px;
  }

    .swiper.ocarousel .swiper-button-next::after,
    .swiper.ocarousel .swiper-button-prev::after {
      font-size: 10px;
    }
}

.swiper.ocarousel.swiper-rtl .swiper-button-next {
  right: auto;
  left: 25px;
}

.swiper.ocarousel.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 25px;
}

.swiper .item-box {
  margin: 0 0 0px;
  background-color: #fff;
  padding-bottom: 10px;
}

.carousel-grid .loader img {
  display: block;
  margin: auto;
}

.bg-class {
  padding: 10px;
}

.carousel-picture .image,
.carousel-vendor .image,
.carousel-manufacturer .image {
  display: block;
  position: relative;
}

  .carousel-picture .image::before,
  .carousel-vendor .image::before,
  .carousel-manufacturer .image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .carousel-picture .image img,
  .carousel-vendor .image img,
  .carousel-manufacturer .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.carousel-picture .picture-name,
.carousel-vendor .vendor-name,
.carousel-manufacturer .manufacturer-name {
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #4ab2f1;
}

  .carousel-picture .picture-name:hover,
  .carousel-vendor .vendor-name:hover,
  .carousel-manufacturer .manufacturer-name:hover {
    color: #248ece;
  }

  .carousel-picture .picture-name a,
  .carousel-vendor .vendor-name a,
  .carousel-manufacturer .manufacturer-name a {
    display: block;
    text-align: center;
  }

.carousel-category .picture a:before {
  padding-top: 65%;
}

.carousel-category .category-name {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  transition: all .3s ease;
  -ms-word-break: break-word;
  word-break: break-word;
}

  .carousel-category .category-name a {
    display: block;
    padding: 0 0 15px;
  }

.swiper-wrapper.item-grid {
  align-items: stretch;
}

.carousel-grid .see-more {
  padding: 0px;
  font-size: 15px;
  text-align: right;
}

  .carousel-grid .see-more .see-more-button {
    display: inline-block;
    color: #fff;
    background-color: #4ab2f1;
    padding: 7px 10px;
  }

    .carousel-grid .see-more .see-more-button:hover {
      background-color: #248ece;
    }

.carousel-grid .see-more-button::after {
  content: ">>";
  color: #fff;
  padding-left: 10px;
}

.carousel-category .category-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
  background: var(--active-color);
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 1px 1px 0px #D22E0066;
}

  .carousel-category .category-item .picture {
    width: 40%;
    margin-bottom: 0;
    min-width: 50px;
  }

    .carousel-category .category-item .picture a {
      position: relative;
      padding-bottom: 0;
      background: var(--active-color);
    }

  .carousel-category .category-item .category-name a {
    position: relative;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: var(--black);
  }

.ocarousel-grid .title {
  margin-bottom: 25px;
  margin-top: 10px;
}

.ocarousel-grid .title-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

  .ocarousel-grid .title-left:before {
    content: "\e131";
    font-family: 'icon-font';
    font-size: 24px;
    color: var(--pc);
  }

.ocarousel-grid.carousel-brand .title-left:before {
  content: "\e124";
}

.carousel-category .title-left:before {
}

.title-left strong {
  font-weight: 500;
  font-size: 20px;
  font-family: Rubik;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--black);
}

.ocarousel-grid {
  margin-block: 50px;
}

  /* Reserve space while carousel content loads */
  .ocarousel-grid .carousel-container {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

@media (max-width: 767px) {
  .ocarousel-grid .carousel-container {
    min-height: 180px;
  }
}

/* Slide-in animation when carousel content loads */
.content-entry-animation {
  animation: slideInFromBottom 0.4s ease-out forwards;
}

@keyframes slideInFromBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cuisine-item {
  width: 100%;
  object-fit: cover;
}

  .cuisine-item .picture {
    margin-bottom: 0;
  }

  .cuisine-item img {
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

.cuisine-name {
  padding: 10px;
  border-radius: 10px;
  /* color: #fff; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  background: #ffffffe6;
  color: var(--black);
}

@media(max-width: 1023px) {
  a .see-all-button {
    font-size: 12px;
    text-transform: capitalize;
  }

  .ocarousel-grid {
    margin-block: 30px;
  }

    .ocarousel-grid .title-left:before {
      font-size: 20px;
    }
}

@media(min-width: 481px) {
  .swiper.carousel {
    padding: 0 6px;
  }

  .bg-class {
    padding: 25px;
    max-width: calc(100% - 12px);
    margin: auto;
  }

  .carousel-grid .see-more {
    padding: 0px 12px;
  }
}

.brand-item {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px #0000000D;
}

.brand-name {
  color: var(--black);
  font-weight: 500;
  font-size: 12px;
}
