@import "./vars.css";
@import './components.css';

html {
    scroll-behavior: smooth;
}
body {
    box-sizing: border-box;
    font-family: var(--main-font), sans-serif;
    font-feature-settings: "pnum" on, "lnum" on;
}
a {
    transition: color 0.25s;
}
.image-scale {
	transition: transform .25s;
}
.image-scale:hover {
    transform: scale(1.1);
	transition: transform .25s;
}
.main-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 50px;
}
.main-container-full-w {
    width: 100%;
    padding: 20px 64px;
}
@media (max-width: 1200px) {
    .main-container {
        padding: 20px 40px;
    }
}
@media (max-width: 800px) {
    .main-container {
        /* padding: 30px 20px !important; */
        max-width: 800px !important;
        padding: 16px;
    }
}
.max-lines-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* min-height: 2.4rem; */
}
.max-lines-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* min-height: 3.4rem; */
}

.text-blue {
    color: #197aeb;
}
.text-blue-850 {
    color: #0052a1;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}

/* @media (max-width: 1440px) {
    .swiper-button-next,
    .swiper-button-prev {
        visibility: hidden;
    }
} */

.swiper-button-prev {
    right: 95.35%;
    /* top: 50px !important; */
    bottom: 0%;
    background-image: url("/images/icons/IconPrev.svg") !important;
    background-position: 50% 50%;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50px;
    background: #000000;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    left: -16px !important;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-next {
    /* top: 50px !important; */
    background-image: url("/images/icons/IconNext.svg") !important;
    background: #000000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50px;
    right: -16px !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.swiper-button-prev2 {
    background-image: url("./images/icons/swiperPaginationLeft.svg") !important;
    background-repeat: no-repeat;
    background-position: 45% 50%;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    left: 7% !important;
    bottom: 0;
    z-index: 12;
}

.swiper-button-next2 {
    background-image: url("./images/icons/swiperPaginationRight.svg") !important;

    background-repeat: no-repeat;
    background-position: 55% 50%;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    right: 7% !important;
    bottom: 0;
    z-index: 12;
}
.swiper-pagination2 {
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination {
    bottom: 0;
}

@media (max-width: 1000px) {
    .header_catalog_btn {
        font-size: 14px;
    }
}

.nav_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    cursor: pointer;
    width: 160px;
    height: 100px;
    margin-left: 5px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: 0.4s;
    min-width: 90px;
}

.nav_item_img {
    height: 30px;
    width: 35px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_item:hover {
    border: 1px solid var(--hover-border);
    border-radius: 8px;
}
.nav_item:active {
    background: #f5f5f6;
    border: none;
}

.nav_item:hover a {
    color: var(--tertiary);
}

.nav_item span {
    margin-top: 8px;
}
.nav_icon {
    background-color: var(--hover-main);
}
.location, .sign-in {
    color: var(--black);
}

.main-slider {
    margin-left: 0 !important;
}
.swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    background: #000 !important;
}

.main-slider-slide {
    width: 100%;
    min-height: 510px;
    max-height: 510px;
}

@media (max-width: 1024px) {
    .main-slider-slide {
        min-height: 728px;
        max-height: 728px;
    }
}

@media (max-width: 768px) {
    .main-slider-slide {
        min-height: 530px;
        max-height: 530px;
    }
}

@media (max-width: 680px) {
    .main-slider-slide {
        min-height: 408px;
        max-height: 408px;
    }
}

.main-slider-item {
    position: relative;
    background: #eeeeee;
    border-radius: 12px;
    transition: 0.3s;
}

.main-slider-item span {
    position: absolute;
    left: 24px;
    top: 20px;
    width: 50%;
    font-size: 20px;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .main-slider-item span {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .main-slider-item span {
        top: 16px;
        left: 20px;
        font-size: 16px;
        width: 60%;
    }
}

.main-slider-item-md {
    grid-row: span 2 / span 2;
}

.main-slider-item-lg {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

.main-slider-item:hover {
    filter: brightness(90%);
}

.product-cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .product-cards {
        flex-wrap: nowrap !important;
    }
}

.product-card {
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-card img {
    height: 200px;
    max-height: 200px;
    object-fit: contain;
}

.product-price {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-right: 7px;
}
.product-price_discount {
    width: 44px;
    background: linear-gradient(90deg, #D31027 0%, #EA384D 100%);
    border-radius: 4px;
    color: #fff;
    padding: 0 6px;
    font-weight: 600;
    margin: 8px 0 8px 7px;
    font-size: 14px;
}
.product-price sub {
    margin-left: 5px;
    font-size: 20px;
}

.product-price_old {
    text-decoration: line-through rgba(234, 56, 77, 1);
    font-style: normal;
    font-size: 12px;
    color: #9a9aa0;
    font-weight: 500;
    margin-right: 7px;
    z-index: 10;
}
.product-price_reviews {
    display: flex;
    align-items: center;
}
.product-price_reviews span {
    margin-left: 5px;
    font-weight: 300;
    font-size: 14px;
}
.product-price_reviews img {
    width: 15px;
    height: 15px;
    margin-left: -2px;
    margin-right: 5px;
}

.product-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 3.4rem;
    color: #6B6B6B;
}

.slider-icons {
    position: absolute;
    z-index: 1;
    height: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.slider-dots {
    position: absolute;
    z-index: 1;
    height: 10%;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-end;
}

.slider-dots img {
    height: 60%;
}

.second-slider-item {
    position: relative;
    height: 183px !important;
}
.second-slider-item img {
	object-fit: cover;
    border-radius: 12px;
    width: 100%;
}

.second-slider-item_title {
    position: absolute;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    bottom: 42px;
    left: 20px;
}
.second-slider-item_price {
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    bottom: 16px;
    left: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 800px) {
    .second-slider-item_price {
        font-size: 15px;
    }
}
.second-slider {
    padding-bottom: 45px;
}
.slider_nav {
    position: absolute;
    display: flex;
    top: 45%;
    justify-content: space-between;
    width: 100%;
    z-index: 10;
}

.thrid-slider-baner {
    position: relative;
    height: 128px;
    border-radius: 16px;
    /* background: linear-gradient(103.69deg, rgba(151, 150, 240, 0.46) -48.43%, rgba(251, 199, 212, 0.52) 106.87%); */
}
.thrid-slider-baner_img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}

.thrid-slider-baner_title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; /* 2 */
    top: 50%; /* 3 */
    transform: translate(0, -50%); /* 4 */
}
.thrid-slider-baner_title h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
}
.thrid-slider-baner img {
    border-radius: 12px;
}
.third-slider-item {
    position: relative;
    width: 100%;
	height: 183px !important;
}
.thrid-slider-baner {
	height: 183px;
}
.second-slider-item {
	height: 183px !important;
}
.third-slider-item img {
    border-radius: 12px;
    object-fit: cover;
}

.swiperFourthSlider {
    padding-bottom: 35px !important;
}
.fourth-slider-item img {
	object-fit: cover;
    border-radius: 16px;
    height: 218px;
}
.fourth-slider-item_title {
    bottom: 24px;
    border-radius: 0px 0px 16px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #121212;
    padding: 10px 7px 8px;
}

@media (max-width: 1200px) {
    .fourth-slider-item_badge {
        font-size: 10px !important;
    }
}

.fourth-slider-item_badge {
    text-transform: uppercase;
    font-weight: 600;
    background: var(--primary);
    font-size: 12px;
    color: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.fourth-slider-item_bottom {
    max-width: 437px;
}
.fourth-slider-item_bottom_title {
    font-size: 12px;
    margin-left: 16px;
}
.fourth-slider-item_info {
    color: var(--disabled-text);
}

@media (max-width: 1024px) {
	.second-slider-item {
		height: 219px !important;
        width: 304px;
	}
	.third-slider-item {
		height: 219px !important;
        width: 304px;
	}
	/* .swiperFourthSlider {
		padding-bottom: 40px !important;
	} */
	.fourth-slider-item {
		height: 166px !important;
        width: 304px;
	}
	.fourth-slider-item_title {
		left: 0;
		right: 0;
    }
}

@media (max-width: 768px) {
    .thrid-slider-baner {
        height: 210px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
	.second-slider-item {
		height: 219px !important;
	}
    .thrid-slider-baner_title {
        position: absolute;
        left: 0;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        gap: 12px;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        padding: 30px 8px 58px;
    }
    .third-slider-item {
        height: 141px !important;
    }
    .thrid-slider-baner_title h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .thrid-slider-baner_img {
        position: absolute;
        right: 0;
        width: 100%;
        justify-content: flex-end;
    }
    .swiper-slide {
        display: flex;
        flex-direction: column;
        width: 344px;
        margin-right: 16px;
    }
}

@media ((min-width: 1024px) and (max-width: 1440px)) {
    .thrid-slider-baner {
        height: 200px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
	.third-slider-item {
		height: 219px !important;
	}
	.second-slider-item {
		height: 219px !important;
	}
    .thrid-slider-baner_title {
        position: inherit;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 48px 64px;
        gap: 16px;
        /* width: 60vw; */
        text-align: center;
    }
    .thrid-slider-baner_img {
        position: inherit;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .thrid-slider-baner {
        height: 232px;
        flex-direction: column-reverse;
        padding: 28px 117px 0;
    }
    .thrid-slider-baner_img {
        position: inherit;
        justify-content: center;
    }
    .thrid-slider-baner_title {
        position: inherit;
        padding: 0;
        top: 0;
        flex-direction: column;
        align-items: center;
        transform: none;
        gap: 12px;
    }
    .thrid-slider-baner_title h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
    }
    .fourth-slider-item {
        width: 336px !important;
        height: 166px;
    }
}

@media (min-width: 1440px) {
    .thrid-slider-baner {
        height: 128px;
    }
    .thrid-slider-baner_title {
        position: absolute !important;
        gap: 12px;
    }
}

@media (max-width: 600px) {
	/* .thrid-slider-baner {
        height: 170px;
    }
	.third-slider-item {
		height: 170px !important;
	} */
	.second-slider-item {
		height: 170px !important;
	}
	.fourth-slider-item {
		height: 166px !important;
        width: 304px;
	}
}

.categories_img {
    width: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categories_img img {
    min-width: 18px;
    max-width: 40px;
}

.categories_item span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 967px) {
    .categories_item span {
        display: none;
    }
    .categories_item {
        display: flex;
        align-items: center;
    }
    .categories_item h5 {
        font-size: 15px;
    }
}

@media ((min-width: 375px) and (max-width: 768px)) {
    .footer {
        align-items: center;
    }
    .footer_info {
        align-items: center;
        width: max-content;
    }
    .footer_oferta {
        margin-top: 26px;
    }
    .footer_links {
        align-items: flex-start;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    footer {
        height: 210px;
    }
    .footer {
        height: 100%;
        padding: 30px 40px;
        background: white;
    }
    .footer_info {
        width: 50%;
        align-items: flex-start;
    }
    .footer_icons {
        margin-top: 34px;
    }
    .footer_links {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(2, 30%);
        column-gap: 0;
        row-gap: 16px;
        width: 50%;
        height: 50%;
    }
    .footer_links_link:nth-child(3) {
        grid-column: 1;
        grid-row: 1;
    }
    .footer_links_link h4 {
        font-weight: 600;
    }
}

@media (max-width: 775px) {
    .footer_logo {
        max-width: 200px;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    footer {
        height: 424px;
    }
    .footer {
        height: 100%;
    }
    .footer_info {
        position: absolute;
        bottom: 60px;
        right: 0;
        display: grid;
        grid-template-columns: repeat(2, 40%);
        grid-template-rows: repeat(3, 30%);
        row-gap: 10px;
        justify-content: center;
    }
    .footer_logo {
        grid-column: 2;
        grid-row: 2;
    }
    .footer_icons {
        grid-column: 1;
        grid-row: 3;
        margin-top: 0;
    }
    .footer_oferta {
        grid-column: 2;
        grid-row: 1;
    }
    .footer_copr {
        grid-column: 2;
        grid-row: 3;
    }
    .footer_links {
        justify-content: space-between;
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .footer_info {
        display: flex;
        width: 211px;
        position: initial;
        gap: 20px;
        height: 150px;
    }
    .footer_links {
        width: 60%;
        justify-content: space-between;
    }
}

.footer {
    padding: 30px 50px;
    background-image: url("/images/footer-girl.png");
    background-repeat: no-repeat;
    background-position: 20% 100%;
    background-size: 25%;
    position: relative;
}

@media (max-width: 1440px) {
    .footer {
        padding: 30px 40px;
        background-image: none;
    }
    .index-catalog {
        display: none;
    }
}

.product-card_buybtn {
    border-radius: 8px;
    width: 100%;
    background: var(--primary);
    color: #FFFFFF;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    display: none;
}
@media (max-width: 1024px) {
    .product-card_buybtn {
        display: block;
    }
}
.favorite_heart {
    width: 25px !important;
    height: 22px !important;
    position: absolute;
    right: 10px;
    top: 10px;
}

.catalog-list li::marker {
    color: #9a9aa0;
}
.catalog-list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    list-style: disc;
}
@media (max-width: 800px) {
    .catalog-list li {
        list-style: none;
        border-top: 1px solid #e0e0e5;
        padding-top: 8px;
        padding-bottom: 6px;
        position: relative;
    }
    .catalog-list li::after {
        background: url("/images/icons/CatalogArrow.svg") no-repeat 100%;
        content: " ";
        position: absolute;
        width: 10px;
        height: 10px;
        top: 41%;
        margin-left: 2px;
    }
}

.limiter {
    overflow: hidden;
    position: relative;
    /* margin-bottom: 10px; */
}
.limiter .bottom {
    position: absolute;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgb(255 217 29 / 0%),
        rgb(255 255 255) 85%
    );
    width: 100%;
    height: 60px;
    opacity: 1;
    transition: 0.3s;
}

[data-more-checker^="read-more"] {
    opacity: 0;
    position: absolute;
}
[data-more-checker^="read-more"]:checked ~ .limiter {
    max-height: none;
}
[data-more-checker^="read-more"]:checked ~ .limiter .bottom {
    opacity: 0;
    transition: 0.3s;
}
[data-more-checker^="read-more"] ~ .read-more-button:before {
    content: "Развернуть";
}
[data-more-checker^="read-more"]:checked ~ .read-more-button:before {
    content: "Свернуть";
}
[data-more-checker^="read-more-catalog"] ~ .read-more-button:before {
    content: "Показать все";
}
[data-more-checker^="read-more-catalog"]:checked ~ .read-more-button:before {
    content: "Скрыть";
}

.read-more-button {
    cursor: pointer;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
}

.blog-item_img {
    width: 100%;
    height: 247px;
}
.blog-item_img img {
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.blog-item {
    border-radius: 16px;
    position: relative;
    max-width: 382px;
}
.blog-item_badge {
    text-transform: uppercase;
    font-weight: 600;
    background: #197aeb;
    font-size: 10px;
    color: #fff;
    padding: 4px 12px;
    border-radius: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.blog-item_title {
    position: absolute;
    bottom: 24px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 16px 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 32px 24px 16px 16px;
}

@media (max-width: 800px) {
    .blog-item_img {
        height: 220px;
    }
    .blog-item_title {
        font-size: 16px;
    }
}

@media (max-width: 1030px) {
    .blog-item_img {
        height: 220px;
    }
    .blog-item_title {
        font-size: 16px;
    }
}

@media (max-width: 1341px) {
    .blog-item_img {
        height: 220px;
    }
    .blog-item_title {
        font-size: 19px;
        line-height: 25px;
    }
}

.m-cd-tab {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e0e0e5;
}
.m-cd-tab.mobile {
    border-right: none;
}

.m-cd-tab a:hover {
    color: #0052a1;
}
.m-cd-tab a {
    display: flex;
    align-items: center;
    background-image: url("/images/icons/dropdown_next.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
    margin-right: 10px;
}

.m-cd-tab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.m-cd-tab-grid a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mc-d-grid-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m-cd-tab a.mobile {
    padding: 14px 0;
}
.m-cd-tab a.active {
    background-image: url("/images/icons/dropdown_next_active.svg");
    background-color: var(--hover-main);
    border-radius: 8px;
}
.m-cd-tab a span {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #0c141e;
}
.m-cd-tab a .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* При наведении на кнопку, немного меняем background */
.m-cd-tab button:hover {
    color: #0052a1;
}

/* Активная кнопка */
.m-cd-tab button.active {
    color: #0052a1;
    border-bottom: 1px solid #0052a1;
}

/* Стиль контента */
.m-cd_content {
    display: none;
    padding: 6px 32px;
    /* margin-top: 15px; */
}
/* Анимация с эффектом появления */
.m-cd_content {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fast-search, .fast-search-mobile {
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 50px;
    box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 20;
    border-radius: 16px;
    background-color: #fff;
    transition: 0.3s all;
}

.fast-search.active, .fast-search-mobile.active {
    visibility: visible;
}

.header_search_input {
    border: 1px solid var(--primary);
    border-radius: 12px;
    border-right: none;
    padding: 8px 50px 8px 15px;
    width: 100%;
    outline: none !important;
}

.notfound-main {
    max-width: 1920px;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    padding: 0 50px;
    flex-direction: column;
    background: #000000;
    overflow: hidden;
}

.notfound-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.notfound-pic {
    bottom: 0;
    left: 50%;
}

.colored-btn {
    color: #197AEB;
    font-weight: 600;
}

.colored-btn {
    width: 220px;
    font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #197aeb !important;
	border: none;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
	transition: background .25s ease-out;
}

@media (max-width: 1920px){
    .notfound-main {
        margin: 0;
    }
    .notfound-pic {
        left: 736px;
    }
    .image-item {
        width: 45%;
    }
    .notfound-text {
        margin-top: 33px;
    }
}

@media (max-width: 1440px){
    .notfound-pic {
        left: 736px;
    }
    .notfound-image {
        width: 973px;
        height: 797px;
        max-width: none;
    }
}

@media (max-width: 1024px){
    .notfound-pic {
        left: 221px;
        top: 494px;
    }
}

@media (max-width: 376px){
    .main {
        flex-direction: column;
        margin: 0;
    }
    .notfound-main {
        padding: 0 16px;
    }
    .image-item {
        width: 80%;
    }
    .notfound-text {
        font-size: 14px;
    }
    .notfound-pic {
        left: 75px;
        top: 410px;
    }
    .notfound-image {
        width: 487px;
        height: 399px;
    }
}

/* MOBILE */

.fast-search_mobile {
    visibility: hidden;
    width: 105%;
    position: absolute;
    top: 50px;
    padding: 10px;
    z-index: 20;
    border-radius: 16px;
    background-color: #fff;
    transition: 0.3s all;
}

.fast-search_mobile.active {
    visibility: visible;
}

.header_search_mobile {
    position: relative;
    margin-right: 20px !important;
}

.header_search_input_mobile {
    border: 1px solid var(--primary);
    border-radius: 12px;
    border-right: none;
    padding: 8px 50px 8px 15px;
    width: 100%;
    outline: none !important;
}

.search-mobile-fixed {
    position: fixed;
    top: 68px;
    left: 10px;
    right: 10px;
    z-index: 35;
}

.mobile-nav {
    border-top: 1px solid #EEEFF1;
}

.mobile-nav_items > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile-nav_items .badge {
    position: absolute;
    top: -5px;
    right: 17px;
    padding: 5px 5px;
    border-radius: 50%;
    background: var(--secondary);
    color: white;
    border: 1px solid white;
    font-size: 7px;
    font-family: 'Montserrat', sans-serif;
    line-height: 12px;
    font-weight: 600;
    height: 14px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 768px) {
    .filters-btn {
        left: 50%;
        transform: translate(-50%, 0);
        box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
    }
}

.favourites:before {
  content: url("/images/icons/Heart.svg");
  width: 40px;
  height: 40px;
  position: absolute;
  left: -24px;
}

.compare:before {
  content: url("/images/icons/Compare.svg");
  width: 40px;
  height: 40px;
  position: absolute;
  left: -24px;
}

.favourutes_active:before {
  content: url("/images/icons/Heart_filled.svg");
}

.compare_active:before {
  content: url("/images/icons/Compare_filled.svg");
}



