body {
	margin: 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	line-height: 1.5;

}

input,
textarea {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;

}

.header {
	min-width: 100%;
}

* {
	outline: none !important;
}

a {
	color: var(--e-global-color-accent);
}

p:last-child {
	margin-bottom: 0;
}

ul {
	padding-left: 15px;
}

.elementor-sticky--effects {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

p:empty,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 1.2;
}

a {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child a {
	padding-right: 0 !important;
}

img {
	display: block;
}

img.size-full {
	width: 100%;
}

.open-menu .elementor-icon-wrapper {
	display: flex;
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	transition: all 0.4s;
	cursor: pointer;
}

.back-to-top.show {
	opacity: 1;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 140px;
	transition: all 0.4s ease-out 0s;
}

.header.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 80px;
}

p.gform_required_legend {
	display: none;
}

/* rokacoffe */


.marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
	--marquee-duration: 40s;
}

.marquee .marquee__inner {
	display: flex;
	width: max-content;
	will-change: transform;
	animation: marquee-scroll var(--marquee-duration) linear infinite;
}

.marquee .marquee__track {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	flex-shrink: 0;
}

.marquee .marquee__item {
	color: #797979;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	width: auto;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
	padding: 20px 48px 20px 0;
}

.marquee.is-reverse .marquee__inner {
	animation-name: marquee-scroll-reverse;
}

@keyframes marquee-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-33.3333%, 0, 0);
	}
}

