/**
 * Mis Puntos — pestañas, información general, historial y catálogo premios.
 */
.heinsohn-rewardpoint,
.heinsohn-casa-puntos-historial,
.page-products.heinsohn-rewardpoint-catalog {
    --cp-fs-base: 1.1875rem;   /* 19px — cuerpo */
    --cp-fs-sm: 1.0625rem;     /* 17px — secundario */
    --cp-fs-md: 1.25rem;       /* 20px — destacado */
    --cp-fs-lg: 1.4375rem;     /* 23px — subtítulos */
    --cp-fs-xl: 1.5625rem;     /* 25px — títulos card */
    --cp-fs-2xl: 2.125rem;     /* 34px — métricas */
    --cp-fs-3xl: 2.625rem;     /* 42px — puntos disponibles */
    font-size: var(--cp-fs-base);
    line-height: 1.5;
}

.heinsohn-rewardpoint {
    margin-bottom: 2rem;
}

/* ----- Pestañas (maqueta: activa amarilla, ancho completo) ----- */
.heinsohn-rewardpoint__nav {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1.5rem;
}

.heinsohn-rewardpoint__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.heinsohn-rewardpoint__tab {
    margin: 0;
}

.heinsohn-rewardpoint__tab-link {
    display: block;
    width: 100%;
    padding: 0.9rem 1rem;
    text-align: center;
    text-decoration: none;
    color: #6b7280 !important;
    font-weight: 600;
    font-size: var(--cp-fs-md);
    border-bottom: 3px solid transparent;
    background: #fff;
    transition: background 0.15s ease, color 0.15s ease;
}

.heinsohn-rewardpoint__tab-link:hover,
.heinsohn-rewardpoint__tab-link:focus {
    text-decoration: none;
    color: #111827;
    background: #fffef5;
}

.heinsohn-rewardpoint__tab-link.is-active {
    background: #f9d422;
    color: #111827;
    border-bottom-color: #f9d422;
    font-weight: 700;
}

.heinsohn-rewardpoint__panels .heinsohn-rewardpoint__panel[hidden] {
    display: none !important;
}

.heinsohn-rewardpoint--cms {
    margin-bottom: 1.5rem;
    margin-top: 32px;
}

.heinsohn-rewardpoint__tabs--two-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.heinsohn-casa-puntos--cms-header {
    margin-top: 0;
}

.heinsohn-casa-puntos--cms-header .heinsohn-casa-puntos__hero {
    margin-bottom: 0;
}

.heinsohn-rewardpoint--embedded-nav {
    margin-bottom: 1.25rem;
}

.heinsohn-rewardpoint--embedded-nav .heinsohn-rewardpoint__tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 767px) {
    .heinsohn-rewardpoint__tabs,
    .heinsohn-rewardpoint__tabs--two-cols,
    .heinsohn-rewardpoint--embedded-nav .heinsohn-rewardpoint__tabs {
        grid-template-columns: 1fr;
    }

    .heinsohn-rewardpoint__tab-link {
        text-align: left;
    }
}

/* Bloque SAP (si está visible) */
.heinsohn-sap-points-acum .rw-point {
    font-size: var(--cp-fs-base);
    margin: 0 0 1rem;
}

.heinsohn-sap-points-acum .panel-point {
    font-size: var(--cp-fs-lg);
    font-weight: 700;
}

/* ----- Información general ----- */
.heinsohn-casa-puntos {
    margin-top: 0;
    width: 100%;
}

.heinsohn-casa-puntos__hero {
    background: #252525;
    border-radius: 10px;
    padding: 1.5rem 1.75rem 1.65rem;
    color: #fff;
    margin-bottom: 1.25rem;
}

.heinsohn-casa-puntos__hero-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.35rem;
}

.heinsohn-casa-puntos__hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 2px solid #f9d422;
    flex-shrink: 0;
}

