.product-btn-like.liked svg use,
.product-card__like.liked svg use {
    transition: 0.3s;
}

.product-btn-like.liked .likes-count,
.product-card__like.liked .likes-count {
    color: #ffffff !important;
    transition: 0.3s;
}

.product-card__img img {
    position: absolute;
    z-index: 1;
}

.product-card__img {
    position: absolute;
    z-index: 1;
}

.product-card__top button {
    z-index: 10;
}

.sk-features .features__bg {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
}

.sk-favorite-products .favorite-products__menu .button-tab.active::before,
.sk-blog-content .blog-menu-link.active::before,
.sk-article .article__tag::before {
    background-color: var(--btn-color);
}

@media (min-width: 766px) {
    .sk-favorite-products .favorite-products__menu .button-tab:hover::before,
    .sk-blog-content .blog-menu-link:hover::before {
        background-color: var(--btn-color);
    }
}

.page-404 {
    height: 70vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.page-404 h1 {
    font-size: 70px;
}

@media (max-width: 766px) {
    .page-404 {
        height: 60vh;
    }

    .page-404 h1 {
        font-size: 30px;
        line-height: 1.4;
    }
}

.sk-content ul li {
    position: relative;
    counter-increment: item;
    margin-bottom: 16px;
}

.sk-content ul {
    margin-bottom: 16px;
    list-style-type: disc;
    padding-left: 25px;
}

@media (max-width: 766px) {
    .sk-content ul li {
        padding-top: 3px;
        margin-bottom: 10px;
    }

    .sk-content ul {
        padding-left: 20px;
    }
}

.sk-content ul li:last-of-type:not(:first-of-type) {
    margin-bottom: 0;
}

.sk-content img {
    margin: 32px auto;
    max-height: 400px;
    height: fit-content;
}

.info-block__content strong {
    font-weight: 700;
}

.info-block__content ul {
    list-style-type: disc;
}

.info-block__content ol {
    list-style-type: decimal;
}

.info-block__content ol,
.info-block__content ul {
    width: fit-content;
    padding-left: 32px;
}

.info-block--reverse ol,
.info-block--reverse ul {
    margin-left: auto;
}

.sk-article .article .accent {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sk-article .article .accent > *:last-child {
    margin-bottom: 0;
}

.sk-news-content .news-content__date {
    margin-top: 16px;
}

@media (max-width: 766px) {
    .sk-article .article .accent {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sk-news-content .news-content__date {
        margin-top: 13px;
    }

    .sk-header.light-header .header__menu .sk-menu .submenu {
        background-color: #373938;
        color: #fff;
    }
}

.sk-footer .footer-form__head {
    width: 100%;
}

.form .form-row__input:focus {
    filter: brightness(1.4); /* збільшує яскравість */
    outline: none;
}

.form .form-row__input {
    transition: filter 0.3s ease, background-color 0.3s ease; /* плавний перехід */
}

.form .form-row__input:focus {
    filter: brightness(1.4);
    outline: none;
}

.sk-footer .footer__socials-list .social-item img {
    width: 22px;
    height: 20px;
}

.sk-header .header__social-list .social-item img {
    width: 29px;
    height: 26px;
}

@media (max-width: 992px) {
    .sk-product-line-banner .product-line-banner__img {
        height: 220px;
        border-radius: 10px;
    }
}

.short-height .item {
    height: 480px !important;
    padding-bottom: 0 !important;
}