@keyframes marquee-scroll-reverse {
	from {
		transform: translate3d(-33.3333%, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

.both .marquee .marquee__item {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-left: 5px;
}

.both .marquee .marquee__item {
	padding-right: 56px;
}

.marquee .marquee-item__image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.marquee .marquee-item__image img {
	width: 48px;
	height: 48px;
	object-fit: cover;
}

.marquee .marquee-item__title {
	display: inline-block;
}

.product-tabs-widget__nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 40px;
}

.product-tabs-widget__tab {
	background: transparent;
	border: 0;
	padding: 0;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	color: var(--e-global-color-text);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.product-tabs-widget__tab-image {
	width: 84px;
	height: 84px;
	border-radius: 999px;
	overflow: hidden;
	border: 3px solid transparent;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.product-tabs-widget__tab.is-active .product-tabs-widget__tab-image {
	border-color: var(--e-global-color-primary);
	transform: translateY(-2px);
}

.product-tabs-widget__tab-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-tabs-widget__tab-title {
	border-bottom: 3px solid transparent;
	padding-bottom: 2px;
}

.product-tabs-widget__tab.is-active .product-tabs-widget__tab-title {
	border-color: var(--e-global-color-primary);
}

.category-list {
	display: flex;
	flex-direction: column;
}

.category-list__group {
	color: #2f3948;
	border-radius: 20px;
	overflow: hidden;
	transition: background-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.category-list__group.is-active {
	background: #f3f6fb;
	box-shadow: 0 14px 32px rgba(47, 57, 72, 0.08);
	transform: translateY(-1px);
}

.category-list__group.is-animating {
	will-change: transform, box-shadow, background-color;
}

.category-list__parent {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 18px;
	border-radius: 20px;
	transition: background 0.25s ease, padding 0.25s ease;
}

.category-list__group.is-active .category-list__parent {
	border-radius: 20px 20px 0 0;
}

.category-list__icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.category-list__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.category-list__parent-link {
	flex: 1;
	color: #2f3948;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
}

.category-list__parent-link:hover,
.category-list__child-link:hover {
	color: #f21746;
	text-decoration: none;
}

.category-list__chevron {
	width: 18px;
	height: 18px;
	color: #2f3948;
	flex-shrink: 0;
}

.category-list__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.category-list__group.is-active .category-list__chevron {
	color: #f21746;
}

.category-list__chevron svg {
	width: 100%;
	height: 100%;
	transition: transform 0.25s ease;
}

.category-list__group.is-active .category-list__chevron svg {
	transform: rotate(180deg);
}

.category-list__children {
	display: none;
	list-style: none;
	margin: 0;
	padding: 10px 20px 22px 37px;
	border-radius: 0 0 20px 20px;
	position: relative;
}

.category-list__children::before {
	content: "";
	position: absolute;
	left: 34px;
	top: 0;
	bottom: 16px;
	width: 1px;
	background: #d9e0ea;
}

.category-list__child {
	position: relative;
	display: flex;
	align-items: center;
	padding: 14px 0 14px 22px;
}

.category-list__child::before {
	content: "";
	position: absolute;
	left: -2px;
	top: 28px;
	width: 22px;
	height: 1px;
	background: #d9e0ea;
}

.category-list__child-link {
	color: #2f3948;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
}

.category-list__child.is-active .category-list__child-link,
.category-list__group.is-active>.category-list__parent .category-list__parent-link {
	color: #2f3948;
}

.category-list__count {
	margin-left: 6px;
	color: #768193;
	font-size: 15px;
}

.elementor-widget-woocommerce-product-meta .detail-container {
	position: relative;
	width: 100%;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button {
	background: none;
	border: none
}

.elementor-menu-cart__footer-buttons {
	display: flex;
}

@media (max-width: 767px) {
	.category-list {
		gap: 16px;
	}

	.category-list__parent {
		gap: 12px;
		padding: 10px 16px;
		border-radius: 16px;
	}

	.category-list__group {
		border-radius: 16px;
	}

	.category-list__group.is-active {
		transform: none;
	}

	.category-list__group.is-active .category-list__parent {
		padding: 18px 16px 14px;
		border-radius: 16px 16px 0 0;
	}

	.category-list__children {
		padding: 4px 16px 18px 58px;
		border-radius: 0 0 16px 16px;
	}

	.category-list__children::before {
		left: 28px;
	}

	.category-list__icon {
		width: 36px;
		height: 36px;
	}

	.category-list__parent-link {
		font-size: 18px;
	}

	.category-list__child {
		padding: 10px 0 10px 18px;
	}

	.category-list__child-link {
		font-size: 17px;
	}
}

.product-tabs-widget__panel {
	display: none;
}

.product-tabs-widget__panel.is-active {
	display: block;
}

.product-tabs-widget__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.product-related-shortcode__grid {
	grid-template-columns: minmax(0, 1fr);
}

.rokacoffe-product-content {
	position: relative;
}

.rokacoffe-product-content.is-collapsible {
	padding-bottom: 88px;
}

.rokacoffe-product-content.is-collapsed .rokacoffe-product-content__inner {
	max-height: var(--rokacoffe-product-content-height, 320px);
	overflow: hidden;
}

.rokacoffe-product-content__fade {
	display: none;
}

.rokacoffe-product-content.is-collapsed .rokacoffe-product-content__fade {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 88px;
	height: 140px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 78%);
	pointer-events: none;
}

.elementor-kit-6 .rokacoffe-product-content__toggle {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-radius: 999px;
	background: var(--e-global-color-primary);
	border: none;
	box-shadow: none;
	cursor: pointer;
}

.elementor-kit-6 .rokacoffe-product-content__toggle:focus,
.elementor-kit-6 .rokacoffe-product-content__toggle:hover {
	color: #fff;
}

.rokacoffe-product-gallery {
	--rokacoffe-gallery-radius: 15px;
	--rokacoffe-gallery-thumb-radius: 15px;
	--rokacoffe-gallery-nav-size: 40px;
	position: relative;
}

.rokacoffe-product-gallery__main {
	position: relative;
	overflow: hidden;
	border-radius: var(--rokacoffe-gallery-radius);
	background: linear-gradient(108deg, #ffb6b7 -8.49%, #fcf2e9 25.85%, #fbe5d2 55.15%, #feeee5 74.38%);

}

.rokacoffe-product-gallery__frame {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 620px;
}

.rokacoffe-product-gallery__image {
	display: block;
	max-width: min(100%, 460px);
	max-height: 560px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.rokacoffe-product-gallery__main .rokacoffe-product-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: var(--rokacoffe-gallery-nav-size);
	height: var(--rokacoffe-gallery-nav-size);
	border: 0;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
	padding: 0 !important;
	transition: transform .25s ease, background .25s ease, opacity .25s ease;
}

.rokacoffe-product-gallery__nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 9px;
	height: 18px;
}

.rokacoffe-product-gallery__nav-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.rokacoffe-product-gallery__main .rokacoffe-product-gallery__nav:hover {
	transform: translateY(-50%) scale(1.05);
}

.rokacoffe-product-gallery__main .rokacoffe-product-gallery__nav--prev {
	left: 0;
	border-radius: 0 50px 50px 0;
	background: #670012;
	color: #fff;
}

.rokacoffe-product-gallery__main .rokacoffe-product-gallery__nav--next {
	right: 0;
	background: #670012;
	color: #fff;
	border-radius: 50px 0 0 50px;
}

.rokacoffe-product-gallery__thumbs {
	margin-top: 16px;
	padding: 0 64px;
}

.rokacoffe-product-gallery__thumbs .swiper-slide {
	width: 88px;
	height: 88px;
}

.rokacoffe-product-gallery__thumb-frame {
	border: 1.5px solid transparent;
	border-radius: var(--rokacoffe-gallery-thumb-radius);
	padding: 6px;
	height: 100%;
	display: flex;
	background: linear-gradient(108deg, #ffb6b7 -8.49%, #fcf2e9 25.85%, #fbe5d2 55.15%, #feeee5 74.38%);
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	transition: border-color .25s ease, transform .25s ease;
}


.rokacoffe-product-gallery__thumbs .swiper-slide-thumb-active .rokacoffe-product-gallery__thumb-frame {
	border-color: #8f1f17;
}

.rokacoffe-product-gallery__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
}

@media (max-width: 767px) {
	.rokacoffe-product-content.is-collapsible {
		padding-bottom: 76px;
	}

	.rokacoffe-product-content.is-collapsed .rokacoffe-product-content__fade {
		bottom: 76px;
		height: 120px;
	}

	.rokacoffe-product-content__toggle {
		min-width: 200px;
		padding: 14px 22px;
		font-size: 16px;
	}

	.rokacoffe-product-gallery__main {
		padding: 22px 18px;
		border-radius: 24px;
	}

	.rokacoffe-product-gallery__frame {
		min-height: 360px;
	}

	.rokacoffe-product-gallery__image {
		max-width: min(100%, 260px);
		max-height: 320px;
	}

	.rokacoffe-product-gallery__nav {
		width: 44px;
		height: 44px;
		font-size: 28px;
	}

	.rokacoffe-product-gallery__nav--prev {
		left: 10px;
	}

	.rokacoffe-product-gallery__nav--next {
		right: 10px;
	}

	.rokacoffe-product-gallery__thumbs {
		padding: 0 8px;
	}

	.rokacoffe-product-gallery__thumbs .swiper-slide {
		width: 70px;
		height: 70px;
	}
}

.product-tabs-widget__card {
	background: linear-gradient(108deg, #ffb6b7 -8.49%, #fcf2e9 25.85%, #fbe5d2 55.15%, #feeee5 74.38%);
	border-radius: 22px;
	padding: 22px 16px 20px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.product-tabs-widget__image-link {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 240px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.product-tabs-widget__image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	transition: opacity .35s ease, transform .35s ease;
}

.product-tabs-widget__image--hover {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: scale(1.04);
}

.product-tabs-widget__image-link img {
	max-height: 220px;
	width: auto;
	object-fit: contain;
}

.product-tabs-widget__image-link.has-hover-image:hover .product-tabs-widget__image--primary {
	opacity: 0;
	transform: scale(.96);
}

.product-tabs-widget__image-link.has-hover-image:hover .product-tabs-widget__image--hover {
	opacity: 1;
	transform: scale(1);
}

.product-tabs-widget__meta {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-tabs-widget__rating {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--e-global-color-text);
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 16px;
}

.product-tabs-widget__rating-value,
.product-tabs-widget__reviews {
	font-weight: 600;
}

.product-tabs-widget__stars {
	display: inline-flex;
	gap: 2px;
}

.product-tabs-widget__star {
	color: rgba(109, 7, 19, 0.25);
}

.product-tabs-widget__star.is-filled {
	color: var(--e-global-color-primary);
}

.product-tabs-widget__name {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.18;
	color: var(--e-global-color-text);
	text-transform: none;
}

.product-tabs-widget__name a,
.product-tabs-widget__name a:hover {
	color: inherit;
	text-decoration: none;
}

.product-tabs-widget__price {
	color: #c40016;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 14px;
}

.product-tabs-widget__excerpt {
	color: var(--e-global-color-text);
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 22px;
}

.product-tabs-widget__button {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	border-radius: 10px;
	background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
}

.product-tabs-widget__button:hover {
	background: var(--e-global-color-secondary);
	color: #fff;
}

.woocommerce ul.products li.product .product-tabs-widget__card,
.woocommerce-page ul.products li.product .product-tabs-widget__card {
	height: 100%;
}

.woocommerce ul.products li.product .product-tabs-widget__image-link,
.woocommerce-page ul.products li.product .product-tabs-widget__image-link {
	width: 100%;
	text-decoration: none;
}

.woocommerce ul.products li.product .product-tabs-widget__image-link img,
.woocommerce-page ul.products li.product .product-tabs-widget__image-link img {
	display: block;
	margin: 0 auto;
	float: none;
}

.woocommerce ul.products li.product .product-tabs-widget__button,
.woocommerce-page ul.products li.product .product-tabs-widget__button {
	width: 100%;
}

@media (max-width: 1200px) {
	.product-tabs-widget__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.product-tabs-widget__nav {
		gap: 18px;
		margin-bottom: 28px;
	}

	.product-tabs-widget__tab-image {
		width: 70px;
		height: 70px;
	}

	.product-tabs-widget__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.product-tabs-widget__name {
		font-size: 20px;
	}
}



.logo-marque .marquee .marquee-item__image img {
	width: auto;
}

.comparison-table-widget {
	max-width: 1100px;
	margin: 0 auto;
}

.comparison-table-widget__table {
	display: grid;
	grid-template-columns: minmax(260px, 1.1fr) minmax(220px, 1fr) minmax(220px, 1fr);
}

.comparison-table-widget__row {
	display: contents;
}

.comparison-table-widget__cell {
	padding: 24px 28px;
	border-bottom: 1px solid var(--e-global-color-35b16cb);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 92px;
}

.comparison-table-widget__cell--head {
	min-height: 220px;
	padding-top: 28px;
	padding-bottom: 28px;
}

.comparison-table-widget__cell--label {
	justify-content: flex-start;
	color: var(--e-global-color-text);
	font-size: 22px;
	line-height: 1.12;
}

.comparison-table-widget__cell--product {
	text-align: center;
}

.comparison-table-widget__cell--featured {
	background: var(--e-global-color-secondary);
}

.comparison-table-widget__head .comparison-table-widget__cell--featured {
	border-radius: 28px 28px 0 0;
}

.comparison-table-widget__row:last-child .comparison-table-widget__cell--featured {
	border-radius: 0 0 28px 28px;
}

.comparison-table-widget__row:last-child .comparison-table-widget__cell {
	border-bottom: 0;
}

.comparison-table-widget__product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	min-height: 126px;
}

.comparison-table-widget__product-image img {
	max-width: 100%;
	max-height: 140px;
	width: auto;
	object-fit: contain;
}

.comparison-table-widget__product-title {
	display: block;
	color: var(--e-global-color-text);
	font-size: clamp(20px, 1.5vw, 24px);
	line-height: 1.1;
}

.comparison-table-widget__head .comparison-table-widget__cell--featured .comparison-table-widget__product-title {
	color: var(--e-global-color-36efd04);
}

.comparison-table-widget__cell--head.comparison-table-widget__cell--product {
	flex-direction: column;
}

.comparison-table-widget__icon {
	width: 30px;
	height: 30px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.comparison-table-widget__icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.comparison-table-widget__icon--yes {
	background: var(--e-global-color-36efd04);
	color: var(--e-global-color-secondary);
}

.comparison-table-widget__icon--no {
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-36efd04);
}

@media (max-width: 900px) {
	.comparison-table-widget__table {
		grid-template-columns: minmax(180px, 1fr) repeat(2, minmax(140px, .8fr));
	}

	.comparison-table-widget__cell {
		padding: 20px 18px;
	}
}

@media (max-width: 767px) {
	.comparison-table-widget__table {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.comparison-table-widget__row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) repeat(2, 88px);
		background: var(--e-global-color-36efd04);
		border: 1px solid var(--e-global-color-35b16cb);
		border-radius: 18px;
		overflow: hidden;
	}

	.comparison-table-widget__head {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
		background: transparent;
		border: 0;
		border-radius: 0;
		overflow: visible;
	}

	.comparison-table-widget__head .comparison-table-widget__cell--label {
		display: none;
	}

	.comparison-table-widget__head .comparison-table-widget__cell {
		border: 0;
		border-radius: 22px;
		min-height: 190px;
	}

	.comparison-table-widget__cell {
		min-height: 82px;
		padding: 18px 16px;
		border-bottom: 0;
	}

	.comparison-table-widget__cell--label {
		font-size: 18px;
	}

	.comparison-table-widget__cell--featured {
		border-radius: 0;
	}

	.comparison-table-widget__product-title {
		font-size: 18px;
	}

	.comparison-table-widget__icon {
		width: 28px;
		height: 28px;
	}
}

.product-category-tabs__header {
	background: var(--e-global-color-secondary);
	border-radius: 14px;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.product-category-tabs__headline {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.product-category-tabs__icon {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.product-category-tabs__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.product-category-tabs__title {
	color: var(--e-global-color-primary);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.product-category-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 14px;
}

.product-category-tabs__tab {
	border: 0;
	border-radius: 999px;
	padding: 10px 22px;
	background: var(--e-global-color-36efd04);
	color: var(--e-global-color-text);
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.product-category-tabs__tab.is-active,
.product-category-tabs__tab:hover {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(54, 54, 54, 0.14);
}

.product-category-tabs__body {
	background: var(--e-global-color-36efd04);
	border-radius: 18px;
	padding: 18px;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 28px;
}

.product-category-tabs__banner,
.product-category-tabs__banner-link,
.product-category-tabs__banner-placeholder {
	display: block;
	height: 100%;
}

.product-category-tabs__banner-link,
.product-category-tabs__banner-placeholder {
	background: var(--e-global-color-35b16cb);
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	min-height: 100%;
}

.product-category-tabs__banner-link img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	display: block;
}

.product-category-tabs__banner-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
	font-size: 24px;
	font-weight: 700;
	color: var(--e-global-color-text);
}

.product-category-tabs__panel {
	display: none;
}

.product-category-tabs__panel.is-active {
	display: block;
	opacity: 1;
}

.product-category-tabs__panel.is-entering {
	animation: productCategoryTabsPanelFadeIn .32s ease forwards;
}

.product-category-tabs__products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.product-category-tabs__card {
	background: linear-gradient(108deg, #ffb6b7 -8.49%, #fcf2e9 25.85%, #fbe5d2 55.15%, #feeee5 74.38%);
	border-radius: 18px;
	padding: 12px 12px 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	opacity: 1;
}

.product-category-tabs__image-link {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--e-global-color-36efd04);
	margin-bottom: 16px;
}

.product-category-tabs__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	transition: opacity .35s ease, transform .35s ease;
}

.product-category-tabs__image--hover {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: scale(1.04);
}

.product-category-tabs__image-link img {
	width: 100%;
	height: 220px;
	object-fit: contain;
}

.product-category-tabs__image-link.has-hover-image:hover .product-category-tabs__image--primary {
	opacity: 0;
	transform: scale(.96);
}

.product-category-tabs__image-link.has-hover-image:hover .product-category-tabs__image--hover {
	opacity: 1;
	transform: scale(1);
}

.product-category-tabs__product-name {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--e-global-color-text);
}

.product-category-tabs__product-name a,
.product-category-tabs__product-name a:hover {
	color: inherit;
	text-decoration: none;
}

.product-category-tabs__price {
	font-size: 18px;
	font-weight: 700;
	color: #c40016;
	margin-bottom: 16px;
}

.product-category-tabs__price ins {
	text-decoration: none;
}

.product-category-tabs__button {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	border-radius: 10px;
	background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
}

.product-category-tabs__button:hover {
	color: var(--e-global-color-36efd04);
	background: var(--e-global-color-secondary);
}

.product-category-tabs__panel.is-entering .product-category-tabs__card {
	animation: productCategoryTabsCardFadeIn .35s ease forwards;
}

.product-category-tabs__panel.is-entering .product-category-tabs__card:nth-child(2) {
	animation-delay: .08s;
}

.product-category-tabs__panel.is-entering .product-category-tabs__card:nth-child(3) {
	animation-delay: .16s;
}

.product-category-tabs__footer {
	display: flex;
	justify-content: center;
	padding-top: 16px;
}

.product-category-tabs__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 28px;
	border: 1px solid var(--e-global-color-primary);
	border-radius: 999px;
	color: var(--e-global-color-primary);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
}

.product-category-tabs__view-all:hover {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-36efd04);
}

.product-category-tabs__empty {
	grid-column: 1 / -1;
	border-radius: 16px;
	background: var(--e-global-color-35b16cb);
	padding: 32px 24px;
	text-align: center;
	font-size: 16px;
	color: var(--e-global-color-text);
}

@keyframes productCategoryTabsPanelFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes productCategoryTabsCardFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media (max-width: 1200px) {
	.product-category-tabs__body {
		grid-template-columns: 1fr;
	}

	.product-category-tabs__banner-link,
	.product-category-tabs__banner-placeholder {
		min-height: 240px;
	}

	.product-category-tabs__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.product-category-tabs__header {
		flex-direction: column;
		align-items: stretch;
	}

	.product-category-tabs__headline {
		justify-content: center;
	}

	.product-category-tabs__nav {
		justify-content: center;
	}

	.product-category-tabs__title {
		font-size: 22px;
	}

	.product-category-tabs__products {
		grid-template-columns: 1fr;
	}
}

.feature-spotlight {
	max-width: 1520px;
	margin: 0 auto;
}

.feature-spotlight__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 600px) minmax(0, 1fr);
	align-items: center;
	gap: 36px;
}

.feature-spotlight__column {
	display: grid;
	gap: 34px;
}

.feature-spotlight__item {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--e-global-color-text);
	color: var(--e-global-color-text);
}

