@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Cormorant+Garamond:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
    --bg: #f3efe4;
    --surface: #ffffff;
    --surface-strong: #0c5f66;
    --text: #17343a;
    --muted: #5d7479;
    --primary: #0f6f78;
    --primary-dark: #084f56;
    --border: rgba(12, 95, 102, 0.24);
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

.site-top-strip {
    background: #023f46;
    border-bottom: 1px solid rgba(198, 161, 86, 0.25);
    color: #cde5e7;
    font-size: 12px;
}

.site-top-strip__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.35rem 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    align-items: center;
}

.site-top-strip__inner span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.site-top-strip__right {
    margin-left: auto;
}

.site-top-strip a {
    color: #d7ecee;
    text-decoration: none;
}

.site-top-strip a:hover,
.site-top-strip a:focus {
    color: #fff;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Source Sans 3", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background:
        radial-gradient(70% 55% at 50% -5%, rgba(12, 95, 102, 0.08), transparent 65%),
        linear-gradient(180deg, #f8f5ed 0%, #f3efe4 58%, #efe9db 100%);
    color: var(--text);
}

body.page-home {
    background: #f7f3ea;
}

body.page-home .site-main {
    background: #f7f3ea;
}

h1,
h2,
h3,
h4,
.site-brand__text strong,
.footer-brand__text {
    font-family: "Cinzel", "Times New Roman", serif;
    letter-spacing: 0.02em;
}

.site-header,
.admin-header {
    z-index: 1200;
}

.site-header {
    position: sticky;
    top: 0;
    background: linear-gradient(180deg, #0c666e 0%, #084d54 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 20px rgba(3, 32, 36, 0.35);
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--org-home-bg-image, none);
    background-size: cover;
    background-position: center;
    opacity: 0.07;
    filter: saturate(0.7) contrast(1.05);
    pointer-events: none;
}

.site-header > * {
    position: relative;
    z-index: 1;
}

.admin-header {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}

.admin-subtitle {
    color: var(--muted);
    font-size: 12px;
}

.site-navbar {
    background: transparent;
}

.site-navbar__inner {
    position: relative;
    min-height: 84px;
    gap: 12px;
    justify-content: space-between;
    padding: 8px 12px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    margin: 0 8px 0 0;
    flex: 0 0 auto;
}

.site-brand:hover,
.site-brand:focus {
    color: #fff;
}

.site-brand__logo-wrap {
    width: 156px;
    height: 156px;
    border-radius: 10px;
    background: rgba(198, 161, 86, 0.08);
    border: 1px solid rgba(198, 161, 86, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 226, 168, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.site-brand__logo {
    width: 132px;
    height: 132px;
    object-fit: contain;
}

.site-header-search {
    flex: 1 1 440px;
    max-width: 520px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(198, 161, 86, 0.28);
    border-radius: 4px;
    overflow: hidden;
    background: #f9fbfc;
}

.site-header-search input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    color: #163048;
    padding: 0.6rem 0.75rem;
    font-size: 13px;
}

.site-header-search input:focus {
    outline: none;
}

.site-header-search button {
    border: 0;
    width: 44px;
    height: 42px;
    background: #0b5a62;
    color: #fff;
}

.site-header-contact {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
    color: #dce6f2;
    min-width: 140px;
}

.site-header-contact strong {
    color: #9ee8f1;
    font-size: 18px;
}

.site-header-contact span {
    color: #b9c9dc;
    font-size: 11px;
}

.site-brand__logo-fallback {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.site-brand__text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.08;
}

.site-brand__text strong {
    font-size: 21px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #f5e8cb;
}

.site-brand__text small {
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(232, 212, 170, 0.8);
}

.site-navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.07);
}

.site-navbar-toggler .navbar-toggler-icon {
    filter: invert(1) brightness(2);
}

.site-nav-list {
    margin: 0 auto;
    align-items: center;
    gap: 2px;
    justify-content: center;
    width: 100%;
}

.site-navbar .nav-link {
    color: rgba(231, 237, 248, 0.9);
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13.5px;
    font-weight: 600;
    padding: 0.95rem 0.8rem 0.8rem;
    border-bottom: 2px solid transparent;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .nav-link.active {
    color: #f8e8c2;
    background: transparent;
    border-bottom-color: #c6a156;
}

.site-nav-side {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.site-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: -40px;
}

.store-legacy-hero {
    display: none;
}

.store-home-uniform {
    background: #f7f3ea;
}

.store-home-uniform .store-showcase,
.store-home-uniform .store-newsletter,
.store-home-uniform .store-benefits {
    background: #f7f3ea;
    border-color: rgba(12, 95, 102, 0.24);
}

.store-home-uniform .store-benefits {
    gap: 0;
}

.store-home-uniform .store-benefits article {
    background: #f7f3ea;
    border-left: 1px solid rgba(12, 95, 102, 0.12);
}

.store-home-uniform .store-benefits article:first-child {
    border-left: 0;
}

.store-home-uniform .store-benefits i {
    color: #0b6570;
}

.store-home-uniform .store-benefits strong {
    color: #1d3f45;
}

.store-home-uniform .store-benefits span {
    color: #5d7479;
}

.store-home-uniform .store-newsletter__content h3,
.store-home-uniform .store-newsletter__content p {
    color: #1d3f45;
}

.store-home-uniform .store-newsletter__content input {
    border-color: rgba(12, 95, 102, 0.32);
    background: #fff;
    color: #17343a;
}

.store-hero {
    position: relative;
    min-height: clamp(280px, 42vw, 460px);
    border-radius: 0;
    overflow: hidden;
    margin: 0 0 0.75rem;
    border: 1px solid rgba(12, 95, 102, 0.24);
    background: #e8f2ee;
}

.store-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--store-hero-image, none);
    background-size: cover;
    background-position: center;
}

