/**
 * Tienda pública Plaza Guzmán — identidad visual
 * Variables en plaza-guzman-tokens.css (Manual de Identidad PG)
 */

/* --------------------------------------------------------------------------
   Scroll horizontal: touchpad/gestos diagonales suelen revelar overflow.
   Causa frecuente en esta hoja: width/max-width con 100vw (100vw incluye
   la barra de scroll → ~15px más ancho que el layout).
   -------------------------------------------------------------------------- */
html {
    max-width: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.store-body {
    margin: 0;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--store-text);
    background: var(--store-bg);
    line-height: 1.5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.store-header {
    background: #35312C !important;
    border-bottom: 4px solid var(--pg-red);
    box-shadow: 0 2px 12px rgba(53, 49, 44, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
    overflow: visible;
}

.store-header:has(.store-header__inner--three-band) {
    background: transparent !important;
    border-bottom: none;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
}

.store-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    overflow: visible;
}

/* Header en tres franjas: franja roja fina | barra blanca (logo+búsqueda) | franja roja (nav) */
.store-header__inner--three-band {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.store-header__band {
    width: 100%;
}

.store-header__band--top {
    flex-shrink: 0;
    background: var(--pg-red);
}

.store-header__utility-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem 0.85rem;
    padding: 0.9rem 0;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.45;
}

.store-header__utility-link {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}

.store-header__utility-link:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.store-header__utility-sep {
    color: rgba(255, 255, 255, 0.35);
    user-select: none;
}

.store-header__utility-nav--mobile {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.55rem;
    padding: 0.5rem 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.store-header__utility-nav--mobile::-webkit-scrollbar {
    display: none;
}

.store-header__utility-nav--mobile .store-header__utility-link {
    font-size: 0.72rem;
    white-space: nowrap;
}

.store-header__band--main {
    background: #fff;
}

.store-header__band-container {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.store-header__band--main .store-header__band-container {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

.store-header__band--nav {
    background: #252320;
}

.store-header__band-container--nav {
    gap: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: flex;
    align-items: center;
    min-height: 52px;
    box-sizing: border-box;
}

.store-header__inner--desktop.store-header__inner--three-band {
    padding-top: 0;
    padding-bottom: 0;
}

.store-header__inner--three-band .store-header__band--main .store-header__band-container {
    padding-top: 0.78rem;
    padding-bottom: 0.78rem;
    gap: 0.45rem;
}

.store-header__inner--mobile.store-header__inner--three-band {
    padding-top: 0;
    padding-bottom: 0;
    gap: 0;
}

.store-header__inner--three-band .store-nav--desktop {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    flex: 1;
    align-items: center;
    gap: 0.55rem 1.85rem;
    min-height: 48px;
}

@media (min-width: 768px) {
    .store-header__inner--three-band .store-header-top {
        min-height: 76px;
        align-items: center;
    }

    .store-header__inner--three-band .store-search--commerce .store-search-commerce__input {
        height: 44px;
        font-size: 0.97rem;
    }

    .store-header__inner--three-band .store-search-commerce__submit {
        min-height: 44px;
    }
}

@media (max-width: 767.98px) {
    .store-header__inner--three-band .store-header__band--main .store-header__band-container {
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }

    .store-header__inner--three-band .store-header__band-container--nav {
        min-height: 48px;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }
}

.store-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
}

.store-logo__img {
    height: 55px;
    width: auto;
    object-fit: contain;
    display: block;
    /* Asegura legibilidad del logo sobre fondo oscuro */
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.store-logo__tagline {
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.02em;
    margin-top: 0.15rem;
}

.store-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem 1.25rem;
    flex-wrap: wrap;
}

.store-nav > a,
.store-nav .store-nav-linklike {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s, opacity 0.2s;
}

.store-nav .store-nav-linklike {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
}

.store-nav > a:hover,
.store-nav .store-nav-linklike:hover {
    color: var(--pg-red);
    opacity: 1;
}

.store-nav__icon svg {
    width: 21px;
    height: 21px;
}

.store-nav-social {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.store-nav-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--pg-white);
    background: rgba(255, 255, 255, 0.14);
    transition: background 0.2s, transform 0.15s;
}

.store-nav-social__link:hover {
    background: var(--pg-red);
    color: #fff;
    transform: scale(1.08);
}

.store-nav-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.store-nav-cart__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.35rem;
    font-size: 0.7rem;
    font-weight: 700;
    background: var(--pg-red);
    color: var(--pg-white);
    border-radius: 999px;
    line-height: 1;
}

/* Header ecommerce (desktop + mobile) */
.store-header__inner--desktop {
    padding-top: 0.7rem;
    padding-bottom: 0.62rem;
}

.store-header-top {
    display: grid;
    grid-template-columns: auto minmax(380px, 1fr) auto;
    align-items: center;
    gap: 0.95rem;
}

.store-header-top__actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.store-header-top--commerce {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem 1rem;
}

.store-header-top--commerce .store-header-top__search {
    display: flex;
    justify-content: center;
    min-width: 0;
    width: 100%;
}

.store-header-top--commerce .store-header-top__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem 1.35rem;
    flex-shrink: 0;
}

.store-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: #3d3d3d;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.25;
    transition: color 0.2s ease;
}

.store-header-phone:hover {
    color: var(--pg-red);
}

.store-header-phone strong {
    font-weight: 600;
    color: #222;
}

.store-header-phone svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: currentColor;
}

.store-header-account {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: #3d3d3d;
}

.store-header-account svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.store-header-account--placeholder {
    cursor: default;
    user-select: none;
    opacity: 0.92;
}

.store-header-cart-card {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    padding: 0.32rem 0.55rem 0.32rem 0.38rem;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(0, 0, 0, 0.02);
    text-decoration: none;
    color: #3a3a3a;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.store-header-cart-card:hover {
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.035);
}

.store-header-cart-card__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
}

.store-header-cart-card .store-nav__icon svg {
    width: 20px;
    height: 20px;
    stroke: #4a4a4a;
}

.store-header-cart-card .store-nav-cart__badge {
    position: absolute;
    top: -5px;
    right: -6px;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.26rem;
    font-size: 0.58rem;
    font-weight: 600;
    box-shadow: 0 0 0 1.5px #fff;
}

.store-header-cart-card__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.18;
    gap: 0.04rem;
}

.store-header-cart-card__label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #757575;
}

.store-header-cart-card__total {
    font-size: 0.88rem;
    font-weight: 600;
    color: #222;
}

.store-search--commerce {
    flex-direction: column;
    align-items: stretch;
    max-width: 640px;
    width: 100%;
}

.store-search-commerce__row {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
}

.store-search-commerce__field {
    position: relative;
    flex: 1;
    min-width: 0;
}

.store-search-commerce__mag {
    position: absolute;
    left: 0.68rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    color: #888;
    pointer-events: none;
    z-index: 1;
}

.store-search-commerce__mag svg {
    width: 18px;
    height: 18px;
}

.store-search--commerce .store-search-commerce__input {
    padding-left: 2.65rem;
    border-radius: 12px;
    height: 44px;
}

.store-search-commerce__submit {
    flex-shrink: 0;
    padding: 0 1.15rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    background: var(--pg-red);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.12s ease;
}

.store-search-commerce__submit:hover {
    background: var(--pg-red-hover);
}

.store-search-commerce__submit:active {
    transform: scale(0.98);
}

.store-nav-cart--desktop {
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease, transform 0.2s ease;
}

.store-nav-cart--desktop:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.store-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.store-search__submit {
    position: absolute;
    left: 0.5rem;
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    cursor: pointer;
    z-index: 2;
}

.store-search__submit:hover {
    background: rgba(0, 0, 0, 0.04);
}

.store-search__icon {
    position: absolute;
    left: 0.9rem;
    color: #7f7f7f;
    pointer-events: none;
}

.store-search__icon svg {
    width: 18px;
    height: 18px;
}

.store-search__input {
    width: 100%;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 1rem 0 2.7rem;
    font-size: 0.94rem;
    background: #f5f5f5;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.store-search__input:focus {
    border-color: rgba(220, 12, 21, 0.5);
    box-shadow: 0 0 0 3px rgba(220, 12, 21, 0.12);
}

.store-nav--desktop {
    margin-top: 0.58rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 0.55rem;
}

.store-nav-info-dropdown__menu {
    margin-top: 0.5rem !important;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    min-width: 220px;
    padding: 0.4rem 0.35rem;
}

.store-nav-info-dropdown__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 8px;
    color: #2a2724;
    font-size: 0.86rem;
    font-weight: 500;
    padding: 0.5rem 0.6rem;
}

.store-nav-info-dropdown__item i svg {
    width: 16px;
    height: 16px;
}