.heinsohn-casa-puntos__hero-title {
    margin: 0;
    font-size: var(--cp-fs-xl);
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.heinsohn-casa-puntos__hero-subtitle {
    margin: 0.2rem 0 0;
    color: #b8bcc3;
    font-size: var(--cp-fs-base);
}

.heinsohn-casa-puntos__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.heinsohn-casa-puntos__label {
    margin: 0;
    font-size: var(--cp-fs-md);
    color: #e5e7eb;
    font-weight: 500;
}

.heinsohn-casa-puntos__value {
    margin: 0.35rem 0 0.2rem;
    font-size: var(--cp-fs-2xl);
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
}

.heinsohn-casa-puntos__value--accent {
    color: #f9d422;
    font-size: var(--cp-fs-3xl);
}

.heinsohn-casa-puntos__hint {
    margin: 0;
    color: #9ca3af;
    font-size: var(--cp-fs-base);
}

#heinsohn-rewardpoint-panel-general{
    display: flex;
    justify-content: space-between;
    gap: 32px;

    @media (max-width: 1000px) {
        flex-direction: column;
    }
}


.heinsohn-casa-puntos__cards {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.heinsohn-casa-puntos__card {
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    padding: 1.25rem 1.35rem;
}

.heinsohn-casa-puntos__card-title {
    margin: 0 0 0.85rem;
    font-size: var(--cp-fs-xl);
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
}

.heinsohn-casa-puntos__description {
    margin: 0 0 0.75rem;
    color: #6b7280;
    font-size: var(--cp-fs-base);
}

.heinsohn-casa-puntos__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #efefef;
}

.heinsohn-casa-puntos__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #efefef;
    padding: 0.72rem 0;
    font-size: var(--cp-fs-base);
}

.heinsohn-casa-puntos__list-item {
    align-items: center;
}

.heinsohn-casa-puntos__list-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    opacity: 0.85;
}

.heinsohn-casa-puntos__list-item--purchase .heinsohn-casa-puntos__list-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M5 7h14l-1.2 8H6.2L5 7Z' stroke='%23111827' stroke-width='1.5'/%3E%3Cpath d='M8 10V6a4 4 0 0 1 8 0v4' stroke='%23111827' stroke-width='1.5'/%3E%3C/svg%3E");
}

.heinsohn-casa-puntos__list-item--register .heinsohn-casa-puntos__list-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='9' cy='7' r='3' stroke='%23111827' stroke-width='1.5'/%3E%3Cpath d='M3 17c0-3.3 2.7-6 6-6s6 2.7 6 6' stroke='%23111827' stroke-width='1.5'/%3E%3Cpath d='M15 9h4M17 7v4' stroke='%23111827' stroke-width='1.5'/%3E%3C/svg%3E");
}

.heinsohn-casa-puntos__list-item--newsletter .heinsohn-casa-puntos__list-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Crect x='3' y='5' width='14' height='10' rx='1.5' stroke='%23111827' stroke-width='1.5'/%3E%3Cpath d='M3 7l7 5 7-5' stroke='%23111827' stroke-width='1.5'/%3E%3C/svg%3E");
}

.heinsohn-casa-puntos__list-item--review .heinsohn-casa-puntos__list-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M10 3l2.1 4.3 4.7.7-3.4 3.3.8 4.7L10 13.8 5.8 16l.8-4.7L3.2 8l4.7-.7L10 3Z' stroke='%23111827' stroke-width='1.5'/%3E%3C/svg%3E");
}

.heinsohn-casa-puntos__list-text {
    flex: 1 1 auto;
    color: #31363b;
}

.heinsohn-casa-puntos__list li strong {
    color: #111827;
    font-weight: 700;
    font-size: var(--cp-fs-md);
    white-space: nowrap;
}

.heinsohn-casa-puntos__list--redeem li:nth-child(odd) {
    background: #f7f9fc;
    margin: 0 -1.35rem;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
}

.heinsohn-casa-puntos__note {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin: 0.85rem 0 0;
    color: #6d737a;
    font-size: var(--cp-fs-base);
}

.heinsohn-casa-puntos__note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 1px solid #9ca3af;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.heinsohn-casa-puntos__minimum {
    margin-top: 1rem;
    border: 1px solid #f0d97b;
    border-radius: 8px;
    padding: 0.75rem 0.85rem;
    background: #fffdf5;
}

.heinsohn-casa-puntos__minimum-title {
    margin: 0;
    font-weight: 700;
    color: #111827;
    font-size: var(--cp-fs-base);
}

.heinsohn-casa-puntos__minimum-text {
    margin: 0.2rem 0 0;
    color: #6b7280;
    font-size: var(--cp-fs-md);
}

/* ----- Historial (ledger) ----- */
.heinsohn-casa-puntos-historial {
    margin-top: 0.25rem;
}