.store-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 74, 82, 0.72) 0%, rgba(7, 74, 82, 0.3) 62%, rgba(7, 74, 82, 0.08) 100%);
}

.store-hero__content {
    position: relative;
    z-index: 2;
    max-width: 520px;
    padding: clamp(1.3rem, 3.2vw, 2.5rem);
}

.store-hero__eyebrow {
    margin: 0 0 0.45rem;
    color: #9ee8f1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    font-weight: 700;
}

.store-hero h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(1.55rem, 1rem + 2vw, 2.8rem);
    line-height: 1.05;
}

.store-hero__lead {
    color: #d9e9f1;
    margin: 0.7rem 0 1.2rem;
    max-width: 430px;
}

.store-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 0.6rem 1rem;
    background: #0b6570;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
}

.store-hero__cta:hover,
.store-hero__cta:focus {
    color: #fff;
    background: #0d7683;
}

.store-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #08474f;
    margin-bottom: 1rem;
    border: 1px solid rgba(12, 95, 102, 0.24);
}

.store-benefits article {
    padding: 0.8rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #0a5962;
}

.store-benefits i {
    font-size: 19px;
    color: #b9f5ff;
}

.store-benefits strong {
    display: block;
    font-size: 12px;
    color: #f2fcff;
    text-transform: uppercase;
}

.store-benefits span {
    display: block;
    font-size: 11px;
    color: #d0e8eb;
}

.store-benefits--producto-detalle {
    background: #e4e7eb;
    border: 1px solid #d8dee5;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0;
}

.store-benefits--producto-detalle article {
    background: #ffffff;
    padding: 0.85rem 0.95rem;
    min-height: 74px;
}

.store-benefits--producto-detalle i {
    color: #2b616b;
    font-size: 20px;
}

.store-benefits--producto-detalle strong {
    color: #222b33;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
}

.store-benefits--producto-detalle span {
    color: #2f3d4c;
    font-size: 0.91rem;
}

.store-showcase {
    background: #f4f7f8;
    border: 1px solid rgba(12, 43, 67, 0.12);
    border-radius: 2px;
    padding: 1rem;
    margin-bottom: 0.95rem;
}

.store-showcase__head {
    text-align: center;
    margin-bottom: 0.75rem;
}

.store-showcase__head h2 {
    color: #0f4c63;
    text-transform: uppercase;
    font-size: clamp(1.2rem, 1rem + 0.8vw, 1.8rem);
    margin: 0;
}

.category-circles {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.8rem;
}

.category-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    text-decoration: none;
}

.category-circle__icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #f6e8c9, #b98f48);
    color: #2f210a;
    font-size: 28px;
    font-weight: 700;
}

.category-circle__name {
    text-align: center;
    color: #1e4f61;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.featured-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.featured-product {
    border: 1px solid rgba(12, 43, 67, 0.16);
    background: #fff;
}

.featured-product__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    background: #f7fafb;
}

.featured-product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-product__placeholder {
    font-size: 30px;
    color: #6a8492;
}

.featured-product__body {
    padding: 0.7rem;
    text-align: center;
}

.featured-product__body h3 {
    margin: 0 0 0.3rem;
    color: #000;
    font-size: 13px;
    min-height: 34px;
    text-transform: uppercase;
    line-height: 1.2;
}

.featured-product__meta {
    margin: 0;
    color: #6a7f8c;
    font-size: 11px;
    text-transform: uppercase;
}

.featured-product__price {
    margin: 0.2rem 0 0.55rem;
    color: #055468;
    font-weight: 700;
    font-size: 18px;
}

.product-card__title {
    text-transform: uppercase;
    line-height: 1.2;
}

.product-card__meta-attrs {
    text-transform: uppercase;
    font-size: 10.5px;
}

.product-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    min-height: calc(1.35em * 3);
}

.product-card__more {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0b6570;
    text-decoration: none;
}

.product-card__more:hover,
.product-card__more:focus {
    color: #084f56;
    text-decoration: underline;
}

.store-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
}

.store-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(12, 95, 102, 0.22);
    background: #ffffff;
    color: #173153;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 700;
}

.store-pagination__link:hover,
.store-pagination__link:focus {
    color: #ffffff;
    background: #0b6570;
    border-color: #0b6570;
}

.store-pagination__link.is-active {
    color: #ffffff;
    background: #123f4c;
    border-color: #123f4c;
}

.featured-product__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 0.45rem 0.8rem;
    background: #0b6570;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}

.featured-product__cta:hover,
.featured-product__cta:focus {
    color: #fff;
    background: #0d7683;
}

.store-showcase__footer {
    text-align: center;
    margin-top: 0.85rem;
}

.store-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0b6570;
    color: #0b6570;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.48rem 0.85rem;
}

.store-outline-btn:hover,
.store-outline-btn:focus {
    color: #fff;
    background: #0b6570;
}

.store-newsletter {
    display: grid;
    grid-template-columns: 1.2fr 1.8fr;
    border: 1px solid rgba(198, 161, 86, 0.24);
    background: #083e46;
    overflow: hidden;
    margin-bottom: 1rem;
}

.store-newsletter__media {
    min-height: 150px;
    background-image: var(--store-newsletter-image, none);
    background-size: cover;
    background-position: center;
}

.store-newsletter__content {
    padding: 1.2rem;
}

.store-newsletter__content h3 {
    margin: 0;
    text-transform: uppercase;
    color: #e4f8fb;
}

.store-newsletter__content p {
    margin: 0.3rem 0 0.7rem;
    color: #cde9ec;
}

.store-newsletter__content form {
    display: flex;
    gap: 8px;
}

.store-newsletter__content input {
    flex: 1 1 auto;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0.58rem 0.7rem;
}

.store-newsletter__content button {
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: #0b6570;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.58rem 0.9rem;
}

.home-feed-hidden {
    display: none;
}

.site-nav-side--mobile {
    display: none;
}

