/* ── Reset hovers del tema (azul) en componentes LLW ─── */
.llw-header button,
.llw-modal button,
.yantas-filtro button,
.llw-card__wish,
.llw-cart-drawer button {
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}
.llw-header__icon,
.llw-header__login,
.llw-header__menu,
.llw-link,
.llw-field__toggle-pw,
.yantas-filtro__tab {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.llw-modal__close,
.llw-sidebar__close {
	background: #e30613 !important;
	background-color: #e30613 !important;
	color: #fff !important;
}
.llw-modal__close:hover,
.llw-sidebar__close:hover {
	background: #c50511 !important;
	background-color: #c50511 !important;
}
.llw-header__icon:hover,
.llw-header__icon:focus,
.llw-header__icon:active,
.llw-header__login:hover,
.llw-header__login:focus,
.llw-header__login:active,
.llw-link:hover,
.llw-link:focus,
.llw-link:active,
.llw-field__toggle-pw:hover,
.llw-field__toggle-pw:focus,
.llw-field__toggle-pw:active {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}
.yantas-filtro__tab:hover:not(.is-active),
.yantas-filtro__tab:focus:not(.is-active) {
	background: #fff !important;
	color: #333 !important;
}
.yantas-filtro__tab,
.yantas-filtro__tab.is-active,
.yantas-filtro__tab:hover,
.yantas-filtro__tab:focus,
.yantas-filtro__tab:focus-visible {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	outline: none !important;
	box-shadow: none !important;
}
.yantas-filtro__tab {
	border-bottom: 3px solid transparent !important;
}
.yantas-filtro__tab.is-active {
	border-bottom-color: #4a4f69 !important;
}

/* ── Logo video (shortcode yantas_logo_video) ─────────── */
.llw-logo-video {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	vertical-align: middle;
}
.llw-logo-video a {
	display: inline-flex;
	line-height: 0;
	text-decoration: none !important;
}
.llw-logo-video__el {
	width: auto;
	max-height: var(--llw-logo-video-h, 48px);
	height: auto;
	display: block;
	object-fit: contain;
	pointer-events: none;
	background: transparent;
}
.llw-logo-video__el::-webkit-media-controls,
.llw-logo-video__el::-webkit-media-controls-enclosure {
	display: none !important;
}

/* ── Header (dentro de .llw-sticky-shell en Elementor) ─── */
.elementor-element:has(#llw-header),
.elementor-element:has(.llw-header),
.llw-sticky-shell,
.llw-sticky-shell .elementor-element,
#llw-header {
	animation: none !important;
	animation-delay: 0s !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.elementor-element:has(#llw-header).elementor-invisible,
.elementor-element:has(.llw-header).elementor-invisible,
.llw-sticky-shell.elementor-invisible {
	opacity: 1 !important;
	visibility: visible !important;
}

.llw-header {
	position: relative;
	z-index: 2;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 8px 20px;
	width: 100%;
	box-sizing: border-box;
	overflow: visible;
}

/* Bloque fijo al scroll: fila logo+buscador+iconos + barra segmentos (no la barra roja). */
.llw-sticky-shell {
	position: sticky;
	top: 0;
	z-index: 99990;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
	overflow: visible;
}
body.admin-bar .llw-sticky-shell {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar .llw-sticky-shell {
		top: 46px;
	}
}
.llw-sticky-shell .llw-header {
	border-bottom: 1px solid #eee;
	box-shadow: none;
	position: relative;
	z-index: 2;
	overflow: visible;
}
.llw-sticky-shell .llw-header:has(.llw-header__user-menu:is(:hover, .is-open, :focus-within)) {
	z-index: 100;
}
.llw-sticky-shell .llw-segmentos {
	position: relative;
	z-index: 1;
}
.llw-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	overflow: visible;
}
.llw-header__search {
	flex: 1;
	display: flex;
	align-items: center;
	background: #f0f0f0;
	border-radius: 999px;
	padding: 2px 4px 2px 16px;
	max-width: 520px;
	margin-right: auto;
	border: 1px solid transparent;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.llw-header__search:focus-within {
	border-color: #e2e8f0;
	box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.08);
}
.llw-header__search input {
	flex: 1;
	min-width: 0;
	border: none !important;
	background: transparent !important;
	padding: 6px 8px;
	font-size: 0.95rem;
	outline: none !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}
.llw-header__search input:focus,
.llw-header__search input:focus-visible,
.llw-header__search input:active {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}
.llw-header__search-btn {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	min-width: 34px;
	min-height: 34px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #e30613;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	transition: background 0.2s ease, transform 0.15s ease;
}
.llw-header__search-btn:hover {
	background: #c50511;
	transform: scale(1.04);
}
.llw-header__search-btn svg {
	width: 16px;
	height: 16px;
	display: block;
	flex-shrink: 0;
}
.llw-header__actions {
	display: flex;
	align-items: center;
	gap: 6px;
	overflow: visible;
}
.llw-header__login {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: none;
	padding: 6px 4px;
	cursor: pointer;
	color: #555;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1;
	transition: color 0.2s ease;
}
.llw-header__login-text {
	white-space: nowrap;
}
.llw-header__login-icon {
	display: inline-flex;
	line-height: 0;
}
.llw-header__login-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}
.llw-header__login:hover,
.llw-header__login:focus-visible {
	color: #e30613;
}
.llw-header__login:hover svg path,
.llw-header__login:hover svg circle,
.llw-header__login:focus-visible svg path,
.llw-header__login:focus-visible svg circle {
	fill: #e30613;
	stroke: #e30613;
}
.llw-header__icon {
	position: relative;
	background: none;
	border: none;
	padding: 8px;
	cursor: pointer;
	color: #555;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: color 0.2s ease, background 0.2s ease;
}
.llw-header__icon svg {
	width: 26px;
	height: 26px;
	display: block;
	transition: fill 0.2s ease, stroke 0.2s ease;
}
.llw-header__icon svg path,
.llw-header__icon svg circle {
	transition: fill 0.2s ease, stroke 0.2s ease;
}
.llw-header__icon:hover,
.llw-header__icon:focus-visible {
	color: #e30613;
}
.llw-header__icon:hover svg path,
.llw-header__icon:hover svg circle,
.llw-header__icon:focus-visible svg path,
.llw-header__icon:focus-visible svg circle {
	fill: #e30613;
	stroke: #e30613;
}
.llw-header__badge {
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: #e30613;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	pointer-events: none;
}
.llw-header__user-menu {
	position: relative;
	z-index: 1;
}
.llw-header__user-menu:hover,
.llw-header__user-menu.is-open,
.llw-header__user-menu:focus-within {
	z-index: 100010;
}
.llw-header__user-dropdown {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	min-width: 170px;
	padding: 6px 0;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 12px;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
	z-index: 100010;
	pointer-events: none;
}
.llw-header__user-dropdown::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 10px;
}
.llw-header__user-menu:hover .llw-header__user-dropdown,
.llw-header__user-menu:focus-within .llw-header__user-dropdown,
.llw-header__user-menu.is-open .llw-header__user-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.llw-header__user-link {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.65rem 1rem;
	color: #334155 !important;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none !important;
	transition: background 0.15s ease, color 0.15s ease;
}
.llw-header__user-link-icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #64748b;
	line-height: 0;
	transition: color 0.15s ease;
}
.llw-header__user-link-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}
.llw-header__user-link-text {
	flex: 1 1 auto;
}
.llw-header__user-link:hover,
.llw-header__user-link:focus-visible {
	background: #f8fafc;
	color: #e30613 !important;
	outline: none;
}
.llw-header__user-link:hover .llw-header__user-link-icon,
.llw-header__user-link:focus-visible .llw-header__user-link-icon {
	color: #e30613;
}
.llw-header__user-link + .llw-header__user-link {
	border-top: 1px solid #f1f5f9;
}
.llw-header__user-link--logout {
	color: #64748b !important;
}
.llw-header__user-link--logout:hover,
.llw-header__user-link--logout:focus-visible {
	color: #e30613 !important;
}
.llw-header__menu {
	padding: 8px;
}

