/* ── Reset hovers del tema (azul) en componentes LLW ─── */
.llw-header button,
.llw-modal button,
.yantas-filtro 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;
}

/* ── 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 ─────────────────────────────────────────────── */
.llw-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 8px 20px;
}
.llw-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}
.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;
}
.llw-header__search input {
	flex: 1;
	min-width: 0;
	border: none;
	background: transparent;
	padding: 6px 8px;
	font-size: 0.95rem;
	outline: none;
}
.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;
}
.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__menu {
	padding: 8px;
}

/* ── 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;
	justify-content: center;
	gap: 28px;
	margin-bottom: 20px;
	font-size: 0.9rem;
}
.llw-modal__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 12px;
}
.llw-modal__grid--doc {
	grid-template-columns: 120px 1fr;
}
.llw-modal__grid--triple {
	grid-template-columns: 1.1fr 90px 1.4fr;
}
.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;
}
.llw-field--password {
	position: relative;
}
.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 {
	color: #c00;
	font-size: 0.9rem;
	margin-bottom: 10px;
}
.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-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;
}
.llw-sidebar__nav-link {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1.45rem;
	font-weight: 700;
	margin-bottom: 22px;
	transition: opacity 0.2s ease;
}
.llw-sidebar__nav-link:hover {
	opacity: 0.85;
}
.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;
}
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%;
}
.llw-account-layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 28px;
	max-width: 1100px;
	margin: 0 auto 48px;
	align-items: start;
}
.llw-account-layout > .woocommerce-MyAccount-content {
	min-width: 0;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
.llw-account-menu {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}
.llw-account-menu li a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 20px;
	color: #555 !important;
	text-decoration: none !important;
	border-left: 3px solid transparent;
	font-weight: 600;
	font-size: 0.95rem;
	transition: color 0.2s ease, background 0.2s ease;
}
.llw-account-menu__icon {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
}
.llw-account-menu__icon svg {
	display: block;
}
.llw-account-menu li.is-active a,
.llw-account-menu li.woocommerce-MyAccount-navigation-link--edit-account.is-active a {
	color: #e30613 !important;
	border-left-color: #e30613;
	background: #fff;
}
.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-main {
	background: #fff;
	border-radius: 16px;
	padding: 32px 36px;
	min-width: 0;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}
.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: 130px 1fr;
}
.llw-profile__form .llw-field {
	margin-bottom: 0;
}
.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;
	box-sizing: border-box;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.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: auto;
	cursor: pointer;
}
.llw-profile__form .llw-field--password input {
	padding-right: 48px;
}
.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;
}

@media (max-width: 768px) {
	.llw-header__inner {
		flex-wrap: wrap;
	}
	.llw-header__search {
		order: 3;
		flex: 1 1 100%;
		max-width: none;
		margin-right: 0;
	}
	.llw-account-layout {
		grid-template-columns: 1fr;
	}
	.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;
	}
}