.site-search-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(198, 161, 86, 0.45);
    color: #f7e5bf;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-search-btn:hover,
.site-search-btn:focus {
    background: rgba(198, 161, 86, 0.18);
    color: #ffe8b4;
}

.site-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(198, 161, 86, 0.58);
    background: rgba(198, 161, 86, 0.1);
    border-radius: 4px;
    color: #f9e9c9;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.site-login-btn:hover,
.site-login-btn:focus {
    color: #1a1a1a;
    background: linear-gradient(180deg, #d7b06a 0%, #bb944c 100%);
}

.site-login-btn--account {
    width: auto;
    min-width: 124px;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    cursor: default;
}

.social-top-links {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.social-top-link {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(198, 161, 86, 0.36);
    background: rgba(198, 161, 86, 0.1);
    color: #f5deb2;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-top-link:hover,
.social-top-link:focus {
    background: rgba(198, 161, 86, 0.22);
    color: #fff3d7;
    border-color: rgba(234, 202, 141, 0.6);
    transform: translateY(-1px);
}

.social-top-link.is-placeholder {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

.social-top-links--mobile {
    padding: 0;
}

.site-affiliation-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(198, 161, 86, 0.58);
    background: rgba(198, 161, 86, 0.1);
    color: #f9e9c9;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.site-affiliation-btn:hover,
.site-affiliation-btn:focus {
    color: #1a1a1a;
    background: linear-gradient(180deg, #d7b06a 0%, #bb944c 100%);
}

.lang-switcher {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 15;
    background: rgba(198, 161, 86, 0.08);
    border: 1px solid rgba(198, 161, 86, 0.26);
    border-radius: 999px;
    padding: 4px 8px;
}

.lang-switcher__label {
    font-size: 10px;
    font-weight: 700;
    color: rgba(235, 215, 174, 0.9);
    margin: 0;
    text-transform: uppercase;
}

.lang-switcher__select {
    border: 1px solid rgba(198, 161, 86, 0.3);
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 11px;
    color: #f7e5c0;
    background: rgba(198, 161, 86, 0.08);
}

.google-translate-element {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.goog-te-banner-frame.skiptranslate,
.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget-simple {
    display: none !important;
}

body {
    top: 0 !important;
}

.navbar .nav-link {
    transition: background-color 0.2s ease, color 0.2s ease;
}

.menu-item {
    position: relative;
}

.dropdown-menu {
    min-width: 220px;
    background: rgba(8, 80, 88, 0.96);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 12px 24px rgba(1, 11, 24, 0.55);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-toggle::after {
    float: right;
    margin-top: 0.5rem;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-right: 0;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: calc(100% - 0.15rem);
    margin-top: -0.25rem;
}

.dropdown-submenu > .dropdown-menu.show {
    display: block;
}

.dropdown-item {
    color: #e8f5f6;
    border-radius: 8px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.dropdown-divider {
    border-top-color: rgba(198, 161, 86, 0.25);
}

.site-main,
.admin-main {
    max-width: 1180px;
    flex: 1 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .py-lg-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.mb-3 {
    margin-bottom: 0.3rem !important;
}

.mb-4 {
    margin-bottom: 0.3rem !important;
}

.hero {
    position: relative;
    z-index: 3;
    max-width: min(100%, 980px);
    margin: 0 auto 18px;
    background:
        linear-gradient(180deg, rgba(250, 249, 244, 0.94) 0%, rgba(244, 240, 230, 0.94) 100%),
        radial-gradient(120% 80% at 10% 0%, rgba(12, 95, 102, 0.08), transparent 60%);
    border: 1px solid rgba(12, 95, 102, 0.24);
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(10, 52, 57, 0.14);
    backdrop-filter: blur(2px);
    padding: 22px;
}

.hero.hero--carousel-only {
    padding: 0;
    overflow: hidden;
}

.hero-carousel {
    position: relative;
    width: 100%;
    height: clamp(190px, 28vw, 360px);
    margin: 0 0 16px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(12, 95, 102, 0.26);
    background: #dfeee9;
    box-shadow: inset 0 0 0 1px rgba(207, 240, 232, 0.32);
}

.hero.hero--carousel-only .hero-carousel {
    margin: 0;
    height: clamp(260px, 36vw, 560px);
    border: 0;
    border-radius: inherit;
    box-shadow: none;
}

.hero-carousel__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
    overflow: hidden;
}

.hero-carousel__slide.is-active {
    opacity: 1;
}

.hero-carousel__slide::before {
    content: "";
    position: absolute;
    inset: -14px;
    background-image: var(--slide-bg-image, none);
    background-size: cover;
    background-position: center;
    filter: blur(18px) brightness(0.62);
    transform: scale(1.08);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.hero-carousel__slide img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.95) contrast(1.05);
}

.hero-carousel__slide.is-small-source::before {
    opacity: 1;
}

.hero-carousel__slide.is-small-source img {
    object-fit: contain;
    padding: 8px;
}

.hero-carousel__dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(3, 15, 30, 0.45);
    border: 1px solid rgba(198, 161, 86, 0.28);
    border-radius: 999px;
    padding: 4px 10px;
}

.hero-carousel__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(227, 236, 250, 0.55);
}

.hero-carousel__dot.is-active {
    background: #d7b06a;
    box-shadow: 0 0 0 2px rgba(215, 176, 106, 0.3);
}

.eyebrow {
    margin: 0 0 8px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1 {
    color: #1b4850;
    font-size: clamp(1.55rem, 1.25rem + 1vw, 2.45rem);
    margin-bottom: 0.5rem;
}

.hero-slogan {
    font-size: 18px;
    color: #2f6a72;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.65rem);
}

.org-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px 18px;
    margin-top: 18px;
}

.org-details a,
.social-links a {
    color: var(--primary);
    text-decoration: none;
}

.hero p,
.org-details {
    color: #3f6268;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    background: rgba(198, 161, 86, 0.11);
    border: 1px solid rgba(198, 161, 86, 0.35);
    border-radius: 999px;
    font-weight: 600;
}

.social-links a:hover,
.social-links a:focus {
    background: rgba(198, 161, 86, 0.22);
    color: #ffefcb;
}

.publicaciones-band {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f7f3ea;
    margin-bottom: 12px;
    isolation: isolate;
    border: 1px solid rgba(12, 95, 102, 0.24);
}

.publicaciones-band.publicaciones-band--listing {
    background: #f7f3ea;
}

.publicaciones-band.publicaciones-band--listing .publicaciones-band__media {
    display: none;
}

.publicaciones-band__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.publicaciones-band.is-media-active .publicaciones-band__media {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
}

.publicaciones-band__video,
.publicaciones-band__image,
.publicaciones-band__overlay {
    position: absolute;
    inset: 0;
}

.publicaciones-band__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.publicaciones-band__image {
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.publicaciones-band__overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(243, 239, 228, 0.55) 100%);
}

.publicaciones-band__content {
    position: relative;
    z-index: 2;
    padding: 2px 10px;
    border-radius: 14px;
}

.publicaciones-band__content--liga {
    background: #fff;
}

.liga-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: clamp(1.4rem, 1.15rem + 0.9vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #10243f;
}

.liga-title__icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffe28a 0%, #e3a71f 100%);
    color: #3b2a00;
    box-shadow: 0 6px 14px rgba(227, 167, 31, 0.35);
    flex: 0 0 auto;
}

.liga-title__icon i {
    font-size: 1rem;
}

.liga-title__text {
    line-height: 1.1;
}

.publicaciones-band h2,
.publicaciones-band h3,
.publicaciones-band p {
    color: #1b2430;
}

.publicaciones-band .text-secondary,
.publicaciones-band .feed-card__meta {
    color: var(--muted) !important;
}

.publicaciones-band__category-title {
    color: #0b636b !important;
}

.feed-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dashboard-stats-row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
}

.publicaciones-band__intro {
    max-width: min(100%, 980px);
    margin: 0 auto;
    padding: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(12, 95, 102, 0.22);
    backdrop-filter: blur(2px);
}

.feed-card {
    max-width: min(100%, 980px);
    width: 100%;
    margin: 0 auto;
    padding: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(12, 95, 102, 0.2);
    backdrop-filter: blur(2px);
    box-shadow: 0 12px 24px rgba(10, 52, 57, 0.16);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.feed-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.feed-card__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.feed-card__avatar {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #d5b473 0%, #9d782f 100%);
    color: #1d1304;
    font-size: 22px;
    font-weight: 700;
    flex: 0 0 auto;
}

.feed-card__meta {
    color: var(--muted);
    font-size: 13px;
}

.feed-card__body {
    line-height: 1.7;
    color: #1f2d42;
    white-space: normal;
    background: #ffffff;
    border: 1px solid rgba(16, 47, 89, 0.14);
    border-radius: 12px;
    padding: 14px;
    margin-top: 6px;
}

.feed-card__body h1,
.feed-card__body h2,
.feed-card__body h3,
.feed-card__body h4,
.feed-card__body h5,
.feed-card__body h6,
.feed-card__body p,
.feed-card__body li,
.feed-card__body strong,
.feed-card__body span,
.feed-card__body div {
    color: #1f2d42;
}

.feed-card__body a {
    color: #0f3d76;
}

.store-section {
    max-width: min(100%, 980px);
    margin: 18px auto 0;
}

.store-section__header {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 10px 16px;
    margin-bottom: 14px;
    padding: 0 4px;
}

.store-section__header p {
    color: rgba(243, 229, 198, 0.82);
}

.store-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    isolation: isolate;
}

.feed-card--product {
    position: relative;
    max-width: none;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: visible;
    z-index: 1;
}

.feed-card--product:hover,
.feed-card--product:focus-within {
    z-index: 40;
}

.product-card__media {
    position: relative;
    isolation: isolate;
    aspect-ratio: 4 / 3;
    background: linear-gradient(180deg, rgba(14, 44, 84, 0.94) 0%, rgba(8, 24, 46, 0.98) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(198, 161, 86, 0.16);
    cursor: zoom-in;
}

.product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__zoom-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(34rem, calc(100vw - 2rem));
    height: min(28rem, 72vh);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 16px;
    background: transparent;
    border: 0;
    box-shadow: 0 0 0 999px rgba(4, 11, 21, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.92);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 12;
}

.product-card__zoom-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(214, 180, 68, 0.95);
    box-shadow: 0 0 0 1px rgba(255, 224, 130, 0.24), 0 18px 42px rgba(0, 0, 0, 0.28);
}

.product-card__media:hover .product-card__zoom-preview,
.product-card__media:focus .product-card__zoom-preview,
.product-card__media:focus-within .product-card__zoom-preview {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.product-card__media:hover,
.product-card__media:focus,
.product-card__media:focus-within {
    z-index: 14;
}

@media (hover: none), (pointer: coarse) {
    .product-card__media {
        cursor: default;
    }

    .product-card__zoom-preview {
        display: none;
    }
}

.producto-galeria-principal {
    position: relative;
}

.producto-imagen-clickable {
    cursor: zoom-in;
}

.producto-image-modal-open {
    overflow: hidden;
}

.producto-image-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
}

.producto-image-modal.is-open {
    display: block;
}

.producto-image-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 18, 30, 0.78);
}

