.custom-banner-home>.container {
    margin-top: -100px;
    background-color: #ffffff;
    z-index: 9999999;
    position: relative;
    display: block;
    max-width: 800px;
    margin-left: 0;
}


.custom-banner-home .box-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.home-icon-blok {
    background-color: white;
    padding: 24px;
    max-width: initial;
}

.home-icon-blok.fs-ms {
    color: #BCBDC0 !important;
}

.banner-grid-in-midle {
    max-width: initial;

}


.product-gallery {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.main-product-swiper {
  flex: 1;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.main-product-swiper .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.side-product-swiper {
  width: 21%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.side-product-swiper .swiper-slide {
  margin-bottom: 12px;
}

.thumb-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}

.main-product-swiper .button-prev,
.main-product-swiper .button-next {
  display: none !important;
}

.product-single .product-gallery .side-product-swiper {
    margin-block: min(max(50px, 50 / 1440 * 100vw), 0px) !important;
}

.product-single .product-gallery .main-product-swiper .gallery-item {
  height: auto !important;
}



.category-img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  display: block;
} 

.category-title.text-width h5,
.category-title.text-width .h5 {
    font-size: 0.875rem;
}

.card-body.text-width {
    flex: 1 1 auto;
    padding: 0.75rem 0.00rem;
}

.category-title.text-width {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    margin: 0 auto;
    height: 75px;
}

/* Desktop / tablet: min-width 576px */
@media (min-width: 576px) {
    .category-img {
        width: 100%;
        height: 160px;
        object-fit: contain;
        display: block;
    } 

    .category-title.text-width h5,
    .category-title.text-width .h5 {
        font-size: 0.875rem;
    }

    .card-body.text-width {
        flex: 1 1 auto;
        padding: 0.75rem 0;
    }

    .category-title.text-width {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        margin: 0 auto;
        height: 75px;
    }
}

/* Κινητά <576px: όλα default, χωρίς ύψη/padding */
@media (max-width: 575.98px) {
    .category-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .category-title.text-width,
    .card-body.text-width {
        padding: initial;
        height: auto;
    }

    .category-title.text-width h5,
    .category-title.text-width .h5 {
        font-size: initial;
    }
}