.heinsohn-casa-puntos-historial__summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #e9edf3;
    border-radius: 10px;
    background: #f9fafb;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.heinsohn-casa-puntos-historial__summary-item {
    padding: 1rem 1.1rem;
    border-right: 1px solid #e9edf3;
}

.heinsohn-casa-puntos-historial__summary-item:last-child {
    border-right: 0;
}

.heinsohn-casa-puntos-historial__summary-label {
    margin: 0 0 0.35rem;
    font-size: var(--cp-fs-base);
    color: #6b7280;
}

.heinsohn-casa-puntos-historial__summary-value {
    margin: 0;
    font-size: var(--cp-fs-lg);
    font-weight: 700;
    line-height: 1.2;
}

.heinsohn-casa-puntos-historial__summary-value.is-earned {
    color: #0b6b2f;
}

.heinsohn-casa-puntos-historial__summary-value.is-spent {
    color: #dc2626;
}

.heinsohn-casa-puntos-historial__summary-value.is-pending {
    color: #1d4ed8;
}

.heinsohn-casa-puntos-historial__summary-value.is-balance {
    color: #111827;
}

.heinsohn-casa-puntos-historial__table-wrapper {
    border: 1px solid #e9edf3;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.heinsohn-casa-puntos-historial__table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.heinsohn-casa-puntos-historial__table thead th {
    background: #f7f9fc;
    border-bottom: 1px solid #e9edf3;
    padding: 0.85rem 1rem;
    font-size: var(--cp-fs-sm);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
    text-align: left;
}

.heinsohn-casa-puntos-historial__table tbody td {
    border-bottom: 1px solid #eef2f7;
    padding: 0.95rem 1rem;
    vertical-align: middle;
    font-size: var(--cp-fs-base);
    color: #4b5563;
}

.heinsohn-casa-puntos-historial__table tbody tr:last-child td {
    border-bottom: 0;
}

.heinsohn-casa-puntos-historial__action-title {
    display: block;
    font-weight: 600;
    font-size: var(--cp-fs-base);
    color: #111827;
    margin-bottom: 0.25rem;
}

.heinsohn-casa-puntos-historial__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: var(--cp-fs-base);
    font-weight: 600;
}

.heinsohn-casa-puntos-historial__badge.is-acumulacion {
    background: #dff7e6;
    color: #0b6b2f;
}

.heinsohn-casa-puntos-historial__badge.is-redencion {
    background: #ffe4e6;
    color: #b91c1c;
}

.heinsohn-casa-puntos-historial__badge.is-espera {
    background: #e2ecff;
    color: #1d4ed8;
}

.heinsohn-casa-puntos-historial__table .col.amount {
    font-weight: 700;
    font-size: var(--cp-fs-md);
    white-space: nowrap;
}

.heinsohn-casa-puntos-historial__table .col.amount.is-positive {
    color: #0b6b2f;
}

.heinsohn-casa-puntos-historial__table .col.amount.is-negative {
    color: #dc2626;
}

.heinsohn-casa-puntos-historial__table .col.balance strong {
    color: #111827;
    font-weight: 700;
    font-size: var(--cp-fs-md);
}

.heinsohn-casa-puntos-historial__toolbar {
    margin-top: 1rem;
}

.heinsohn-casa-puntos-historial__empty {
    margin-top: 0.5rem;
}

/* ----- Catálogo premios (reutiliza cards de producto del tema) ----- */
.heinsohn-rewardpoint-catalog.block {
    margin-top: 0;
}

.heinsohn-rewardpoint-catalog__empty,
.heinsohn-rewardpoint-catalog__empty-hint {
    font-size: var(--cp-fs-base);
}

.heinsohn-rewardpoint-catalog__empty-hint {
    color: #6b7280;
    margin-top: 0.5rem;
}

.heinsohn-rewardpoint-catalog .products-grid {
    margin: 0;
}

.heinsohn-rewardpoint-catalog .products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    align-items: flex-start;
}

/* Grilla catálogo premios: 5 columnas escritorio, 2 en móvil (anula _cards.less del tema) */
.page-products.heinsohn-rewardpoint-catalog .products-grid li.product.product-item {
    width: calc(100% / 5) !important;
    padding-inline: 10px;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-products.heinsohn-rewardpoint-catalog .products-grid li.product.product-item {
        width: calc(100% / 5) !important;
    }
}