/* ── Carrito lateral ───────────────────────────────────── */
.llw-cart-drawer[hidden] {
	display: none !important;
}
.llw-cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 100020;
	display: block;
}
.llw-cart-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.42);
	opacity: 0;
	transition: opacity 0.28s ease;
}
.llw-cart-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(420px, 92vw);
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: -20px 0 50px rgba(15, 23, 42, 0.18);
	transform: translateX(100%);
	transition: transform 0.32s ease;
}
.llw-cart-drawer.is-open .llw-cart-drawer__backdrop {
	opacity: 1;
}
.llw-cart-drawer.is-open .llw-cart-drawer__panel {
	transform: translateX(0);
}
.llw-cart-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.35rem;
	border-bottom: 1px solid #eef2f7;
}
.llw-cart-drawer__eyebrow {
	margin: 0 0 0.15rem;
	color: #94a3b8;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.llw-cart-drawer__title {
	margin: 0;
	color: #0f172a;
	font-size: 1.35rem;
	font-weight: 800;
}
.llw-cart-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	min-width: 38px;
	max-width: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	background: #f1f5f9;
	color: #0f172a;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.llw-cart-drawer__close:hover,
.llw-cart-drawer__close:focus-visible {
	background: #e2e8f0;
	color: #0f172a;
	transform: scale(1.04);
}
.llw-cart-drawer__close:active {
	transform: scale(0.96);
}
.llw-cart-drawer__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 1rem 1.25rem 1.25rem;
}
.llw-cart-drawer__loading,
.llw-cart-drawer__empty {
	margin: auto;
	text-align: center;
	color: #64748b;
}
.llw-cart-drawer__empty-title {
	margin: 0 0 0.35rem;
	color: #0f172a;
	font-size: 1.05rem;
	font-weight: 800;
}
.llw-cart-drawer__empty-text {
	margin: 0;
	color: #64748b;
}
.llw-cart-drawer__items {
	flex: 1 1 auto;
	min-height: 0;
	display: grid;
	align-content: start;
	gap: 0.9rem;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(148, 163, 184, 0.28) transparent;
	padding-right: 0.25rem;
}

