.elementor-kit-9{--e-global-color-primary:#F5F5F5;--e-global-color-secondary:#0845A0;--e-global-color-text:#1B1B1B;--e-global-color-accent:#A0D3F6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:17px;--e-global-typography-accent-font-family:"%d0%94%d0%bb%d1%8f-%d0%b7%d0%b0%d0%b3%d0%be%d0%bb%d0%be%d0%b2%d0%ba%d0%b0";--e-global-typography-accent-font-size:65px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:52px;--e-global-typography-accent-letter-spacing:-1.5px;background-color:var( --e-global-color-primary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"Helvetica", Sans-serif;font-weight:400;line-height:17px;}.elementor-kit-9 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{border-radius:50px 50px 50px 50px;padding:12px 0px 12px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 a{font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.coffee-country-block {
    display: flex;
    align-items: flex-start; /* ← тепер текст по верху */
}

.coffee-country-image {
    width: 50%;
}

.coffee-country-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px; /* ← радіус */
    box-shadow: none !important; 
    border: none !important;
}

.coffee-country-text {
    width: 50%;
    padding-left: 60px;
}

.coffee-country-text h3 {
    margin-top: 0; /* щоб не було відступу зверху */
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    .coffee-country-block {
        flex-direction: column;
    }

    .coffee-country-image,
    .coffee-country-text {
        width: 100%;
    }

    .coffee-country-text {
        padding-left: 0;
        margin-top: 30px;
    }
}




налаштування вигляду фільтрів
/* ===== ТЕКСТ ЗНАЧЕНЬ ===== */
.wpc-filter-link {
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000 !important;
    text-decoration: none;
    transition: 0.3s ease;
    letter-spacing: -0.3px; /* мінусовий трекінг */

}

/* Hover */
.wpc-filter-link:hover {
    color: #000000;
}

/* Активний */
.wpc-checkbox-item input:checked + label .wpc-filter-link {
    color: #004190;
    font-weight: 500;   
    letter-spacing: -0.3px; /* мінусовий трекінг */

}

/* ===== КІЛЬКІСТЬ (цифри) ===== */
.wpc-term-count {
    font-size: 14px;
    color: #b0b0b0;
    margin-left: 6px;
}

/* ===== ЗАГОЛОВКИ ===== */
.wpc-filter-title {
    font-family: "Helvetica", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.3px; /* мінусовий трекінг */
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 15px;
}/* End custom CSS */