.feature-spotlight__item:last-child {
	margin-bottom: 0;
}

.feature-spotlight__item::after {
	content: "";
	position: absolute;
	bottom: -8px;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: var(--e-global-color-primary);
}

.feature-spotlight__item--left::after {
	right: 0;
}

.feature-spotlight__item--right::after {
	left: 0;
}

.feature-spotlight__item-title {
	margin: 0 0 18px;
	color: inherit;
	font-size: 22px;
	line-height: 1.08;
}

.feature-spotlight__item-description {
	font-size: 16px;
	line-height: 1.42;
}

.feature-spotlight__item-description p {
	margin: 0;
}

.feature-spotlight__visual {
	display: flex;
	justify-content: center;
}

.feature-spotlight__image-wrap {
	width: min(100%, 480px);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	background: var(--e-global-color-35b16cb);
}

.feature-spotlight__image-wrap .feature-spotlight__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

body .s1 {
	fill: #ffffff;
}

form#gform_2 {
	position: relative;
}

form#gform_2 .gform-footer.gform_footer.top_label {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	right: 10px;
}

form#gform_2 .gform_footer .gform_image_button {
	height: 40px;
	margin: 0;
}

@media (max-width: 1199px) {
	.feature-spotlight__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.feature-spotlight__visual {
		order: -1;
	}

	.feature-spotlight__column {
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.feature-spotlight__image-wrap {
		width: min(100%, 380px);
	}

	.feature-spotlight__item {
		padding-bottom: 28px;
	}

	.feature-spotlight__item-title {
		margin-bottom: 12px;
		font-size: 24px;
	}

	.feature-spotlight__item-description {
		font-size: 16px;
	}
}

.brand-values-widget {
	max-width: 1520px;
	margin: 0 auto;
}

.brand-values-widget__list {
	display: grid;
	gap: 72px;
}

.brand-values-widget__item {
	color: #1530d3;
}

.brand-values-widget__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid currentColor;
}