@media (max-width: 767px) {
    .page-products.heinsohn-rewardpoint-catalog .products-grid li.product.product-item {
        width: calc(100% / 2) !important;
        padding-inline: 6px;
        margin-bottom: 16px;
    }
}

.page-products.heinsohn-rewardpoint-catalog .product-item .product-item-brand {
    font-size: var(--cp-fs-sm) !important;
    min-height: auto;
    margin-bottom: 4px;
}

.page-products.heinsohn-rewardpoint-catalog .product-item .product.name.product-item-name .product-item-link,
.page-products.heinsohn-rewardpoint-catalog .product-item .product.name.product-item-name .product-item-link span {
    font-size: var(--cp-fs-base) !important;
    height: auto;
    min-height: 2.75rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.page-products.heinsohn-rewardpoint-catalog .product-item .product-item-details {
    font-size: var(--cp-fs-base);
}

.heinsohn-rewardpoint-catalog__meta-list {
    margin: 0.35rem 0 0.5rem;
    padding: 0;
}

.heinsohn-rewardpoint-catalog__meta-row {
    display: flex;
    gap: 0.35rem;
    margin: 0 0 0.2rem;
    font-size: var(--cp-fs-sm);
    line-height: 1.35;
    color: #4b5563;
}

.heinsohn-rewardpoint-catalog__meta-row dt {
    margin: 0;
    font-weight: 600;
    color: #6b7280;
    flex: 0 0 auto;
}

.heinsohn-rewardpoint-catalog__meta-row dt::after {
    content: ':';
}

.heinsohn-rewardpoint-catalog__meta-row dd {
    margin: 0;
    font-weight: 500;
    color: #111827;
}

.page-products.heinsohn-rewardpoint-catalog .product-item .heinsohn-rewardpoint-catalog__canje {
    margin-top: 0.15rem;
    font-size: var(--cp-fs-md) !important;
    line-height: 1.3;
    color: #111827;
}

.page-products.heinsohn-rewardpoint-catalog .product-item .heinsohn-rewardpoint-catalog__canje strong {
    font-weight: 700;
    color: #111827;
}

.page-products.heinsohn-rewardpoint-catalog .ca-card__price-actions-row {
    margin-top: 0.35rem;
}

@media (min-width: 768px) {
    .page-products.heinsohn-rewardpoint-catalog .ca-card__price-actions-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .page-products.heinsohn-rewardpoint-catalog .ca-card__price-col {
        flex: 1 1 auto;
        min-width: 0;
    }

    .page-products.heinsohn-rewardpoint-catalog .ca-card__actions-col {
        flex: 0 0 auto;
        align-self: center;
    }
}

.heinsohn-rewardpoint-catalog__quickview {
    margin-top: 0.35rem;
    width: 100%;
}

/* ----- Popup vista rápida premio (Magento modal + cpqv) ----- */
.heinsohn-casa-puntos-quickview-popup.cpqv-popup.modal-popup .modal-inner-wrap {
    max-width: 59rem;  
    margin: 26rem auto;  
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
}

.heinsohn-casa-puntos-quickview-popup.cpqv-popup .modal-header {
    padding: 1.1rem 1.35rem;
    border-bottom: 1px solid #eef2f7;
    background: #fff;
}

.heinsohn-casa-puntos-quickview-popup.cpqv-popup .modal-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
    padding-right: 2rem;
}

.heinsohn-casa-puntos-quickview-popup.cpqv-popup .action-close {
    top: 0.85rem;
    right: 0.85rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: #f3f4f6;
    transition: background 0.15s ease;
}

.heinsohn-casa-puntos-quickview-popup.cpqv-popup .action-close:hover {
    background: #e5e7eb;
}

.heinsohn-casa-puntos-quickview-popup.cpqv-popup .action-close::before {
    color: #374151;
    font-size: 0.85rem;
}

.heinsohn-casa-puntos-quickview-popup.cpqv-popup .modal-content {
    padding: 0;
    overflow: visible;
}

.heinsohn-casa-puntos-quickview-popup.cpqv-popup .modal-footer {
    display: none;
}

.cpqv-modal__layout {
    display: grid;
    grid-template-columns: minmax(200px, 42%) 1fr;
    gap: 0;
    align-items: stretch;
    font-size: 1.0625rem;
    line-height: 1.45;
    color: #111827;
}