.store-nav-info-dropdown__item:hover,
.store-nav-info-dropdown__item:focus {
    background: rgba(220, 12, 21, 0.08);
    color: var(--pg-red);
}

.store-nav-info-dropdown__divider {
    margin: 0.35rem 0.25rem;
    border-color: rgba(0, 0, 0, 0.08);
}

.store-header__inner--mobile {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding-top: 0.75rem;
    padding-bottom: 0.7rem;
}

.store-mobile-topbar {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
}

.store-mobile-menu-btn,
.store-mobile-cart {
    height: 36px;
    width: 36px;
    border: none;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.store-mobile-menu-btn:hover,
.store-mobile-cart:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.store-logo--mobile {
    align-items: center;
}

.store-logo--mobile .store-logo__img {
    height: 44px;
}

.store-search--mobile .store-search__input {
    height: 42px;
    background: #fff;
}

.store-search--mobile .store-search__icon {
    color: #888;
}

.store-search-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    z-index: 1200;
    max-height: min(64vh, 440px);
    overflow-y: auto;
}

.store-search-suggestion {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    text-decoration: none;
    color: #222;
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.store-search-suggestion:last-child {
    border-bottom: none;
}

.store-search-suggestion:hover {
    background: rgba(220, 12, 21, 0.06);
    color: #222;
}

.store-search-suggestion__thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
    flex-shrink: 0;
}

.store-search-suggestion__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-search-suggestion__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.store-search-suggestion__title {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.3;
}

.store-search-suggestion__sub {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.3;
}

.store-search-suggestion__price {
    font-size: 0.82rem;
    font-weight: 700;
    color: #222;
}

.store-search-suggestion--empty {
    font-size: 0.85rem;
    color: #666;
    justify-content: center;
}

.store-search-suggestion--all {
    font-weight: 600;
    color: #dc0c15;
}

.store-mobile-quick-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
}

.store-mobile-quick-links--primary-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-mobile-quick-link--btn {
    border: none;
    font-family: inherit;
    cursor: pointer;
    width: 100%;
}

.store-mobile-quick-link {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    min-height: 56px;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.4rem 0.25rem;
}

.store-mobile-quick-link i svg {
    width: 17px;
    height: 17px;
}

.store-mobile-main-drawer {
    width: min(88vw, 360px);
}

.store-mobile-main-drawer__head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.store-mobile-main-drawer__head h2 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
}

.store-mobile-main-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 0.15rem;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 500;
}

.store-mobile-main-link i svg {
    width: 18px;
    height: 18px;
}

.store-mobile-main-link--button {
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
}

.store-mobile-main-social {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.8rem;
}

.store-mobile-main-social a {
    flex: 1;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 0.55rem 0.5rem;
    text-decoration: none;
    color: #555;
    font-size: 0.82rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

@media (max-width: 767.98px) {
    .store-logo__tagline {
        display: none;
    }

    /* Header mobile compacto */
    .store-header__inner--mobile:not(.store-header__inner--three-band) {
        gap: 0.45rem;
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
    }

    .store-header__inner--mobile.store-header__inner--three-band {
        gap: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .store-mobile-topbar {
        grid-template-columns: 34px 1fr 34px;
    }

    .store-mobile-menu-btn,
    .store-mobile-cart {
        width: 32px;
        height: 32px;
        border-radius: 7px;
    }

    .store-logo--mobile .store-logo__img {
        height: 39px;
    }

    .store-search--mobile .store-search__input {
        height: 43px;
        font-size: 0.88rem;
        padding-left: 2.8rem;
    }

    .store-search--mobile .store-search__submit {
        width: 32px;
        height: 32px;
        left: 0.38rem;
    }

    .store-search--mobile .store-search__submit .store-search__icon {
        position: static;
        left: auto;
        top: auto;
    }

    .store-search--mobile .store-search__submit .store-search__icon svg {
        width: 16px;
        height: 16px;
    }

    /* Accesos rápidos: barra horizontal ligera */
    .store-mobile-quick-links {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.32rem;
        overflow: visible;
        padding-bottom: 0;
    }

    .store-mobile-quick-link {
        min-height: 40px;
        min-width: 0;
        flex-direction: row;
        gap: 0.2rem;
        padding: 0.28rem 0.35rem;
        border-radius: 999px;
        border-color: rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.07);
        font-size: 0.65rem;
        font-weight: 600;
        white-space: nowrap;
    }

    .store-mobile-quick-link i svg {
        width: 13px;
        height: 13px;
    }

    /* Hero más compacto en móvil */
    .store-hero-carousel {
        max-height: 200px;
    }

    .store-hero-carousel .carousel,
    .store-hero-carousel .carousel-inner,
    .store-hero-carousel .carousel-item {
        height: 200px;
        min-height: 200px;
        max-height: 200px;
    }

    .store-carousel__caption {
        padding: 0.6rem 0;
    }

    .store-carousel__title {
        margin-bottom: 0.4rem;
        font-size: 1.02rem;
    }

    .store-carousel__subtitle {
        margin-bottom: 0.6rem;
        font-size: 0.74rem;
        line-height: 1.35;
    }

    .store-carousel__caption .store-btn {
        min-height: 32px;
        padding: 0.45rem 0.8rem;
        font-size: 0.75rem;
    }

    /* Franja roja de beneficios en formato chip */
    .store-benefits {
        padding: 0.3rem 0.55rem;
    }

    .store-benefits__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.3rem;
        max-width: 100%;
    }

    .store-benefits__item {
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 999px;
        padding: 0.2rem 0.4rem;
        font-size: 0.64rem;
        gap: 0.28rem;
        justify-content: center;
        text-align: center;
        white-space: normal;
        line-height: 1.2;
    }

    .store-benefits__icon {
        width: 16px;
        height: 16px;
        background: transparent;
    }

    .store-benefits__icon svg {
        width: 12px;
        height: 12px;
    }

    /* Prioridad al contenido */
    .store-section {
        padding: 1.55rem 0;
    }

    .store-section > .store-container > .text-muted.mb-4 {
        margin-bottom: 1rem !important;
    }

    .store-category-cards {
        gap: 0.9rem;
    }
}

/* Ajustes visuales premium del header desktop */
.store-logo {
    justify-content: center;
}

.store-header-top--commerce .store-logo {
    justify-content: flex-start;
}

.store-logo__img {
    height: 70px;
}

.store-nav-cart--desktop .store-nav__icon svg {
    width: 22px;
    height: 22px;
}

.store-nav-cart--desktop .store-nav-cart__badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.28rem;
    font-size: 0.63rem;
}

.store-nav-social__link {
    width: 30px;
    height: 30px;
    color: #8f8f8f;
    background: rgba(255, 255, 255, 0.08);
}

.store-nav-social__link svg {
    width: 15px;
    height: 15px;
}

.store-nav-social__link:hover {
    background: rgba(220, 12, 21, 0.12);
    color: var(--pg-red);
    transform: translateY(-1px);
}

/* --- Mega menú Catálogo (desktop): estilo ecommerce minimal --- */
.store-nav-catalog-dropdown__toggle.dropdown-toggle::after {
    border-top-color: rgba(255, 255, 255, 0.78);
    margin-left: 0.35rem;
    vertical-align: 0.14em;
}

.store-nav-catalog-dropdown__toggle.dropdown-toggle.show {
    color: var(--pg-red);
}