.brand-values-widget__title,
.brand-values-widget__number {
	margin: 0;

	font-style: italic;
	font-weight: 700;
	line-height: 1.1;
	color: currentColor;
}

.brand-values-widget__title {
	font-size: 24px
}

.brand-values-widget__number {
	flex-shrink: 0;
	font-size: 16px;
}

.brand-values-widget__content {

	font-size: 16px;
	line-height: 1.55;
	color: currentColor;
}

.brand-values-widget__content p {
	margin: 0;
}

.process-swiper-widget {
	max-width: 100%;
	margin: 0 auto;
}

.process-swiper-widget__header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 32px;
}

.process-swiper-widget__nav {
	width: 43px;
	height: 43px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #8e3d3a;
	line-height: 1;
	padding: 0;
	border: 0;
	cursor: pointer;
	transition: color .25s ease, opacity .25s ease, transform .25s ease;
}

.process-swiper-widget__nav:hover {
	color: #5f1f1b;
	transform: translateY(-1px);
}

.process-swiper-widget__nav.swiper-button-disabled {
	opacity: .4;
	cursor: default;
	transform: none;
}

.process-swiper-widget__nav-icon {
	display: block;
	width: 43px;
	height: 43px;
}

.process-swiper-widget__nav-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.process-swiper-widget__slider {
	overflow: visible;
}

