/* Inform�tica � UX moderna alineada a Inicio / Oficina */
:root {
    --info-ink: #0A0A0A;
    --info-paper: #F4F5F7;
    --info-card: #FFFFFF;
    --info-muted: #6B7280;
    --info-line: rgba(10, 10, 10, 0.1);
    --info-accent: #0EA5E9;
    --info-ok: #15803D;
    --info-promo: #DC2626;
    --info-wa: #25D366;
    --info-wa-dark: #128C7E;
    --info-font: "Montserrat", "Segoe UI", sans-serif;
}

body {
    font-family: var(--info-font) !important;
    background: var(--info-paper) !important;
}

/* �� Topbar �� */
.header-custom,
.info-topbar {
    background: linear-gradient(180deg, #050505 0%, #12141A 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 0.85rem 0 !important;
    position: sticky;
    top: 0;
    z-index: 1040;
}

.header-custom img {
    max-height: 46px !important;
}

.header-search-form {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    gap: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.info-topbar .search-bar-custom,
.header-custom .search-bar-custom {
    flex: 1 1 auto;
    min-width: 0;
    display: block !important;
    visibility: visible !important;
    border-radius: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-right: 0 !important;
    background: #FFFFFF !important;
    color: #0A0A0A !important;
    padding: 0.75rem 1rem !important;
    font-family: var(--info-font) !important;
    font-size: 0.92rem !important;
}

.info-topbar .search-bar-custom::placeholder,
.header-custom .search-bar-custom::placeholder {
    color: #6B7280 !important;
}

.info-topbar .search-bar-custom:focus,
.header-custom .search-bar-custom:focus {
    outline: 2px solid var(--info-accent);
    outline-offset: -2px;
    background: #FFFFFF !important;
    color: #0A0A0A !important;
}

.info-topbar .btn-secondary-custom,
.header-custom .btn-secondary-custom {
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    visibility: visible !important;
}

.btn-secondary-custom,
.btn-custom {
    border-radius: 0 !important;
    font-family: var(--info-font) !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    padding: 0.75rem 1.1rem !important;
}

.btn-secondary-custom {
    background: var(--info-accent) !important;
    color: #fff !important;
    border: 1px solid var(--info-accent) !important;
}

.btn-secondary-custom:hover {
    background: #0284C7 !important;
    border-color: #0284C7 !important;
    color: #fff !important;
}

.btn-custom {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.btn-custom:hover {
    background: #fff !important;
    color: #0A0A0A !important;
    border-color: #fff !important;
}

/* �� Navbar categor�as �� */
.navbar-custom {
    background: #0F1115 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding: 0.35rem 0 !important;
    min-height: auto !important;
}

.navbar-custom .navbar-nav .nav-link {
    font-family: var(--info-font) !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.72) !important;
    padding: 0.7rem 0.85rem !important;
    border-bottom: 2px solid transparent !important;
    white-space: nowrap;
}

.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link:focus,
.navbar-custom .navbar-nav .show > .nav-link {
    color: #fff !important;
    border-bottom-color: var(--info-accent) !important;
}

.navbar-custom .dropdown-menu {
    background: #161A22 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
    padding: 0.4rem 0 !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45) !important;
    margin-top: 0 !important;
}

.navbar-custom .dropdown-item {
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--info-font) !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
    padding: 0.55rem 1.1rem !important;
}

.navbar-custom .dropdown-item:hover {
    background: rgba(14, 165, 233, 0.15) !important;
    color: #fff !important;
}

.submenu-marcas {
    background: #1C2230 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.navbar-carousel-btn {
    color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 1.5rem !important;
    line-height: 1;
    padding: 0 0.5rem !important;
}

.navbar-carousel-btn:hover {
    color: #fff !important;
}

.province-selector {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    font-family: var(--info-font) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    padding: 0 0.7rem !important;
    height: 40px;
    min-height: 40px;
    max-width: 150px;
    line-height: 1;
}

.province-selector option {
    color: #111;
}

/* Topbar en una linea: logo | busqueda | carrito � sesion � provincia */
.info-topbar__inner {
    max-width: 1320px;
}

