﻿@font-face {
    font-family: 'PloniMLv2AAA';
    src: url('../../fonts/plonimlv2aaa-regular.eot');
    /* IE 9 Compatibility Mode */
    src: url('../../fonts/plonimlv2aaa-regular.eot?#iefix') format('embedded-opentype'),
    /* IE < 9 */
    url('../../fonts/plonimlv2aaa-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../../fonts/plonimlv2aaa-regular.woff') format('woff'),
    /* Firefox >= 3.6, any other modern browser */
    url('../../fonts/plonimlv2aaa-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../../fonts/plonimlv2aaa-regular.svg#plonimlv2aaa-regular') format('svg');
    /* Chrome < 4, Legacy iOS */
}

@font-face {
    font-family: 'PloniMLv2AAA-Light';
    src: url('../../fonts/plonimlv2aaa-light.eot');
    /* IE 9 Compatibility Mode */
    src: url(../../fonts/plonimlv2aaa-light.eot?#iefix') format('embedded-opentype'),
    /* IE < 9 */
    url('../../fonts/plonimlv2aaa-light.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../../fonts/plonimlv2aaa-light.woff') format('woff'),
    /* Firefox >= 3.6, any other modern browser */
    url('../../fonts/plonimlv2aaa-light.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../../fonts/plonimlv2aaa-light.svg#plonimlv2aaa-light') format('svg');
    /* Chrome < 4, Legacy iOS */
}

@font-face {
    font-family: 'PloniMLv2AAA-DemiBold';
    src: url('../../fonts/plonimlv2aaa-DemiBold.otf');
}

body {
    direction: rtl;
    background: #F5F7FB;
    font-family: "PloniMLv2AAA";
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    position: relative;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    width: 100%;
}

.top-container {
    overflow: hidden;
}

.hero {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: row-reverse;
}

.hero-image-container {
    width: 40%;
    position: relative;
}

.hero-image {
    position: absolute;
    left: 0;
    top: -20px;
}

.hero-text {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-right: 160px;
    position: relative;
}

    .hero-text p {
        max-width: 830px;
    }

.logo {
    margin-bottom: 208px;
    z-index: 999;
}

.hero-span {
    font-weight: bold;
    display: inline-block;
    width: 510px;
    margin-bottom: 10px;
    font-family: 'PloniMLv2AAA-DemiBold';
}

.hero-ellipse {
    position: absolute;
    top: 225px;
    left: 1500px;
}

.hero-big-ellipse {
    position: absolute;
    top: -250px;
    left: -50px;
}

.grid-svg {
    position: absolute;
    top: -250px;
    left: 530px;
    z-index: 1;
}

.small-circle {
    position: absolute;
    top: 67px;
    left: 125px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    border: #F27026 2px solid
}

.medium-circle {
    position: absolute;
    top: 650px;
    left: 930px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: #F27026 2px solid
}

.big-circle {
    position: absolute;
    top: 972px;
    left: 1840px;
    height: 108px;
    width: 108px;
    border-radius: 50%;
    border: #F27026 2px solid
}

.cyan-circle1 {
    position: absolute;
    top: 350px;
    left: 850px;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background-color: #A6E6EC;
}

.cyan-circle2 {
    position: absolute;
    top: 400px;
    left: 850px;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 2px solid #A6E6EC;
}

.cyan-circle3 {
    position: absolute;
    top: 480px;
    left: 250px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #A6E6EC;
}

.cyan-circle4 {
    position: absolute;
    top: 1390px;
    left: 1250px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 2px solid #19A5E2;
}

.search-circle1 {
    position: absolute;
    top: 65px;
    left: 240px;
    height: 39px;
    width: 39px;
    border-radius: 50%;
    border: 3px solid #64D4DE;
}

.search-circle2 {
    position: absolute;
    top: 35px;
    left: 300px;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background-color: #FA9859;
}

.star-svg {
    position: absolute;
    top: 154px;
    left: 894px;
}

.sections-container {
    margin-bottom: 186px;
    /* overflow: hidden; */
    position: relative;
}

.first-section,
.second-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 16px;
}

