.footer {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--layout__max-width, 1200px);
}

.footer .footer-col {
    padding: 0 15px;
    margin-bottom: 30px;
    flex: 0 0 auto; /* Базовое поведение: ширина по содержимому */
}

.footer .footer-col.contact-info,
.footer .footer-col.newsletter {
    flex-grow: 1; /* Растягиваются */
    min-width: 200px; /* Чтобы не схлопнулись */
}




.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer .footer-col a:hover {
    color: var(--footer-links-hover-color);
    padding-left: 10px;
}


.footer-bottom {

}

.footer-title {
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-info p,
.contact-info a {
    color:#56CFE1;
    font-size: 16px;
    line-height: 1.6;
}
.social-links {
    display: flex;
    gap: 10px;
}
.social-links a {
    font-size: 20px;
    color: #555;
}
.newsletter-form input[type="email"] {
    padding: 10px;
    width: 70%;
    height: 50px;
    border: 1px solid var(--border-color);

    border-radius: var(--button__border-radius);
    color: var(--bls_newsletter-input-color);
    background-color:#fff;
}
.newsletter-form button {
    padding: 10px 15px;
    background: #000;
    color: #fff;
    border: none;
}
.footer-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--layout__max-width, 1200px);
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.footer-bottom  > div {
    width: 49%;
    padding: 0 15px;
}

.block-image {
    text-align: right;
}


.footer .fab {
    color: #56CFE1;
}

.footer-col .contact-info {
    color: #56CFE1;
}

.free-shipment-message {
    color: #00a749;
    font-weight: bold;
}
.stock.available span {
    color: green !important;
}

.stock.unavailable span{
    color: red !important;
}
.category-view .category-image {
    display: flex;
    justify-content: center;
}

.products.list.items  {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

.products.list.items > .product-item {
    flex: 1 1 auto !important;
    display: flex !important;
}

.products.list.items > .product-item .product-item-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto !important;   /* ключ: растянуться, занять доступную высоту */
    min-height: 100%;
}

.products.list.items > .product-item .product-item-details {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.products .actions-primary form .action.primary,
.product-items .actions-primary form .action.primary
{
    white-space: nowrap !important;
    background-color: #253380 !important;
    border-radius: 10px;
    padding: 6px 10px;
    margin-left: 15px;
}
.product-items .price-and-button {
    justify-content: space-between;
}
.price-and-button {
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding-right: 2px;
    padding-left: 2px;
}

.cms-index-index .slick-track {
    display: flex!important;
    align-items: stretch;
}
.cms-index-index .slick-track .slick-slide {
    height: auto;         /* сброс фиксированной высоты */
    flex: 1 1 auto;        /* позволяем тянуться */
}
.cms-index-index .slick-track .slick-slide > div {
    height: 100%;
}
.cms-index-index .slick-track .slick-slide > div .product-item {
    height: 100%;
}
.cms-index-index
.slick-track .slick-slide > div
.product-item
.product-item-info
{
    height: 100%;
    display: flex;
    flex-direction: column; /* делаем вертикальную колонку */
}
.cms-index-index
.slick-track .slick-slide > div
.product-item
.product-item-info
.product-item-details {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.cms-index-index
.slick-track .slick-slide > div
.product-item
.product-item-info
.product-item-details
.price-and-button {
    margin-top: auto;
}
.cms-index-index
.slick-track .slick-slide > div
.product-item
.product-item-info
.product-item-details
.actions-primary .stock.un span,
.product-items .price-and-button .stock.un span
{
    color: red !important;
}