.cpqv-modal__media {
    background: #f9fafb;
    border-right: 1px solid #eef2f7;
    padding: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpqv-modal__media-frame {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
}

.cpqv-modal__image {
    width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.cpqv-modal__panel {
    padding: 1.35rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: 0;
}

.cpqv-modal__brand {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
}

.cpqv-modal__title {
    margin: 0;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
}

.cpqv-modal__facts {
    margin: 0.25rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cpqv-modal__fact {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.35rem 0.75rem;
    margin: 0;
    font-size: 1rem;
}

.cpqv-modal__fact dt {
    margin: 0;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
}

.cpqv-modal__fact dt::after {
    content: ':';
}

.cpqv-modal__fact dd {
    margin: 0;
    font-weight: 500;
    color: #111827;
    word-break: break-word;
}

.cpqv-modal__canje {
    margin-top: 0.35rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border: 1px solid #f0d97b;
    background: linear-gradient(180deg, #fffdf5 0%, #fef9e6 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
}

.cpqv-modal__canje-label {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #6b7280;
}

.cpqv-modal__canje-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.1;
}

.cpqv-modal__footer {
    margin-top: auto;
    padding-top: 1rem;
}

.cpqv-modal__form {
    margin: 0;
}

.cpqv-modal__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0.75rem 1.25rem;
    border: none !important;
    border-radius: 999px !important;
    background: #f9d422 !important;
    color: #111827 !important;
    font-size: 1.0625rem !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    transition: background 0.15s ease, transform 0.15s ease;
}

.cpqv-modal__submit:hover,
.cpqv-modal__submit:focus {
    background: #edd01a !important;
    color: #111827 !important;
}

.cpqv-modal__submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.cpqv-modal__unavailable {
    margin: 0;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 0.9375rem;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .heinsohn-casa-puntos__stats,
    .heinsohn-casa-puntos__cards {
        grid-template-columns: 1fr;
    }

    .heinsohn-casa-puntos-historial__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .heinsohn-casa-puntos-historial__summary-item:nth-child(2) {
        border-right: 0;
    }

    .heinsohn-casa-puntos-historial__summary-item {
        border-bottom: 1px solid #e9edf3;
    }

    .heinsohn-casa-puntos-historial__summary-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .heinsohn-casa-puntos-historial__summary {
        grid-template-columns: 1fr;
    }

    .heinsohn-casa-puntos-historial__summary-item {
        border-right: 0;
    }

    .heinsohn-casa-puntos-historial__table thead {
        display: none;
    }

    .heinsohn-casa-puntos-historial__table tbody tr {
        display: block;
        border-bottom: 1px solid #eef2f7;
        padding: 0.5rem 0;
    }

    .heinsohn-casa-puntos-historial__table tbody td {
        display: flex;
        justify-content: space-between;
        gap: 0.75rem;
        border: 0;
        padding: 0.35rem 1rem;
    }

    .heinsohn-casa-puntos-historial__table tbody td::before {
        content: attr(data-th);
        font-weight: 600;
        font-size: var(--cp-fs-base);
        color: #6b7280;
        flex: 0 0 auto;
    }

    .heinsohn-casa-puntos-quickview-popup.cpqv-popup.modal-popup .modal-inner-wrap {
        max-width: 38rem;     
        border-radius: 14px;
    }

    .heinsohn-casa-puntos-quickview-popup.cpqv-popup .modal-header {
        padding: 1rem 1.1rem;
    }

    .heinsohn-casa-puntos-quickview-popup.cpqv-popup .modal-title {
        font-size: 1.125rem;
    }

    .cpqv-modal__layout {
        grid-template-columns: 1fr;
    }

    .cpqv-modal__media {
        border-right: none;
        border-bottom: 1px solid #eef2f7;
        padding: 1.1rem;
    }

    .cpqv-modal__media-frame {
        max-width: 220px;
        margin: 0 auto;
        aspect-ratio: 1 / 1;
    }

    .cpqv-modal__panel {
        padding: 1.1rem 1.15rem 1.25rem;
        gap: 0.55rem;
    }

    .cpqv-modal__title {
        font-size: 1.1875rem;
    }

    .cpqv-modal__canje-value {
        font-size: 1.375rem;
    }

    .cpqv-modal__submit {
        min-height: 46px;
    }
}