.llw-cart-drawer__items::-webkit-scrollbar {
	width: 4px;
}

.llw-cart-drawer__items::-webkit-scrollbar-track {
	background: transparent;
}

.llw-cart-drawer__items::-webkit-scrollbar-thumb {
	background: rgba(148, 163, 184, 0.22);
	border-radius: 999px;
}

.llw-cart-drawer__items::-webkit-scrollbar-thumb:hover {
	background: rgba(100, 116, 139, 0.38);
}
.llw-cart-drawer__item {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 0.85rem;
	padding: 0.75rem;
	border: 1px solid #eef2f7;
	border-radius: 16px;
	background: #fff;
}
.llw-cart-drawer__photo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	border-radius: 12px;
	background: #f8fafc;
	text-decoration: none !important;
	overflow: hidden;
}
.llw-cart-drawer__img,
.llw-cart-drawer__photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
.llw-cart-drawer__info {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}
.llw-cart-drawer__name {
	color: #0f172a !important;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none !important;
}
.llw-cart-drawer__price {
	margin: 0;
	color: #0f172a;
	font-size: 0.95rem;
	font-weight: 800;
}
.llw-cart-drawer__qty {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: auto;
}
.llw-cart-drawer__qty button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	min-width: 32px;
	max-width: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	background: #3f4656;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.llw-cart-drawer__qty button:hover,
.llw-cart-drawer__qty button:focus-visible {
	background: #2f3650;
	transform: scale(1.05);
	box-shadow: 0 4px 10px rgba(47, 54, 80, 0.22);
}
.llw-cart-drawer__qty button:active {
	transform: scale(0.94);
	box-shadow: none;
}
.llw-cart-drawer__qty span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 32px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #0f172a;
	font-weight: 800;
}
.llw-cart-drawer__foot {
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid #eef2f7;
}
.llw-cart-drawer__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.9rem;
	color: #0f172a;
}
.llw-cart-drawer__total span {
	color: #64748b;
	font-weight: 700;
}
.llw-cart-drawer__total strong {
	font-size: 1.15rem;
	font-weight: 900;
}
.llw-cart-drawer__checkout {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	border-radius: 999px;
	background: #e30613;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
	transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.llw-cart-drawer__checkout:hover,
.llw-cart-drawer__checkout:focus-visible {
	background: #c50511;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(227, 6, 19, 0.28);
}
.llw-cart-drawer__checkout:active {
	transform: translateY(0);
	box-shadow: 0 4px 10px rgba(227, 6, 19, 0.2);
}

/* ── Popup resumen al agregar carrito ─────────────────── */
.llw-cart-summary[hidden] {
	display: none !important;
}
.llw-cart-summary {
	position: fixed;
	inset: 0;
	z-index: 100030;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}
.llw-cart-summary__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.52);
	opacity: 0;
	transition: opacity 0.22s ease;
}
.llw-cart-summary__dialog {
	position: relative;
	width: min(780px, 94vw);
	min-height: 320px;
	padding: 2.35rem 2.4rem 2.1rem;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
	opacity: 0;
	transform: translateY(12px) scale(0.98);
	transition: opacity 0.22s ease, transform 0.22s ease;
}
.llw-cart-summary.is-open .llw-cart-summary__backdrop {
	opacity: 1;
}
.llw-cart-summary.is-open .llw-cart-summary__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}
.llw-cart-summary__close {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 50%;
	background: #ef233c;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}
.llw-cart-summary__main {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(190px, 0.75fr);
	gap: 2rem;
	align-items: start;
}
.llw-cart-summary__count {
	margin: 0 0 1.1rem;
	color: #3f4656;
	font-size: 0.98rem;
	font-weight: 500;
}
.llw-cart-summary__count strong {
	color: #12192a;
	font-weight: 900;
}
.llw-cart-summary__item {
	position: relative;
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 1.15rem;
	min-height: 148px;
	padding: 1.25rem 1.3rem 1.35rem;
	border: 1px solid #edf0f5;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
	overflow: visible;
	align-items: center;
}
.llw-cart-summary__photo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	min-height: 120px;
	padding: 6px;
	border-radius: 10px;
	background: #f8fafc;
	overflow: visible;
	box-sizing: border-box;
}
.llw-cart-summary__photo img,
.llw-cart-summary__photo .llw-cart-drawer__img {
	display: block;
	max-width: 100%;
	max-height: 108px;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
	object-position: center;
}
.llw-cart-summary__info {
	min-width: 0;
	display: grid;
	gap: 0.45rem;
	align-content: center;
}
.llw-cart-summary__name {
	color: #12192a !important;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: uppercase;
}
.llw-cart-summary__qty {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}
.llw-cart-summary__qty button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	padding: 0 !important;
	aspect-ratio: 1 / 1;
	border: 1px solid #e3e7ef !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #ef233c !important;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1;
	flex-shrink: 0;
	box-sizing: border-box;
	cursor: pointer;
}
.llw-cart-summary__qty button:hover,
.llw-cart-summary__qty button:focus-visible {
	border-color: #ef233c !important;
	background: #fff5f5 !important;
	color: #ef233c !important;
}
.llw-cart-summary__qty span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	min-width: 28px;
	padding: 0;
	border-radius: 50%;
	background: #2f3650;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1;
	flex-shrink: 0;
	box-sizing: border-box;
}
.llw-cart-summary__price {
	margin: 0;
	color: #2f3650;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1;
}
.llw-cart-summary__right {
	padding-top: 2.15rem;
	text-align: center;
}
.llw-cart-summary__subtotal-label {
	margin: 0 0 0.35rem;
	color: #3f4656;
	font-size: 0.88rem;
	font-weight: 800;
}
.llw-cart-summary__subtotal {
	margin-bottom: 1.25rem;
	color: #2f3650;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1;
}
.llw-cart-summary__checkout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.75rem 1.35rem;
	border-radius: 8px;
	background: #ef233c;
	color: #fff !important;
	font-weight: 900;
	text-decoration: none !important;
	box-shadow: 0 6px 14px rgba(239, 35, 60, 0.22);
}
.llw-cart-summary__continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.25rem;
	padding: 0.55rem 1rem;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #222 !important;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: underline !important;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}
