/** Shopify CDN: Minification failed

Line 1139:0 Expected "}" to go with "{"

**/
/**
 * =====================================================================
 * SANTA LUCÍA CUSTOM STYLES
 * =====================================================================
 * Estilos personalizados para la Clínica Oftalmológica Santa Lucía
 * Paleta de colores: #181937 (Azul Oscuro), #006AE2 (Azul), #FFFFFF (Blanco)
 * =====================================================================
 */

:root {
  --custom-font-sora: 'Sora', sans-serif;
}

.header__wrapper {
  background: #fff;
  color: #181937;
}
.header__wrapper li summary {
  color: #181937 !important;
  font-weight: 700;
}
.header__wrapper li a {
	position: relative;
  color: #181937 !important;
  font-weight: 700;
	top: -3px;
}

.header__main-nav .header__link-list .mega-menu li:last-child {
  background-color: transparent;
  color: #181937;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  min-height: auto;
  text-transform: none;
  letter-spacing: 0px;
  position: relative;
  margin-top: 0;
}

.mega-menu-sl__main-title a{
	font-size: 20px;
}

.section-stack .prose h2 {
    font-size: 31px;
    margin: 0 0 8px;
    font-weight: 400;
    color: #181937;
  }

/* Badges específicos de Santa Lucía */
#bcpo .bcpo-front-button-option:checked + .bcpo-front-button-label {
	background: #181937 !important;
}
.badge--santa-lucia {
	background-color: #006AE2;
	color: #FFFFFF;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 12px;
	min-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.badge--santa-lucia-navy {
	background-color: #181937;
	color: #FFFFFF;
}

.badge--descuento {
	background-color: #006AE2;
	color: #FFFFFF;
	border-radius: 100px;
	padding: 8px 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 11px;
}

.badge--sold-out {
	background-color: #181937;
	color: #FFFFFF;
	border-radius: 100px;
	padding: 8px 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 11px;
}

.badge--oferta {
	background-color: rgb(255, 87, 51);
	color: #FFFFFF;
	border-radius: 100px;
	padding: 8px 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 11px;
}

#bcpo .bcpo-table thead tr:first-child td {
	background: #181937 !important;
	color: #FFFFFF !important;
}

/* =====================================================================
 * FORMULARIO PQRS
 * ===================================================================== */

.pqrs_wrapper {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 16px;
}

.pqrs_header {
	margin-bottom: 28px;
	text-align: center;
}

.pqrs_header .subheading {
	color: #006AE2;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.pqrs_header .h2 {
	color: #181937;
	margin-bottom: 12px;
}

.pqrs_header .prose {
	color: rgba(24, 25, 55, 0.65);
	font-size: 15px;
	line-height: 1.6;
}

.form_wrapper {
	background: #ffffff;
	border: 1px solid rgba(24, 25, 55, 0.1);
	border-radius: 16px;
	padding: 40px 48px;
	box-shadow: 0 4px 24px rgba(24, 25, 55, 0.07);
}

@media screen and (max-width: 749px) {
	.form_wrapper {
		padding: 28px 20px;
	}
}

#pqrs {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Filas de dos columnas */
#pqrs .form_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

@media screen and (max-width: 600px) {
	#pqrs .form_row {
		grid-template-columns: 1fr;
	}
}

/* Grupos individuales */
#pqrs .group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
	margin: 0;
}

/* Etiquetas */
#pqrs .group label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #181937;
	letter-spacing: 0.2px;
	height: auto !important;
	margin-bottom: 0;
}

/* Inputs, selects y textarea */
#pqrs .group input,
#pqrs .group select,
#pqrs .group textarea {
	width: 100%;
	height: auto !important;
	padding: 11px 14px;
	font-size: 14px;
	color: #181937;
	background-color: #ffffff;
	border: 1.5px solid #d0d4de !important;
	border-radius: 8px !important;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
	font-family: var(--custom-font-sora, inherit);
}

#pqrs .group input::placeholder,
#pqrs .group textarea::placeholder {
	color: #9ba3b5;
}

