:root {
	--edl-primary: #fc5904;
	--edl-primary-dark: #db5007;
	--edl-orange-600: #ea580c;
	--edl-surface: #f8f9ff;
	--edl-surface-low: #fff4ee;
	--edl-surface-variant: #f4e3d9;
	--edl-on-surface: #281c12;
	--edl-on-variant: #554643;
	--edl-slate-50: #f8fafc;
	--edl-slate-100: #f1f5f9;
	--edl-slate-200: #e2e8f0;
	--edl-slate-400: #94a3b8;
	--edl-slate-500: #64748b;
	--edl-slate-800: #1e293b;
	--edl-slate-900: #0f172a;
	--edl-white: #fff;
	--edl-radius: 12px;
	--edl-radius-xl: 16px;
	--edl-shadow: 0 12px 32px rgba(124, 45, 18, 0.08);
	--edl-max: 1536px;
	--edl-safe-top: env(safe-area-inset-top, 0px);
	--edl-header-h: calc(64px + var(--edl-safe-top));
	--edl-hero-h: 380px;
	--edl-grad: linear-gradient(180deg, #fc5904 0%, #db5007 100%);
	--edl-grad-btn: linear-gradient(135deg, #fc5904 0%, #d44a03 100%);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	background-color: var(--edl-surface);
}

body.themeedl {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
	background: var(--edl-surface);
	color: var(--edl-on-surface);
	line-height: 1.5;
}

@media (max-width: 767px) {
	html {
		background-color: var(--edl-primary);
	}

	body.themeedl {
		min-height: 100dvh;
	}
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
	vertical-align: middle;
}

.edl-container {
	width: min(100% - 2rem, var(--edl-max));
	margin-inline: auto;
}

/* Topbar — removida do header */
.edl-topbar {
	display: none;
}

.edl-topbar__inner {
	max-width: var(--edl-max);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.edl-topbar__text {
	margin: 0;
	display: none;
}

.edl-topbar__links {
	list-style: none;
	display: flex;
	gap: 16px;
	margin: 0 auto;
	padding: 0;
}

.edl-topbar__links a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.edl-topbar__text {
		display: block;
	}

	.edl-topbar__links {
		margin: 0;
	}
}

/* Header — hambúrguer + logo + busca (layout Havan) */
.edl-header {
	position: sticky;
	top: 0;
	z-index: 50;
	padding-top: var(--edl-safe-top);
	background: var(--edl-grad);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	overflow: visible;
}

.edl-header__inner {
	max-width: var(--edl-max);
	margin: 0 auto;
	padding: 8px 12px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
}

.edl-header__left,
.edl-header__right {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.edl-header__left {
	order: 1;
	gap: 2px;
}

.edl-header__right {
	order: 2;
	gap: 2px;
	margin-left: auto;
}

.edl-menu-toggle {
	padding: 6px;
}

.edl-menu-toggle .material-symbols-outlined {
	font-size: 28px;
	line-height: 1;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.edl-logo {
	display: inline-flex;
	align-items: center;
}

.edl-logo img,
.edl-logo__img {
	height: 28px;
	width: auto;
}

.edl-logo__img--desktop {
	display: none;
}

.edl-logo__img--mobile {
	display: block;
}

@media (min-width: 768px) {
	:root {
		--edl-header-h: calc(72px + var(--edl-safe-top));
	}

	.edl-header__inner {
		flex-wrap: nowrap;
		padding: 12px 24px;
		gap: 20px;
	}

	.edl-header__left {
		gap: 4px;
	}

	.edl-header__right {
		order: 3;
		margin-left: 0;
		gap: 8px;
	}

	.edl-menu-toggle .material-symbols-outlined {
		font-size: 32px;
	}

	.edl-logo img,
	.edl-logo__img {
		height: 40px;
	}

	.edl-logo__img--desktop {
		display: block;
	}

	.edl-logo__img--mobile {
		display: none;
	}
}

.edl-icon-btn,
.edl-header-account,
.edl-header-gift,
.edl-cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--edl-white);
	background: transparent;
	border: 0;
	border-radius: 999px;
	padding: 8px;
	cursor: pointer;
	transition: background 0.2s;
}

.edl-icon-btn:hover,
.edl-header-account:hover,
.edl-header-gift:hover,
.edl-cart-link:hover {
	background: rgba(255, 255, 255, 0.12);
}

.edl-icon-btn--light {
	color: var(--edl-white);
}

.edl-header-account {
	gap: 8px;
	text-decoration: none;
}

.edl-header-account__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.edl-header-account__icon .material-symbols-outlined {
	font-size: 28px;
	line-height: 1;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.edl-header-account__text {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.25;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	max-width: 168px;
}

.edl-header-account__line,
.edl-header-account__name {
	white-space: nowrap;
}

.edl-header-account__name {
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.edl-header-gift {
	text-decoration: none;
}

.edl-header-gift .material-symbols-outlined {
	font-size: 26px;
	line-height: 1;
}

.edl-header-gift__text {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.25;
	font-size: 12px;
	font-weight: 500;
}

.edl-drawer__gift {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 16px 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fff4ee;
	color: var(--edl-primary);
	font-weight: 700;
}

.edl-drawer__gift .material-symbols-outlined {
	color: var(--edl-primary);
}

@media (min-width: 1024px) {
	.edl-header-account {
		border-radius: 10px;
		padding: 4px 8px 4px 4px;
	}

	.edl-header-account__text {
		display: flex;
	}
}

@media (min-width: 1100px) {
	.edl-header-gift {
		border-radius: 10px;
		padding: 4px 8px 4px 4px;
	}

	.edl-header-gift__text {
		display: flex;
	}
}

@media (max-width: 767px) {
	.edl-header-gift {
		display: none;
	}
}

.edl-cart-link {
	position: relative;
}

.edl-cart-count {
	position: absolute;
	top: -2px;
	right: -2px;
	min-width: 20px;
	height: 20px;
	padding: 0 4px;
	background: var(--edl-slate-900);
	color: var(--edl-white);
	font-size: 10px;
	font-weight: 700;
	border-radius: 999px;
	border: 2px solid #fc5904;
	display: flex;
	align-items: center;
	justify-content: center;
}

.edl-cart-count.is-empty {
	display: none;
}

/* Menu de categorias no header — categorias ficam no hambúrguer */
.edl-catnav {
	display: none;
}

.edl-search-mobile-btn .material-symbols-outlined {
	font-size: 26px;
	line-height: 1;
}

.edl-search {
	display: none;
	flex: 1 1 auto;
	max-width: none;
	position: relative;
	order: 2;
	min-width: 0;
}

.edl-header.is-search-open .edl-logo,
.edl-header.is-search-open .edl-header__right {
	display: none;
}

.edl-header.is-search-open .edl-search {
	display: block;
}

.edl-search__field {
	position: relative;
}

.edl-search input[type="search"] {
	width: 100%;
	border: 0;
	border-radius: 8px;
	background: #fff;
	color: var(--edl-slate-900);
	padding: 11px 48px 11px 16px;
	height: 42px;
	box-shadow: none;
}

.edl-search input[type="search"]::placeholder {
	color: #9aa3b2;
}

.edl-search input[type="search"]::-webkit-search-cancel-button,
.edl-search input[type="search"]::-webkit-search-decoration,
.edl-search input[type="search"]::-ms-clear {
	display: none;
	-webkit-appearance: none;
	appearance: none;
}

.edl-search input:focus {
	outline: 2px solid rgba(15, 23, 42, 0.2);
	outline-offset: 0;
}

.edl-search.is-suggest-open input[type="search"] {
	border-radius: 8px 8px 0 0;
	outline: none;
}

.edl-search__btn {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	color: var(--edl-slate-500);
	border: 0;
	border-radius: 8px;
	width: 36px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

.edl-search__btn:hover {
	color: var(--edl-primary);
	background: rgba(252, 89, 4, 0.08);
}

.edl-search-suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: var(--edl-white);
	border: 1px solid #d7e4f2;
	border-top: 1px solid #e8eef6;
	border-radius: 0 0 16px 16px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
	z-index: 80;
	overflow: hidden;
	max-height: min(78vh, 560px);
	overflow-y: auto;
	text-align: left;
	padding: 10px 12px 14px;
}

.edl-search-suggest__hint {
	display: block;
	width: 100%;
	border: 0;
	background: #fff7ed;
	color: var(--edl-on-surface);
	text-align: left;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	border-bottom: 1px solid #ffedd5;
}

.edl-search-suggest__hint strong {
	color: var(--edl-primary);
}

.edl-search-suggest__hint:hover,
.edl-search-suggest__hint.is-active {
	background: #ffedd5;
}

.edl-search-suggest__list {
	list-style: none;
	margin: 0;
	padding: 6px 0;
}

.edl-search-suggest__item a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 16px;
}

.edl-search-suggest__item a:hover,
.edl-search-suggest__item.is-active a {
	background: #fff7ed;
}

.edl-search-suggest__thumb {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	object-fit: cover;
	background: var(--edl-slate-100);
	flex-shrink: 0;
}

.edl-search-suggest__info {
	min-width: 0;
	flex: 1;
}

.edl-search-suggest__name {
	display: block;
	font-size: 14px;
	font-weight: 650;
	color: var(--edl-slate-900);
	line-height: 1.3;
}

.edl-search-suggest__name mark {
	background: #fde68a;
	color: inherit;
	border-radius: 3px;
	padding: 0 2px;
}

.edl-search-suggest__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2px;
	font-size: 12px;
	color: var(--edl-slate-500);
}

.edl-search-suggest__sku {
	font-weight: 600;
	color: var(--edl-primary);
}

.edl-search-suggest__prices {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
}

.edl-search-suggest__regular {
	font-size: 12px;
	font-weight: 500;
	color: var(--edl-slate-400);
	text-decoration: line-through;
}

.edl-search-suggest__price {
	font-weight: 800;
	color: #1d4ed8;
	font-size: 15px;
}

.edl-search-suggest__section + .edl-search-suggest__section {
	margin-top: 14px;
}

.edl-search-suggest__title {
	margin: 2px 4px 8px;
	font-size: 14px;
	font-weight: 700;
	color: #1d4ed8;
	line-height: 1.3;
}

.edl-search-suggest__cards {
	display: grid;
	gap: 8px;
}

.edl-search-suggest__cards--recent {
	grid-template-columns: minmax(0, 380px);
}

.edl-search-suggest__cards--promos {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edl-search-suggest__card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border: 1px solid #d7e4f2;
	border-radius: 10px;
	background: #fff;
	min-width: 0;
}

.edl-search-suggest__card:hover,
.edl-search-suggest__card.is-active {
	background: #f8fbff;
	border-color: #bfdbfe;
}

.edl-search-suggest__card .edl-search-suggest__thumb {
	width: 64px;
	height: 64px;
	object-fit: contain;
	background: #fff;
}

.edl-search-suggest__card .edl-search-suggest__name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
}

.edl-search-suggest__rating {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 2px 0 1px;
	font-size: 11px;
	color: var(--edl-slate-500);
}

.edl-search-suggest__star-row {
	display: inline-flex;
	align-items: center;
	color: #2563eb;
}

.edl-search-suggest__star-row .material-symbols-outlined {
	font-size: 13px;
	line-height: 1;
	font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;
}

.edl-search-suggest__star-row .material-symbols-outlined.is-filled {
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

@media (max-width: 767px) {
	.edl-search-suggest {
		max-height: min(70vh, 480px);
	}

	.edl-search-suggest__cards--recent {
		grid-template-columns: minmax(0, 1fr);
	}

	.edl-search-suggest__cards--promos {
		display: flex;
		overflow-x: auto;
		gap: 8px;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.edl-search-suggest__cards--promos::-webkit-scrollbar {
		display: none;
	}

	.edl-search-suggest__cards--promos .edl-search-suggest__card {
		flex: 0 0 78%;
	}

	.edl-search-suggest__card .edl-search-suggest__thumb {
		width: 56px;
		height: 56px;
	}
}

.edl-search-suggest__all,
.edl-search-suggest__empty,
.edl-search-suggest__loading {
	display: block;
	padding: 12px 16px;
	font-size: 13px;
	font-weight: 600;
	color: var(--edl-slate-500);
}

.edl-search-suggest__all {
	color: var(--edl-primary);
	border-top: 1px solid var(--edl-slate-100);
}

.edl-search-suggest__all:hover,
.edl-search-suggest__all.is-active {
	background: #fff7ed;
}

.edl-search-dym {
	margin: 0 0 20px;
	padding: 12px 16px;
	background: #fff7ed;
	border-radius: 12px;
	font-weight: 600;
}

.edl-search-dym a {
	color: var(--edl-primary);
	text-decoration: underline;
}

@media (min-width: 768px) {
	.edl-search-mobile-btn {
		display: none;
	}

	.edl-search {
		display: block;
		order: 2;
		flex: 1 1 auto;
	}

	.edl-header.is-search-open .edl-logo,
	.edl-header.is-search-open .edl-header__right {
		display: flex;
	}

	.edl-search input[type="search"] {
		height: 44px;
		padding: 12px 48px 12px 18px;
	}
}

/* Drawer */
.edl-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	z-index: 100;
}

.edl-drawer {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: min(85%, 320px);
	background: var(--edl-white);
	z-index: 101;
	display: flex;
	flex-direction: column;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.edl-drawer.is-open {
	transform: translateX(0);
}

body.edl-lock {
	overflow: hidden;
}

.edl-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: calc(20px + var(--edl-safe-top)) 24px 20px;
	background: var(--edl-grad);
}

.edl-drawer__head img {
	height: 32px;
	width: auto;
}

.edl-drawer__head .edl-logo__img--desktop {
	display: none;
}

.edl-drawer__head .edl-logo__img--mobile {
	display: block;
}

.edl-drawer__body {
	flex: 1;
	overflow: auto;
	padding: 16px 0;
}

.edl-drawer__nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.edl-drawer__row {
	display: flex;
	align-items: stretch;
}

.edl-drawer__nav a {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 16px;
	padding: 16px 24px;
	font-weight: 700;
	color: #1e293b;
	border-left: 4px solid transparent;
}

.edl-drawer__nav a:hover,
.edl-drawer__nav .current-menu-item > .edl-drawer__row > a,
.edl-drawer__nav .current-menu-item > a {
	background: #fff7ed;
	border-left-color: var(--edl-primary);
}

.edl-drawer__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	flex-shrink: 0;
	border: 0;
	background: transparent;
	color: var(--edl-primary);
	cursor: pointer;
}

.edl-drawer__toggle .material-symbols-outlined {
	transition: transform 0.2s ease;
}

.edl-drawer__nav .menu-item-has-children.is-open > .edl-drawer__row .edl-drawer__toggle .material-symbols-outlined {
	transform: rotate(180deg);
}

.edl-drawer__nav .material-symbols-outlined {
	color: var(--edl-primary);
}

.edl-drawer__nav .sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 8px 48px;
}