.process-swiper-widget__slide {
	width: min(100%, 276px);
	height: auto;
}

.process-swiper-widget__media {
	aspect-ratio: 1 / 1;
	border-radius: 14px;
	overflow: hidden;
	background: #efe7e1;
	margin-bottom: 22px;
}

.process-swiper-widget__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.process-swiper-widget__content {
	color: #7f2d28;
}

.process-swiper-widget__title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	color: currentColor;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.process-swiper-widget__icon {
	font-size: 18px;
	line-height: 1;
}

.process-swiper-widget__description {
	font-size: 15px;
	line-height: 1.7;
	color: currentColor;
}

.process-swiper-widget__description p {
	margin: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: var(--e-global-color-primary);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: var(--e-global-color-secondary);
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: left;
	display: none;
}

.gform_wrapper.gravity-theme .gfield textarea.large,
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
	width: 100%;
	border: 1px solid #ced4da;
	min-height: 42px;
	border-radius: 5px;
}

.gform_wrapper.gravity-theme .gform_footer input#gform_submit_button_1 {
	background: var(--e-global-color-primary);
	border: none;
	cursor: pointer;
}

.gform_wrapper.gravity-theme .gform_footer input#gform_submit_button_1:hover {
	background: var(--e-global-color-secondary);
	border: none;
	color: #fff;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 100px;
}