#pqrs .group input:focus,
#pqrs .group select:focus,
#pqrs .group textarea:focus {
	border-color: #006AE2 !important;
	box-shadow: 0 0 0 3px rgba(0, 106, 226, 0.12);
}

#pqrs .group select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23181937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
	cursor: pointer;
}

#pqrs .group select option[value=""] {
	color: #9ba3b5;
}

#pqrs .group textarea {
	resize: vertical;
	min-height: 120px;
	line-height: 1.6;
}

/* Campo de archivo */
#pqrs .group input[type="file"] {
	padding: 10px 14px;
	background-color: #f5f6fa;
	border-style: dashed !important;
	border-color: #c0c6d4 !important;
	cursor: pointer;
	color: #5a6278;
	font-size: 13px;
}

#pqrs .group input[type="file"]:hover {
	border-color: #006AE2 !important;
	background-color: #f0f5ff;
}

/* Botón enviar */
.form_wrapper button[type="submit"],
.form_wrapper button:not([type]) {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 4px;
	padding: 0 24px;
	background: #181937 !important;
	border: 1.5px solid #181937 !important;
	color: #ffffff;
	font-size: 15px !important;
	font-weight: 600;
	font-family: var(--custom-font-sora, inherit);
	letter-spacing: 0.3px;
	border-radius: 100px !important;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.15s ease;
	text-align: center;
}

.form_wrapper button[type="submit"]:hover,
.form_wrapper button:not([type]):hover {
	opacity: 0.85;
	transform: translateY(-1px);
	color: #ffffff !important;
}

/* =====================================================================
 * FAQ Accordeon
 * ===================================================================== */

 .faq-stlucia .accordion .accordion__content .prose ol,
 .faq-stlucia .accordion .accordion__content .prose ul,
 .faq-stlucia .accordion .accordion__content .prose p {
	font-size: 13px !important;
 }


/* Estilos para el hero/banner principal */
.hero-santa-lucia {
	background: linear-gradient(
		135deg,
		#181937 0%,
		#006AE2 100%
	);
	color: #FFFFFF;
	padding: 60px 20px;
	border-radius: 16px;
}

.hero-santa-lucia h1,
.hero-santa-lucia h2 {
	color: #FFFFFF;
}

/* Sección de categorías */
.category-card {
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}

.category-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 106, 226, 0.15);
}

.category-card__overlay {
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(24, 25, 55, 0.7) 100%
	);
}

/* Tarjetas de producto */
.product-card--santa-lucia {
	border: 1px solid rgba(24, 25, 55, 0.1);
	border-radius: 0;
	transition: all 0.3s ease;
	overflow: hidden;
	background:#F8F8F8;
}

.product-card--santa-lucia:hover {
	transform: translateY(-2px);
}

/* Swatches de color en tarjetas Santa Lucía */
.product-card__color-swatches {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(24, 25, 55, 0.08);
}

.product-card__color-swatches .h-stack {
	  display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: start;
    align-items: start;
}

.product-card__color-swatches .h-stack .product-card__link {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row !important;
	align-content: flex-start;
	justify-content: start;
	align-items: start;
}

.product-card__color-swatches .color-swatch {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid rgba(24, 25, 55, 0.15);
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.product-card__color-swatches .color-swatch:hover {
	transform: scale(1.15);
	border-color: #006AE2;
	box-shadow: 0 2px 8px rgba(0, 106, 226, 0.25);
}

.product-card__color-swatches .color-swatch:checked + label,
.product-card__color-swatches .color-swatch.is-selected {
	border-color: #006AE2;
	box-shadow: 0 0 0 2px rgba(0, 106, 226, 0.2);
}

.product-card__color-swatches .color-swatch__view-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: rgba(24, 25, 55, 0.05);
	border-radius: 50%;
	font-size: 10px;
	font-weight: 600;
	color: #181937;
	text-decoration: none;
	transition: all 0.2s ease;
}

.product-card__color-swatches .color-swatch__view-more:hover {
	background-color: #006AE2;
	color: #FFFFFF;
	transform: scale(1.1);
}

/* Estilos para texto de precios */
.price--santa-lucia {
	color: #006AE2;
	font-weight: 700;
	font-size: 1.25rem;
}