.edl-drawer__nav .menu-item-has-children.is-open > .sub-menu {
	display: block;
}

.edl-drawer__nav .sub-menu a {
	font-weight: 500;
	padding: 10px 16px;
	font-size: 14px;
}

.edl-drawer__foot {
	padding: 20px 24px;
	background: var(--edl-slate-50);
	border-top: 1px solid var(--edl-slate-100);
}

.edl-drawer__foot p {
	margin: 0;
	font-size: 12px;
	color: var(--edl-slate-400);
	text-align: center;
}

/* Busca mobile */
.edl-search-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 102;
	padding: 16px;
}

.edl-search-overlay__bar {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.edl-search-overlay__bar > .edl-icon-btn {
	margin-top: 4px;
}

.edl-search--overlay {
	display: block;
	flex: 1;
}

.edl-search-overlay .edl-search-suggest {
	max-height: min(68vh, 480px);
}

/* Hero — no celular, card arredondado estilo Havan */
.edl-hero {
	position: relative;
	background: #fff;
	padding: 8px 12px 12px;
}

.edl-hero__viewport {
	overflow: hidden;
	border-radius: 12px;
}

.edl-hero__track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.edl-hero__track::-webkit-scrollbar {
	display: none;
}

.edl-hero__slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
	display: block;
	min-width: 100%;
}