.llw-cart-summary__continue:hover,
.llw-cart-summary__continue:focus-visible {
	background: #12192a !important;
	color: #fff !important;
	text-decoration: none !important;
}

@media (max-width: 720px) {
	.llw-cart-summary__dialog {
		min-height: 0;
		padding: 2rem 1.15rem 1.35rem;
	}
	.llw-cart-summary__main {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.llw-cart-summary__right {
		padding-top: 0;
	}
	.llw-cart-summary__item {
		grid-template-columns: 100px minmax(0, 1fr);
		min-height: 132px;
	}
	.llw-cart-summary__photo {
		width: 100px;
		height: 100px;
		min-height: 100px;
	}
	.llw-cart-summary__photo img,
	.llw-cart-summary__photo .llw-cart-drawer__img {
		max-height: 88px;
	}
}

/* ── Modals ───────────────────────────────────────────── */
.llw-modal[hidden] {
	display: none !important;
}
.llw-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.llw-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}
.llw-modal__dialog {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 32px 36px 28px;
	width: 100%;
	max-width: 440px;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}
.llw-modal__dialog--wide {
	max-width: 580px;
}
.llw-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #e30613;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	transition: background 0.2s ease, transform 0.15s ease;
}
.llw-modal__close:hover {
	background: #c50511;
	transform: scale(1.05);
}
.llw-modal__close svg {
	display: block;
}
.llw-modal__title {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #1a2b4a;
	margin: 0 0 6px;
}
.llw-modal__subtitle {
	text-align: center;
	color: #666;
	margin: 0 0 22px;
	font-size: 0.95rem;
}
.llw-modal__tipo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-bottom: 20px;
	font-size: 0.9rem;
}
.llw-modal__tipo-option {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	color: #4a4f69 !important;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	white-space: nowrap;
}
.llw-modal__tipo-option input {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	margin: 0;
	accent-color: #4a4f69;
}
.llw-modal__tipo-option span {
	display: inline-block;
	color: #4a4f69 !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.llw-modal__tipo-option:has(input:checked) span {
	color: #1a2b4a !important;
	font-weight: 800;
}
.llw-modal__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 12px;
}
.llw-modal__grid--doc {
	grid-template-columns: minmax(118px, 0.9fr) minmax(0, 2fr);
	align-items: stretch;
}
.llw-modal__grid--triple {
	grid-template-columns: 1.1fr minmax(118px, 0.9fr) 1.4fr;
	align-items: stretch;
}
.llw-field {
	display: block;
	margin-bottom: 12px;
	position: relative;
}
.llw-field__label {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
}
.llw-field input,
.llw-field select {
	width: 100%;
	padding: 13px 16px;
	border: 1px solid #ddd;
	border-radius: 12px;
	font-size: 0.95rem;
	box-sizing: border-box;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.llw-field input:focus,
.llw-field select:focus {
	outline: none;
	border-color: #4a4f69;
	box-shadow: 0 0 0 3px rgba(74, 79, 105, 0.12);
}
.llw-field--select select {
	appearance: auto;
	cursor: pointer;
	min-height: 48px;
	padding-right: 2rem;
	line-height: 1.25;
}

.llw-modal__grid .llw-field {
	margin-bottom: 0;
}

.llw-panel-natural > .llw-field {
	margin-bottom: 12px;
}
.llw-field--password {
	position: relative;
}

.llw-whatsapp-buy {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
}

.llw-whatsapp-buy .llw-whatsapp-icon {
	flex: 0 0 auto;
}

.llw-whatsapp-buy.is-disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.llw-cart-drawer__checkout.llw-whatsapp-buy,
.llw-cart-summary__checkout.llw-whatsapp-buy {
	background: #e30613;
	color: #fff;
}
.llw-field--password input {
	padding-right: 48px;
}
.llw-field__pw-wrap {
	position: relative;
	display: block;
}
.llw-field__pw-wrap input {
	width: 100%;
}
.llw-field__pw-wrap .llw-field__toggle-pw {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.llw-field__toggle-pw {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: none;
	background: transparent !important;
	cursor: pointer;
	color: #888;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 0;
}
.llw-field__toggle-pw:hover {
	color: #555;
}
.llw-field__toggle-pw svg {
	display: block;
}
.llw-icon-eye-off[hidden],
.llw-icon-eye[hidden] {
	display: none !important;
}
.llw-modal__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.85rem;
	margin-bottom: 16px;
	flex-wrap: wrap;
	gap: 8px;
}
.llw-modal__link-plain {
	color: #1a2b4a;
	text-decoration: none;
}
.llw-modal__link-plain:hover {
	text-decoration: underline;
}
.llw-check {
	display: block;
	font-size: 0.82rem;
	color: #444;
	margin-bottom: 10px;
	line-height: 1.4;
}
.llw-btn {
	display: block;
	width: 100%;
	padding: 14px;
	border: none;
	border-radius: 12px;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	text-align: center;
	transition: background 0.2s ease, transform 0.15s ease;
}
.llw-btn--primary {
	background: #e30613;
	color: #fff !important;
}
.llw-btn--primary:hover {
	background: #c50511;
	transform: translateY(-1px);
}
.llw-modal__error {
	display: block;
	padding: 0.65rem 0.85rem;
	margin: 0 0 12px;
	color: #991b1b;
	font-size: 0.88rem;
	line-height: 1.45;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 10px;
}

.llw-modal__error[hidden] {
	display: none !important;
}
.llw-modal__footer {
	text-align: center;
	margin-top: 18px;
	font-size: 0.9rem;
	color: #444;
}
.llw-modal__dialog--notice {
	max-width: 460px;
	text-align: center;
}
.llw-modal__notice-icon {
	display: flex;
	justify-content: center;
	margin: 0 0 12px;
	color: #4a4f69;
	line-height: 0;
}
.llw-notice-face {
	display: block;
	width: 52px;
	height: 52px;
	border: 2px solid #4a4f69;
	border-radius: 50%;
	position: relative;
}
.llw-notice-face::before {
	content: '';
	position: absolute;
	top: 16px;
	left: 14px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #4a4f69;
	box-shadow: 18px 0 0 #4a4f69;
}
.llw-notice-face::after {
	content: '';
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 13px;
	height: 10px;
	border-bottom: 2px solid #4a4f69;
	border-radius: 0 0 18px 18px;
}
.llw-modal__notice-text--center {
	text-align: center;
}
.llw-modal__notice-text {
	margin: 0 0 22px;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #444;
	text-align: left;
	white-space: pre-line;
}
.llw-modal__dialog--notice .llw-btn {
	width: auto;
	min-width: 180px;
	margin: 0 auto;
}
.llw-link {
	background: none;
	border: none;
	color: #1a2b4a;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	padding: 0;
}
.llw-link:hover,
.llw-link:focus {
	color: #1a2b4a;
	text-decoration: none;
}

/* ── Sidebar ──────────────────────────────────────────── */
.llw-sidebar[hidden] {
	display: none !important;
}
.llw-sidebar {
	position: fixed;
	inset: 0;
	z-index: 99999;
}
.llw-sidebar__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.32s ease;
}
.llw-sidebar.is-open .llw-sidebar__backdrop {
	opacity: 1;
}
.llw-sidebar__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(380px, 92vw);
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #3d4259;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	padding: 56px 32px 32px;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
	box-shadow: -8px 0 40px rgba(0, 0, 0, 0.25);
	transform: translateX(100%);
	transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}