.mega-menu.store-nav-megamenu,
.store-nav-megamenu.mega-menu {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 0;
    margin-top: 0.6rem !important;
    background: #fff;
    color: #222;
    /* 100vw provoca overflow horizontal (scrollbar del viewport); svw evita esa diferencia */
    width: min(960px, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    max-height: min(78vh, 640px);
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    z-index: 1080;
}

@supports (width: 1svw) {
    .mega-menu.store-nav-megamenu,
    .store-nav-megamenu.mega-menu {
        width: min(960px, calc(100svw - 2rem));
        max-width: calc(100svw - 2rem);
    }
}

.mega-menu__hero,
.store-nav-megamenu__hero {
    padding: 1.25rem 1.5rem 1.1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
}

.mega-menu__cta,
.store-nav-megamenu__cta {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.35;
    color: #222 !important;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mega-menu__cta:hover,
.store-nav-megamenu__cta:hover {
    background: #f2f2f2;
    color: #dc0c15 !important;
    border-color: rgba(220, 12, 21, 0.18);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.mega-menu__lede,
.store-nav-megamenu__lede {
    margin: 0.65rem 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #888;
    font-weight: 400;
}

.mega-menu__grid,
.store-nav-megamenu__cols {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5rem;
    padding: 1rem 1.25rem 1.25rem;
}

.mega-menu-column,
.store-nav-megamenu__col {
    flex: 1 1 168px;
    min-width: 148px;
    padding: 0.35rem 1rem 0.75rem;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.mega-menu-column:last-child,
.store-nav-megamenu__col:last-child {
    border-right: none;
}

.mega-menu-title,
.store-nav-megamenu__cat-title {
    display: block;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #222 !important;
    text-decoration: none !important;
    margin-bottom: 0.55rem;
    padding: 0.15rem 0;
    transition: color 0.2s ease;
}

.mega-menu-title:hover,
.store-nav-megamenu__cat-title:hover {
    color: #dc0c15 !important;
}

.mega-menu__subs,
.store-nav-megamenu__subs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu__subs li,
.store-nav-megamenu__subs li {
    margin-bottom: 0.15rem;
}

.mega-menu-link,
.mega-menu__subs a,
.store-nav-megamenu__subs a {
    font-size: 14px;
    line-height: 1.45;
    color: #666 !important;
    text-decoration: none !important;
    display: block;
    padding: 0.28rem 0;
    border-radius: 4px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.mega-menu-link:hover,
.mega-menu__subs a:hover,
.store-nav-megamenu__subs a:hover {
    color: #dc0c15 !important;
    transform: translateX(4px);
}

.mega-menu__muted,
.store-nav-megamenu__muted {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}

/* --- Drawer Catálogo (móvil): panel inferior, lista limpia --- */
.catalog-drawer.store-nav-catalog-offcanvas.offcanvas-bottom,
.store-nav-catalog-offcanvas.catalog-drawer.offcanvas-bottom {
    width: 100% !important;
    max-width: 100%;
    height: min(88vh, 620px);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    color: #222;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.32s ease-out !important;
}

.catalog-drawer__head,
.store-nav-catalog-offcanvas__head {
    padding: 1rem 1.15rem 0.85rem;
    background: var(--pg-red);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    justify-content: center;
    text-align: center;
    position: relative;
}

.catalog-drawer__eyebrow,
.store-nav-catalog-offcanvas__eyebrow {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.catalog-drawer__title,
.store-nav-catalog-offcanvas__title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}

.catalog-drawer__subtitle {
    margin-top: 0.35rem;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.35;
}

.catalog-drawer__close {
    opacity: 0.85;
    filter: invert(1) brightness(10);
    position: absolute;
    right: 0.95rem;
    top: 0.95rem;
}

.catalog-drawer__close:hover {
    opacity: 1;
}

.catalog-drawer .offcanvas-body,
.store-nav-catalog-offcanvas__body {
    padding: 0 !important;
    overflow-y: auto;
}

.catalog-drawer__cta,
.store-nav-drawer__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 1rem 0.5rem;
    padding: 12px;
    border-radius: 12px;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #222 !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.catalog-drawer__cta:hover,
.store-nav-drawer__cta:hover {
    background: #f0f0f0;
    color: #dc0c15 !important;
    border-color: rgba(220, 12, 21, 0.15);
}

.catalog-drawer__cta-icon svg,
.store-nav-drawer__cta-icon svg {
    width: 18px;
    height: 18px;
    stroke: #666;
    transition: stroke 0.2s ease, transform 0.2s ease;
}

.catalog-drawer__cta:hover .catalog-drawer__cta-icon svg,
.store-nav-drawer__cta:hover .store-nav-drawer__cta-icon svg {
    stroke: #dc0c15;
    transform: translateX(3px);
}

.catalog-drawer__accordion,
.store-nav-drawer-accordion {
    --bs-accordion-bg: #fff;
    --bs-accordion-border-color: rgba(0, 0, 0, 0.06);
    --bs-accordion-btn-padding-x: 1.15rem;
    --bs-accordion-btn-padding-y: 12px;
    --bs-accordion-active-bg: #fafafa;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(220, 12, 21, 0.12);
}

.catalog-drawer__accordion-item,
.store-nav-drawer-accordion__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.catalog-drawer__category-btn,
.store-nav-drawer-accordion__trigger.catalog-drawer__category-btn {
    font-size: 15px;
    font-weight: 600;
    color: #222 !important;
    background: #fff !important;
    box-shadow: none !important;
    border: none !important;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background 0.2s ease, color 0.2s ease;
}

.catalog-drawer__category-btn:not(.collapsed),
.store-nav-drawer-accordion__trigger.catalog-drawer__category-btn:not(.collapsed) {
    color: #222 !important;
    background: #fafafa !important;
    box-shadow: none !important;
}

.catalog-drawer__category-btn::after,
.store-nav-drawer-accordion__trigger.catalog-drawer__category-btn::after {
    transition: transform 0.3s ease;
}

.catalog-drawer__category-btn:not(.collapsed)::after,
.store-nav-drawer-accordion__trigger.catalog-drawer__category-btn:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.catalog-drawer__category-label {
    text-align: left;
}

.catalog-drawer__panel,
.store-nav-drawer-accordion__body {
    padding: 0 1.15rem 0.75rem !important;
    background: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.catalog-drawer__link,
.store-nav-drawer__link {
    display: block;
    padding: 10px 0;
    margin: 0;
    color: #222 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.catalog-drawer__link:last-child,
.subcategory-item:last-child {
    border-bottom: none;
}

.catalog-drawer__link:hover,
.store-nav-drawer__link:hover {
    background: transparent;
    color: #dc0c15 !important;
    padding-left: 4px;
}

.subcategory-item,
.catalog-drawer__link--sub,
.store-nav-drawer__link--sub {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #666 !important;
    padding-left: 0.35rem;
    border-left: none;
    margin-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.subcategory-item:hover,
.catalog-drawer__link--sub:hover,
.store-nav-drawer__link--sub:hover {
    color: #dc0c15 !important;
    padding-left: 6px;
}

/* Barra rápida en /catalogo */
.store-catalog-quick {
    margin: 0 0 1rem;
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius);
    background: var(--store-card);
    box-shadow: var(--store-shadow);
    overflow: hidden;
}

.store-catalog-quick__row {
    padding: 0.45rem 0.65rem;
    border-bottom: 1px solid var(--store-border);
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.store-catalog-quick__row:last-child {
    border-bottom: none;
}

.store-catalog-quick__row--sub {
    background: #fafafa;
}

.store-catalog-quick__label {
    flex: 0 0 auto;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--store-muted);
    padding-top: 0.35rem;
    min-width: 5.5rem;
}

.store-catalog-quick__track {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem 0.65rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.15rem;
    flex: 1;
    min-width: 0;
}

.store-catalog-quick__link {
    flex: 0 0 auto;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--store-muted);
    text-decoration: none;
    white-space: nowrap;
    padding: 0.25rem 0.15rem;
    border-bottom: 2px solid transparent;
}

.store-catalog-quick__link:hover {
    color: var(--store-text);
}

.store-catalog-quick__link--active {
    color: var(--store-text);
    font-weight: 600;
    border-bottom-color: var(--store-primary);
}

.store-alerts .alert {
    margin-bottom: 0.75rem;
}

.store-alerts.pt-3 {
    padding-top: 0 !important;
    padding-bottom: 0;
}

.store-main {
    flex: 1;
    width: 100%;
    min-width: 0;
}

.store-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.store-footer {
    background: var(--store-primary);
    color: rgba(255, 255, 255, 0.92);
    margin-top: auto;
    padding: 2rem 1.25rem;
}

.store-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5;
}

.store-footer a {
    color: #fff;
    text-decoration: underline;
}

.store-footer__social {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.82) !important;
    text-decoration: none !important;
    font-size: 0.9rem;
    transition: opacity 0.2s;
}

.store-footer__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
}

.store-footer__social {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.store-footer__social:hover {
    opacity: 1;
    color: var(--store-primary) !important;
}

/* Floating WhatsApp */
.store-whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 56px;
    height: 56px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
    z-index: 999;
    transition: transform 0.2s, box-shadow 0.2s;
}

.store-whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
    color: #fff;
}

/* Trust messages (legacy, compat catalog-carpas) */
.store-trust,
.store-benefits {
    background: var(--pg-red);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.65rem 1rem;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.store-trust--compact { padding: 1rem 1.25rem; }

.store-trust__grid,
.store-benefits__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem 1rem;
    max-width: 720px;
    margin: 0 auto;
}

.store-trust__grid--3,
.store-benefits__grid--3 { gap: 1rem 2rem; }

.store-trust__item,
.store-benefits__item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.store-trust__icon { font-size: 1.25rem; }

.store-benefits__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: var(--pg-radius-sm);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    flex-shrink: 0;
}

.store-benefits__icon svg {
    width: 16px;
    height: 16px;
}

/* Hero carousel */
.store-hero-carousel {
    position: relative;
    overflow: hidden;
    max-height: 260px;
}

.store-hero-carousel .carousel,
.store-hero-carousel .carousel-inner,
.store-hero-carousel .carousel-item {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .store-hero-carousel {
        max-height: 380px;
    }

    .store-hero-carousel .carousel,
    .store-hero-carousel .carousel-inner,
    .store-hero-carousel .carousel-item {
        height: 380px;
        min-height: 380px;
        max-height: 380px;
    }
}

@media (min-width: 1200px) {
    .store-hero-carousel {
        max-height: 460px;
    }

    .store-hero-carousel .carousel,
    .store-hero-carousel .carousel-inner,
    .store-hero-carousel .carousel-item {
        height: 460px;
        min-height: 460px;
        max-height: 460px;
    }
}

.store-carousel__img,
.store-carousel__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--banner-obj-mobile, center center);
}