.edl-hero__slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

.edl-hero__img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.edl-hero__img--desktop {
	display: none;
}

.edl-hero__img--mobile {
	display: block;
}

.edl-hero__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 10px 0 0;
}

.edl-hero__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #fdba74;
	cursor: pointer;
}

.edl-hero__dot.is-active {
	background: var(--edl-primary);
	transform: scale(1.15);
}

@media (min-width: 768px) {
	.edl-hero {
		height: auto;
		padding: 0;
		background: #fff;
	}

	.edl-hero__viewport,
	.edl-hero__slide,
	.edl-hero__track,
	.edl-hero__slide picture {
		height: auto;
	}

	.edl-hero__viewport {
		border-radius: 0;
	}

	.edl-hero__img {
		width: 100%;
		height: auto;
		object-fit: contain;
		object-position: center;
	}

	.edl-hero__img--desktop {
		display: block;
	}

	.edl-hero__img--mobile {
		display: none;
	}

	.edl-hero__dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 12px;
		padding: 0;
		z-index: 2;
	}

	.edl-hero__dot {
		background: rgba(255, 255, 255, 0.55);
	}

	.edl-hero__dot.is-active {
		background: #fff;
	}
}

/* Benefits */
.edl-benefits {
	background: var(--edl-white);
	border-bottom: 1px solid var(--edl-slate-100);
}