.pl-container {
	padding-left: calc((100% - 1200px)/2);
}



@media (max-width: 767px) {
	.process-swiper-widget__header {
		margin-bottom: 24px;
	}

	.process-swiper-widget__slide {
		width: min(82vw, 280px);
	}

	.process-swiper-widget__title {
		margin-bottom: 14px;
		font-size: 14px;
	}

	.process-swiper-widget__description {
		font-size: 14px;
		line-height: 1.6;
	}

	.brand-values-widget__list {
		gap: 44px;
	}

	.brand-values-widget__header {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.brand-values-widget__header {
		align-items: flex-start;
	}

	.brand-values-widget__title {
		font-size: 24px;
	}

	.brand-values-widget__number {
		font-size: 22px;
	}

	.brand-values-widget__content {
		font-size: 18px;
		line-height: 1.65;
	}
}

.blog-category-tabs {
	max-width: 1520px;
	margin: 0 auto;
}

.blog-category-tabs__header {
	background: var(--e-global-color-secondary);
	border-radius: 18px;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.blog-category-tabs__headline {
	min-width: 0;
}

.blog-category-tabs__title {
	color: var(--e-global-color-36efd04);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.blog-category-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.blog-category-tabs__tab {
	border: 0;
	border-radius: 14px;
	padding: 10px 22px;
	background: var(--e-global-color-36efd04);
	color: var(--e-global-color-secondary);
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.blog-category-tabs__tab.is-active,
.blog-category-tabs__tab:hover {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-36efd04);
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(54, 54, 54, 0.14);
	filter: brightness(1.03);
}

.blog-category-tabs__body {
	background: var(--e-global-color-36efd04);
	border-radius: 24px;
	padding: 22px;
}

.blog-category-tabs__panel {
	display: none;
}

.blog-category-tabs__panel.is-active {
	display: block;
}

.blog-category-tabs__panel.is-entering {
	animation: productCategoryTabsPanelFadeIn .32s ease forwards;
}

.blog-category-tabs__content {
	display: block;
}

.blog-category-tabs__posts-wrap {
	display: flex;
	flex-direction: column;
}

.blog-category-tabs__posts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.blog-category-tabs__card {
	background: linear-gradient(108deg, #ffb6b7 -8.49%, #fcf2e9 25.85%, #fbe5d2 55.15%, #feeee5 74.38%);
	border-radius: 22px;
	padding: 14px 14px 18px;
	text-align: center;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.blog-category-tabs__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	background: var(--e-global-color-36efd04);
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 18px;
	text-decoration: none;
}

.blog-category-tabs__image-link img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
}

.blog-category-tabs__image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 260px;
	padding: 20px;
	background: var(--e-global-color-35b16cb);
	color: var(--e-global-color-text);
	font-size: 24px;
	font-weight: 600;
}

.blog-category-tabs__post-title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	color: var(--e-global-color-text);
}

.blog-category-tabs__post-title a,
.blog-category-tabs__post-title a:hover {
	color: inherit;
	text-decoration: none;
}

.blog-category-tabs__post-excerpt {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--e-global-color-text);
}

