.square-image223 {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover; /* Запълва контейнера с изображението, като запазва съотношението на страните */
    aspect-ratio: 1 / 1; /* Съотношение на страните 1:1 за квадратни изображения */
}
/* Стилизиране на контейнера на слайдъра */
.related-products-slider {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}
@media (max-width: 767px) {
  .related-products-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow-x: auto;
  white-space: nowrap;
  align-items: end;
}

.related-products-slider > .product {
  width: 45%;
  margin-right: 10px;
}
}
/* Стилизиране на продуктите */
.related-products-slider .product-small.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    color: #333;
}
.slide .product-title {
    font-size: 14px
}
/* Стилизиране на продуктната снимка */
.related-products-slider .product-thumbnail img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin-bottom: 10px;
}
.slide .product-title{
    margin-bottom: 10px;
    font-weight: 100;
}

.product-price bdi {
    font-weight: 100;
}
.sizes321 {
  color: #fc696a!important;
}
.slider-title {
    padding-bottom:  10px;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}
.square-image223:hover {
    transform: scale(1.1); /* Увеличава изображението с 20% */
    z-index: 9999; /* Поставя изображението най-отгоре */
}
.viber_prdouct {
    margin: 0px 0px 25px 0px;
    padding: 7px 0px 7px 0px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.slider23323 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