.edl-benefits__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	padding: 32px 16px;
}

.edl-benefit {
	display: flex;
	align-items: center;
	gap: 12px;
}

.edl-benefit .material-symbols-outlined {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: var(--edl-slate-50);
	color: var(--edl-orange-600);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	flex-shrink: 0;
}

.edl-benefit h4 {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.edl-benefit p {
	margin: 2px 0 0;
	font-size: 12px;
	color: var(--edl-slate-500);
}

@media (max-width: 767px) {
	.edl-benefits {
		background: var(--edl-surface);
		border-bottom: 0;
		padding: 10px 0 4px;
	}

	.edl-benefits .edl-container.edl-benefits__grid {
		width: 100%;
		display: flex;
		grid-template-columns: none;
		gap: 10px;
		padding: 0 16px 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 16px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
	}

	.edl-benefits__grid::-webkit-scrollbar {
		display: none;
	}

	.edl-benefit {
		flex: 0 0 min(68vw, 228px);
		scroll-snap-align: start;
		align-items: flex-start;
		gap: 10px;
		padding: 14px 14px 13px;
		background: var(--edl-white);
		border: 1px solid rgba(252, 89, 4, 0.08);
		border-radius: 16px;
		box-shadow: 0 8px 20px rgba(124, 45, 18, 0.06);
	}

	.edl-benefit .material-symbols-outlined {
		width: 40px;
		height: 40px;
		font-size: 22px;
		background: var(--edl-surface-low);
		color: var(--edl-primary);
		font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
	}

	.edl-benefit h4 {
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0.01em;
		line-height: 1.2;
		color: var(--edl-on-surface);
	}

	.edl-benefit p {
		margin: 3px 0 0;
		font-size: 11px;
		line-height: 1.35;
	}
}

@media (min-width: 768px) {
	.edl-benefits__grid {
		grid-template-columns: repeat(4, 1fr);
		padding: 40px 32px;
	}
}

/* Sections */
.edl-section {
	padding: 56px 0;
}

.edl-section--tint {
	background: var(--edl-surface-low);
}

.edl-section__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-bottom: 40px;
	text-align: center;
}