@media (min-width: 768px) {
    .store-carousel__img {
        object-position: var(--banner-obj-desktop, center center);
    }
}

.store-carousel__placeholder {
    background: linear-gradient(135deg, var(--pg-red) 0%, var(--pg-red-hover) 100%);
}

.store-carousel__item--no-image .store-carousel__caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}

.store-carousel__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, calc(var(--overlay-opacity, 0.38) - 0.06)) 0%,
        rgba(0, 0, 0, var(--overlay-opacity, 0.38)) 100%
    );
    pointer-events: none;
}

.store-carousel__caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.1rem 0;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.store-carousel__caption--left { text-align: left; }
.store-carousel__caption--center { text-align: center; }
.store-carousel__caption--right { text-align: right; }

.store-carousel__caption .store-container {
    width: 100%;
    max-width: 1200px;
    padding-left: max(1.25rem, 4vw);
    padding-right: max(1.25rem, 4vw);
}

.store-carousel__caption .store-container > * {
    max-width: min(680px, 95%);
}

.store-carousel__caption--left .store-container > * { margin-left: 0; margin-right: auto; }
.store-carousel__caption--right .store-container > * { margin-left: auto; margin-right: 0; }
.store-carousel__caption--center .store-container > * { margin-left: auto; margin-right: auto; }

.store-carousel__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.15rem, 2.6vw, 1.9rem);
    font-weight: 700;
    line-height: 1.2;
}

.store-carousel__subtitle {
    margin: 0 0 1.1rem;
    font-size: clamp(0.82rem, 1.25vw, 0.98rem);
    opacity: 0.95;
    line-height: 1.55;
}

.store-carousel__caption .store-btn { margin-top: 0.5rem; }

@media (max-width: 767.98px) {
    .store-carousel__caption {
        align-items: center;
        padding: 1rem 0;
    }

    .store-carousel__caption .store-container > * {
        max-width: 96%;
    }
}

.store-hero-carousel .carousel-control-prev,
.store-hero-carousel .carousel-control-next {
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    opacity: 0.9;
}

.store-hero-carousel .carousel-control-prev { left: 1rem; }
.store-hero-carousel .carousel-control-next { right: 1rem; }

.store-hero-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.store-hero-carousel .carousel-indicators .active {
    background-color: #fff;
}

/* Promo banner */
.store-promo-banner {
    margin: 0;
}

.store-promo-banner__link {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.store-promo-banner__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: var(--banner-obj-mobile, center center);
}

@media (min-width: 768px) {
    .store-promo-banner__img {
        height: 280px;
        object-position: var(--banner-obj-desktop, center center);
    }
}

.store-promo-banner--gradient .store-promo-banner__link {
    min-height: 200px;
    background: linear-gradient(135deg, var(--pg-red) 0%, var(--pg-red-hover) 100%);
}

.store-promo-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.store-promo-banner__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.25rem;
    color: #fff;
    text-align: center;
}

.store-promo-banner__title {
    margin: 0 0 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.store-promo-banner__subtitle {
    margin: 0 0 1rem;
    opacity: 0.95;
}

/* Section icons */
.store-section__title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.store-section__icon {
    flex-shrink: 0;
}

.store-section__icon svg {
    width: 1.6rem;
    height: 1.6rem;
    color: var(--pg-dark);
}

/* Category card icons */
.store-category-card__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.9);
}

.store-category-card__icon svg {
    width: 32px;
    height: 32px;
}

.store-category-card__arrow {
    vertical-align: middle;
    margin-left: 0.25rem;
}

.store-category-card__arrow svg {
    width: 14px;
    height: 14px;
}

/* Empty state icon */
.store-empty__icon {
    display: block;
    margin: 0 auto 1rem;
    color: var(--store-muted);
}

.store-empty__icon svg {
    width: 48px;
    height: 48px;
}

/* CTA band icon */
.store-cta-band__icon {
    display: block;
    margin: 0 auto 0.5rem;
}

.store-cta-band__icon svg {
    width: 36px;
    height: 36px;
    color: var(--pg-dark);
}

.store-btn i[data-lucide] { margin-right: 0.35rem; }
.store-btn i[data-lucide] svg { width: 19px; height: 19px; }

/* Hero */
.store-hero {
    background: linear-gradient(135deg, var(--store-primary) 0%, var(--store-primary-dark) 100%);
    color: #fff;
    padding: 3.5rem 1.25rem 4.5rem;
    text-align: center;
}

.store-hero__inner {
    max-width: 640px;
    margin: 0 auto;
}

.store-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(1.85rem, 4.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.store-hero__lead {
    margin: 0 auto 1.75rem;
    max-width: 32rem;
    font-size: 1.08rem;
    opacity: 0.95;
    line-height: 1.55;
}

.store-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.store-btn--outline-light {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.store-btn--outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-color: #fff;
}

/* Buttons */
.store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.35rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}

.store-btn:active {
    transform: scale(0.98);
}

.store-btn:focus-visible {
    outline: 2px solid var(--store-primary);
    outline-offset: 2px;
}

.store-btn--primary {
    background: var(--store-primary);
    color: #fff;
}

.store-btn--primary:hover {
    background: var(--store-primary-hover);
    color: #fff;
}

.store-btn--primary:active {
    background: var(--store-primary-active);
}

.store-btn--outline {
    background: transparent;
    color: var(--store-primary);
    border: 2px solid var(--store-primary);
}

.store-btn--outline:hover {
    background: var(--store-primary);
    color: #fff;
}

.store-btn--outline:focus-visible {
    outline-color: var(--store-primary);
}

.store-btn--light {
    background: #fff;
    color: var(--store-primary);
}

.store-btn--light:hover {
    background: rgba(255, 255, 255, 0.95);
    color: var(--store-primary-dark);
}

.store-btn--block {
    width: 100%;
}

.store-btn--lg {
    padding: 0.85rem 1.75rem;
    font-size: 1.05rem;
}

.store-btn--sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.store-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* Sections */
.store-section {
    padding: 3rem 0;
}

.store-section--surface {
    background: var(--store-card);
    border-top: 1px solid var(--store-border);
    border-bottom: 1px solid var(--store-border);
}

.store-section__title {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
    font-weight: 700;
    color: var(--store-text);
}

.store-section > .store-container > .text-muted.mb-4 {
    margin-bottom: 1.5rem !important;
}

/* Filters bar */
.store-filters-bar {
    background: var(--store-card);
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--store-shadow);
}

.store-carpas-filter-panel {
    background: #35312C;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.14);
}

.store-carpas-filter-panel .store-filters-bar {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
    padding: 0.9rem;
}

.store-filters__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1rem 1.25rem;
}

.store-filters__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.store-filters__label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--store-muted);
}

.store-filters__icon svg {
    width: 14px;
    height: 14px;
    color: var(--store-primary);
}

.store-filters__select {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--store-border);
    border-radius: 8px;
    font-size: 0.95rem;
    min-width: 140px;
}

.store-filters__select:focus {
    border-color: var(--store-primary);
    outline: none;
    box-shadow: 0 0 0 2px rgba(220, 12, 21, 0.2);
}

.store-filters__actions {
    margin-left: auto;
}

/* Catalog tabs */
.store-catalog-tabs .nav-link {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px !important;
    padding: 0.4rem 0.85rem;
    margin: 0.15rem;
    font-size: 0.85rem;
}

.store-catalog-tabs .nav-link.active {
    color: #fff;
    background: var(--store-primary);
    border-color: var(--store-primary);
}

.store-carpas-filter-panel .store-filters__label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.76rem;
}

.store-carpas-filter-panel .store-filters__icon svg {
    color: #DC0C15;
}

.store-carpas-filter-panel .store-filters__select {
    background: rgba(255, 255, 255, 0.95);
    color: #35312C;
    border-color: rgba(0, 0, 0, 0.12);
    min-width: 0;
}

.store-carpas-filter-panel .store-filters__actions .store-btn {
    min-height: 40px;
}

/* Category cards */
.store-category-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .store-category-cards {
        gap: 2rem;
    }
}