.llw-sidebar.is-open .llw-sidebar__panel {
	transform: translateX(0);
}
.llw-sidebar__close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #e30613;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	z-index: 2;
	transition: background 0.2s ease, transform 0.15s ease;
}
.llw-sidebar__close:hover {
	background: #c50511;
	transform: scale(1.05);
}
.llw-sidebar__close svg {
	display: block;
}
.llw-sidebar__nav {
	flex-shrink: 0;
	padding-top: 0.25rem;
}
.llw-sidebar__nav-link {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #111 !important;
	text-decoration: none !important;
	font-size: 1.45rem;
	font-weight: 700;
	margin-bottom: 18px;
	padding: 10px 14px;
	margin-left: -14px;
	border-radius: 12px;
	text-shadow: none;
	transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}
.llw-sidebar__nav-link:hover,
.llw-sidebar__nav-link:focus-visible {
	color: #e30613 !important;
	background: rgba(255, 255, 255, 0.82);
	transform: translateX(6px);
	opacity: 1;
	outline: none;
}
.llw-sidebar__nav-link:hover .llw-sidebar__nav-icon svg,
.llw-sidebar__nav-link:focus-visible .llw-sidebar__nav-icon svg {
	stroke: #e30613;
}
.llw-sidebar__nav-icon {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
}
.llw-sidebar__nav-icon svg {
	display: block;
}
.llw-sidebar__spacer {
	flex: 1;
	min-height: 24px;
}
.llw-sidebar__footer {
	flex-shrink: 0;
	padding-top: 16px;
}
.llw-sidebar__footer-line {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 0.95rem;
	line-height: 1.4;
}
.llw-sidebar__footer-line a {
	color: #fff !important;
	text-decoration: none !important;
}
.llw-sidebar__footer-icon {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
}
.llw-sidebar__footer-icon svg {
	width: 1em;
	height: 1em;
	display: block;
}
.llw-sidebar__social-title {
	margin: 20px 0 14px;
	font-weight: 600;
	font-size: 0.95rem;
}
.llw-sidebar__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}
.llw-sidebar__socials a {
	display: inline-flex;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.15s ease;
	line-height: 0;
}
.llw-sidebar__socials a:hover {
	opacity: 0.85;
	transform: translateY(-2px);
}
.llw-sidebar__socials svg {
	display: block;
}