.edl-section__eyebrow {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--edl-primary);
}

.edl-section__title {
	margin: 8px 0 0;
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.edl-section__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--edl-primary);
	font-weight: 700;
}

.edl-section__more:hover .material-symbols-outlined {
	transform: translateX(4px);
}

.edl-section__more .material-symbols-outlined {
	transition: transform 0.2s;
}

@media (min-width: 768px) {
	.edl-section__head {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		text-align: left;
	}
}

.edl-catblock__head {
	margin-bottom: 32px;
}

.edl-catblock__title-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.edl-catblock__title {
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: var(--edl-primary);
}

.edl-catblock__more {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: var(--edl-slate-500);
	font-size: 0.95rem;
	font-weight: 500;
}

button.edl-catblock__more {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--edl-slate-500);
	cursor: pointer;
}

.edl-catblock__more:hover {
	color: var(--edl-primary);
}

.edl-catblock__more .material-symbols-outlined {
	font-size: 20px;
	transition: transform 0.2s ease;
}

.edl-catblock__more-wrap.is-open .edl-catblock__more .material-symbols-outlined {
	transform: rotate(180deg);
}

.edl-catblock__more-wrap {
	position: relative;
}

.edl-catblock__menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 20;
	min-width: 240px;
	max-width: min(320px, 80vw);
	padding: 8px 0;
	background: var(--edl-white);
	border: 1px solid var(--edl-slate-200);
	border-radius: 12px;
	box-shadow: var(--edl-shadow);
}