.price--compare {
	color: rgba(24, 25, 55, 0.5);
	text-decoration: line-through;
	font-size: 1rem;
}

/* Header personalizado */
.header--santa-lucia {
	background-color: #FFFFFF;
	border-bottom: 1px solid rgba(24, 25, 55, 0.1);
}

.header--santa-lucia .nav-link {
	color: #181937;
	font-weight: 500;
	transition: color 0.2s ease;
}

.header--santa-lucia .nav-link:hover,
.header--santa-lucia .nav-link.active {
	color: #006AE2;
}

/* Footer personalizado */
.footer--santa-lucia {
	background-color: #181937;
	color: #FFFFFF;
}

.footer--santa-lucia a {
	color: rgba(255, 255, 255, 0.9);
	opacity: 1;
	transition: color 0.2s ease;
	text-decoration: none;
}

.footer--santa-lucia a:hover {
	color: #FFFFFF;
}

.footer--santa-lucia .footer__block-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
}

@media screen and (min-width: 1000px) {
	.footer--santa-lucia .footer__block-list {
		grid-template-columns: repeat(4, 1fr);
		gap: 3rem;
	}
}

.footer--santa-lucia .footer__block p.bold {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #FFFFFF;
}

.footer--santa-lucia .footer__block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer--santa-lucia .footer__block ul li {
	margin-bottom: 0.5rem;
}

.footer--santa-lucia .footer__newsletter-form input[type="email"] {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	border-radius: 4px;
	padding: 0.75rem 1rem;
	width: 100%;
}

.footer--santa-lucia .footer__newsletter-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.footer--santa-lucia .footer__newsletter-form button {
	background-color: #006AE2;
	color: #FFFFFF;
	border: none;
	border-radius: 4px;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-weight: 600;
}

.footer--santa-lucia .footer__newsletter-form button:hover {
	background-color: #0055b3;
}

.footer--santa-lucia .footer__social-media {
	display: flex;
	gap: 1rem;
	margin-top: 1.5rem;
}

.footer--santa-lucia .footer__social-media a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #006AE2;
	border-radius: 50%;
	color: #FFFFFF;
	transition: all 0.2s ease;
}

.footer--santa-lucia .footer__social-media a:hover {
	background-color: #0055b3;
	transform: scale(1.1);
}

.footer--santa-lucia .footer__contact-info {
	margin-top: 1.5rem;
	font-size: 0.875rem;
}

.footer--santa-lucia .footer__contact-info p {
	margin-bottom: 0.5rem;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
}

.footer--santa-lucia .footer__aside {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 2rem;
}

.footer--santa-lucia .footer__copyright {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.875rem;
}

/* Sección de marcas */
.brands-section {
	background-color: #FFFFFF;
	padding: 40px 0;
}

.brand-logo {
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.3s ease;
}

.brand-logo:hover {
	filter: grayscale(0%);
	opacity: 1;
}

/* Estilos para formularios */
.form-santa-lucia input,
.form-santa-lucia select,
.form-santa-lucia textarea {
	border: 1px solid rgba(24, 25, 55, 0.2);
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 14px;
	transition: border-color 0.2s ease;
}

.form-santa-lucia input:focus,
.form-santa-lucia select:focus,
.form-santa-lucia textarea:focus {
	border-color: #006AE2;
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 106, 226, 0.1);
}

/* Animaciones */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.animate-fade-in-up {
	animation: fadeInUp 0.6s ease-out;
}

/* Utilidades de color */
.text-santa-lucia-blue {
	color: #006AE2 !important;
}

.text-santa-lucia-navy {
	color: #181937 !important;
}

.bg-santa-lucia-blue {
	background-color: #006AE2 !important;
}

.bg-santa-lucia-navy {
	background-color: #181937 !important;
}

/* === TOP BAR === */
.santa-lucia-topbar {
	font-family: var(--custom-font-sora);
	font-size: 14px;
}

.santa-lucia-topbar__link {
	font-weight: 500;
}

.santa-lucia-topbar__link:hover .santa-lucia-topbar__icon {
	transform: scale(1.1);
	transition: transform 0.2s ease;
}