/* ── Mi cuenta ────────────────────────────────────────── */
body.llw-my-account {
	background: #f3f4f6;
}
.llw-account-page {
	max-width: 1100px;
	margin: 0 auto 48px;
	padding: 0 1rem;
}
body.llw-my-account .woocommerce-MyAccount-navigation {
	display: none !important;
}
body.llw-my-account .woocommerce-MyAccount-content > h2,
body.llw-my-account .woocommerce-account .entry-title,
body.llw-my-account .woocommerce-account .page-title,
body.llw-my-account .woocommerce-account h1:not(.llw-account-top__title) {
	display: none !important;
}
.llw-account-top__title {
	text-align: center;
	font-size: 1.85rem;
	font-weight: 800;
	color: #111;
	margin: 0 0 28px;
	width: 100%;
}
body.llw-my-account .woocommerce-MyAccount-content {
	float: none !important;
	width: 100% !important;
	max-width: 1100px;
	margin: 0 auto 48px !important;
	padding: 0 !important;
}
.llw-account-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 28px;
	width: 100%;
	align-items: start;
}
.llw-account-nav {
	display: block;
	min-width: 0;
}
.llw-account-menu {
	list-style: none;
	margin: 0;
	padding: 12px 10px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
	overflow: visible;
}
.llw-account-menu li {
	margin: 0;
	padding: 0;
	border: 0 !important;
}
.llw-account-menu li::before,
.llw-account-menu li::after {
	display: none !important;
}
.llw-account-menu li a {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 14px;
	margin: 3px 0;
	border-radius: 14px;
	border: 0 !important;
	border-left: 0 !important;
	color: #334155 !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.95rem;
	transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}
.llw-account-menu li.is-active {
	position: relative;
}
.llw-account-menu li.is-active::before {
	content: '';
	display: block !important;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 58%;
	background: #e30613;
	border-radius: 0 4px 4px 0;
}
.llw-account-menu li.is-active a,
.llw-account-menu li.woocommerce-MyAccount-navigation-link--edit-account.is-active a {
	color: #e30613 !important;
	background: #fff5f5;
}
.llw-account-menu li a:hover {
	background: transparent !important;
	transform: translateX(3px);
	color: #e30613 !important;
}
.llw-account-menu li.is-active a:hover {
	background: #fff5f5 !important;
	color: #e30613 !important;
}
.llw-account-menu__icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f1f5f9;
	color: #64748b;
	line-height: 0;
	transition: background 0.22s ease, color 0.22s ease;
}
.llw-account-menu__icon svg {
	display: block;
}
.llw-account-menu li.is-active .llw-account-menu__icon {
	background: #fecaca;
	color: #e30613;
}
.llw-account-menu li.is-active .llw-account-menu__icon svg path,
.llw-account-menu li.is-active .llw-account-menu__icon svg circle {
	stroke: #e30613;
}
.llw-account-menu li a:hover .llw-account-menu__icon {
	background: #f1f5f9;
	color: #e30613;
}
.llw-account-menu li.is-active a:hover .llw-account-menu__icon {
	background: #fecaca;
	color: #e30613;
}
.llw-account-main {
	background: #fff;
	border-radius: 16px;
	padding: 32px 36px;
	min-width: 0;
	width: 100%;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}