.edl-catblock__menu a {
	display: block;
	padding: 8px 16px;
	color: var(--edl-slate-800);
	font-size: 0.9rem;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.edl-catblock__menu a:hover {
	background: var(--edl-surface-low);
	color: var(--edl-primary);
}

.edl-catblock__subtitle {
	margin: 0 0 0;
	color: var(--edl-slate-500);
	font-size: 11px;
	line-height: 1.45;
}

/* Categories — slide com fade nas laterais */
.edl-cats-slide {
	--edl-cats-fade: 72px;
	position: relative;
	padding-inline: max(1rem, calc((100% - var(--edl-max)) / 2));
}

.edl-cats-slide .edl-carousel__nav {
	top: 38%;
}

.edl-cats-slide .edl-carousel__nav--prev {
	left: max(0.25rem, calc((100% - var(--edl-max)) / 2 - 12px));
}

.edl-cats-slide .edl-carousel__nav--next {
	right: max(0.25rem, calc((100% - var(--edl-max)) / 2 - 12px));
}

.edl-cats {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding: 8px 0 16px;
	-webkit-mask-image: linear-gradient(
		90deg,
		transparent 0,
		#000 var(--edl-cats-fade),
		#000 calc(100% - var(--edl-cats-fade)),
		transparent 100%
	);
	mask-image: linear-gradient(
		90deg,
		transparent 0,
		#000 var(--edl-cats-fade),
		#000 calc(100% - var(--edl-cats-fade)),
		transparent 100%
	);
}

.edl-cats-slide.is-start .edl-cats {
	-webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - var(--edl-cats-fade)), transparent 100%);
	mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - var(--edl-cats-fade)), transparent 100%);
}

.edl-cats-slide.is-end .edl-cats {
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--edl-cats-fade), #000 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 var(--edl-cats-fade), #000 100%);
}

.edl-cats-slide.is-start.is-end .edl-cats {
	-webkit-mask-image: none;
	mask-image: none;
}

.edl-cats::-webkit-scrollbar {
	display: none;
}

.edl-cat {
	flex: 0 0 38%;
	text-align: center;
	scroll-snap-align: start;
	min-width: 0;
}

.edl-cat__img {
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
}

.edl-cat__img img {
	width: 100%;
	height: 100%;
	max-width: 136px;
	object-fit: contain;
	transition: transform 0.45s ease;
}

.edl-cat:hover img {
	transform: scale(1.08);
}

.edl-cat:hover h3 {
	color: var(--edl-primary);
}

.edl-cat h3 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--edl-on-surface);
}

@media (min-width: 768px) {
	.edl-cats-slide {
		--edl-cats-fade: 96px;
	}

	.edl-cat {
		flex-basis: 22%;
	}

	.edl-cat__img img {
		max-width: 148px;
	}

	.edl-cat h3 {
		font-size: 14px;
	}
}

@media (min-width: 1100px) {
	.edl-cats-slide {
		--edl-cats-fade: 120px;
	}

	.edl-cat {
		flex-basis: 13.8%;
	}

	.edl-cat__img img {
		max-width: 152px;
	}
}

/* Product grid + card */
.edl-grid {
	display: grid;
	gap: 10px;
}

.edl-grid--4,
.edl-grid--5 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
	.edl-grid {
		gap: 20px;
	}

	.edl-grid--4,
	.edl-grid--5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.edl-grid--4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.edl-grid--5 {
		grid-template-columns: repeat(5, 1fr);
	}
}

.edl-card {
	display: flex;
	flex-direction: column;
	background: var(--edl-white);
	border-radius: var(--edl-radius);
	overflow: hidden;
	transition: box-shadow 0.3s;
	height: 100%;
	margin: 0;
}

.edl-card:hover {
	box-shadow: var(--edl-shadow);
}

.edl-card--skeleton {
	pointer-events: none;
	box-shadow: none;
}

.edl-card--skeleton .edl-card__media,
.edl-card__skel {
	background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 37%, #f1f5f9 63%);
	background-size: 400% 100%;
	animation: edl-skel 1.2s ease-in-out infinite;
}

.edl-card__skel {
	display: block;
	height: 10px;
	border-radius: 6px;
	margin-bottom: 8px;
}

.edl-card__skel--title {
	height: 14px;
	width: 88%;
}

.edl-card__skel--price {
	width: 42%;
	height: 16px;
	margin-top: 10px;
}