.info-topbar__row {
    flex-wrap: nowrap;
    gap: 0.65rem;
}

.info-topbar__logo {
    flex: 0 0 auto;
    padding-right: 0 !important;
}

.info-topbar__search {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0.35rem !important;
}

.info-topbar__search .header-search-form {
    width: 100%;
    max-width: 520px;
    margin: 0;
    justify-content: flex-start;
}

.info-topbar__right {
    flex: 0 0 auto;
    padding-left: 0 !important;
}

.info-topbar__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    flex-wrap: nowrap;
    width: auto;
}

.info-topbar__account {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 0.75rem;
    height: 40px;
    min-height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: transparent;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.76rem;
    font-family: var(--info-font);
    white-space: nowrap;
    max-width: 150px;
}

.info-topbar__account span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-topbar__account:hover {
    background: #fff;
    color: #0A0A0A !important;
    border-color: #fff;
}

.info-topbar__account.is-empresa {
    border-color: rgba(125, 211, 252, 0.75);
    background: rgba(14, 165, 233, 0.22);
    max-width: 220px;
}

.info-topbar__store {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    box-sizing: border-box;
}
.info-topbar__store i {
    font-size: 0.95rem;
    line-height: 1;
}
.info-topbar__store:hover {
    background: #fff;
    color: #0A0A0A !important;
    border-color: #fff;
}

.info-cart-item__store {
    display: inline-block;
    margin-top: 0.2rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0369a1;
}

.info-cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border: 1px solid rgba(14, 165, 233, 0.55);
    background: rgba(14, 165, 233, 0.22);
    color: #fff;
    border-radius: 8px;
    font-size: 1.15rem;
    font-family: var(--info-font);
    cursor: pointer;
    flex: 0 0 auto;
}

.info-cart-btn:hover {
    background: rgba(14, 165, 233, 0.45);
    border-color: #38bdf8;
}

.info-cart-btn__badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 0.28rem;
    border-radius: 999px;
    background: #64748b;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0a0a0a;
    line-height: 1;
}

.info-cart-btn__badge.is-on {
    background: #dc2626;
}

.info-topbar__actions .province-selector {
    flex: 0 0 auto;
}

/* Catalogo / toolbar */
.container.py-4,
#productosContainer {
    font-family: var(--info-font);
}

.info-catalog-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.35rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--info-line);
}

.info-catalog-head h2,
.titulo-seccion,
h2.mb-0 {
    font-family: var(--info-font) !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem) !important;
    color: var(--info-ink) !important;
    margin: 0 !important;
}

.info-catalog-crumb {
    margin: 0 0 0.35rem;
    font-family: var(--info-font);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--info-muted, #6B7280);
}

.info-catalog-crumb span {
    margin: 0 0.35rem;
    opacity: 0.7;
}

.info-sort .btn {
    border-radius: 0 !important;
    font-family: var(--info-font) !important;
    font-weight: 600 !important;
    font-size: 0.78rem !important;
}

/* �� Product cards �� */
#productosContainer > [class*="col-"] {
    margin-bottom: 1.25rem;
}

.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--info-card) !important;
    border: 1px solid var(--info-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
    position: relative;
}

.product-card:hover {
    border-color: #111827 !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1) !important;
}

.product-card__media {
    display: block;
    height: 210px;
    background: linear-gradient(160deg, #F8FAFC 0%, #EEF2F7 100%);
    text-decoration: none;
}

.product-card__media-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.product-card__media img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
    display: block;
}

.product-card__placeholder {
    color: var(--info-muted);
    font-weight: 600;
    font-size: 0.95rem;
}

.product-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.05rem 1.15rem !important;
}

.product-title {
    font-family: var(--info-font) !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    color: #111827 !important;
    margin: 0 0 0.85rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.7em;
}

.product-prices {
    margin-bottom: 0.65rem !important;
}

.product-price {
    margin: 0 0 0.2rem !important;
}

.product-price span {
    font-size: 0.82rem !important;
    color: #9CA3AF !important;
    text-decoration: line-through;
}

.product-price-contado {
    margin: 0 !important;
    color: var(--info-ok) !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
}