.second-section {
    margin-right: 10%;
}

.section-text {
    width: 60%;
}

    .section-text p {
        max-width: 830px;
    }

.section-image {
    width: 45%;
    justify-self: flex-end;
    align-self: flex-end;
}

.section-header {
    display: inline-block;
    color: #033BA5;
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    font-style: 'DemiBold';
    max-width: 1100px;
    font-family: 'PloniMLv2AAA-DemiBold';
}

.section-main {
    display: inline-block;
    color: #676880;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    font-style: 'Regular';
    max-width: 1100px;
    margin: 20px 0;
}

.section-footer {
    display: inline-block;
    color: #676880;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0;
    font-style: 'DemiBold';
    font-family: 'PloniMLv2AAA-DemiBold';
}

.section-links {
    display: flex;
    gap: 24px
}

.section-link {
    color: #676880;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-decoration: underline;
}

.section-button {
    background-color: #19A5E2;
    width: 234px;
    height: 50px;
    border-radius: 26px;
    padding: 11px 50px;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
}

a.reset-link,
a.reset-link:visited {
    color: inherit;
    text-decoration: none;
}

.section-ellipse1 {
    position: absolute;
    top: 300px;
    left: -90px;
    z-index: -1;
}

.section-ellipse2 {
    position: absolute;
    top: 1550px;
    left: 1450px;
}

.search-section {
    background-color: white;
    margin-left: 187px;
    margin-right: 187px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    padding: 56px;
    box-sizing: border-box;
}

.list-ellipse {
    position: absolute;
    top: -130px;
    left: -50px;
    z-index: 1;
}

.search-item {
    border-top: 1px solid #F2F2F2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
    padding: 16px 16px 0 16px;
}

.search-item-title {
    display: inline-block;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    font-style: 'DemiBold';
    font-family: 'PloniMLv2AAA-DemiBold';
}

.total {
    color: #7C7570;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.item-filters {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #222222
}

.item-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.item-activity {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.item-contacts {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.contact-container {
    border: 2px solid #E3E8F0;
    border-radius: 49px;
    padding: 8px 12px;
    display: flex;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #222222;
}

.contact-button {
    max-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #222222
}

.whatsapp-container {
    border: 2px solid #ADFF90;
    background-color: #D6FFC75E;
    border-radius: 49px;
    padding: 8px 12px;
    display: flex;
    gap: 8px;
}

.filters {
    display: flex;
    justify-content: space-between;
    margin: 56px 0 32px 56px;
    direction: ltr;
}

.filter-inputs {
    display: flex;
    gap: 16px;
}

.search-btn {
    background-color: #F5F7FB;
    border-radius: 36px;
    height: 40px;
    width: 99px;
    color: #7C7570;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .search-btn:hover {
        cursor: pointer;
        opacity: 80%;
    }

.filter-input {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid #E7E7E7;
    border-radius: 36px;
    gap: 8px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    box-sizing: border-box;
}

.left-filters {
    display: flex;
    column-gap: 16px;
}

.clear-filters {
    display: inline-block;
    margin-right: 16px;
    color: #052A92;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
    vertical-align: middle;
}

.items .no-results-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 380px;
}

.items {
    max-height: 400px;
    overflow-y: auto;
    direction: ltr;
}

    .items > * {
        direction: rtl;
    }

.search-btn.active {
    background: linear-gradient(90deg, #0089C4 0%, #009BDF 100%);
    color: #fff !important;
    transition: background 0.2s;
}

@keyframes search-btn-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 137, 196, 0.5);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 137, 196, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 137, 196, 0);
    }
}

.search-btn.pulse {
    animation: search-btn-pulse 0.5s;
}

.search-input-wrapper {
    position: relative;
    max-width: 411px;
    display: flex;
    align-items: center;
}