@keyframes edl-skel {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.edl-card__media {
	position: relative;
	aspect-ratio: 1;
	background: var(--edl-surface-variant);
	overflow: hidden;
}

.edl-card__image-link,
.edl-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.edl-card__image-link {
	position: relative;
	display: block;
}

.edl-card__media img {
	display: block;
	transition: transform 0.7s ease, opacity 0.35s ease;
}

.edl-card__image--hover {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.edl-card:hover .edl-card__media img {
	transform: scale(1.05);
}

.edl-card--hover-image:hover .edl-card__media img {
	transform: none;
}

.edl-card--hover-image:hover .edl-card__image--hover {
	opacity: 1;
}

.edl-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--edl-primary);
	color: var(--edl-white);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 999px;
}

.edl-card__fav {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.2s, color 0.2s;
}

.edl-card:hover .edl-card__fav {
	opacity: 1;
}

.edl-card__fav:hover {
	color: var(--edl-primary);
}

.edl-card__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.edl-card__cat {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--edl-primary);
	margin-bottom: 8px;
}

.edl-card__title {
	margin: 0 0 16px;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	min-width: 0;
	min-height: calc(1.45em * 2);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
}

.edl-card__title a {
	display: inline;
}

.edl-card__title a:hover {
	color: var(--edl-primary);
}

.edl-card__prices {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.edl-card__regular {
	font-size: 12px;
	color: var(--edl-slate-400);
	text-decoration: line-through;
}

.edl-card__price {
	font-size: 20px;
	font-weight: 900;
	color: var(--edl-orange-600);
}

.edl-card__price del,
.edl-card__price .woocommerce-Price-amount {
	text-decoration: none;
}

.edl-card__installment {
	font-size: 10px;
	color: var(--edl-slate-500);
	font-weight: 500;
}

.edl-card__cart {
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 12px 16px;
	border: 0;
	border-radius: 10px;
	background: var(--edl-grad-btn);
	color: var(--edl-white);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: box-shadow 0.2s;
}

.edl-card__cart:hover {
	box-shadow: 0 8px 20px rgba(252, 89, 4, 0.28);
}

@media (max-width: 639px) {
	.edl-card {
		border: 1px solid var(--edl-slate-200);
	}

	.edl-card__badge {
		top: 8px;
		left: 8px;
		font-size: 9px;
		padding: 3px 8px;
		letter-spacing: 0.08em;
	}

	.edl-card__fav {
		top: 8px;
		right: 8px;
		width: 28px;
		height: 28px;
	}

	.edl-card__body {
		padding: 10px;
	}

	.edl-card__cat {
		margin-bottom: 4px;
		font-size: 9px;
		letter-spacing: 0.08em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.edl-card__title {
		margin: 0 0 8px;
		padding: 0;
		font-size: 12px;
		line-height: 1.45;
		min-height: calc(1.45em * 2);
	}

	.edl-card__regular {
		font-size: 11px;
	}

	.edl-card__price {
		font-size: 16px;
	}

	.edl-card__installment {
		font-size: 9px;
	}

	.edl-card__cart {
		margin-top: 10px;
		padding: 8px 6px;
		gap: 4px;
		border-radius: 8px;
		font-size: 11px;
	}

	.edl-card__cart .material-symbols-outlined {
		font-size: 16px;
	}
}

/* Promo */
.edl-promo {
	display: flex;
	flex-direction: column;
	background: var(--edl-primary);
	border-radius: 20px;
	overflow: hidden;
}

.edl-promo__copy {
	padding: 40px;
}

.edl-promo__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.2);
	color: var(--edl-white);
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.edl-promo__copy h2 {
	margin: 0 0 16px;
	color: var(--edl-white);
	font-size: clamp(1.75rem, 4vw, 3rem);
	font-weight: 900;
	line-height: 1.1;
}

.edl-promo__copy p {
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 24px;
}

.edl-promo__btn {
	display: inline-flex;
	background: var(--edl-white);
	color: var(--edl-primary);
	padding: 14px 28px;
	border-radius: 12px;
	font-weight: 700;
	transition: transform 0.2s, box-shadow 0.2s;
}

.edl-promo__btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.edl-promo__media {
	min-height: 240px;
}

.edl-promo__media img {
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
}

@media (min-width: 768px) {
	.edl-promo {
		flex-direction: row;
		align-items: stretch;
	}

	.edl-promo__copy,
	.edl-promo__media {
		width: 50%;
	}

	.edl-promo__media,
	.edl-promo__media img {
		min-height: 400px;
	}
}

/* Carousel */
.edl-carousel {
	position: relative;
}

.edl-carousel__track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding-bottom: 8px;
}

