.elementor-kit-6{--e-global-color-primary:#0A3E91;--e-global-color-secondary:#2B3440;--e-global-color-text:#6B7585;--e-global-color-accent:#FF6B00;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.jet-active-filter__label{
    display: none;
}
.jet-active-filter:not(.custom-active-filter) {
    display: none !important;
}

.custom-active-filter {
    opacity: 0;
    transform: translateY(-10px) scale(0.92);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-active-filter.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.woocommerce ul.products .product .price {
    opacity: 0;
    transition: opacity 0.2s ease;
}
.woocommerce ul.products .product .price.price-ready {
    opacity: 1;
}
.woocommerce-js h2 {
    margin-bottom: .0em;
}

/* Filter Hidden*/

.jsf-active-wrap > .elementor-widget-wrap {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: 0 !important;
    margin-top: 0 !important;
}

/* Если есть активный фильтр ИЛИ видна кнопка "Скинути все" */
.jsf-active-wrap > .elementor-widget-wrap:has(.jet-active-filter),
.jsf-active-wrap > .elementor-widget-wrap:has(.jet-remove-all-filters:not(.hide)) {
    background: #fff !important;
    border: 1px solid #E5EBF3 !important;
    padding: 15px !important;
    border-radius: 20px !important;
    margin-top: 10px !important;
}

/* Контейнер */
.woocommerce-breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

/* скрыть скролл в Chrome */
.woocommerce-breadcrumb::-webkit-scrollbar {
  display: none;
}

/* елементи не повинні стискатися */
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Додаємо відступ в кінці */
.woocommerce-breadcrumb::after {
  content: "";
  flex: 0 0 10px;
}
.add_to_cart_button.product_type_variable {
  font-size: 0 !important; /* приховуємо оригінальний текст */
  position: relative;
}

.add_to_cart_button.product_type_variable::after {
  content: "Купити";
  font-size: 16px; /* онови під свій реальний розмір шрифту кнопки */
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}/* End custom CSS */