.search-input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    color: #7C7570;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    border: 1px solid #E7E7E7;
    padding: 18px 15px 18px 40px;
    border-radius: 87px;
    text-align: right;
    direction: rtl;
}

    .search-input:focus,
    .search-input.active {
        border: 1px solid #052A92;
        outline: none;
    }

.search-input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

/* --- Dropdown Styles --- */
.filter-dropdown {
    position: relative;
    cursor: pointer;
    color: #222222;
}

    .filter-dropdown.active {
        border: 1px solid #052A92;
    }

    .filter-dropdown .arrow-svg {
        transition: transform 0.2s;
    }

    .filter-dropdown.active .arrow-svg {
        transform: rotate(180deg);
    }

.dropdown-menu {
    position: absolute;
    top: 110%;
    right: 0;
    width: 240px;
    max-height: 280px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0001;
    overflow-y: auto;
    z-index: 10;
    border: 1px solid #E9E9EC;
    padding: 0;
    margin-top: 4px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #E9E9EC;
    font-size: 16px;
    color: #222;
    transition: background 0.15s;
    position: relative;
}

    .dropdown-item:last-child {
        border-bottom: none;
    }

    .dropdown-item.selected {
        color: #0089C4;
        font-weight: 600;
        background: #F5F7FB;
        justify-content: space-between;
    }

    .dropdown-item .checkmark {
        margin-left: 8px;
        margin-right: 0;
        display: inline-block;
        width: 24px;
        height: 24px;
    }

        .dropdown-item .checkmark img {
            width: 24px;
            height: 24px;
            display: block;
        }

.big-ellipse {
    position: absolute;
    top: 2400px;
    left: -250px;
}

.articles {
    margin: 187px;
}

.articles-list {
    direction: ltr;
}

.articles-header {
    color: #033BA5;
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    margin-bottom: 56px;
}

.article-image {
    height: 174px;
    width: 363px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.article {
    border-radius: 24px;
    box-shadow: 2px 0px 15px 0px #2222221A;
    background-color: white;
    direction: rtl;
}

.article-content {
    padding: 15px;
}

.article-title {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 16px;
    font-family: 'PloniMLv2AAA-DemiBold';
}

.article-text {
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 16px;
    font-family: 'PloniMLv2AAA-Light';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    /* max-height: 70px; */
    text-overflow: ellipsis;
}

.article-link {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: underline;
    margin-bottom: 24px;
    font-family: 'PloniMLv2AAA-DemiBold';
}

.time-to-read {
    color: #676880;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    font-family: 'PloniMLv2AAA-Light';
}

.articles-list-wrapper {
    overflow: hidden;
    max-width: 1546px;
    width: 100%;
    margin: 0 auto;
}

.articles-list {
    display: flex;
    gap: 32px;
    transition: transform 0.4s;
    flex-direction: row-reverse;
}

.articles-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-self: center;
}

.arrow-svg {
    width: 24px;
    height: 24px;
    display: block;
}

.articles-arrow.right .arrow-svg,
.product-arrow.right .arrow-svg {
    transform: rotate(180deg);
}

.articles-controls {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    margin-top: 56px;
}

.articles-arrow {
    background: #fff;
    border: 1px solid #E3E8F0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 22px;
    color: #033BA5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px 0 rgba(34, 34, 34, 0.12);
}

    .articles-arrow:hover {
        background: #033BA5;
        color: #fff;
        box-shadow: 0 4px 16px 0 rgba(34, 34, 34, 0.18);
    }

    .articles-arrow.right .arrow-icon {
        transform: rotate(180deg);
    }

.articles-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E3E8F0;
    cursor: pointer;
    transition: background 0.2s;
}

    .articles-dot.active {
        background: #033BA5;
    }

.store {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* overflow: hidden; */
}