.llw-favorites__title {
	margin: 0 0 20px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #333;
}
.llw-section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.85rem;
	margin: 0 0 1.75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #eef2f7;
}
.llw-section-head__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #64748b;
	flex-shrink: 0;
}
.llw-section-head__icon svg {
	width: 18px;
	height: 18px;
}
.llw-section-head__title {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 800;
	color: #111827;
	flex: 1 1 auto;
}
.llw-section-head__meta {
	margin: 0;
	width: 100%;
	padding-left: calc(40px + 0.85rem);
	font-size: 0.88rem;
	color: #64748b;
}
.llw-favorites-empty {
	padding: 2rem 1rem 0.5rem;
	text-align: center;
	color: #64748b;
}
.llw-favorites-empty p {
	margin: 0 0 1.25rem;
	line-height: 1.55;
	max-width: 36ch;
	margin-left: auto;
	margin-right: auto;
}
.llw-favorites__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1rem;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.llw-favorites__grid .llw-card__badge {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: flex-start !important;
	width: auto !important;
	min-width: 92px !important;
	height: 34px !important;
	margin: 0 0 0.75rem !important;
	padding: 0 0.9rem !important;
	border-radius: 999px !important;
	font-size: 0.8rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	letter-spacing: 0 !important;
}

.llw-favorites__grid .llw-card__badge--excelente,
.llw-favorites__grid .llw-card__badge--muy-bueno,
.llw-favorites__grid .llw-card__badge--bueno {
	color: #fff !important;
}

.llw-favorites__grid .llw-card {
	min-width: 0;
	width: 100% !important;
	height: 100%;
}

.llw-favorites__grid .llw-card__body {
	padding-top: 0.9rem !important;
}

