body:has(.simple-page) {
    background: transparent !important;
}

body main {
    background-color: var(--bg-color) !important;
}

body:has(.account) main {
    background-color: transparent !important;
}

.preloader {
       width: 80px;
       height: 15px;
       transition: all .1s linear;
       visibility: hidden;
       opacity: 0;
       bottom: -25px;
}

.preloader div {
    background-color: var(--primary-color);
    position: absolute;
    top: 1px;
    width: 13px;
    height: 13px;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader div:nth-child(1) {
    left: 8px;
    animation: preloader-animation-1 0.6s infinite;
}

.preloader div:nth-child(2) {
    left: 8px;
    animation: preloader-animation-2 0.6s infinite;
}

.preloader div:nth-child(3) {
    left: 32px;
    animation: preloader-animation-2 0.6s infinite;
}

.preloader div:nth-child(4) {
    left: 56px;
    animation: preloader-animation-3 0.6s infinite;
}

.preloader-visible {
    visibility: visible;
    opacity: 1;
}

.ajax-posts-preloader {
    left: 50%;
    transform: translate(-46%, 0);
    bottom: 20px !important;
    position: relative;
}

.ajax-posts-invisible {
    visibility: hidden;
    opacity: 0;
}

.ajax-posts-visible {
    visibility: visible;
    opacity: 1;
}

@keyframes preloader-animation-1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes preloader-animation-3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes preloader-animation-2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.products-slider-wrap .products-slider .wrapper-slide {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 20px 0;
}

.products-slider-wrap .products-slider .wrapper-slide .product-slide-wrap {
    margin: 0;
    max-width: 100% !important;
}

.load-more-button {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.load-more-button a {
    background-color: var(--button-color);
    color: var(--button-text-color);
    font-weight: 600;
    font-size: 16px;
    padding: 14px 32px;
    display: block;
    width: fit-content;
    border-radius: 8px;
    transition: all .2s linear;
}

.load-more-button a svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 14px;
}

.load-more-button a svg path {
    stroke: var(--button-text-color);
}

.load-more-button a:hover {
    background-color: var(--button-color-hover);
}

.load-more-button a:hover svg path {
   stroke: var(--button-text-color);
}

.category-section .category-section__item {
    width: 100%;
    max-width: 100%;
}

/* Product Card */

.catalog-wrap {
    display: grid !important;
    grid-template-columns: 250px 1fr;
    gap: 12px;
}

.catalog-wrap .filter-wrap {
    max-width: 100%;
}

.catalog-wrap .catalog__section {
    width: 100%;
    margin-left: 0;
}

.catalog__body {
    gap: 12px;
}

.product-card-box {
    margin-bottom: 0 !important;
    width: 100% !important;
}

.product-card-box .product-card-wrap {
    width: 100% !important;
    max-width: 100% !important;
}

.product-card .card-name-box {
    margin-bottom: 24px;
}

.product-card .product-card__label-wrap {
    position: relative;
    left: auto;
    top: auto;
}

.product-card .product-card__label-wrap .my_quantity {
    color: var(--primary-color);
    background: #F5F5F7 !important;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 16px;
    border-radius: 5px;
    width: fit-content;
}

.product-card .product-card__response-link {
    text-decoration: none;
    background-color: #F5F5F7;
    border-radius: 50%;
    position: relative;
    width: 22px;
    height: 22px;
}

.product-card .product-card__response-link span {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    background-color: #F5F5F7;
    border-radius: 50%;
}

.product-card .product-card__response-link:after {
    display: none;
}

.product-card .product-card__label-wrap .quantity-outstock {
    color: red;
}

.product-card .product-card__label-wrap .product-card__label {
    color: var(--primary-color);
    background: #F5F5F7 !important;
    top: 0;
    left: 0;
    height: auto;
}

.product-card .product-card__price-section .product-card__price-wrap .product-card__buy-btn {
    background-color: var(--button-color);
    width: 36px;
    height: 34px;
    border-radius: 8px;
    position: relative;
}

.product-card .product-card__price-section .product-card__price-wrap .product-card__buy-btn:hover {
    background-color: var(--button-color-hover) !important;
    color: var(--button-text-color);
}

.product-card .product-card__price-section .product-card__price-wrap .product-card__buy-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.product-card .product-card__price-section .product-card__price-wrap .product-card__buy-btn svg path {
    stroke: var(--button-text-color);
}

.product-card-box:hover .product-card-wrap .product-card .product-card__price-section .product-card__price-wrap .product-card__buy-btn {
    height: 34px;
}

.product-card .product-card__price-section .product-card__price-wrap .product-card__buy-btn svg path {
    fill: transparent !important;
}

.product-card .product-card__characteristics-wrap {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    left: auto;
    margin-top: 0;
    display: none !important;
}

.header__social-box, .header__top .container {
    display: block;
}

.header .header-top-wrapper {
    display: flex;
    gap: 20px;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.header .header__main-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .header-top-wrapper .header__social-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header .header-top-wrapper .header__social-box .header__social-link {
    margin-right: 0 !important;
}

.header .header-top-wrapper .header__social-box .header__social-link svg {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.header .header-top-wrapper .header__social-box .header__social-link svg path {
    fill: var(--primary-color-header);
}

.header .header-top-wrapper .header__social-box .header__social-link svg:hover path {
    fill: #000;
}

.header .header-top-wrapper .header__social-box .header__social-link img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.header .header-top-wrapper .header__top-info {
    gap: 16px;
}

.header .header-top-wrapper .header__top-info .header__info-link {
    margin-right: 0;
}

.header .header-top-wrapper .header__top-info .header__info-link .header__info-text {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.header .header-phone-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.header .header-phone-wrapper .header__phone-call {
    display: flex;
    align-items: center;
}

.header .header-phone-wrapper .header__phone-call a {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
    transition: all .2s linear;
}

.header .header-phone-wrapper .header__phone-call a:hover {
    color: var(--primary-color);
}

.header .header__phone .header__phone-top {
    justify-content: end;
}

.header .header__phone .header__phone-top svg path {
    stroke: #000;
}

.header .header__phone .header__phone-top .header__phone-link a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.header .header__phone .header__phone-drop {
    position: absolute;
    width: 100%;
    min-width: 400px;
    right: 0;
    visibility: hidden;
}

.header .header__phone:hover .header__phone-drop {
    visibility: visible;
}

.header .header__phone .header__phone-drop .header__phone-item {
    position: absolute;
    width: 100%;
    min-width: 400px;
    right: 0;
    visibility: hidden;
}

.header .header__main {
    height: auto;
    padding: 12px 0;
}

.header .header__main .header__logo-wrap a {
    display: block;
}

.header .header__main .header__logo-wrap a img {
    max-width: 160px;
    width: 100%;
    height: 24px !important;
    object-fit: contain;
}

.header .header__main .container {
    align-items: center;
}

.header .header__main .header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header .header__main .header-actions .header-actions__item, .new-scroll-header .header-actions__item {
    margin-right: 0 !important;
}

.header .header__main .header-actions .header-actions__item svg, .new-scroll-header .header-actions__item svg {
    width: 24px;
    height: 24px;
}

.header .header__main .header-actions .header-actions__item svg path, .new-scroll-header .header-actions__item svg path {
    fill: #000;
    stroke: transparent;
}

.header .header__main .header-actions .header-actions__item .header-actions__counter, .new-scroll-header .header-actions__item .header-actions__counter {
    top: -6px;
    right: -6px;
    height: 16px;
    width: 16px;
    font-size: 9px;
    background: #000;
    color: #FFF;
}

.header .header__main .header-actions .header-actions__item .header-actions__counter svg, .new-scroll-header .header-actions__item .header-actions__counter svg {
    width: 8px;
    height: 8px;
}

.header .header__main .header-actions .header-actions__item .header-actions__counter svg path, .new-scroll-header .header-actions__item .header-actions__counter svg path {
    fill: #FFF;
}

.footer {
    background: var(--primary-color-header-footer) !important;
}

.footer .footer__logo-wrap a {
    display: block;
}

.footer .footer__logo-wrap a img {
    max-width: 170px;
    width: 100%;
    max-height: 120px;
    height: 100%;
    object-fit: contain;
}

body .content-wrap {
    padding-top: 185px;
}

main {
    padding-top: 32px;
}

main:has(.bread-crumbs) {
    padding-top: 0;
}

footer a, footer p, footer .footer__section-title {
    color: var(--footer-text-color) !important;
}

footer a:hover {
    color: var(--link-color);
}

.product-page .product-page__description-text .product-page__description-list table {
    height: auto !important;
    width: 100%;
}

.home-page main, .services-page {
    padding-top: 0;
}

.simple-page .main-title {
    font-size: 1.875rem;
    margin-bottom: 30px;
    margin-top: 30px;
}

.main-page__main-slider-wrap .main-sl-item__bg-left {
    position: relative;
}

.main-page__main-slider-wrap .main-sl-item__bg-left:before {
    content: '';
    display: block;
    padding-top: calc(300 / 845 * 100%);
}

.main-page__main-slider-wrap .main-sl-item__bg-left img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.slider-container {
    padding: 0 10px;
}

.product-card {
    margin-top: 0 !important;
}

.product-card .product-card__label {
    padding: 0 12px;
}

.product-card .product-card__img-wrap {
    margin-bottom: 12px;
    position: relative;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    margin: 0 0 12px 0 !important;
    display: block;
}

.product-card .product-card__img-wrap:before {
    content: '';
    display: block;
    padding-top: calc(280 / 300 * 100%);
}

.product-card .product-card__img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.services-wrap .services, .services-page .services {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
}

.services-wrap .services .services__item, .services-page .services .services__item {
    width: auto !important;
    height: 210px !important;
    position: relative !important;
    margin-bottom: 0 !important;
    border-radius: 5px;
}

.services-wrap .services .services__item img, .services-page .services .services__item img {
    width: 100% !important;
    height: 100% !important;
}

.new-scroll-header .header-catalog__button svg path {
    fill: #000 !important;
}

.new-scroll-header .header-actions {
    gap: 16px;
}



.header__phone-drop .service-phone {
    justify-content: end !important;
    gap: 2px;
    align-items: end !important;
}

.header__phone-drop .service-phone .phone-service-item {
    width: 100% !important;
}

.header__phone-drop .work-days .graph-info {
    text-align: left !important;
    font-weight: 700;
    margin-bottom: 6px;
}

.product-card__discount-percentage {
    display: none;
}

.content-wrap {
    background: #f5f5f7;
}

.order-page__body {
    gap: 10px;
}

.header__bottom {
    background-color: var(--primary-color-header) !important;
}

.main-page .read-more {
    background: var(--button-color) !important;
    color: var(--button-text-color) !important;
}

.main-page .read-more:hover {
    background: var(--button-color-hover) !important;
}

.page-non-woocommerce {
    padding: 24px;
    background-color: #FFF;
    border-radius: 8px;
    margin-bottom: 30px;
}

.mainpartner-section {
    justify-content: center !important;
    gap: 20px;
    flex-wrap: wrap;
}

.error-404 {
    padding: 40px 0;
}

.error-404 .page-content p {
    margin-bottom: 30px;
}

.error-404 .page-content .widget-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600 !important;
}

.error-404 .page-title {
    font-weight: 700 !important;
    font-size: 24px !important;
}

.additional-info {
    padding: 40px 0;
}

.additional-info .info-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-content: center;
}

.additional-info .info-list .info-item {
    padding: 20px;
    border-radius: 8px;
    background-color: #FFF;
}

.additional-info .info-list .info-item .info-icon-wrapper {
    width: 54px;
    height: 54px;
    background-color: var(--bg-color);
    margin-bottom: 20px;
    position: relative;
    border-radius: 50%;
    position: relative;
}

.additional-info .info-list .info-item .info-icon-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.additional-info .info-list .info-item .info-icon-wrapper .info-icon-cyrcle {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 1;
}

.additional-info .info-list .info-item:nth-child(1) .info-icon-wrapper .info-icon-cyrcle {
    background-color: #E3C045;
}
.additional-info .info-list .info-item:nth-child(2) .info-icon-wrapper .info-icon-cyrcle {
    background-color: #E35845;
}
.additional-info .info-list .info-item:nth-child(3) .info-icon-wrapper .info-icon-cyrcle {
    background-color: #84C1A8;
}
.additional-info .info-list .info-item:nth-child(4) .info-icon-wrapper .info-icon-cyrcle {
    background-color: #B584C1;
}
.additional-info .info-list .info-item:nth-child(5) .info-icon-wrapper .info-icon-cyrcle {
    background-color: #94C184;
}

.additional-info .info-list .info-item .info-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
}

.additional-info .info-list .info-item .info-description {
    font-weight: 400;
    font-size: 12px;
    color: #B1B1B1;
}

.services .services__title {
    color: #FFF !important;
}

.modal-basket .basket__items-wrap {
    max-height: 420px;
    height: 100%;
    padding-right: 8px;
    overflow: auto;
}

.modal-basket .basket__items-wrap::-webkit-scrollbar {
     width: 4px;
 }

.modal-basket .basket__items-wrap::-webkit-scrollbar-track {
     background: transparent;
 }

.modal-basket .basket__items-wrap::-webkit-scrollbar-thumb {
     border-radius: 50px;
     background: #dcdcdc;
 }


@media only screen and (max-width: 1240px) {
    body .content-wrap {
        padding-top: 126px;
    }

    .header .header__main .container {
        display: grid;
        grid-template-columns: 1fr 160px 1fr;
        gap: 10px;
    }

    .header .menu-btn-wrap {
        position: inherit;
    }

    .header .menu-btn-wrap {
        height: 24px;
        width: fit-content;
    }

    .header .menu-btn-wrap .menu-btn {
        width: 30px;
        height: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1px;
    }

    .header .menu-btn-wrap .menu-btn span {
        width: 14px;
        height: 14px;
        background-color: #FFF;
        border: 2px solid #000;
        border-radius: 4px;
    }

    .header .menu-btn-wrap .menu-btn span:nth-child(1) {
        left: 0;
        top: 0;
    }

    .header .menu-btn-wrap .menu-btn span:nth-child(2) {
        right: 0;
        top: 0;
        left: auto;
    }

    .header .menu-btn-wrap .menu-btn span:nth-child(3) {
        left: 0;
        bottom: 0;
        top: auto;
    }

    .header .menu-btn-wrap .menu-btn span:nth-child(4) {
        left: auto;
        right: 0;
        bottom: 0;
    }

    .header .active .menu-btn span:nth-child(1) {
        top: 0 !important;
        background-color: #FFF;
        border: 2px solid #000;
        border-radius: 4px;
    }

    .header .active .menu-btn span:nth-child(2) {
        left: auto !important;
        opacity: 1 !important;
        transform: rotate(135deg);
        background-color: #FFF;
        border: 2px solid #000;
        border-radius: 4px;
    }

    .header .active .menu-btn span:nth-child(3) {
        bottom: 0;
        top: auto !important;
        background-color: #FFF;
        border: 2px solid #000;
        border-radius: 4px;
    }

    .header .active .menu-btn span:nth-child(4) {
        transform: rotate(135deg);
        background-color: #FFF;
        border: 2px solid #000;
        border-radius: 4px;
    }

    .header .header__logo-wrap {
        margin-left: 0;
    }

    .header .header__main {
        padding: 20px 0;
    }

    .header .header__main .header-actions .header-actions__item--phone {
        display: none;
    }

    .header .header__main .header-actions .header-actions__item--profile {
        display: none !important;
    }

    .header .header-catalog__button-text {
        font-size: 14px;
    }

    .header .search-mobile-wrap {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .header .search-mobile-wrap .search-mobile {
        transform: none;
        align-items: center;
        padding: 4px;
        border-bottom: 0;
        background-color: #FFF;
        border-radius: 4px;
    }

    .header .search-mobile-wrap .search-mobile input {
        color: var(--text_color);
        font-size: 12px;
        margin-bottom: 0;
    }

    .header .search-mobile-wrap .search-mobile input:focus {
        width: fit-content;
    }
    .header .search-mobile-wrap .search-mobile input::placeholder {
        color: #000;
    }
    .header .search-mobile-wrap .search-mobile .search-mobile__btn svg path {
        fill: #000;
        stroke: transparent;
    }

    .header .header__main .header-actions {
        justify-content: end;
    }

    .header .header__main .mobile-menu {
        max-width: 400px;
        width: 100%;
    }

    .header .header__main .mobile-menu .mobile-menu__overflow-wrap {
        max-width: 400px;
        width: 100%;
    }

    .header .header__main .mobile-menu .mobile-menu__overflow-wrap .mobile-menu__login-btn {
        margin-top: 65px !important;
    }

    .header .header__main .mobile-menu .mobile-menu__overflow-wrap .mobile-menu__body, .header .header__main .mobile-menu .mobile-menu__overflow-wrap .mobile-menu__footer {
        width: 100%;
    }

    main .bread-crumbs {
        font-size: 11px;
        line-height: 120%;
        margin-top: 32px;
    }
    main .bread-crumbs__item {
        font-size: 13px;
        font-weight: 400;
        margin-left: 4px;
    }
    main .bread-crumbs__item:first-child {
        margin-left: 0;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1580px) {
    .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 1170px) {
    .products-slider-wrap .products-slider .wrapper-slide {
        grid-template-columns: repeat(4, 1fr);
    }
    .product-card .card-name-box .product-card__name {
        font-size: 16px !important;
    }
    .product-card .product-card__price {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 992px) {
    .additional-info .info-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .products-slider-wrap .products-slider .wrapper-slide {
        grid-template-columns: repeat(3, 1fr);
    }
    .slider-container {
        background-color: transparent !important;
    }
    .catalog-wrap {
        grid-template-columns: 1fr;
    }
    .main-page__main-slider-wrap .main-sl-item__bg-left:before {
        padding-top: calc(400 / 845 * 100%);
    }
    .slider-container {
        margin-right: auto !important;
        margin-left: auto !important;
        max-width: 1310px !important;
        width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    main .slider-container {
        margin-left: 30px 0 !important;
    }
    main .slider-container .main-page__title {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        font-size: 24px !important;
    }
    .main-page__title {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        font-size: 24px !important;
    }
    .slider-container .products-slider-wrap {
        padding: 0;
    }
    .slider-container .products-slider-wrap .products-slider .wrapper-slide {
        padding: 0;
    }
    .services-wrap .services .services__title, .services-page .services .services__title {
        font-size: 18px !important;
    }
    .product-page__anchors-wrap {
        height: 100% !important;
        padding: 16px;
        background-color: #FFF !important;
    }
    .product-page__anchors-wrap .product-page__anchor {
        font-size: 14px !important;
    }
    .product-page__anchors-wrap .product-page__anchor:hover {
        border-bottom: none;
    }
    main .product-page__reviews-wrap .product-page__container-title {
        margin-bottom: 20px !important;
    }
    .footer__contacts-phone, .footer__link, .footer__schedule-item {
        font-size: 16px !important;
    }
    .footer__section-title {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 767px) {
    .additional-info .info-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .products-slider-wrap .products-slider .wrapper-slide {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-page__main-slider-wrap .main-sl-item__bg-left:before {
        padding-top: calc(526 / 845 * 100%);
    }
    .header .header__main .header-actions {
        gap: 12px;
    }
    .header .search-mobile-wrap {
        padding: 0;
    }
    .header .search-mobile-wrap .search-mobile {
        background-color: transparent;
        justify-content: end;
    }
    .header .search-mobile-wrap .search-mobile input {
        width: 0;
        padding-left: 0;
        transition: all .2s linear;
    }
    .header .search-mobile-wrap .search-mobile .search-mobile__btn svg path {
        fill: #FFF;
        transition: all .2s linear;
    }
    .header .search-mobile-wrap .search-mobile:hover .search-mobile__btn svg path {
        fill: #000;
    }
    .header .search-mobile-wrap .search-mobile:hover {
        background-color: #FFF;
    }
    .header .search-mobile-wrap .search-mobile:focus {
        background-color: #FFF;
    }
    .header .search-mobile-wrap .search-mobile:hover input {
        width: 100%;
    }
    .category-section {
        gap: 10px !important;
    }
    .category-section  .category-section__item {
        margin-bottom: 0;
    }
    .product-card .card-name-box {
        height: 74px;
        -webkit-line-clamp: 3;
    }
    .services-wrap .services, .services-page .services {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .services-wrap .services .services__item:nth-child(2n) .services__title, .services-page .services .services__item:nth-child(2n) .services__title {
        color: #FFF !important;
    }
    .product-demo {
        height: 100% !important;
    }
    .product-demo, .product-info {
        max-width: 100% !important;
    }
    .product-page__characteristics, .product-page__description, .product-page__reviews-wrap, .product-page__review-add {
        max-width: 100% !important;
    }
    .bread-crumbs__dots:not(.show) ~ .bread-crumbs__item {
        display: inline !important;
    }
    .bread-crumbs__dots {
        display: none !important;
    }
    .product-page .product-info__fav-btn {
        margin-right: 0;
    }
    .product-page .product-info__fav-btn svg {
        width: 25px;
        height: 25px;
    }
    .product-page .product-page__characteristics-item {
        padding-left: 0;
        padding-right: 0;
    }
    .product-page .product-page__see-all-btn {
        padding-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .products-slider-wrap .products-slider .wrapper-slide {
        grid-template-columns: 1fr;
    }
    .additional-info {
        width: 100%;
    }
    .additional-info .info-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footer .footer__body {
        flex-direction: column;
    }
    .footer .footer__body .footer__logo-wrap {
        display: block;
        height: 100%;
        margin-bottom: 30px;
    }
    .header .header-actions__modal-wrap .modal-basket {
        width: calc(100vw - 20px) !important;
    }
    .empty-catalog-card svg {
        width: 180px;
    }
    .account {
        margin-top: 0;
    }
    .page-non-woocommerce:has(.account) {
        padding: 16px;
    }
    .account-profile {
        padding-left: 0;
        padding-right: 0;
    }
}