.store-header {
    color: #033BA5;
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.store-text {
    color: #676880;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 1100px;
}

.categories {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    direction: rtl;
}

.category {
    width: 104px;
    height: 30px;
    border: 1px solid #052A92;
    border-radius: 20px;
    padding: 12px 30px;
    color: #052A92;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s, color 0.2s;
}

    .category.active,
    .category.selected {
        background: #052A92;
        color: #fff;
        border-color: #052A92;
    }

.product-list {
    display: flex;
    gap: 32px;
    transition: transform 0.4s;
}

.product-list-wrapper {
    overflow: hidden;
    max-width: 1546px;
    /* width: 100%; */
    width: calc(100% - 374px);
    margin: 0 187px;
    overflow-x: hidden;
    box-sizing: border-box;
}

.product-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.product-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 56px;
}

.product-arrow {
    background: #fff;
    border: 1px solid #E3E8F0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 22px;
    color: #033BA5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px 0 rgba(34, 34, 34, 0.12);
}

    .product-arrow:hover {
        background: #033BA5;
        color: #fff;
        box-shadow: 0 4px 16px 0 rgba(34, 34, 34, 0.18);
    }

.line-through {
    text-decoration: line-through;
}

.product {
    background-color: white;
    box-shadow: 0px 3px 22.5px 0px #2222221A;
    border-radius: 24px;
    direction: rtl;
}

.product-image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.product-description {
    border-top: 1.5px solid #F0F0F0;
    padding: 22.5px;
}

.product-company {
    font-size: 21px;
    font-weight: 900;
    line-height: 24px;
    color: #222222;
    margin-bottom: 15px;
}

.product-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    color: #222222;
    margin-bottom: 15px;
    max-width: 150px;
    font-family: 'PloniMLv2AAA-DemiBold';
}

.product-price {
    font-size: 21px;
    font-weight: 900;
    line-height: 24px;
    color: #222222;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'PloniMLv2AAA-DemiBold';
}

.points {
    background-color: #052EBE;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 78px;
    height: 27px;
    border-radius: 90px;
    gap: 6px;
    padding: 6px 12px;
    color: white;
    line-height: 24px;
    box-sizing: border-box;
}

.product-company {
    direction: ltr;
    display: flex;
    flex-direction: row-reverse;
    font-size: 21px;
    font-weight: 1000;
    line-height: 24px;
    color: #222222;
}

.discount {
    font-size: 19px;
    font-weight: 300;
    line-height: 24px;
    color: #222222;
    width: 159px;
    font-family: 'PloniMLv2AAA-Light';
}

.footer {
    display: flex;
    flex-direction: column;
    margin: 166px 187px 0;
    overflow: hidden;
}

.disclaimer {
    background-color: white;
    max-width: 1546px;
    width: 100%;
    border-radius: 24px;
    padding: 56px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 34px;
}

.footer-ellipse1 {
    position: absolute;
    top: -90px;
    left: 309px;
}

.footer-ellipse2 {
    position: absolute;
    top: 20px;
    left: 60px;
}

.footer-circle1 {
    position: absolute;
    top: 111px;
    left: 221px;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background-color: #FA9859;
}

.footer-circle2 {
    position: absolute;
    top: 47px;
    left: 221px;
    height: 39px;
    width: 39px;
    border-radius: 50%;
    border: #64D4DE 3px solid
}

.footer-circle3 {
    position: absolute;
    top: 40px;
    left: 56px;
    height: 142px;
    width: 142px;
    border-radius: 50%;
    border: #F36F21 2px solid
}

.disclaimer-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 56px;
    color: #033BA5;
}

.disclaimer-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    color: #052A92;
    max-width: 1050px;
    z-index: 2;
}

    .disclaimer-text ul {
        margin: 0;
        padding-right: 20px;
    }

.terms {
    max-width: 1160px;
    margin-right: 56px;
    margin-bottom: 64px;
}

.term-text {
    color: #676880;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.term-links {
    display: flex;
    gap: 8px;
}

    .term-links a {
        color: #192544 !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-decoration: underline;
        margin-top: 20px;
        font-family: 'PloniMLv2AAA-DemiBold';
    }