.blog-category-tabs__footer {
	display: flex;
	justify-content: center;
	padding-top: 24px;
}

.blog-category-tabs__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 36px;
	border-radius: 999px;
	border: 1px solid var(--e-global-color-primary);
	color: var(--e-global-color-primary);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
}

.blog-category-tabs__view-all:hover {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-36efd04);
}

.blog-category-tabs__empty {
	grid-column: 1 / -1;
	border-radius: 18px;
	background: var(--e-global-color-35b16cb);
	padding: 36px 24px;
	text-align: center;
	font-size: 16px;
	color: var(--e-global-color-text);
}

.blog-category-tabs__panel.is-entering .blog-category-tabs__card {
	animation: productCategoryTabsCardFadeIn .35s ease forwards;
}

.blog-category-tabs__panel.is-entering .blog-category-tabs__card:nth-child(2) {
	animation-delay: .08s;
}

.blog-category-tabs__panel.is-entering .blog-category-tabs__card:nth-child(3) {
	animation-delay: .16s;
}

.blog-archive-grid {
	max-width: 1520px;
	margin: 0 auto;
}

.blog-archive-grid__header {
	margin-bottom: 18px;
}

.blog-archive-grid__title {
	margin: 0;
	color: var(--e-global-color-text);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
}

.blog-archive-grid__posts {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-archive-grid--columns-1 .blog-archive-grid__posts {
	grid-template-columns: 1fr;
}

.blog-archive-grid--columns-2 .blog-archive-grid__posts {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-archive-grid--columns-4 .blog-archive-grid__posts {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-archive-grid__pagination {
	padding-top: 28px;
}

.blog-archive-grid__pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-archive-grid__pagination .page-numbers a,
.blog-archive-grid__pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid var(--e-global-color-primary);
	color: var(--e-global-color-primary);
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

.blog-archive-grid__pagination .page-numbers .current,
.blog-archive-grid__pagination .page-numbers a:hover {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-36efd04);
}

.png-icon-list {
	width: 100%;
}

.png-icon-list__items {
	display: grid;
	gap: 18px;
}

.png-icon-list--stacked .png-icon-list__items {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.png-icon-list--columns-1 .png-icon-list__items {
	grid-template-columns: 1fr;
}

.png-icon-list--columns-2 .png-icon-list__items {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.png-icon-list--columns-4 .png-icon-list__items {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.png-icon-list--inline .png-icon-list__items {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
}

.png-icon-list__item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 56px;
	padding: 12px 16px;
	border-radius: 14px;
	background: #fff;
	color: var(--e-global-color-text);
	text-decoration: none;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.png-icon-list--stacked .png-icon-list__item {
	width: 100%;
}

.png-icon-list__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(54, 54, 54, 0.08);
	background: #fff8f2;
}

.png-icon-list__media {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.png-icon-list__image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}

.png-icon-list__text {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
}

figcaption.wp-caption-text {
	background: #F6F6F6;
	text-align: center;
	padding: 5px 0;
}

figure.wp-caption.alignnone {
	max-width: 100%;
}

.elementor-widget-theme-post-content img {
	margin-bottom: 1em;

}

.about-mes.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text {
	transition: all 0.4s;
}

.about-mes.elementor-widget-icon-list .elementor-icon-list-item:hover>.elementor-icon-list-text {
	font-size: 22px !important;
}

.about-mes.elementor-widget-icon-list .elementor-icon-list-item {
	display: list-item;
	list-style: decimal;
	padding-left: 0;
}

.about-mes.elementor-widget-icon-list .elementor-icon-list-item::marker {
	color: var(--e-global-color-primary);
}

.about-mes .elementor-icon-list-items {
	list-style: decimal;
	padding-left: 30px;
}

.about-mes .elementor-icon-list-item:after {
	inset-inline-start: -18px !important;
}

@media (max-width: 1200px) {
	.blog-category-tabs__posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.blog-archive-grid__posts,
	.blog-archive-grid--columns-4 .blog-archive-grid__posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.png-icon-list--stacked .png-icon-list__items,
	.png-icon-list--columns-4 .png-icon-list__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.blog-category-tabs__header {
		flex-direction: column;
		align-items: stretch;
	}

	.blog-category-tabs__headline {
		text-align: center;
	}

	.blog-category-tabs__nav {
		justify-content: center;
	}

	.blog-category-tabs__body {
		padding: 16px;
		border-radius: 20px;
	}

	.blog-category-tabs__posts {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.blog-category-tabs__image-link,
	.blog-category-tabs__image-link img,
	.blog-category-tabs__image-placeholder {
		height: 220px;
		min-height: 220px;
	}

	.blog-archive-grid__title {
		font-size: 24px;
		text-align: center;
	}

	.blog-archive-grid__posts,
	.blog-archive-grid--columns-2 .blog-archive-grid__posts,
	.blog-archive-grid--columns-3 .blog-archive-grid__posts,
	.blog-archive-grid--columns-4 .blog-archive-grid__posts {
		grid-template-columns: 1fr;
	}

	.png-icon-list--stacked .png-icon-list__items,
	.png-icon-list--columns-2 .png-icon-list__items,
	.png-icon-list--columns-3 .png-icon-list__items,
	.png-icon-list--columns-4 .png-icon-list__items {
		grid-template-columns: 1fr;
	}

	.png-icon-list__item {
		min-height: 52px;
		padding: 10px 14px;
	}

	.png-icon-list__text {
		font-size: 16px;
	}
}