.edl-carousel__track::-webkit-scrollbar {
	display: none;
}

.edl-carousel__item {
	flex: 0 0 calc(50% - 8px);
	min-width: 0;
	scroll-snap-align: start;
}

@media (min-width: 640px) {
	.edl-carousel__item {
		flex-basis: calc(50% - 8px);
	}
}

@media (min-width: 1024px) {
	.edl-carousel__item {
		flex-basis: calc(25% - 12px);
	}
}

.edl-carousel__nav {
	display: none;
	position: absolute;
	top: 40%;
	z-index: 2;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	border: 1px solid var(--edl-slate-200);
	background: var(--edl-white);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.edl-carousel__nav--prev {
	left: -12px;
}

.edl-carousel__nav--next {
	right: -12px;
}

@media (min-width: 768px) {
	.edl-carousel__nav {
		display: flex;
	}
}

/* Newsletter */
.edl-newsletter {
	padding: 64px 16px;
	background: var(--edl-surface-low);
	text-align: center;
}

.edl-newsletter__inner {
	max-width: 48rem;
}

.edl-newsletter__icon {
	font-size: 40px;
	color: var(--edl-primary);
}

.edl-newsletter h2 {
	margin: 12px 0;
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.edl-newsletter p {
	color: var(--edl-on-variant);
}

.edl-newsletter__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 32rem;
	margin: 24px auto 0;
}

.edl-newsletter__form input {
	flex: 1;
	padding: 16px 24px;
	border-radius: 12px;
	border: 1px solid #d7c6c3;
	background: var(--edl-white);
}

.edl-newsletter__form button {
	border: 0;
	border-radius: 12px;
	padding: 16px 28px;
	background: var(--edl-grad-btn);
	color: var(--edl-white);
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}

@media (min-width: 640px) {
	.edl-newsletter__form {
		flex-direction: row;
	}
}

.edl-newsletter__legal {
	margin-top: 20px;
	font-size: 12px;
	color: #867673;
}

/* Footer */
.edl-footer {
	background: #1f2937;
	color: #cbd5e1;
	padding: 64px 16px 32px;
}

.edl-footer__grid {
	max-width: var(--edl-max);
	margin: 0 auto;
	display: grid;
	gap: 40px;
}

.edl-footer__brand img {
	height: 36px;
	width: auto;
	margin-bottom: 16px;
}

.edl-footer h4 {
	margin: 0 0 20px;
	color: var(--edl-white);
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.edl-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.edl-footer__links li {
	margin-bottom: 12px;
}

.edl-footer__links a,
.edl-footer__contact a {
	color: #94a3b8;
	font-size: 14px;
}

.edl-footer__links a:hover,
.edl-footer__contact a:hover {
	color: var(--edl-primary);
}

.edl-footer__contact {
	margin: 0;
	color: #94a3b8;
	line-height: 1.8;
}

.edl-footer__copy {
	max-width: var(--edl-max);
	margin: 48px auto 0;
	padding-top: 28px;
	border-top: 1px solid #334155;
	text-align: center;
}

.edl-footer__copy p {
	margin: 0;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #94a3b8;
}

@media (min-width: 768px) {
	.edl-footer__grid {
		grid-template-columns: repeat(4, 1fr);
		padding: 0 16px;
	}
}

/* Inner pages */
.edl-page {
	padding: 40px 0 64px;
}

.edl-page__head h1 {
	margin: 0 0 24px;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.edl-page__content {
	background: var(--edl-white);
	border-radius: var(--edl-radius);
	padding: 28px;
}

.edl-page__content > *:first-child {
	margin-top: 0;
}

.edl-404 {
	text-align: center;
	padding: 80px 16px;
}

.edl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 10px;
	background: var(--edl-grad-btn);
	color: var(--edl-white);
	font-weight: 700;
}

.edl-post-tease {
	background: var(--edl-white);
	border-radius: var(--edl-radius);
	padding: 20px;
	margin-bottom: 16px;
}

.edl-woo .woocommerce-breadcrumb,
.edl-breadcrumb {
	font-size: 13px;
	color: var(--edl-slate-500);
	margin-bottom: 20px;
}

.edl-breadcrumb-sep {
	margin: 0 8px;
	color: var(--edl-slate-400);
}