.producto-image-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 1020px);
    margin: 4vh auto;
    max-height: 92vh;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.35);
}

.producto-image-modal__img {
    width: 100%;
    max-height: calc(92vh - 70px);
    object-fit: contain;
    display: block;
}

.producto-image-modal__close {
    border: 0;
    background: #ffffff;
    color: #142b43;
    font-size: 34px;
    line-height: 1;
    padding: 0 10px;
    margin-left: auto;
    display: block;
    cursor: pointer;
}

.producto-image-modal__close:hover {
    color: #0b8fa2;
}

/* ---- Preview imagen para redes sociales ---- */
.producto-social-preview {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: none;
}

.producto-social-preview.is-open {
    display: block;
}

.producto-social-preview__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 18, 30, 0.82);
    cursor: pointer;
}

.producto-social-preview__dialog {
    position: relative;
    z-index: 1;
    width: min(96vw, 860px);
    margin: 3vh auto;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.38);
    display: flex;
    flex-direction: column;
    max-height: 94vh;
    overflow: hidden;
}

.producto-social-preview__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px 10px;
    border-bottom: 1px solid #e8eaec;
}

.producto-social-preview__title {
    font-weight: 700;
    font-size: 1rem;
    color: #0f2d45;
}

.producto-social-preview__body {
    flex: 1;
    overflow-y: auto;
    padding: 18px;
    display: flex;
    justify-content: center;
    background: #f4f6f8;
}