.store-category-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--store-text);
    background: var(--store-card);
    border-radius: var(--store-radius);
    overflow: hidden;
    border: 1px solid var(--store-border);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.store-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: var(--store-primary);
}

.store-category-card__img {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    min-height: 120px;
    background-size: cover;
    background-position: center;
}

.store-category-card--carpas .store-category-card__img {
    background: linear-gradient(135deg, #5b5651 0%, #35312C 100%);
}


.store-category-card--techos .store-category-card__img {
    background: linear-gradient(135deg, var(--pg-gray) 0%, var(--pg-dark) 100%);
}

.store-category-card--paredes .store-category-card__img {
    background: linear-gradient(135deg, var(--pg-gray) 0%, #5a5b5f 100%);
}

.store-category-card--general .store-category-card__img {
    background: linear-gradient(135deg, var(--pg-dark) 0%, #1f1d1b 100%);
}

.store-category-card--dynamic .store-category-card__img {
    background: linear-gradient(135deg, #6a6560 0%, #454240 100%);
}

/* Home categories grid (real categories) */
.store-category-cards--home {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

@media (min-width: 768px) {
    .store-category-cards--home {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}

@media (min-width: 1200px) {
    .store-category-cards--home {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.1rem;
    }
}

.store-category-card--home {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.store-category-card--home:hover {
    transform: translateY(-4px);
    border-color: rgba(220, 12, 21, 0.22);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
}

.store-category-card__img--home {
    position: relative;
    aspect-ratio: 16 / 11;
    min-height: 110px;
    background: #f4f4f4;
    overflow: hidden;
}

.store-category-card__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 2;
}

.store-category-card__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #45413d 0%, #2f2c29 100%);
    z-index: 1;
}

.store-category-card__placeholder .store-category-card__icon {
    color: rgba(255, 255, 255, 0.92);
}

.store-category-card__placeholder .store-category-card__icon svg {
    width: 24px;
    height: 24px;
}

.store-category-card__content--home {
    flex: 1;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0.8rem 0.85rem 0.95rem;
}

.store-category-card--home .store-category-card__title {
    font-size: 0.96rem;
    font-weight: 700;
    color: #222;
    line-height: 1.25;
}

.store-category-card--home .store-category-card__btn {
    font-size: 0.78rem;
    color: #666;
    font-weight: 600;
}

.store-category-card--home-general .store-category-card__placeholder {
    background: linear-gradient(145deg, #dc0c15 0%, #b50a11 100%);
}

/* Home: carrusel horizontal "Explorá por categoría" */
.store-category-carousel {
    --cc-gap: 1rem;
    --cc-arrow-gap: 1rem;
}

.store-category-carousel__frame {
    display: flex;
    align-items: stretch;
    gap: var(--cc-arrow-gap);
    width: 100%;
    min-width: 0;
}

.store-category-carousel__viewport {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0.35rem;
    scroll-behavior: smooth;
    border-radius: 12px;
}

/* Scrollbar: oculto (aspecto premium); scroll táctil y rueda siguen funcionando */
.store-category-carousel__viewport {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.store-category-carousel__viewport::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

@media (prefers-reduced-motion: reduce) {
    .store-category-carousel__viewport {
        scroll-behavior: auto;
        scroll-snap-type: none;
    }
}

@supports (container-type: inline-size) {
    .store-category-carousel__viewport {
        container-type: inline-size;
        container-name: store-catcar;
    }

    @container store-catcar (max-width: 575.98px) {
        .store-category-carousel__track .store-category-card--home {
            flex: 0 0 calc(100cqi / 1.32 - 0.35rem);
            min-width: calc(100cqi / 1.32 - 0.35rem);
            scroll-snap-align: start;
        }
    }

    @container store-catcar (min-width: 576px) and (max-width: 767.98px) {
        .store-category-carousel__track .store-category-card--home {
            flex: 0 0 calc((100cqi - var(--cc-gap)) / 2);
            min-width: calc((100cqi - var(--cc-gap)) / 2);
            scroll-snap-align: start;
        }
    }

    @container store-catcar (min-width: 768px) and (max-width: 1199.98px) {
        .store-category-carousel__track .store-category-card--home {
            flex: 0 0 calc((100cqi - 2 * var(--cc-gap)) / 3);
            min-width: calc((100cqi - 2 * var(--cc-gap)) / 3);
            scroll-snap-align: start;
        }
    }

    @container store-catcar (min-width: 1200px) {
        .store-category-carousel__track .store-category-card--home {
            flex: 0 0 calc((100cqi - 3 * var(--cc-gap)) / 4);
            min-width: calc((100cqi - 3 * var(--cc-gap)) / 4);
            scroll-snap-align: start;
        }
    }
}

/* Fallback sin container queries (anchos aproximados al viewport) */
@supports not (container-type: inline-size) {
    .store-category-carousel__viewport {
        scroll-behavior: smooth;
    }

    .store-category-carousel__track .store-category-card--home {
        flex: 0 0 min(78vw, 340px);
        min-width: min(78vw, 340px);
        scroll-snap-align: start;
    }

    @media (min-width: 576px) {
        .store-category-carousel__track .store-category-card--home {
            flex: 0 0 calc(50vw - 1.25rem);
            min-width: calc(50vw - 1.25rem);
        }
    }

    @media (min-width: 768px) {
        .store-category-carousel__track .store-category-card--home {
            flex: 0 0 calc(33.333vw - 1.5rem);
            min-width: calc(33.333vw - 1.5rem);
        }
    }

    @media (min-width: 1200px) {
        .store-category-carousel__track .store-category-card--home {
            flex: 0 0 calc(25vw - 1.35rem);
            min-width: calc(25vw - 1.35rem);
        }
    }
}

.store-category-carousel .store-category-cards--home {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: var(--cc-gap);
    margin-bottom: 0;
    width: max-content;
    min-width: 100%;
    padding: 2px 2px 4px;
}

.store-category-carousel .store-category-card--home {
    height: auto;
}

.store-category-carousel__btn {
    position: relative;
    flex: 0 0 auto;
    align-self: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    color: #3d3d3d;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        color 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        opacity 0.22s ease,
        transform 0.18s ease;
}

.store-category-carousel__btn:hover:not(:disabled) {
    color: var(--pg-red);
    border-color: rgba(220, 12, 21, 0.28);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(220, 12, 21, 0.08);
}

.store-category-carousel__btn:active:not(:disabled) {
    transform: scale(0.96);
}

.store-category-carousel__btn:focus-visible {
    outline: 2px solid rgba(220, 12, 21, 0.45);
    outline-offset: 2px;
}

.store-category-carousel__btn svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.25px;
}

.store-category-carousel__btn:disabled {
    display: none;
}

.store-category-carousel--no-scroll .store-category-carousel__btn {
    display: none;
}

/* Móvil: solo swipe; flechas ocultas para no competir con el espacio */
@media (max-width: 575.98px) {
    .store-category-carousel {
        --cc-arrow-gap: 0;
    }

    .store-category-carousel__frame {
        gap: 0;
    }

    .store-category-carousel__btn {
        display: none !important;
    }
}

/* --- Catálogo público: navegación tipo ecommerce (breadcrumb + departamentos + drawer móvil) --- */
.store-catalog-page.store-section {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .store-catalog-page.store-section {
        padding-top: 1.5rem;
    }
}

.store-catalog-breadcrumb {
    margin-bottom: 0.65rem;
}

.store-catalog-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.15rem 0.35rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8125rem;
    line-height: 1.35;
    color: var(--store-muted);
}

.store-catalog-breadcrumb__sep {
    color: var(--store-border);
    user-select: none;
}

.store-catalog-breadcrumb__link {
    color: var(--store-muted);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: color 0.15s, border-color 0.15s;
}

.store-catalog-breadcrumb__link:hover {
    color: var(--store-text);
    border-bottom-color: rgba(220, 12, 21, 0.35);
}

.store-catalog-breadcrumb__current {
    color: var(--store-text);
    font-weight: 600;
}

.store-catalog-header {
    margin-bottom: 0.75rem;
}

.store-catalog-header__title {
    margin: 0 0 0.25rem;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 700;
    color: var(--store-text);
    letter-spacing: -0.02em;
}

.store-catalog-header__intro {
    margin: 0;
    font-size: 0.875rem;
    color: var(--store-muted);
    line-height: 1.45;
    max-width: 42rem;
}

.store-catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1rem;
    margin-bottom: 0.85rem;
}

.store-catalog-toolbar__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.store-catalog-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #222;
    background: #fff;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.store-catalog-pill:hover {
    border-color: rgba(220, 12, 21, 0.25);
    color: #222;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.store-catalog-pill--active {
    border-color: rgba(220, 12, 21, 0.35);
    background: rgba(220, 12, 21, 0.07);
    color: #222;
    box-shadow: inset 0 0 0 1px rgba(220, 12, 21, 0.1);
}

.store-catalog-grid {
    margin-top: 0.25rem;
}

.store-catalog-empty {
    margin-top: 1rem;
}

.store-category-card__content {
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.store-category-card__title {
    font-weight: 700;
    font-size: 1.1rem;
}

.store-category-card:hover .store-category-card__title {
    color: var(--store-primary);
}

.store-category-card__btn {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--pg-dark);
}

.store-category-card:hover .store-category-card__btn {
    color: var(--store-primary);
}

/* Product grid */
.store-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .store-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem;
    }
}

@media (min-width: 992px) {
    .store-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.35rem;
    }
}

