/* End custom CSS */

.elementor-kit-111 {
	--e-global-color-primary: #f4f4f3;
	--e-global-color-secondary: #284a32;
	--e-global-color-text: #090909;
	--e-global-color-accent: #dc9105;
	--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: "Roboto";
	--e-global-typography-text-font-size: 15px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Philosopher";
	--e-global-typography-accent-font-size: 48px;
	--e-global-typography-accent-font-weight: 500;
	background-color: var(--e-global-color-primary);
	--e-page-transition-entrance-animation: e-page-transition-fade-out-down;
	--e-page-transition-animation-duration: 1500ms;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1440px;
}

.e-con {
	--container-max-width: 1440px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

@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 */

/* Блокируем открытие мини-корзины при клике */
.elementor-menu-cart__toggle {
	pointer-events: none;
}

/* Добавляем кликабельную ссылку поверх */
.elementor-menu-cart__toggle::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 10;
	pointer-events: auto;
}