.product-price-contado span {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: var(--info-muted) !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-price-promocion {
    margin: 0.35rem 0 0 !important;
    color: var(--info-promo) !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
}

.product-stock {
    margin: 0 0 0.9rem !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
}

.product-stock__ok {
    color: #15803D;
}

.product-stock__no {
    color: #DC2626;
}

.product-stock__dot {
    display: inline-block;
    width: 0.55em;
    height: 0.55em;
    margin-right: 0.35em;
    border-radius: 50%;
    background: currentColor;
    vertical-align: 0.05em;
}

.product-card .btn-custom.w-100,
.product-card__cta {
    margin-top: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: auto;
    text-align: center;
    background: #fff !important;
    color: var(--info-ink) !important;
    border: 1.5px solid rgba(10, 10, 10, 0.18) !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    font-size: 0.82rem !important;
    padding: 0.65rem 0.7rem !important;
    text-decoration: none !important;
    min-height: 44px;
    box-sizing: border-box;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.product-card .btn-custom.w-100:hover,
.product-card__cta:hover {
    background: #0A0A0A !important;
    border-color: #0A0A0A !important;
    color: #fff !important;
}

.product-card__ribbon {
    position: absolute;
    top: 14px;
    right: -36px;
    background: linear-gradient(135deg, #DC2626 0%, #EF4444 100%);
    color: #fff;
    padding: 0.4rem 2.6rem;
    font-weight: 800;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 5;
    transform: rotate(45deg);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.35);
}

.product-card__discount {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 5;
    background: var(--info-promo);
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    min-width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

/* �� Paginaci�n �� */
.pagination-custom .page-link {
    border-radius: 0 !important;
    font-family: var(--info-font) !important;
    font-weight: 600 !important;
    color: var(--info-ink) !important;
    border-color: var(--info-line) !important;
}

.pagination-custom .page-item.active .page-link {
    background: var(--info-ink) !important;
    border-color: var(--info-ink) !important;
    color: #fff !important;
}

/* �� Contact / footer �� */
.contact-section {
    background: linear-gradient(165deg, #0A0A0A 0%, #151920 100%) !important;
}

.contact-section h3,
.contact-section h5,
.contact-section p {
    font-family: var(--info-font) !important;
}

footer {
    font-family: var(--info-font) !important;
}

/* �� WhatsApp chat widget (estilo Oficina) �� */
.info-wa-widget {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.65rem;
}

.info-wa-panel {
    width: min(340px, calc(100vw - 2rem));
    background: #fff;
    display: none;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.info-wa-panel.is-open {
    display: flex;
}

.info-wa-panel__head {
    background: #075E54;
    color: #fff;
    padding: 0.9rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}

.info-wa-panel__head strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
}

.info-wa-panel__head span {
    display: block;
    font-size: 0.75rem;
    opacity: 0.85;
    margin-top: 0.15rem;
}

.info-wa-panel__close {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.85;
}

.info-wa-panel__close:hover { opacity: 1; }

.info-wa-panel__messages {
    background: #ECE5DD;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 140px;
}

.info-wa-bubble {
    align-self: flex-start;
    max-width: 92%;
    background: #fff;
    padding: 0.65rem 0.8rem;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #111;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.info-wa-panel__actions {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    background: #fff;
}

.info-wa-reply {
    display: block;
    text-align: left;
    padding: 0.7rem 0.85rem;
    background: #FEF3C7;
    color: #92400E;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 600;
    border: 1px solid #FDE68A;
}

.info-wa-reply:hover {
    background: #FDE68A;
    color: #78350F;
    text-decoration: none;
}

.info-float-wa {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: var(--info-wa);
    color: #fff;
    font-size: 1.7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    transition: transform 0.15s ease, background 0.15s ease;
}

.info-float-wa:hover {
    background: #1EBE5A;
    transform: scale(1.06);
}

/* �� Banner publicidad 1296�400 (columna productos) �� */
.info-ad-banner {
    width: 100%;
    max-width: 1296px;
    margin: 0 0 1.15rem;
    background: transparent;
    border: 0;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 1296 / 400;
}

.info-ad-banner img,
.info-ad-banner__slide {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

.info-ad-banner__track {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.info-ad-banner__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.55s ease;
    pointer-events: none;
}

.info-ad-banner__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 640px) {
    .info-ad-banner {
        margin-bottom: 0.85rem;
    }
}

/* Ocultar bot�n WA viejo si queda */
.btn-whatsapp {
    display: none !important;
}

@media (max-width: 640px) {
    .info-wa-widget {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .product-card__media {
        height: 180px;
    }
}

/* �� Mobile Inform�tica �� */
@media (max-width: 991px) {
    .info-topbar {
        padding: 0.65rem 0 !important;
        position: sticky;
        top: 0;
        z-index: 1040;
    }

    .info-topbar__inner {
        max-width: 100% !important;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .info-topbar .row {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.65rem;
    }

    .info-topbar img {
        max-height: 42px !important;
    }

    .header-search-form {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 0 !important;
        visibility: visible !important;
    }

    .header-search-form .search-bar-custom {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        font-size: 16px !important;
        min-height: 44px;
        padding: 0.55rem 0.75rem !important;
        background: #FFFFFF !important;
        color: #0A0A0A !important;
    }

    .header-search-form .btn-secondary-custom {
        flex: 0 0 auto !important;
        width: auto !important;
        min-height: 44px;
        padding: 0.55rem 0.85rem !important;
        font-size: 0.82rem !important;
        white-space: nowrap;
    }

    .info-topbar__row {
        flex-wrap: wrap;
    }

    .info-topbar__logo {
        width: auto;
    }

    .info-topbar__search {
        flex: 1 1 100%;
        order: 3;
        padding-right: 0 !important;
    }

    .info-topbar__search .header-search-form {
        max-width: none;
    }

    .info-topbar__right {
        margin-left: auto;
    }

    .info-topbar__actions {
        width: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.3rem;
    }

    .info-topbar__actions .province-selector {
        max-width: 104px;
        min-height: 40px;
        height: 40px;
        font-size: 16px !important;
    }

    .info-topbar__store,
    .info-topbar__account,
    .info-cart-btn {
        position: relative;
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        padding: 0;
        justify-content: center;
        max-width: 40px;
    }

    .info-topbar__store span,
    .info-topbar__account span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .info-topbar__account.is-empresa {
        max-width: 40px;
    }

    .info-cart-btn {
        width: 40px;
        height: 40px;
        min-height: 40px;
    }

    .info-topbar__actions .btn-custom {
        flex: 1 1 auto;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.82rem !important;
        padding: 0.55rem 0.9rem !important;
    }

    .info-shell {
        width: calc(100% - 0.75rem);
        margin-top: 0.75rem;
    }

    .info-toolbar {
        display: flex !important;
        margin-bottom: 0.75rem;
        position: sticky;
        top: 4.5rem;
        z-index: 1030;
        background: var(--info-paper, #F4F5F7);
        padding: 0.35rem 0;
    }

    .info-sidebar-toggle {
        display: inline-flex !important;
        min-height: 48px;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: #0A0A0A !important;
        color: #fff !important;
        border: 1px solid #0A0A0A !important;
        font-size: 0.9rem !important;
        font-weight: 700 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .info-ad-banner {
        margin-bottom: 0.85rem;
    }

    .info-catalog-head {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
    }

    .info-catalog-head h2,
    h2.mb-0 {
        font-size: 1.2rem !important;
    }

    .info-catalog-head .d-flex {
        width: 100%;
    }

    .info-catalog-head .btn {
        flex: 1 1 calc(50% - 0.35rem);
        min-height: 42px;
        font-size: 0.72rem !important;
        padding: 0.45rem 0.5rem !important;
    }

    #productosContainer > [class*="col-"] {
        margin-bottom: 0.75rem;
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .product-card {
        border-width: 1px !important;
    }

    .product-card:hover {
        transform: none;
        box-shadow: none !important;
    }

    .product-card__media {
        height: 150px;
    }

    .product-card__media img {
        max-height: 130px;
    }

    .product-card-body {
        padding: 0.75rem 0.65rem 0.85rem !important;
    }

    .product-title {
        font-size: 0.78rem !important;
        line-height: 1.3 !important;
        min-height: 2.4em;
    }

    .product-price,
    .product-price span {
        font-size: 0.95rem !important;
    }

    .product-card__cta,
    .product-card .btn-custom.w-100 {
        min-height: 42px;
        font-size: 0.75rem !important;
        padding: 0.5rem 0.4rem !important;
    }

    .pagination {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.25rem;
    }

    .pagination .page-link {
        min-width: 40px;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
    }

    .nv-locales-block,
    .nv-marcas,
    .nv-about-strip {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .nv-carousel__viewport {
        min-height: 0;
    }

    .nv-carousel__visual {
        min-height: 160px;
    }

    .nv-carousel__btn {
        width: 40px;
        height: 40px;
    }

    .info-float-wa {
        width: 54px;
        height: 54px;
        font-size: 1.45rem;
    }
}

/* M�vil: 1 producto por fila (botones visibles) */
@media (max-width: 767.98px) {
    #productosContainer > .col-6,
    #productosContainer > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-bottom: 0.9rem;
    }

    #productosContainer .product-card__media {
        height: 200px;
    }

    #productosContainer .product-card__media img {
        max-height: 180px;
    }
}

@media (max-width: 480px) {
    #productosContainer > .col-6.col-md-4.col-lg-3,
    #productosContainer > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .product-card__media {
        height: 180px;
    }

    .product-card__ribbon,
    .product-card__discount {
        font-size: 0.65rem;
    }
}

.product-card__actions {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: auto;
    padding-top: 0.35rem;
}

.product-card__qty-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    align-self: flex-start;
    background: #F3F4F6;
    border: 1px solid rgba(10, 10, 10, 0.08);
    border-radius: 999px;
    padding: 0.2rem 0.35rem 0.2rem 0.7rem;
}

.product-card__qty-label {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: #6B7280;
    letter-spacing: 0.02em;
}

.product-card__qty {
    width: 3.2rem;
    border: none;
    background: #fff;
    border-radius: 999px;
    padding: 0.35rem 0.25rem;
    text-align: center;
    font-weight: 800;
    font-family: inherit;
    font-size: 0.9rem;
    min-height: 32px;
    box-sizing: border-box;
    color: var(--info-ink);
    box-shadow: inset 0 0 0 1px rgba(10, 10, 10, 0.08);
}

.product-card__qty:focus {
    outline: 2px solid rgba(14, 165, 233, 0.35);
}

.product-card__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
}

.product-card__add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(180deg, #38BDF8 0%, #0EA5E9 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
    text-transform: none;
    font-family: inherit;
    cursor: pointer;
    padding: 0.65rem 0.7rem;
    min-height: 44px;
    box-shadow: 0 6px 14px rgba(14, 165, 233, 0.28);
    transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

.product-card__add:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.product-card__add:active {
    transform: translateY(0);
}

.product-card__add.is-added {
    background: linear-gradient(180deg, #22C55E 0%, #15803D 100%);
    box-shadow: 0 6px 14px rgba(21, 128, 61, 0.25);
}

.product-card__btns .product-card__cta {
    width: 100% !important;
}

.product-card__add i,
.product-card__cta i {
    font-size: 1rem;
    line-height: 1;
}

.info-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,0.45);
    z-index: 1080;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}
.info-cart-overlay.is-open { opacity: 1; pointer-events: auto; }

.info-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 100vw);
    height: 100vh;
    background: #fff;
    z-index: 1090;
    transform: translateX(105%);
    transition: transform .25s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -12px 0 40px rgba(0,0,0,.2);
}
.info-cart-drawer.is-open { transform: translateX(0); }
.info-cart-drawer__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid #e5e7eb;
}
.info-cart-drawer__head h2 { margin: 0; font-size: 1.1rem; }
.info-cart-drawer__close {
    border: none; background: transparent; font-size: 1.2rem; cursor: pointer; line-height: 1;
}
.info-cart-drawer__body { flex: 1; overflow: auto; padding: 1rem 1.1rem; }
.info-cart-empty { color: #6b7280; margin: 1rem 0; }
.info-cart-list { list-style: none; margin: 0; padding: 0; }
.info-cart-item {
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
}
.info-cart-item__main { min-width: 0; }
.info-cart-item__main strong {
    display: block;
    font-size: 0.88rem;
    line-height: 1.3;
}
.info-cart-item__cod { display: block; font-size: 0.75rem; color: #64748b; margin-top: 0.15rem; }
.info-cart-item__qty {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}
.info-cart-item__qty button {
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
}
.info-cart-item__rm { color: #be123c !important; border-color: #fecdd3 !important; }
.info-cart-drawer__foot {
    padding: 1rem 1.1rem 1.25rem;
    border-top: 1px solid #e5e7eb;
    background: #f8fafc;
}
.info-cart-note-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 0.3rem;
}
.info-cart-note {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.55rem 0.65rem;
    font: inherit;
    resize: vertical;
    margin-bottom: 0.65rem;
}
.info-cart-send {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: none;
    border-radius: 10px;
    background: #0c4a6e;
    color: #fff;
    font-weight: 800;
    font-family: inherit;
    padding: 0.85rem 1rem;
    cursor: pointer;
}
.info-cart-send:hover { background: #0369a1; }
.info-cart-send--wa {
    background: #128c7e;
}
.info-cart-send--wa:hover {
    background: #075e54;
}
.info-cart-hint { margin: 0.55rem 0 0; font-size: 0.78rem; color: #64748b; }

/* �� Carrito m�vil / FAB �� */
html.info-cart-open,
body.info-cart-open {
    overflow: hidden !important;
    touch-action: none;
}

.info-cart-fab {
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 5.5rem;
    z-index: 1070;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 999px;
    background: #0c4a6e;
    color: #fff;
    box-shadow: 0 10px 24px rgba(12, 74, 110, 0.4);
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.info-cart-fab.has-items {
    background: #0284c7;
}
.info-cart-fab__badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: #64748b;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
.info-cart-fab__badge.is-on { background: #dc2626; }

@media (max-width: 991px) {
    .info-cart-fab { display: inline-flex; }

    .info-cart-btn__text { display: none; }

    .info-cart-drawer {
        width: 100vw;
        max-width: 100vw;
        height: 100dvh;
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .info-cart-drawer__head {
        padding: 0.9rem 1rem;
        padding-top: max(0.9rem, env(safe-area-inset-top, 0px));
    }

    .info-cart-drawer__close {
        width: 44px;
        height: 44px;
        font-size: 1.35rem;
        border-radius: 10px;
        background: #f1f5f9;
    }

    .info-cart-drawer__body {
        padding: 0.85rem 1rem;
        -webkit-overflow-scrolling: touch;
    }

    .info-cart-item {
        flex-direction: column;
        align-items: stretch;
        gap: 0.55rem;
    }

    .info-cart-item__qty {
        justify-content: flex-start;
    }

    .info-cart-item__qty button {
        width: 44px;
        height: 44px;
        font-size: 1.15rem;
    }

    .info-cart-item__qty span {
        min-width: 2rem;
        text-align: center;
        font-weight: 800;
        font-size: 1rem;
    }

    .info-cart-drawer__foot {
        padding: 0.9rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
    }

    .info-cart-note {
        font-size: 16px !important;
        min-height: 64px;
    }

    .info-cart-send {
        min-height: 52px;
        font-size: 0.95rem;
        border-radius: 12px;
    }

    .product-card__actions {
        gap: 0.5rem;
    }

    .product-card__btns {
        grid-template-columns: 1fr 1fr;
        gap: 0.4rem;
    }

    .product-card__add,
    .product-card__btns .product-card__cta {
        min-height: 44px;
        font-size: 0.78rem !important;
        padding: 0.55rem 0.45rem !important;
    }

    .product-card__qty {
        font-size: 16px !important;
        width: 3.4rem;
    }
}

@media (max-width: 480px) {
    .info-topbar__actions .province-selector {
        max-width: 92px;
    }

    .info-cart-fab {
        right: 0.85rem;
        bottom: 5.25rem;
    }
}
