/* general */

/* main */
@media (max-width: 450px) and (min-width: 320px) {
  .content-container {
    margin-top: 60px;
  }
  .main-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 8px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    font-size: 12px;
  }

  .main-ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
  }
  .main-li {
    padding: 5px;
  }
  .main-image {
    display: none;
  }
  .search-box {
    transform: unset;
    display: block;
    position: unset;
  }
  .search-box {
    background: none;
    padding: 0px;
    border-radius: 10px;
    box-shadow: none;
    max-width: 1278px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .select {
    width: 100%;
    margin: 10px 0px;
    border: none;
    border-radius: 5px;
  }
  .text-search {
    max-width: 180px;
  }
  #main-search-button {
    margin-top: 20px;
  }
  .vips-header {
    font-size: 10px;
  }
  .mini-but {
    font-size: 0;
  }
  .mini-but::after {
    content: "განთავსება";
    font-size: 8px;
    font-weight: bold;
    color: #fff;
  }
  .swiper-slide-active {
    max-width: 450px;
    margin-right: 10px;
  }
  .adSwiper,
  .adSwiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .ads {
    margin: 30px auto;
  }

  .ad-slider-container {
    background-color: #f8f8f8;
    max-height: 160px;
    border-radius: 30px;
    overflow: hidden; /* ძალიან მნიშვნელოვანია fade-სთვის */
    position: relative; /* საჭირო fade overlay-ისთვის */
  }

  .adSwiper {
    width: 100%;
    height: 100%;
  }

  .adSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .adSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
  }

  .swiper-slide {
    object-fit: contain;
    position: center;
  }
  /* პრემიუმების სლაიდი */
  /* პროექტების სლაიდი */
  .scroll-hint-9 {
    margin-top: 90px;
  }
  .box {
    min-width: 180px;
    max-height: 180px;
  }
  .projects-container {
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 15px;
  }
}