/* Responsive */
@media screen and (max-width: 699px) {
	.hero-santa-lucia {
		padding: 40px 16px;
	}

/* === Nueva variante hero exacta (sl-hero) === */
.sl-hero .santa-lucia-badge,
.sl-hero .badge {
	line-height: 1;
}
.sl-hero__content-panel .button {
	box-shadow: none;
}
.sl-hero__content-panel .button:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.sl-hero__media-wrapper img {
	transition: transform 0.6s ease;
}
.sl-hero__media-wrapper:hover img {
	transform: scale(1.02);
}

@media screen and (min-width: 700px) and (max-width: 999px) {
	.hero-santa-lucia {
		padding: 50px 24px;
	}
}

/* Image Link Blocks customization */
.shopify-section--image-carousel .image-link-blocks__item {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-link-blocks__item img {
  width: 80%;
  border-radius: 0 !important;
}

.image-link-blocks__item a {
	border-radius: 0 !important;
}
/* Newsletter Customization */
.shopify-section--newsletter .newsletter-content {
  text-align: left;
  align-items: flex-start;
  justify-items: start;
}

.newsletter-form-wrapper {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.newsletter-form-wrapper .input {
  border-radius: 8px;
  padding-right: 50px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.newsletter-form-wrapper .floating-label {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-form-wrapper .self-submit-button .circle-chevron {
  width: 40px;
  height: 40px;
  background: #fff !important;
  color: #181937 !important;
  border-radius: 50%;
}

.newsletter-social-media {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.newsletter-social-media .social-media {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  justify-content: flex-start;
}

.newsletter-social-media .social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #006AE2;
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.3s ease;
}

.newsletter-social-media .social-media li a:hover {
  background-color: #0056b3;
}

.newsletter-contact-info {
  margin-top: 1.5rem;
  color: #fff;
  text-align: left;
}

.newsletter-contact-info p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/* Image Link Blocks Grid Mode */
.image-link-blocks--grid {
  flex-wrap: wrap;
  justify-content: center;
  display: flex !important;
}

.image-link-blocks--grid .image-link-blocks__item {
  width: calc(100% / 6 - 1rem) !important; /* Force 6 items per row minus gap */
  min-width: 150px !important; /* Ensure they don't get too small */
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
}

@media screen and (max-width: 999px) {
  .image-link-blocks--grid .image-link-blocks__item {
    width: calc(100% / 3 - 1rem) !important; /* 3 per row on tablet */
  }
}

@media screen and (max-width: 699px) {
  .image-link-blocks--grid .image-link-blocks__item {
    width: calc(100% / 2 - 1rem) !important; /* 2 per row on mobile */
  }
}

/* Image Link Blocks Carousel - Consistent with featured-products-tabs approach */
/* Styles are now in the section file for better control */

/* =====================================================================
   CROSS-SELL PRODUCTS STYLES
   ===================================================================== */

/* Cross-sell container in cart drawer */
.cart-drawer__cross-sell {
  padding: 20px 0;
  border-top: 1px solid rgba(24, 25, 55, 0.1);
}

/* Cross-sell container in cart page */
.cart-order__cross-sell {
  margin-top: 40px;
  padding: 32px;
  background-color: #F8F8F8;
  border-radius: 12px;
}

/* Cross-sell products title */
.cross-sell-products__title {
  font-family: var(--custom-font-sora);
  font-size: 18px;
  font-weight: 600;
  color: #181937;
  margin-bottom: 16px;
}

/* Cross-sell products grid */
.cross-sell-products__grid {
  display: grid;
  gap: 16px;
}

/* Cart drawer - horizontal scroll on mobile */
.cart-drawer__cross-sell .cross-sell-products__grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: none; /* Firefox */
}

.cart-drawer__cross-sell .cross-sell-products__grid::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.cart-drawer__cross-sell .horizontal-product {
  flex: 0 0 280px;
  scroll-snap-align: start;
}

/* Cart page - responsive grid */
.cart-order__cross-sell .cross-sell-products__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (min-width: 1000px) {
  .cart-order__cross-sell .cross-sell-products__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 700px) and (max-width: 999px) {
  .cart-order__cross-sell .cross-sell-products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 699px) {
  .cart-order__cross-sell .cross-sell-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* Cross-sell empty state */
.cross-sell-products__empty {
  text-align: center;
  padding: 32px 16px;
  color: rgba(24, 25, 55, 0.6);
  font-size: 14px;
}

/* Add to cart button animation for cross-sell */
.cross-sell-products .horizontal-product .button {
  transition: all 0.2s ease;
}

.cross-sell-products .horizontal-product .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 106, 226, 0.2);
}

.cross-sell-products .horizontal-product .button:active {
  transform: translateY(0);
}

/* Loading state for add to cart */
.cross-sell-products .horizontal-product .button.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.cross-sell-products .horizontal-product .button.is-loading::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Success feedback for added product */
.cross-sell-products .horizontal-product .button.is-added {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

/* Product card hover effect in cross-sell */
.cross-sell-products .horizontal-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 106, 226, 0.15);
  transition: all 0.3s ease;
}

/* =====================================================================
   PRODUCT QUIZ RESULTS STYLES
   ===================================================================== */

.quiz-results__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (min-width: 1000px) {
  .quiz-results__products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 699px) {
  .quiz-results__products {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.quiz-results__product {
  background: #FFFFFF;
  border: 1px solid rgba(24, 25, 55, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.quiz-results__product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 106, 226, 0.15);
  border-color: rgba(0, 106, 226, 0.2);
}

.quiz-results__product-image {
  display: block;
  overflow: hidden;
}

.quiz-results__product-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.quiz-results__product:hover .quiz-results__product-image img {
  transform: scale(1.05);
}

.quiz-results__product-info {
  padding: 16px;
}

.quiz-results__product-title {
  display: block;
  font-family: var(--custom-font-sora);
  font-size: 16px;
  font-weight: 600;
  color: #181937;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.quiz-results__product-title:hover {
  color: #006AE2;
}

.quiz-results__add-button {
  width: 100%;
  padding: 12px 20px;
  background: #006AE2;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-family: var(--custom-font-sora);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 12px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.quiz-results__add-button:hover:not(:disabled) {
  background: #0055b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 106, 226, 0.3);
}

.quiz-results__add-button:disabled {
  background: #E0E0E0;
  color: #999999;
  cursor: not-allowed;
}

.quiz-results__empty {
  text-align: center;
  padding: 40px 20px;
  color: rgba(24, 25, 55, 0.6);
  font-size: 16px;
}

/* =====================================================================
   QUIZ INLINE TRIGGER BUTTON (snippet: quiz-trigger-button)
   Azul fijo #006ae2 / blanco. Hover: outline azul.
   ===================================================================== */

.quiz-trigger-btn {
  background-color: #006ae2 !important;
  color: #ffffff !important;
  border: 2px solid #006ae2 !important;
  border-color: #006ae2 !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.quiz-trigger-btn:hover,
.quiz-trigger-btn:focus-visible {
  background-color: transparent !important;
  background: transparent !important;
  color: #006ae2 !important;
  border-color: #006ae2 !important;
}

.quiz-trigger-btn:hover svg,
.quiz-trigger-btn:focus-visible svg {
  stroke: #006ae2 !important;
}

/* =====================================================================
   QUIZ FLOATING TRIGGER BUTTON (opcional, controlado desde Theme Editor)
   ===================================================================== */

.quiz-floating-trigger {
  position: fixed !important;
  bottom: 24px !important;
  left: 24px !important;
  right: auto !important;
  z-index: 9999 !important;
  box-shadow: 0 4px 20px rgba(0, 106, 226, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 50% !important;
  width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  min-width: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.quiz-floating-trigger:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 106, 226, 0.45);
}

@media screen and (max-width: 699px) {
.header__secondary-nav {
    justify-self: end;
    align-items: center;
    gap: 10px;
    grid-area: secondary-nav;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    align-content: center;
    justify-content: center;
}
.header__secondary-nav ul.header__icon-list {
    display: flex;
    justify-content: center;
    gap: 0px !important;
}
.header__secondary-nav .button-link{
	font-size: 8px;
    display: flex;
    align-items: center;
	text-align:center;
}
}