.llw-favorites__grid > .llw-product-card,
.llw-favorites__grid > li.product {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	position: relative !important;
}
.llw-account-main .woocommerce-orders-table {
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.llw-account-main .woocommerce-orders-table th,
.llw-account-main .woocommerce-orders-table td {
	border-top: 1px solid #eef2f7 !important;
	padding: 0.9rem 0.65rem !important;
	font-size: 0.92rem;
}
.llw-account-main .woocommerce-orders-table thead th {
	border-top: 0 !important;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
}
.llw-account-main .woocommerce-orders-table .woocommerce-button {
	border-radius: 999px !important;
	font-weight: 600 !important;
}
.llw-account-main .woocommerce-pagination {
	margin-top: 1.5rem;
}
.llw-account-main .woocommerce-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	margin: 0 0.15rem;
	border-radius: 999px;
	background: #f1f5f9;
	color: #334155;
	text-decoration: none !important;
}
.llw-account-main .woocommerce-pagination .page-numbers.current {
	background: #334155;
	color: #fff;
}
.llw-profile__card {
	background: transparent;
	border-radius: 0;
	padding: 0;
	margin-bottom: 32px;
	box-shadow: none;
}
.llw-profile__card:last-child {
	margin-bottom: 0;
	padding-top: 32px;
	border-top: 1px solid #eee;
}
.llw-profile__heading {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 22px;
	color: #333;
}
.llw-profile__heading-icon {
	display: inline-flex;
	flex-shrink: 0;
	color: #555;
	line-height: 0;
	margin-top: 2px;
}
.llw-profile__heading-text {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
}
.llw-profile__badge {
	font-style: normal;
	font-size: 0.88rem;
	font-weight: 500;
	color: #888;
}
.llw-profile__badge::before {
	content: '·';
	margin-right: 4px;
	color: #aaa;
}
.llw-profile__row {
	margin-bottom: 14px;
}
.llw-profile__row--2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.llw-profile__row--doc {
	grid-template-columns: minmax(148px, 0.42fr) 1fr;
}
.llw-profile__form .llw-field {
	margin-bottom: 0;
	display: block;
	position: relative;
}
.llw-profile__form .llw-field input,
.llw-profile__form .llw-field select {
	width: 100%;
	padding: 14px 20px;
	border: 1px solid #e0e0e0;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 500;
	color: #333;
	line-height: 1.35;
	min-height: 50px;
	box-sizing: border-box;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.llw-profile__form .llw-field input::placeholder {
	color: #9ca3af;
	font-weight: 400;
}
.llw-profile__form .llw-field input:focus,
.llw-profile__form .llw-field select:focus {
	outline: none;
	border-color: #4a4f69;
	box-shadow: 0 0 0 3px rgba(74, 79, 105, 0.1);
}
.llw-profile__form .llw-field--select select {
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	padding-right: 42px;
	color: #333 !important;
	font-weight: 600;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23e30613' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 12px 8px;
}
.llw-profile__form .llw-field--password {
	margin-bottom: 0;
}
.llw-profile__form .llw-field--password input {
	padding-right: 48px;
}
.llw-profile__row--1 .llw-field--password .llw-field__toggle-pw {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.llw-profile__actions {
	margin-top: 22px;
}
.llw-profile__actions .llw-btn {
	width: auto;
	min-width: 200px;
	padding: 13px 32px;
	border-radius: 999px;
}
.llw-favorites h2 {
	margin-top: 0;
	font-size: 1.2rem;
}
.llw-wishlist-btn {
	margin-left: 8px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	font-size: 18px;
	color: #999;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.llw-wishlist-btn.is-active {
	color: #e30613;
	border-color: #e30613;
}

/* ── Header móvil compacto (logo izq · carrito + menú der) ─ */
body.llw-mobile-header .llw-empresa-banner {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 10px 12px;
	color: #fff;
	background: #e30613;
}
body.llw-mobile-header.llw-mobile-scrolled .llw-empresa-banner {
	display: none !important;
}
body.llw-mobile-header .llw-sticky-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 8px;
}
body.llw-mobile-header .llw-sticky-shell > :has(.llw-logo-video) {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
	align-self: center;
	min-width: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
body.llw-mobile-header .llw-sticky-shell > :has(#llw-header) {
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
	align-self: center;
}
body.llw-mobile-header .llw-sticky-shell > :has(.llw-segmentos) {
	grid-column: 1 / -1;
	grid-row: 2;
}
body.llw-mobile-header .llw-sticky-shell .elementor-section:has(.llw-logo-video):has(#llw-header) > .elementor-container,
body.llw-mobile-header .llw-sticky-shell .e-con:has(.llw-logo-video):has(#llw-header) {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 8px !important;
}
body.llw-mobile-header .llw-sticky-shell .elementor-section:has(.llw-logo-video):has(#llw-header) .elementor-column,
body.llw-mobile-header .llw-sticky-shell .e-con:has(.llw-logo-video):has(#llw-header) > .e-con {
	width: auto !important;
	max-width: none !important;
	flex: 0 1 auto !important;
}
body.llw-mobile-header .llw-sticky-shell .elementor-section:has(.llw-logo-video):has(#llw-header) .elementor-column:has(#llw-header),
body.llw-mobile-header .llw-sticky-shell .e-con:has(.llw-logo-video):has(#llw-header) > .e-con:has(#llw-header) {
	flex: 0 0 auto !important;
	margin-left: auto !important;
}
body.llw-mobile-header .llw-header {
	padding: 6px 12px 6px 0;
	border-bottom: none;
}
body.llw-mobile-header .llw-sticky-shell > :has(.llw-logo-video) .llw-header {
	padding-left: 12px;
}
body.llw-mobile-header .llw-header__inner {
	flex-wrap: nowrap;
	justify-content: flex-end;
	gap: 0;
	max-width: none;
	margin: 0;
}
body.llw-mobile-header .llw-header__actions {
	gap: 2px;
}
body.llw-mobile-header .llw-logo-video__el {
	max-height: 40px;
}
body.llw-mobile-header .llw-product-site-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	align-items: center;
}
body.llw-mobile-header .llw-product-site-header > :has(.llw-logo-video) {
	grid-column: 1;
	grid-row: 1;
}
body.llw-mobile-header .llw-product-site-header > :has(#llw-header) {
	grid-column: 2;
	grid-row: 1;
}
body.llw-mobile-header .llw-product-site-header > :has(.llw-segmentos) {
	grid-column: 1 / -1;
	grid-row: 2;
}
.llw-sidebar__nav-link--btn {
	border: none;
	background: transparent;
	cursor: pointer;
	width: 100%;
	text-align: left;
	font: inherit;
}
.llw-sidebar__nav-link--logout {
	color: #e30613 !important;
	background: rgba(255, 255, 255, 0.82);
}

.llw-sidebar__nav-link--logout .llw-sidebar__nav-icon svg {
	stroke: #e30613;
}

.llw-sidebar__nav-link--logout:hover,
.llw-sidebar__nav-link--logout:focus-visible {
	color: #e30613 !important;
	background: rgba(255, 255, 255, 0.92);
	transform: translateX(6px);
}

@media (max-width: 768px) {
	/*
	 * Se aplica antes de que JS añada .llw-mobile-header: evita el flash
	 * de buscador, cuenta y favoritos de la versión escritorio.
	 */
	.llw-empresa-banner {
		display: flex !important;
		align-items: center;
		justify-content: center;
		min-height: 34px;
		padding: 10px 12px;
		color: #fff;
		background: #e30613;
	}

	.llw-header__search,
	.llw-header__login,
	.llw-header__user-menu,
	.llw-header__icon--fav {
		display: none !important;
	}

	.llw-header__inner {
		flex-wrap: nowrap;
	}
	.llw-account-layout {
		grid-template-columns: 1fr;
	}
	.llw-account-nav {
		order: -1;
	}
	.llw-modal__grid,
	.llw-modal__grid--doc,
	.llw-modal__grid--triple {
		grid-template-columns: 1fr;
	}
	.llw-profile__row--2,
	.llw-profile__row--doc {
		grid-template-columns: 1fr;
	}
	.llw-modal__dialog--wide {
		max-width: 100%;
	}
	.llw-account-main {
		padding: 24px 20px;
	}
	.llw-favorites__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 520px) {
	.llw-favorites__grid {
		grid-template-columns: 1fr !important;
	}
}
