.product-colors {
    gap: 20px;
    flex-wrap: wrap;
}

#partners_bottom {
    margin-top: 16px;
}

.cursor__default {
    cursor: default !important;
}

.color_black {
    color: black !important;
}

.swiper-slide .prod-card__img {
    overflow: hidden;
}

.swiper-slide .prod-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
}

/*04-04-25*/
.prod-card__title .semi-16 {
    flex-grow: 0;
}

.prod-card__title {
    justify-content: center;
}

.product-colors {
    justify-content: center;
}

.product-colors .color-item {
    position: relative;
    line-height: 1;
}

.product-colors .color-item input {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1199px) {
    .prod-card__img {
        padding: 40px 0;
    }
}

@media (max-width: 1023px) {
    .prod-card__img {
        padding: 24px 0;
    }
}

@media (max-width: 767px) {
    .prod-card__img {
        aspect-ratio: 17 / 24;
        padding: 4px 0;
    }

    .product-colors {
        justify-content: flex-start;
        line-height: 1;
        padding-left: 20px;
    }

    .prod-card .prod-card__title {
        min-height: 52px;
        justify-content: flex-start;
        padding-left: 20px;
    }
}


/*
 @media (min-width: 767px) {
	.single-product__info.single-product__info-fixed {
		position: fixed;
		bottom: 0;
		// z-index: 10;
	  }
	  
	  .single-product__info.single-product__info-absolute {
		position: absolute;
		bottom: 0;
	  }
	
}
.single-product {
  position: relative;
}

.single-product__info {
  position:static;
  margin-left: 0 !important;
  width: 600px;
  padding-left: 100px;
  padding-bottom: 40px;

}
@media (max-width: 1439px) {
	.single-product__info{
		margin-left: 0 !important;
   		 padding-left: 0px;
		}
}
@media (max-width: 767px) {.single-product__info{ padding-bottom: 0;}}
*/

.flex_block {
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
form input[type=checkbox] {
    margin-top: 5px;
    width: 20px;
    appearance: auto !important;
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
}


.cookie-banner__text p {
    margin-bottom: 10px;
}
.header--special.active .phone {
    color: black;
}
.header--special .phone {
    color: white;
}