.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(80, 82, 99, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-popup {
    position: relative;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('./../images/popup-bg.png');
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    direction: rtl;
    display: block;
    font-family: ploni, Dosis, sans-serif;
    font-size: 30px;
    height: 420px;
    max-width: 90%;
    padding: 10px 10px 30px 10px;
    position: relative;
    unicode-bidi: isolate;
    width: 680px;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 #22222240;
    min-width: 420px;
    min-height: 320px;
    text-align: center;
    overflow: visible;
    color: rgb(6, 38, 127);
}

.custom-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    left: auto;
    background: #F2F2F2;
    border: none;
    font-size: 28px;
    color: #888;
    cursor: pointer;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

    .custom-popup-close:hover {
        background: #e0e0e0;
    }

.custom-popup-title {
    font-size: 22px;
    font-weight: 600;
    margin: 60px 0 32px 0;
    z-index: 1;
    position: relative;
}

.custom-popup-contacts {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 16px;
    z-index: 1;
    position: relative;
}

.custom-popup-contact {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0px 39px 71px 0 rgba(24, 109, 116, 0.15);
    padding: 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    margin: 0 8px;
}

.custom-popup-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.custom-popup-icon {
    margin-bottom: 8px;
}

.custom-popup-label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.custom-popup-value {
    font-size: 14px;
    direction: ltr;
    unicode-bidi: embed;
    line-height: 20px;
}

.product-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E3E8F0;
    cursor: pointer;
    transition: background 0.2s;
}

    .product-dot.active {
        background: #033BA5;
    }

/* @media (max-width: 1546px) {
  .product-list-wrapper {
    width: calc(100% - 160px);
    margin: 0 auto;
    max-width: none;
  }
} */


@media screen and (max-width: 1600px) {

    .hero-image,
    .footer-circle1,
    .medium-circle,
    .footer-circle2,
    .footer-circle3,
    .footer-ellipse1,
    .footer-ellipse2,
    .cyan-circle1,
    .cyan-circle2,
    .cyan-circle4,
    .list-ellipse,
    .search-circle1,
    .search-circle2 {
        display: none;
    }

    .hero-text {
        width: 100%;
        margin-right: 80px;
    }

    .section-text {
        margin: 80px 80px;
        width: 80%;
    }

    .first-section .section-text {
        margin-right: 0
    }

    .second-section .section-text {
        margin-left: 0
    }

    .second-section {
        margin: 20px
    }

    .section-image {
        /* align-self: flex-start; */
        width: 70%;
    }

    .sections-container {
        margin-bottom: 60px;
    }

    .second-section .section-main br {
        display: none;
    }

    .logo {
        margin-bottom: 40px;
    }

    .search-section {
        margin-left: 80px;
        margin-right: 80px;
    }

    .hero-big-ellipse {
        left: -600px
    }

    .big-ellipse {
        top: 3400px
    }

    .grid-svg {
        left: 700px
    }

    .sections-container {
        margin-bottom: 40px;
    }

    .articles {
        margin-right: 80px;
        margin-left: 80px;
    }

    .product-list-wrapper {
        width: calc(100% - 160px);
        margin: 0 auto;
        max-width: none;
    }
}