@media (min-width: 1200px) {
    .store-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.45rem;
    }
}

.store-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8e9ec;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.07);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.store-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    border-color: #d6d8de;
}

.store-card__img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 4 / 3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Descuento: círculo flotante (referencia marketplace) */
.store-card__discount-circle {
    position: absolute;
    top: 0.55rem;
    left: 0.55rem;
    z-index: 3;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.15rem;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.45);
    pointer-events: none;
}

.store-card__img-wrap:hover .store-card__img {
    transform: scale(1.02);
}

.store-card__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0.45rem;
    object-fit: contain;
    transition: transform 0.3s;
}

.store-card__placeholder {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-bottom: 1px solid var(--store-border);
    color: var(--pg-dark);
}

.store-card__placeholder--general {
    background: linear-gradient(135deg, #f0f1f2 0%, #e2e4e7 100%);
}

.store-card__placeholder--carpas {
    background: linear-gradient(135deg, #eceef0 0%, #dde0e4 100%);
}

.store-card__placeholder--techos {
    background: linear-gradient(135deg, #ebeef1 0%, #dde1e6 100%);
}

.store-card__placeholder--paredes {
    background: linear-gradient(135deg, #eff1f3 0%, #dfe3e8 100%);
}

.store-card__placeholder-logo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(53, 49, 44, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.store-card__placeholder-text {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(53, 49, 44, 0.75);
}

.store-card__badge {
    position: absolute;
    bottom: 0.55rem;
    left: 0.55rem;
    z-index: 2;
    background: var(--store-primary);
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.store-card__body {
    padding: 0.85rem 0.9rem 0.95rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 186px;
    gap: 0.45rem;
    text-align: left;
}

.store-card__title {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
    min-height: 2.65em;
    color: #1c1917;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-card__title a {
    color: inherit;
    text-decoration: none;
}

.store-card__title a:hover {
    color: var(--store-primary);
}

.store-card:hover .store-card__title a {
    color: var(--store-primary);
}

.store-card__price {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--store-primary);
    letter-spacing: -0.02em;
}

/* Precio tachado + oferta (referencia e-commerce) */
.store-card__price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.18rem;
    margin-top: 0.1rem;
}

.store-card__price-original {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.25;
    color: #a8a29e;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.store-card__price--promo {
    margin: 0;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--store-primary);
    letter-spacing: -0.03em;
}

@media (min-width: 768px) {
    .store-card__discount-circle {
        width: 3rem;
        height: 3rem;
        font-size: 0.78rem;
        top: 0.65rem;
        left: 0.65rem;
    }

    .store-card__price--promo {
        font-size: 1.38rem;
    }

    .store-card__price-original {
        font-size: 0.74rem;
    }

    .store-card__title {
        font-size: 0.95rem;
    }
}

.store-card__meta {
    font-size: 0.85rem;
    color: var(--store-muted);
}

.store-card__actions {
    margin-top: auto;
    padding-top: 0.45rem;
}

.store-card__actions--stack {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.store-card__sku {
    font-size: 0.72rem !important;
    margin-bottom: 0.2rem !important;
}

.store-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
    line-height: 1.2;
    margin-bottom: 0.15rem !important;
}

.store-card .store-btn {
    min-height: 40px;
    padding: 0.5rem 0.85rem;
    font-size: 0.78rem;
    border-radius: 10px;
    font-weight: 700;
    justify-content: center;
}

.store-card .store-btn i[data-lucide] svg {
    width: 16px;
    height: 16px;
}

.store-card__peek {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    z-index: 2;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #78716c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.2s;
}

.store-card__peek svg {
    width: 15px;
    height: 15px;
}

.store-card:hover .store-card__peek {
    color: var(--store-primary);
    border-color: rgba(220, 12, 21, 0.25);
    background: #fff;
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .store-card__peek {
        top: 0.5rem;
        right: 0.5rem;
    }
}

@media (min-width: 768px) {
    .store-card__body {
        padding: 0.95rem 1rem 1.1rem;
        min-height: 215px;
    }

    .store-card__title {
        font-size: 0.95rem;
    }

    .store-card .store-btn { min-height: 40px; font-size: 0.8rem; }
    .store-card__desc { font-size: 0.78rem !important; }
}

.store-detail-buy-form .store-qty-input,
.store-add-form .store-qty-input {
    max-width: 100%;
}

@media (min-width: 480px) {
    .store-detail-buy-form .store-qty-input {
        max-width: 5.5rem;
    }
    .store-add-form:not(.store-detail-buy-form) .store-qty-input {
        max-width: 5.5rem;
    }
}

/* Product detail — ficha tipo marketplace */
.store-detail {
    padding: 1.25rem 0 4rem;
    background: linear-gradient(180deg, #fafafa 0%, var(--store-bg) 22%);
}

.store-detail__breadcrumb {
    font-size: 0.8125rem;
    color: var(--store-muted);
    margin-bottom: 1rem;
}

.store-detail__breadcrumb a {
    color: var(--store-muted);
}

.store-detail__breadcrumb a:hover {
    color: var(--store-primary);
}

.store-detail__breadcrumb-sep {
    margin: 0 0.35rem;
    opacity: 0.65;
}

.store-detail__breadcrumb-current {
    color: var(--store-text);
    font-weight: 500;
}

.store-detail__header {
    margin-bottom: 1.25rem;
}

.store-detail__title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    color: var(--store-text);
    line-height: 1.25;
    margin: 0 0 0.35rem;
    letter-spacing: -0.02em;
}

.store-detail__subtitle {
    margin: 0;
    font-size: 0.9rem;
    color: var(--store-muted);
}

.store-detail__sku {
    font-weight: 600;
    color: var(--store-text);
}

/* Hero: miniaturas | visor | tarjeta compra */
.store-detail__hero {
    display: grid;
    gap: 1rem 1.25rem;
    align-items: start;
    margin-bottom: 2rem;
}

.store-detail__hero--two-col {
    grid-template-columns: 1fr;
}

.store-detail__hero--with-thumbs .store-gallery__stage-wrap {
    order: 1;
}

.store-detail__hero--with-thumbs .store-gallery__thumbs {
    order: 2;
}

.store-detail__hero--with-thumbs .store-detail-buy-card {
    order: 3;
}

.store-detail__hero--two-col .store-gallery__stage-wrap {
    order: 1;
}

.store-detail__hero--two-col .store-detail-buy-card {
    order: 2;
}

@media (min-width: 992px) {
    .store-detail__hero--two-col {
        grid-template-columns: minmax(280px, 1fr) minmax(300px, 380px);
        gap: 1.5rem 2rem;
    }

    .store-detail__hero--two-col > * {
        order: unset !important;
    }

    .store-detail__hero--with-thumbs {
        grid-template-columns: 80px minmax(260px, 1fr) minmax(300px, 380px);
        gap: 1rem 1.5rem;
    }

    .store-detail__hero--with-thumbs > * {
        order: unset !important;
    }

    .store-detail-buy-card {
        position: sticky;
        top: 1rem;
    }

    /* Visor de video en escritorio: sin altura rígida que recorte; video completo con contain */
    .store-gallery-stage__surface.store-gallery-stage__surface--media-video {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        aspect-ratio: unset;
        width: 100%;
        height: auto;
        max-height: min(72vh, 640px);
        min-height: 240px;
        padding: 0.5rem;
        box-sizing: border-box;
        background: radial-gradient(ellipse 120% 100% at 50% 22%, #242424 0%, #0c0c0c 78%);
        border-color: #333;
    }

    .store-gallery-stage__surface--media-video .store-gallery-stage__img {
        display: none;
    }

    .store-gallery-stage__surface--media-video .store-gallery-stage__video:not([hidden]) {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: min(calc(72vh - 2rem), 620px);
        object-fit: contain;
        object-position: center;
        background: #000;
    }

    /* Embed: proporción nativa 16/9, sin forzar height 100% del contenedor (evita “zoom”/recorte) */
    .store-gallery-stage__surface--media-video .store-gallery-stage__iframe:not([hidden]) {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
        max-height: min(calc(72vh - 2rem), 620px);
        border: 0;
        background: #000;
        align-self: center;
    }
}

.store-gallery__stage-wrap {
    min-width: 0;
}

.store-gallery-stage--raised {
    width: 100%;
}

.store-gallery-stage__surface {
    position: relative;
    background: #fff;
    border: 1px solid var(--store-border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.store-gallery-stage__surface--raised {
    box-shadow: 0 4px 24px rgba(53, 49, 44, 0.08);
}

.store-gallery-stage__img,
.store-gallery-stage__video {
    width: 100%;
    max-height: min(78vh, 640px);
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.store-gallery-stage__iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: min(78vh, 640px);
    border: 0;
    background: #000;
}

.store-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: min(78vh, 640px);
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
}

.store-gallery-thumb {
    display: block;
    width: 100%;
    max-width: 80px;
    margin: 0;
    padding: 2px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.store-gallery-thumb:focus-visible {
    outline: 2px solid var(--store-primary);
    outline-offset: 2px;
}

.store-gallery-thumb img {
    width: 100%;
    height: 76px;
    object-fit: contain;
    object-position: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 4px;
}

.store-gallery-thumb--active {
    border-color: var(--store-primary);
    box-shadow: 0 0 0 1px rgba(220, 12, 21, 0.25);
}

.store-gallery-thumb__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.store-gallery-thumb__play svg {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

@media (min-width: 992px) {
    .store-detail__hero--with-thumbs .store-gallery__thumbs {
        padding-top: 2px;
    }
}

.store-detail__img {
    width: 100%;
    max-height: min(78vh, 640px);
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.store-gallery-stage__surface .store-detail__img {
    border: 0;
}

/* Product detail — móvil / tablet: visor compacto, sin tarjeta altísima */
@media (max-width: 991.98px) {
    .store-detail {
        padding: 1rem 0 5.75rem;
    }

    .store-detail__hero {
        gap: 0.45rem 0.75rem;
        margin-bottom: 1.15rem;
    }

    .store-detail__header {
        margin-bottom: 0.9rem;
    }

    .store-gallery-stage__surface:not(.store-gallery-stage__surface--media-video),
    .store-gallery-stage__surface--raised:not(.store-gallery-stage__surface--media-video) {
        display: grid;
        place-items: center;
        align-content: center;
        padding: 0.4rem;
        width: 100%;
        min-height: 0;
        box-sizing: border-box;
        max-height: min(92vw, 440px);
        aspect-ratio: 1 / 1;
    }

    /* Video / embed: marco alto (clase puesta por JS al activar slide video) */
    .store-gallery-stage__surface.store-gallery-stage__surface--media-video {
        display: grid;
        place-items: center;
        align-content: center;
        padding: 0.35rem;
        width: 100%;
        min-height: 0;
        box-sizing: border-box;
        aspect-ratio: unset;
        max-height: none;
        height: min(70vh, 620px);
        min-height: 200px;
        background: radial-gradient(ellipse 120% 100% at 50% 20%, #1c1c1c 0%, #0a0a0a 72%);
        border-color: #2a2a2a;
    }

    .store-gallery-stage__surface--media-video .store-gallery-stage__img {
        display: none;
    }

    .store-gallery-stage__img,
    .store-gallery-stage__video,
    .store-detail__img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        min-height: 0;
        object-fit: contain;
        object-position: center;
        vertical-align: middle;
    }

    .store-gallery-stage__surface:not(.store-gallery-stage__surface--media-video) .store-gallery-stage__img,
    .store-gallery-stage__surface--raised:not(.store-gallery-stage__surface--media-video) .store-gallery-stage__img {
        display: block;
    }

    .store-gallery-stage__surface .store-detail__img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .store-gallery-stage__surface:not(.store-gallery-stage__surface--media-video) .store-gallery-stage__iframe:not([hidden]) {
        width: 100%;
        height: auto;
        max-height: 100%;
        aspect-ratio: 16 / 9;
        align-self: center;
    }

    .store-gallery-stage__surface--media-video .store-gallery-stage__iframe:not([hidden]) {
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: 100%;
        border: 0;
        align-self: stretch;
        justify-self: stretch;
    }

    .store-gallery-stage__surface--media-video .store-gallery-stage__video:not([hidden]) {
        background: transparent;
    }

    .store-detail__hero--with-thumbs .store-gallery__thumbs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0.45rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        max-height: none;
        padding: 0.15rem 0 0.25rem;
        margin-top: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .store-detail__hero--with-thumbs .store-gallery__thumbs::-webkit-scrollbar {
        display: none;
    }

    .store-gallery-thumb {
        max-width: 68px;
    }

    .store-gallery-thumb img {
        height: 64px;
    }
}

/* Tarjeta de compra */
.store-detail-buy-card {
    background: #fff;
    border: 1px solid var(--store-border);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(53, 49, 44, 0.09);
    padding: 1.25rem 1.35rem;
}

@media (max-width: 991.98px) {
    .store-detail .store-detail-buy-card {
        padding: 1rem 1.1rem;
    }

    /* Más aire respecto al FAB; respeta safe-area en iPhone */
    .store-whatsapp-float {
        bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
    }
}

.store-detail-buy-card__price-block {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--store-border);
}

.store-detail-buy-card__promo-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.65rem;
    margin-bottom: 0.35rem;
}

.store-detail-buy-card__price-old {
    font-size: 1rem;
    color: var(--store-muted);
    text-decoration: line-through;
}

.store-detail__promo-badge {
    background: #0d8f52;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    font-size: 0.78rem;
}

.store-detail-buy-card__price {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--store-primary);
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.15;
}

/* Precio principal (rojo de marca) */
.store-detail-buy-card__price--hero {
    color: var(--store-primary);
}

.store-detail-buy-card__price-caption {
    font-size: 0.8rem;
    color: var(--store-muted);
    margin: 0.35rem 0 0;
}

/* Bloque comercial: precios por volumen */
.store-detail-volume-block {
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--store-border);
}

.store-detail-volume-block__title {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--store-muted);
    margin: 0 0 0.7rem;
}

.store-detail-volume-cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.store-detail-volume-card {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.68rem 0.72rem;
    border-radius: 12px;
    border: 1px solid var(--store-border);
    background: linear-gradient(180deg, #fff 0%, #fcfcfc 100%);
    box-shadow: 0 1px 2px rgba(53, 49, 44, 0.06);
}

.store-detail-volume-card__icon {
    flex-shrink: 0;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(196, 30, 58, 0.09);
    color: var(--store-primary);
}

.store-detail-volume-card__icon svg {
    width: 1.15rem;
    height: 1.15rem;
    stroke-width: 2.1;
}

.store-detail-volume-card__icon--box {
    background: rgba(53, 49, 44, 0.07);
    color: var(--store-text, #35312c);
}

.store-detail-volume-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.store-detail-volume-card__name {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--store-muted);
}

.store-detail-volume-card__from {
    font-size: 0.81rem;
    line-height: 1.4;
    color: var(--store-text, #35312c);
}

.store-detail-volume-card__line {
    font-size: 0.9rem;
    line-height: 1.35;
    color: var(--store-body, #35312c);
}

.store-detail-volume-card__line strong {
    color: var(--store-primary);
    font-weight: 800;
}

.store-detail-volume-block__meta {
    font-size: 0.78rem;
    color: var(--store-muted);
    margin: 0.65rem 0 0;
    line-height: 1.4;
}

/* Precio aplicado según cantidad */
.store-detail-applied {
    margin-top: 1rem;
    padding: 0.82rem 0.92rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(196, 30, 58, 0.22);
    box-shadow: 0 2px 12px rgba(53, 49, 44, 0.06);
}

.store-detail-applied__row-label {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
    color: var(--store-muted);
    margin: 0 0 0.25rem;
    line-height: 1.4;
}

.store-detail-applied__label {
    display: inline-flex;
    align-items: center;
    padding: 0.08rem 0.42rem;
    border-radius: 999px;
    border: 1px solid rgba(196, 30, 58, 0.3);
    background: rgba(196, 30, 58, 0.08);
    color: var(--store-primary);
    font-weight: 700;
}

.store-detail-applied__row-label span {
    font-weight: 800;
    color: var(--store-text, #35312c);
}

.store-detail-applied__amount {
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--store-primary);
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.store-detail-applied__hint {
    font-size: 0.78rem;
    color: var(--store-muted);
    margin: 0.5rem 0 0;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    .store-detail-volume-card {
        align-items: flex-start;
    }

    .store-detail-volume-card__line {
        font-size: 0.875rem;
    }

    .store-detail-applied__amount {
        font-size: 1.03rem;
    }
}

.store-detail-buy-card__meta {
    margin-bottom: 1.15rem;
}

.store-detail-stock {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0.65rem;
}

.store-detail-stock__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 0.45rem;
    flex-shrink: 0;
    background: #0d8f52;
}

.store-detail-stock__dot--bad {
    background: #c62828;
}

.store-detail-stock--bad {
    color: var(--store-muted);
}

.store-detail-buy-card__cats {
    font-size: 0.825rem;
    color: var(--store-muted);
    margin: 0;
    line-height: 1.45;
}

.store-detail-buy-card__cats-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--store-muted);
    margin-bottom: 0.15rem;
}

.store-detail-buy-card__cats-sep {
    margin: 0 0.35rem;
    opacity: 0.5;
}

.store-detail-buy-card__actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.store-detail-buy-form__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--store-muted);
    margin-bottom: 0.35rem;
}

.store-detail-buy-form__row {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.store-detail-buy-form__qty {
    min-height: 48px;
    border-radius: 8px;
    font-weight: 600;
}

.store-detail-buy-form__submit {
    min-height: 48px;
    border-radius: 8px;
    font-weight: 700;
    flex: 1;
    justify-content: center;
}

@media (min-width: 480px) {
    .store-detail-buy-form__row {
        flex-direction: row;
        align-items: stretch;
    }

    .store-detail-buy-form__qty {
        flex: 0 0 5.5rem;
        max-width: 5.5rem;
    }
}

.store-detail-buy-card .store-btn--primary[disabled],
.store-detail-buy-card .store-btn--primary:disabled {
    width: 100%;
    min-height: 48px;
}

.store-detail-buy-card__hint {
    margin-top: -0.25rem;
}

.store-detail-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--store-muted);
    text-decoration: none;
    border: 0;
    background: transparent;
    transition: color 0.15s;
}

.store-detail-back-link:hover {
    color: var(--store-primary);
}

/* Bloques inferiores: descripción + especificaciones */
.store-detail__info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.store-detail__panel {
    background: #fff;
    border: 1px solid var(--store-border);
    border-radius: 12px;
    padding: 1.35rem 1.5rem;
    box-shadow: var(--store-shadow);
}

.store-detail__panel-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--store-text);
    margin: 0 0 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--store-border);
}