.producto-social-preview__canvas {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
}

.producto-social-preview__footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 14px 18px;
    border-top: 1px solid #e8eaec;
}

.producto-detalle-media {
    display: block;
}

.producto-detalle-media.has-thumbs {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.producto-galeria-principal {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producto-galeria-thumbs--side {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.producto-galeria-thumbs .producto-thumb {
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 4px;
}

.producto-galeria-thumbs .producto-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.producto-galeria-thumbs .producto-thumb {
    border-width: 2px;
    border-color: #d8dee5;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.producto-galeria-thumbs .producto-thumb:hover {
    transform: translateY(-1px);
    border-color: #708da8;
}

.producto-galeria-thumbs .producto-thumb.is-active {
    border-color: #1f5d7a;
    box-shadow: 0 0 0 2px rgba(31, 93, 122, 0.16);
}

@media (max-width: 991.98px) {
    .producto-detalle-media.has-thumbs {
        display: block;
    }

    .producto-galeria-principal {
        min-height: 360px;
    }

    .producto-galeria-thumbs--side {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 12px;
    }
}

.carrito-item {
    border: 1px solid rgba(12, 95, 102, 0.18);
}

.carrito-item__head {
    border-bottom: 1px solid rgba(12, 95, 102, 0.15);
    padding-bottom: 10px;
}

.carrito-item__meta {
    min-width: 0;
    flex: 1 1 320px;
}

.carrito-item__title {
    color: #10243f;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.carrito-item__sku {
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.carrito-item__price-box {
    flex: 0 0 auto;
    min-width: 180px;
    background: rgba(12, 95, 102, 0.06);
    border: 1px solid rgba(12, 95, 102, 0.16);
    border-radius: 10px;
    padding: 8px 10px;
}

.carrito-item__image,
.carrito-item__image-placeholder {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.carrito-item__controls {
    align-items: stretch;
}

.carrito-item__attr-card {
    height: 100%;
    padding: 10px;
    border: 1px solid rgba(12, 95, 102, 0.18);
    border-radius: 10px;
    background: #fff;
}

.carrito-item__attr-label {
    display: block;
    font-weight: 700;
    color: #0b636b;
    line-height: 1.2;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carrito-item__attr-value {
    margin: 0;
    color: #21424f;
    line-height: 1.3;
}

.carrito-item__actions {
    justify-content: flex-start;
}

.product-barcode {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 10px;
    border: 1px solid rgba(12, 95, 102, 0.2);
    border-radius: 10px;
    background: #fff;
}

.product-barcode__svg {
    display: block;
    width: 240px;
    max-width: 100%;
    height: 58px;
    margin: 0 auto;
}

.product-barcode__number {
    display: block;
    width: 240px;
    max-width: 100%;
    text-align: center;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #1f2d42;
}

.producto-precio-ref {
    margin: 0;
    font-size: clamp(2rem, 1.4rem + 1.2vw, 2.6rem);
    font-weight: 800;
    letter-spacing: 0.015em;
    line-height: 1;
    color: #123f4c;
    text-transform: uppercase;
}

.carrito-summary {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

.carrito-summary__checkout {
    grid-column: 2;
    justify-self: center;
}

.carrito-summary__total {
    grid-column: 3;
    justify-self: end;
    min-width: 220px;
}

@media (max-width: 767.98px) {
    .carrito-item__price-box {
        min-width: 100%;
        text-align: left !important;
    }

    .carrito-item__title {
        -webkit-line-clamp: 3;
    }

    .carrito-summary {
        grid-template-columns: 1fr;
    }

    .carrito-summary__checkout,
    .carrito-summary__total {
        grid-column: 1;
        width: 100%;
    }

    .carrito-summary__checkout {
        justify-self: center;
    }

    .carrito-summary__total {
        justify-self: stretch;
        text-align: right !important;
    }
}

.product-card__placeholder {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #f3e5c6;
    font-size: 40px;
}

.product-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px;
}

.product-card__header {
    margin-bottom: 12px;
}

.product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
}

.product-card__details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-card__details span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #edf3fb;
    color: #24405f;
    font-size: 0.92rem;
}

.product-card__price {
    background: #f5e7bf !important;
    color: #5b3d00 !important;
    font-weight: 700;
}

.publicacion-contacto {
    background: #ffffff;
    border: 0;
    border-radius: 12px;
    padding: 0;
    margin: 6px 0;
    overflow: hidden;
}

.publicacion-contacto .registro-form-col {
    border-left: 1px solid rgba(11, 99, 107, 0.18);
}

.publicacion-contacto__hp {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.publicacion-contacto__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0.6rem 1.1rem;
    font-weight: 700;
}

.publicacion-contacto__notice {
    background: #fff5d9;
    border: 1px solid #e8d395;
    border-radius: 8px;
    color: #6b4f1a;
    padding: 10px 12px;
}

.feed-card h3,
.publicaciones-band__intro h2 {
    color: #f3e5c6;
}

.feed-card--product .product-card__title {
    color: #000 !important;
    font-size: 15px;
    line-height: 1.2;
    font-family: "Source Sans 3", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

.feed-card--product .feed-card__meta {
    font-size: 13px;
    color: #4b5f66 !important;
}

.feed-card__body img,
.feed-card__body video,
.feed-card__body iframe {
    max-width: 100%;
}

.facebook-comments-block {
    max-width: min(100%, 980px);
    width: 100%;
    margin: 6px auto 0;
    padding: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    backdrop-filter: blur(3px);
}

.facebook-comments-block .fb-comments,
.facebook-comments-block .fb-comments span,
.facebook-comments-block .fb-comments iframe {
    width: 100% !important;
}

.publication-media__image,
.publication-media__video {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 12px auto;
    border-radius: 12px;
    object-fit: contain;
}

.publication-media__video {
    background: #0b1320;
}

.publication-media__iframe-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    margin: 12px auto;
    border-radius: 12px;
    background: #0b1320;
}

.publication-media__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(1, 11, 24, 0.35);
}

.metric {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
}

.site-footer {
    position: relative;
    z-index: 3;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(224, 244, 246, 0.88);
    padding: 24px 0 0;
    background: linear-gradient(180deg, #0b636b 0%, #07474e 100%);
    overflow: hidden;
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 0.7rem;
}

.footer-payments span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    padding: 0.3rem 0.45rem;
    border: 1px solid rgba(196, 240, 245, 0.3);
    background: rgba(196, 240, 245, 0.12);
    color: #e7fbfd;
    font-size: 11px;
    font-weight: 700;
}

.footer-mini-title {
    margin-top: 0.85rem;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--org-home-bg-image, none);
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    pointer-events: none;
}

.site-footer > * {
    position: relative;
    z-index: 1;
}

.footer-content {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.footer-content h4 {
    color: #efffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 10px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #eefeff;
    text-decoration: none;
}

.footer-brand__logo-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(196, 240, 245, 0.36);
    background: rgba(196, 240, 245, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-brand__logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.footer-brand__text {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.footer-desc {
    margin: 10px 0 0;
    color: rgba(222, 246, 248, 0.86);
    font-size: 13px;
    line-height: 1.45;
}

.footer-social {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.footer-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(196, 240, 245, 0.34);
    color: #ecfcff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-social__item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(196, 240, 245, 0.34);
    color: #ecfcff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-social a:hover,
.footer-social a:focus {
    background: rgba(198, 161, 86, 0.2);
}

.footer-social__item.is-placeholder {
    opacity: 0.45;
}

.footer-affiliation-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 0.56rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(198, 161, 86, 0.58);
    background: rgba(198, 161, 86, 0.1);
    color: #f9e9c9;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-affiliation-btn:hover,
.footer-affiliation-btn:focus {
    color: #1a1a1a;
    background: linear-gradient(180deg, #d7b06a 0%, #bb944c 100%);
}

.afiliacion-section {
    background: transparent;
    margin-bottom: 12px;
}

.afiliacion-card {
    max-width: 1040px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 25px 55px rgba(10, 18, 45, 0.16);
    border: 1px solid rgba(17, 44, 112, 0.08);
    padding: 0;
    overflow: hidden;
}

.afiliacion-layout {
    display: grid;
    grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
}

.afiliacion-side {
    background: linear-gradient(160deg, #0f2a5f 0%, #0a214d 60%, #0c1e44 100%);
    color: #e5ecfa;
    border: 0;
    border-right: 1px solid rgba(198, 161, 86, 0.26);
    border-radius: 0;
    padding: 1.15rem 1rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.afiliacion-side__block + .afiliacion-side__block {
    margin-top: 0.9rem;
}

.afiliacion-side__block {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.9rem 0.85rem;
}

.afiliacion-side__block h3 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    color: #f6dfae;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.afiliacion-side__block p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(226, 235, 251, 0.92);
}

.afiliacion-side__block ul {
    margin: 0;
    padding-left: 1.05rem;
}

.afiliacion-side__block li {
    margin: 0 0 0.34rem;
    line-height: 1.45;
    color: rgba(226, 235, 251, 0.92);
}

.afiliacion-main {
    min-width: 0;
    padding: 1.45rem 1.55rem;
}

.afiliacion-head h1 {
    color: #0f255f;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.afiliacion-head p {
    color: #516182;
    margin-bottom: 1.25rem;
}

.afiliacion-subtitle {
    margin: 0.4rem 0 0.2rem;
    padding: 0.48rem 0.7rem;
    background: #f0f2f7;
    border: 1px solid rgba(17, 44, 112, 0.2);
    border-radius: 8px;
    color: #102a61;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.afiliacion-declaracion {
    padding: 0.75rem 0.8rem;
    border: 1px solid rgba(198, 161, 86, 0.5);
    border-radius: 9px;
    background: #fffdf7;
    color: #2b3d67;
    line-height: 1.45;
    font-size: 0.92rem;
}

/* ── Pagina de agradecimiento ──────────────────────────────── */
.afiliacion-gracias-box {
    padding: 1.8rem 1.2rem 1.4rem;
}

.afiliacion-gracias-icon {
    font-size: 3.6rem;
    line-height: 1;
    color: #c6a156;
    margin-bottom: 0.6rem;
}

.afiliacion-gracias-titulo {
    font-size: 1.45rem;
    font-weight: 700;
    color: #102a61;
    margin-bottom: 0.7rem;
}

.afiliacion-gracias-num {
    color: #c6a156;
    font-size: 1.05em;
}

.afiliacion-gracias-msg {
    font-size: 1.05rem;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.afiliacion-gracias-submsg {
    font-size: 0.93rem;
    color: #4a5568;
    max-width: 560px;
    margin: 0 auto 0.5rem;
    line-height: 1.55;
}

.afiliacion-gracias-divider {
    border-color: rgba(198, 161, 86, 0.4);
    margin: 1.2rem auto;
    max-width: 400px;
}

.afiliacion-gracias-acciones {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.afiliacion-btn-pdf {
    background: #102a61;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
    font-size: 0.92rem;
    transition: background 0.18s;
}

.afiliacion-btn-pdf:hover {
    background: #c6a156;
    color: #fff;
}

.afiliacion-btn-nuevo {
    background: transparent;
    color: #102a61;
    border: 2px solid #102a61;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
    font-size: 0.92rem;
    transition: all 0.18s;
}

.afiliacion-btn-nuevo:hover {
    background: #102a61;
    color: #fff;
}

.afiliacion-btn-inicio {
    background: transparent;
    color: #6b7280;
    border: 1px solid #d1d5db;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.88rem;
    transition: all 0.18s;
}

.afiliacion-btn-inicio:hover {
    background: #f3f4f6;
    color: #374151;
}

.afiliacion-gracias-nota {
    font-size: 0.82rem;
    color: #6b7280;
    margin-top: 0.2rem;
}

.afiliacion-form .form-label {
    font-weight: 600;
    color: #153173;
}

.afiliacion-form .form-control {
    border-radius: 10px;
    border: 1px solid rgba(198, 161, 86, 0.82);
    background: #fffdf9;
}

.afiliacion-form .form-control:focus {
    border-color: #c79e47;
    box-shadow: 0 0 0 0.2rem rgba(199, 158, 71, 0.28);
}

.afiliacion-submit-wrap {
    margin-top: 1.4rem;
    text-align: center;
}

.afiliacion-submit {
    min-width: 230px;
    border-radius: 999px;
    padding: 0.7rem 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

@media (max-width: 991.98px) {
    .afiliacion-section .container {
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .afiliacion-layout {
        grid-template-columns: 1fr;
    }

    .afiliacion-side {
        display: none;
    }

    .afiliacion-main {
        width: 100%;
        padding: 0.95rem;
    }
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin: 0 0 8px;
    color: rgba(205, 217, 236, 0.82);
    font-size: 13px;
}

.footer-links a {
    color: rgba(240, 226, 190, 0.92);
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #fff0cb;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact i {
    margin-top: 2px;
}

.footer-subscribe {
    display: flex;
    align-items: center;
    border: 1px solid rgba(198, 161, 86, 0.3);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px;
}

.footer-subscribe input {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 10px 12px;
    background: rgba(8, 27, 54, 0.94);
    color: #f2e6ca;
    font-size: 13px;
}

.footer-subscribe button {
    width: 42px;
    height: 39px;
    border: 0;
    background: rgba(198, 161, 86, 0.2);
    color: #f8e8c2;
}

.footer-bottom {
    margin-top: 18px;
    padding: 12px;
    text-align: center;
    border-top: 1px solid rgba(198, 161, 86, 0.22);
    color: rgba(194, 207, 230, 0.82);
    font-size: 12px;
}

.footer-bottom__link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
}

.footer-bottom__link:hover,
.footer-bottom__link:focus {
    color: inherit;
    text-decoration: underline;
}

.footer-content p {
    margin: 6px 0;
}

.login-wrap {
    width: 100%;
}

.registro-layout {
    background: #ffffff;
    border: 1px solid rgba(11, 99, 107, 0.24);
    border-radius: 1rem;
    overflow: hidden;
}

.registro-info-strip {
    display: none;
    background: #0b636b;
    color: rgba(231, 251, 253, 0.94);
    min-height: 100%;
    padding: 1.1rem 0.95rem;
    margin: 0;
}

.registro-info-strip__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.registro-info-card {
    border: 1px solid rgba(196, 240, 245, 0.24);
    background: rgba(196, 240, 245, 0.1);
    border-radius: 12px;
    padding: 0.9rem 0.8rem;
}

.registro-info-card h3 {
    margin: 0 0 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f3fbfc;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.registro-info-card p {
    margin: 0;
    line-height: 1.55;
    font-size: 0.92rem;
    color: rgba(231, 251, 253, 0.94);
}

.registro-info-card ul {
    margin: 0;
    padding-left: 1.05rem;
}

.registro-info-card li {
    margin-bottom: 0.45rem;
    line-height: 1.45;
    font-size: 0.92rem;
    color: rgba(231, 251, 253, 0.94);
}

.registro-info-card li:last-child {
    margin-bottom: 0;
}

.registro-form-col {
    background: #ffffff;
}

.registro-form-body {
    background: #ffffff;
}

@media (min-width: 768px) {
    .registro-layout {
        display: grid;
        grid-template-columns: minmax(220px, 30%) 1fr;
        align-items: stretch;
    }

    .registro-info-strip {
        display: flex;
        align-self: stretch;
        height: 100%;
    }
}

.login-form {
    display: grid;
    gap: 10px;
}

button {
    border-radius: 8px;
}

button {
    border: 0;
    background: linear-gradient(180deg, #d2ad68 0%, #b18a43 100%);
    color: #1c1304;
    font-weight: 600;
    cursor: pointer;
}

button:hover {
    background: linear-gradient(180deg, #c29854 0%, #9b742f 100%);
}

.alert-error {
    margin-bottom: 12px;
    border: 1px solid #f4b5b5;
    background: #fee;
    color: #9f1f1f;
    border-radius: 8px;
    padding: 10px 12px;
}

.table-wrap {
    overflow-x: auto;
    background: rgba(8, 27, 54, 0.92);
    border: 1px solid var(--border);
    border-radius: 12px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    border-bottom: 1px solid var(--border);
    text-align: left;
    padding: 10px 12px;
}

@media (max-width: 991.98px) {
    .site-navbar__inner {
        min-height: 72px;
        justify-content: space-between;
        padding: 8px 12px;
    }

    .site-brand {
        max-width: calc(100% - 72px);
        min-width: 0;
        gap: 8px;
    }

    .site-brand__logo-wrap {
        width: 108px;
        height: 108px;
        flex: 0 0 auto;
    }

    .site-brand__logo {
        width: 92px;
        height: 92px;
    }

    .site-header-search,
    .site-header-contact {
        display: none;
    }

    .site-brand__text {
        min-width: 0;
    }

    .site-brand__text strong {
        font-size: 15px;
        letter-spacing: 0.03em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .site-navbar-toggler {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 12;
        flex: 0 0 auto;
    }

    #publicNavbar:not(.show) {
        display: none !important;
    }

    #publicNavbar.show {
        display: block !important;
    }

    #publicNavbar {
        width: 100%;
        margin-top: 8px;
        padding: 10px 12px;
        background: rgba(5, 20, 40, 0.96);
        border: 1px solid rgba(198, 161, 86, 0.24);
        border-radius: 10px;
    }

    #publicNavbar .site-nav-list {
        margin: 0;
        width: 100%;
        align-items: stretch;
    }

    #publicNavbar .site-nav-side {
        position: static;
        right: auto;
        top: auto;
        transform: none;
        margin: 10px 0 0;
        padding-top: 10px;
        border-top: 1px solid rgba(198, 161, 86, 0.24);
        flex-wrap: wrap;
        gap: 8px;
    }

    #publicNavbar .site-nav-actions {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .site-nav-side--desktop {
        display: none !important;
    }

    .site-nav-side--mobile {
        display: flex;
    }

    #publicNavbar .site-search-btn,
    #publicNavbar .site-login-btn,
    #publicNavbar .lang-switcher {
        display: inline-flex;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .store-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-circles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .featured-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-newsletter {
        grid-template-columns: 1fr;
    }

    .site-top-strip__right {
        margin-left: 0;
    }

    .site-brand__text small {
        display: none;
    }

    .site-navbar .nav-link {
        padding: 0.7rem 0;
        border-bottom: 1px solid rgba(198, 161, 86, 0.2);
    }

    .dropdown-submenu > .dropdown-menu {
        position: static;
        margin: 0.2rem 0 0.35rem 0.7rem;
        border-left: 2px solid rgba(198, 161, 86, 0.24);
    }

    .feed-card {
        max-width: 100%;
        padding: 18px;
    }

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

    .publicaciones-band__intro {
        max-width: 100%;
        padding: 10px;
    }

    .hero {
        max-width: 100%;
        padding: 18px;
    }

    .hero-carousel {
        height: clamp(165px, 42vw, 260px);
        margin-bottom: 14px;
    }

    .hero.hero--carousel-only .hero-carousel {
        height: clamp(190px, 52vw, 320px);
        margin-bottom: 0;
    }

    .publicaciones-band {
        border-radius: 14px;
    }

    .publicaciones-band__image {
        opacity: 1;
    }

    .publicaciones-band__overlay {
        background: transparent;
    }

    .publicacion-contacto__grid {
        grid-template-columns: 1fr;
    }

    .site-affiliation-btn {
        font-size: 10px;
        padding: 0.42rem 0.7rem;
    }

    .afiliacion-card {
        border-radius: 14px;
        padding: 0;
    }

    .afiliacion-head h1 {
        font-size: 1.3rem;
    }

    .afiliacion-side {
        border-radius: 0;
        padding: 0.8rem;
    }

    .afiliacion-side__block {
        border-radius: 10px;
        padding: 0.75rem;
    }

    .afiliacion-side__block h3 {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .site-brand__logo-wrap {
        width: 78px;
        height: 78px;
    }

    .site-brand__logo {
        width: 66px;
        height: 66px;
    }
}

@media (min-width: 992px) {
    .site-navbar__inner {
        min-height: 204px;
        padding-left: max(420px, calc(8% + 360px));
        padding-right: 280px;
    }

    .site-navbar .nav-link {
        font-size: 14.5px;
        padding: 1.1rem 0.85rem 0.95rem;
        white-space: nowrap;
    }

    .site-brand {
        position: absolute;
        left: 5%;
        top: 32%;
        transform: translateY(-50%);
        margin: 0;
    }

    #publicNavbar {
        position: absolute;
        left: 50%;
        top: 74%;
        transform: translate(-50%, -50%);
        display: block !important;
        flex: 0 0 auto;
        width: max-content;
        max-width: calc(100% - 700px);
    }

    .site-nav-list {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .site-nav-side {
        right: 12px;
    }

    .publicaciones-band {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        min-height: 100vh;
        border-radius: 0;
        border-left: 1px solid rgba(198, 161, 86, 0.42);
        border-right: 1px solid rgba(198, 161, 86, 0.42);
        border-top: 0;
        border-bottom: 0;
    }

    .publicaciones-band.has-video .publicaciones-band__video {
        display: block;
    }

    .publicaciones-band.has-video .publicaciones-band__image {
        opacity: 1;
    }

    .publicaciones-band__overlay {
        background: transparent;
    }

    .publicaciones-band__content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 2px 12px 16px;
        border-radius: 14px;
    }
}

@media (max-width: 767.98px) {
    .site-top-strip__inner {
        gap: 6px 12px;
        font-size: 11px;
    }

    .store-benefits {
        grid-template-columns: 1fr;
    }

    .featured-products-grid,
    .category-circles {
        grid-template-columns: 1fr 1fr;
    }

    .store-newsletter__content form {
        flex-direction: column;
    }

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

    .store-section__header {
        padding: 0;
    }

    .product-card__content {
        padding: 16px;
    }
}

@media (min-width: 992px) {
    .site-nav-side--desktop {
        display: flex;
    }

    .site-nav-side--mobile {
        display: none !important;
    }
}

@media (min-width: 1920px) {
    .feed-card {
        max-width: min(100%, 1100px);
    }
}