@media screen and (max-width: 800px) {
    .top-container {
        padding: 0 10px;
        /* max-height: 2000px; */
    }

    .big-logo {
        width: 282px;
        height: 45px;
        margin-bottom: 40px;
        align-self: center;
    }

    .store {
        padding: 10px;
    }

    .footer {
        padding: 10px;
    }

    .hero {
        flex-direction: column;
        padding: 10px;
        margin-bottom: 40px;
    }

    .hero-text p {
        margin: 10px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .hero-span {
        width: 100%;
    }

    .big-ellipse {
        top: -1000px;
        left: -400px;
        z-index: 0;
        display: block;
    }

    .grid-svg {
        top: -50px;
        left: 300px;
        z-index: 1;
    }

    .logo {
        margin-bottom: 40px;
        align-self: center;
    }

    .hero-image-container {
        display: none;
    }

    .hero-text {
        margin: 0;
        width: 100%;
        z-index: 1;
    }

    .sections-container {
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .first-section,
    .second-section {
        flex-direction: column;
        margin: 0
    }

    .first-section {
        margin-bottom: 25px;
    }

    .second-section .section-main br {
        display: none;
    }

    .section-header {
        font-size: 25px;
        text-align: center;
        width: 100%;
    }

    .section-text {
        width: 100%;
        margin: 0;
    }

        .section-text p {
            margin: 20px 0 10px;
        }

    .section-main {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .section-footer {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }

    .section-links {
        justify-content: center;
        align-items: center;
    }

    .section-link {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
    }

    .section-button {
        width: 120px;
        height: 30px;
        font-size: 12px;
        line-height: 16px;
        padding: 0;
    }

    .section-image {
        display: none
    }

    .search-section {
        margin: 0 10px !important;
        padding: 24px 5px 10px;
        margin: 40px 0;
    }

    .left-filters {
        direction: rtl;
        justify-content: space-between;
    }

    .filters {
        flex-direction: column-reverse;
        gap: 20px;
        margin: 20px 0
    }

    .filter-inputs {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .search-btn {
        align-self: center;
        width: 100%;
    }

    .item-filters {
        flex-direction: column;
    }

    .search-input-wrapper {
        width: 100%;
    }

    .articles {
        margin: 40px 10px;
    }

    .articles-header {
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 25px;
    }

    .articles-list-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

        .articles-list-wrapper::-webkit-scrollbar {
            display: none;
        }

    .article {
        box-shadow: rgb(34, 34, 34, 0.1) 0px 3px 2.5px 0px;
        min-width: 90vw;
        max-width: 90vw;
        width: 90vw;
        box-sizing: border-box;
        margin: 0;
    }

    .article-image {
        width: 100%;
    }

    .store {
        overflow: hidden;
        margin: 0 10px;
    }

    .store-header {
        font-size: 25px;
        line-height: 20px;
    }

    .store-text {
        font-size: 16px;
        line-height: 20px;
    }

    .categories {
        width: 100%;
        flex-wrap: wrap;
        /*flex-direction: row-reverse;*/
        align-items: flex-start;
    }

    .product-list-wrapper {
        /* width: 100vw;
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box; */
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        padding: 0 16px;
        box-sizing: border-box;
    }

        .product-list-wrapper::-webkit-scrollbar {
            display: none;
        }

    .product-list {
        justify-content: flex-start;
        gap: 16px;
        /* width: 100%;
    min-width: 0;
    gap: 16px;
    padding: 0;
    margin: 0; */
    }

    .product {
        width: 400px;
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        box-shadow: 0px 3px 2.5px 0px #2222221A;
    }

    .product-image {
        width: 100%;
    }

    .footer {
        margin: 20px 10px 10px;
    }

    .disclaimer {
        padding: 24px 10px;
        width: 100%;
    }

    .disclaimer-title {
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }

    .disclaimer-text {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-circle1,
    .footer-circle2,
    .footer-circle3,
    .footer-ellipse1,
    .footer-ellipse2,
    .list-ellipse,
    .search-circle1,
    .search-circle2 {
        display: none;
    }

    .terms {
        margin: 0;
    }

    .custom-popup {
        width: 100vw;
        min-width: 0;
        max-width: 100vw;
        padding: 16px 4vw 24px 4vw;
        font-size: 18px;
        box-sizing: border-box;
        border-radius: 0;
        height: 350px;
    }

    .custom-popup-title {
        font-size: 18px;
        margin: 24px 0 16px 0;
    }

    .custom-popup-contact {
        min-width: 0;
        height: 200px;
        margin: 0;
    }

    .custom-popup-contacts {
        column-gap: 10px;
    }
}