.store-detail__desc {
    color: var(--store-text);
    line-height: 1.65;
    font-size: 0.975rem;
}

.store-detail__desc.prose-store {
    margin: 0;
}

.store-detail__empty-hint {
    color: var(--store-muted);
    font-style: italic;
}

.store-detail__specs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
}

@media (min-width: 576px) {
    .store-detail__specs {
        grid-template-columns: 1fr 1fr;
        column-gap: 2rem;
    }
}

.store-detail__spec {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}

.store-detail__spec dt {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--store-muted);
    margin: 0 0 0.2rem;
}

.store-detail__spec dd {
    margin: 0;
    font-size: 0.95rem;
    color: var(--store-text);
    font-weight: 500;
}

/* Compatibilidad: listados antiguos en otras vistas */
.store-detail__price {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--store-primary);
    margin: 0.5rem 0 1rem;
}

.store-detail__price-wrap {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.25rem;
}

.store-detail__price-original {
    font-size: 1rem;
    color: var(--store-muted);
    text-decoration: line-through;
}

.store-detail__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.store-detail__list li {
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--store-border);
    font-size: 0.95rem;
}

.store-detail__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 480px) {
    .store-detail__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* Empty state */
.store-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--store-muted);
}

.store-empty a,
.store-body a.text-muted {
    color: var(--store-muted);
}

.store-empty a:hover,
.store-body a.text-muted:hover {
    color: var(--store-primary) !important;
}

/* CTA band */
.store-cta-band {
    background: #f4f5f6;
    color: var(--pg-dark);
    border: 1px solid #e2e4e7;
    border-radius: var(--store-radius);
    padding: 1.5rem 1.25rem;
    text-align: center;
}

.store-cta-band h2 {
    margin: 0 0 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--pg-dark);
}

.store-cta-band p {
    margin: 0 0 1.5rem;
    color: var(--pg-gray);
    font-size: 0.95rem;
}

.store-cta-band .store-btn--primary {
    background: var(--store-primary);
    color: #fff;
}

.store-cta-band .store-btn--primary:hover {
    background: var(--store-primary-hover);
    color: #fff;
}

/* Carrito */
.store-cart-table-wrap {
    background: var(--store-card);
    border-radius: var(--store-radius);
    border: 1px solid var(--store-border);
    box-shadow: var(--store-shadow);
}

.store-cart-table {
    margin-bottom: 0;
}

.store-cart-table thead th {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--store-muted);
    border-bottom-width: 1px;
}

.store-cart-thumb {
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--store-border);
}

.store-cart-qty {
    width: 4.5rem;
}

.store-cart-empty {
    background: var(--store-card);
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius);
    padding: 3rem 2rem;
    box-shadow: var(--store-shadow);
}

.store-cart-total {
    box-shadow: var(--store-shadow);
}

/* Checkout */
.store-checkout-badge {
    background: var(--store-primary);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: var(--store-radius);
    font-size: 1rem;
}

.store-checkout-form .store-checkout-card {
    background: var(--store-card);
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius);
    box-shadow: var(--store-shadow);
    padding: 1.5rem;
    height: 100%;
}

.store-checkout-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: var(--store-text);
}

.store-checkout-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.store-checkout-list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--store-border);
}

.store-checkout-list__item:last-of-type {
    border-bottom: none;
}

.store-checkout-list__name {
    flex: 1;
    min-width: 0;
}

.store-checkout-list__qty {
    color: var(--store-muted);
    font-size: 0.9rem;
}

.store-checkout-list__subtotal {
    font-weight: 600;
    margin-left: auto;
}

.store-checkout-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.15rem;
    padding-top: 1rem;
    border-top: 2px solid var(--store-border);
}

.store-checkout-info {
    line-height: 1.5;
}

.store-checkout-confirm {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.store-checkout-confirm__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    background: var(--store-primary);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-checkout-confirm__order {
    font-size: 1.1rem;
}

.store-btn--whatsapp {
    background: #25d366 !important;
    color: #fff !important;
    border-color: #25d366 !important;
    font-weight: 700;
}

.store-btn--whatsapp:hover {
    background: #20ba5a !important;
    color: #fff !important;
    border-color: #20ba5a !important;
}

/* WhatsApp en ficha de producto — más compacto y sobrio */
.store-btn--whatsapp-detail {
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    padding: 0.55rem 1rem !important;
    min-height: 44px;
    border-radius: 8px !important;
    border: 1px solid rgba(37, 211, 102, 0.35) !important;
    box-shadow: none !important;
}

.store-btn--whatsapp-detail:hover {
    filter: brightness(0.97);
}

.store-btn--add {
    background: var(--pg-red) !important;
    color: #fff !important;
    border: 1px solid var(--pg-red) !important;
}

.store-btn--add:hover {
    background: var(--pg-red-hover) !important;
    color: #fff !important;
    border-color: var(--pg-red-hover) !important;
}

/* Formularios e inputs — focus rojo PG */
.store-body .form-control:focus,
.store-body .form-select:focus {
    border-color: var(--store-primary);
    box-shadow: 0 0 0 0.2rem rgba(220, 12, 21, 0.2);
}

.store-body .form-check-input:checked {
    background-color: var(--store-primary);
    border-color: var(--store-primary);
}

/* Nosotros - Filosofia comercial */
.store-about-philosophy {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

.store-about-philosophy__header {
    margin-bottom: 1.35rem;
}

.store-about-philosophy__top-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.store-about-card,
.store-about-value-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.store-about-card:hover,
.store-about-value-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
    border-color: rgba(220, 12, 21, 0.2);
}

.store-about-card {
    padding: 1.1rem 1.2rem 1.15rem;
}

.store-about-card__icon,
.store-about-value-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(220, 12, 21, 0.1);
    color: var(--pg-red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.store-about-card__icon svg,
.store-about-value-card__icon svg {
    width: 19px;
    height: 19px;
}

.store-about-card__title {
    font-size: 1.04rem;
    font-weight: 700;
    margin: 0 0 0.45rem;
    color: #1f1f1f;
}

.store-about-card__text,
.store-about-value-card__text {
    color: #5f6368;
    line-height: 1.5;
    font-size: 0.9rem;
}

.store-about-values__title {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.85rem;
    color: #1f1f1f;
}

.store-about-values__title svg {
    width: 18px;
    height: 18px;
    color: var(--pg-red);
}

.store-about-values__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.store-about-value-card {
    padding: 0.9rem 1rem 1rem;
}

.store-about-value-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: #1f1f1f;
}

@media (min-width: 768px) {
    .store-about-philosophy__top-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

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

@media (min-width: 1200px) {
    .store-about-values__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
