/**
 * Estilos para Widgets de Elementor - WooCommerce Offers
 */

.woo-offers-elementor-container {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.woo-offers-elementor-offer {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.woo-offers-elementor-offer:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woo-offers-elementor-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #333;
}

.woo-offers-elementor-quantity-options,
.woo-offers-elementor-bundles,
.woo-offers-elementor-additional {
    margin-bottom: 25px;
}

.woo-offers-elementor-quantity-options h4,
.woo-offers-elementor-bundles h4,
.woo-offers-elementor-additional h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #444;
}

.woo-offers-elementor-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Resumen de Orden */
.woo-offers-order-summary {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}

.woo-offers-summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 15px;
    color: #333;
}

.woo-offers-summary-line+.woo-offers-summary-line {
    border-top: 1px solid #e9ecef;
}

.woo-offers-discount-line {
    color: #28a745;
    font-weight: 500;
}

.woo-offers-discount-line span:last-child {
    color: #28a745;
}

.woo-offers-total-line {
    padding-top: 12px;
    margin-top: 8px;
    border-top: 2px solid #dee2e6;
    font-size: 18px;
}

.woo-offers-total-line strong {
    color: #212529;
}


.woo-offers-elementor-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.woo-offers-elementor-item:hover {
    background: #f0f0f0;
    border-color: #d0d0d0;
}

.woo-offers-elementor-item-info {
    flex: 1;
    font-size: 16px;
    color: #333;
}

.woo-offers-elementor-item-info a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.woo-offers-elementor-item-info a:hover {
    text-decoration: underline;
}

.woo-offers-elementor-button {
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woo-offers-elementor-button:hover {
    background: #005a87;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.woo-offers-elementor-button:active {
    transform: translateY(0);
}

.woo-offers-elementor-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Botón principal */
.woo-offers-elementor-button-main {
    width: 100%;
    padding: 20px 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: none;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

.woo-offers-elementor-button-main::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.woo-offers-elementor-button-main:hover::before {
    width: 300px;
    height: 300px;
}

.woo-offers-elementor-button-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.woo-offers-elementor-button-main:active {
    transform: translateY(0);
}

/* Botón moderno de compra */
.woo-offers-elementor-button-buy {
    width: 100%;
    margin-top: 15px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: none;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.woo-offers-elementor-button-buy::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.woo-offers-elementor-button-buy:hover::before {
    width: 300px;
    height: 300px;
}

.woo-offers-elementor-button-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.woo-offers-elementor-button-buy:active {
    transform: translateY(0);
}

.woo-offers-button-icon {
    font-size: 20px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.woo-offers-elementor-button-buy:hover .woo-offers-button-icon {
    transform: scale(1.2) rotate(5deg);
}

.woo-offers-button-text {
    position: relative;
    z-index: 1;
}

/* Imagen con overlay */
.woo-offers-elementor-item-media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.woo-offers-elementor-item-media .woo-offers-elementor-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.woo-offers-elementor-item-media:hover .woo-offers-elementor-image {
    transform: scale(1.05);
}

.woo-offers-elementor-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.woo-offers-elementor-item-media:hover .woo-offers-elementor-item-overlay {
    opacity: 1;
}

.woo-offers-elementor-item-info-overlay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.woo-offers-elementor-quantity-badge,
.woo-offers-elementor-price-badge {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.woo-offers-elementor-price-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.woo-offers-elementor-bundle {
    padding: 20px;
    margin-bottom: 20px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
}

.woo-offers-elementor-bundle-price {
    font-size: 20px;
    font-weight: 600;
    color: #0073aa;
    margin: 0 0 15px 0;
}

.woo-offers-elementor-bundle-products {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.woo-offers-elementor-bundle-products li {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #666;
}

.woo-offers-elementor-bundle-products li:last-child {
    border-bottom: none;
}

.woo-offers-elementor-bundle-button {
    width: 100%;
    margin-top: 10px;
}

/* Notificaciones */
.woo-offers-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    background: #4caf50;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    animation: slideIn 0.3s ease;
    max-width: 400px;
}

.woo-offers-notification.error {
    background: #f44336;
}

.woo-offers-notification.warning {
    background: #ff9800;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .woo-offers-elementor-container {
        padding: 15px;
    }

    .woo-offers-elementor-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .woo-offers-elementor-button {
        width: 100%;
    }

    .woo-offers-elementor-title {
        font-size: 20px;
    }

    .woo-offers-notification {
        right: 10px;
        left: 10px;
        max-width: none;
    }
}

/* Selectores de variaciones */
.woo-offers-elementor-variations-selector {
    margin-top: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.woo-offers-elementor-variations-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #333;
}

.woo-offers-elementor-variation-unit {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.woo-offers-elementor-variation-unit:last-child {
    margin-bottom: 15px;
}

.woo-offers-elementor-variation-unit>label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.woo-offers-elementor-variation-field {
    margin-bottom: 12px;
}

.woo-offers-elementor-variation-field:last-child {
    margin-bottom: 0;
}

.woo-offers-elementor-variation-field>label {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.woo-offers-elementor-variation-select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.woo-offers-elementor-variation-select:hover {
    border-color: #0073aa;
}

.woo-offers-elementor-variation-select:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}

.woo-offers-elementor-button-show-variations {
    margin-top: 10px;
}

.woo-offers-elementor-button-variable:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.woo-offers-elementor-button-variable:disabled:hover {
    transform: none;
    box-shadow: none;
}

/* Loading state */
.woo-offers-elementor-button.loading {
    position: relative;
    color: transparent;
}

.woo-offers-elementor-button.loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.6s linear infinite;
}

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

/* Modal de compra */
.woo-offers-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Estilos para Swatches de Variaciones (Productos Adicionales) */
.woo-offers-variation-row {
    margin-bottom: 12px;
}

.woo-offers-variation-label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
    text-transform: capitalize;
}

.woo-offers-swatches-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.woo-offers-swatch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    min-width: 60px;
    text-align: center;
    position: relative;
}

/* Estilos específicos para la selección de variaciones en el modal (Main Offers) */
#woo-offers-variations-container .woo-offers-variation-unit-section {
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

#woo-offers-variations-container .woo-offers-variation-row {
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

#woo-offers-variations-container .woo-offers-variation-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#woo-offers-variations-container .woo-offers-unit-title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #111827;
    border-bottom: 2px solid #6366f1;
    display: inline-block;
    padding-bottom: 2px;
}

.woo-offers-swatch:hover {
    border-color: #9ca3af;
    transform: translateY(-1px);
}

.woo-offers-swatch.selected {
    border-color: #000;
    background-color: #f9fafb;
    box-shadow: 0 0 0 1px #000;
    /* Ring effect */
}

.woo-offers-swatch img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 4px;
    margin-bottom: 4px;
    display: block;
    background: #fff;
}

.woo-offers-swatch.text-only {
    padding: 8px 12px;
    min-width: auto;
}

.woo-offers-swatch-label,
.woo-offers-swatch.text-only {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    color: #374151;
}

/* Ajustes específicos para móvil */
@media (max-width: 768px) {
    .woo-offers-swatch {
        flex: 1 1 auto;
        /* Que crezcan si hay espacio */
        max-width: 100px;
    }
}

/* Previous content starts here... */
.woo-offers-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.woo-offers-modal-content {
    position: relative;
    background: #fff;
    border-radius: 20px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.woo-offers-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f5f5f5;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.woo-offers-modal-close:hover {
    background: #e0e0e0;
    transform: rotate(90deg);
    color: #333;
}

.woo-offers-modal-header {
    padding: 0;
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
}

.woo-offers-modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.woo-offers-modal-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.woo-offers-purchase-form {
    padding: 0;
}

.woo-offers-offers-container {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: visible;
    /* Prevent nested scrolling */
    height: auto;
}

.woo-offers-offer-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    /* Remove space under image */
}

.woo-offers-banner-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    /* Full bleed */
}

.woo-offers-offer-section {
    padding: 0;
    margin: 0;
}

/* Ensure title doesn't break flow */
.woo-offers-offer-title {
    padding: 15px 20px 5px;
    /* Restore padding for text */
    margin: 0;
}

.woo-offers-quantity-section,
.woo-offers-bundle-section {
    padding: 0 20px 20px;
    /* Restore padding for options */
}

.woo-offers-customer-details,
.woo-offers-form-actions,
.woo-offers-additional-products-section,
.woo-offers-payment-gateways-section {
    padding: 15px 20px;
}

.woo-offers-customer-details {
    padding-top: 20px;
}

.woo-offers-form-group {
    margin-bottom: 4px;
}

.woo-offers-form-group label {
    display: block;
    font-weight: 600;
    font-size: 11px;
    color: #555;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.woo-offers-form-group .required {
    color: #e74c3c;
}

.woo-offers-form-group input,
.woo-offers-form-group select,
.woo-offers-form-group textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    font-family: inherit;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background: #fcfcfc;
    height: 40px;
    /* Consistent height for inputs and selects */
}

.woo-offers-form-group textarea {
    height: auto;
    resize: vertical;
}

.woo-offers-form-group select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    color: #999;
}

.woo-offers-form-group input:focus,
.woo-offers-form-group textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.woo-offers-form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.woo-offers-variations-container {
    margin: 0 0 10px 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none !important;
    box-shadow: none !important;
}

/* Estilos para tarjetas de variaciones - GESTALT COMPACT */
.woo-offers-variation-unit-section {
    margin-bottom: 4px;
    padding: 0 !important;
    background: transparent;
    border: none;
}

.woo-offers-variation-unit-section:last-child {
    margin-bottom: 0;
}

.woo-offers-unit-title {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 4px 6px;
    padding: 0;
    border: none;
    text-align: center;
}

/* Centrar el carrusel de variaciones */
.woo-offers-variation-unit-section .woo-offers-carousel-track {
    justify-content: center;
}

/* Estilos base de tarjetas de variación - GESTALT */
.woo-offers-variation-card {
    border: 3px solid transparent !important;
    border-radius: 12px;
    padding: 8px;
    /* Reduced from 20px to maximize internal space */
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: transparent !important;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    text-align: center;
    width: 100%;
    /* Fill container */
}

.woo-offers-variation-card.woo-offers-variation-image-only {
    padding: 2px;
}

.woo-offers-variation-card:hover {
    background: rgba(0, 0, 0, 0.02);
    transform: translateY(-1px);
    z-index: 2;
}

.woo-offers-variation-card.selected {
    background: rgba(102, 126, 234, 0.05);
    border: 3px solid #667eea !important;
    z-index: 10;
}

/* Checkmark minimalista */
.woo-offers-variation-card.selected::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background: #667eea;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0 0 0 2px #fff;
}

.woo-offers-variation-image {
    width: 100%;
    height: 250px;
    /* Increased from 200px for "tope maximo" */
    object-fit: contain !important;
    border-radius: 8px;
    margin-bottom: 12px;
    background: transparent !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.woo-offers-variation-card.woo-offers-variation-image-only .woo-offers-variation-image {
    margin-bottom: 0;
    height: auto;
    max-height: 100px;
}

.woo-offers-variation-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    /* Increased gap */
    margin-top: 8px;
    /* Increased margin */
    width: 100%;
    align-items: center;
    /* Center items */
    text-align: center;
}

.woo-offers-variation-description {
    font-size: 11px;
    color: #666;
    line-height: 1.2;
    margin-bottom: 2px;
}

.woo-offers-variation-price {
    font-size: 14px;
    font-weight: 700;
    color: #667eea;
    margin-top: auto;
}

.woo-offers-variation-stock {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 3px;
    display: inline-block;
    width: fit-content;
}

.woo-offers-variation-stock.woo-offers-in-stock {
    background: #e8f5e9;
    color: #2e7d32;
}

.woo-offers-variation-stock.woo-offers-out-of-stock {
    background: #ffebee;
    color: #c62828;
}

/* Estilos del carrusel de variaciones - GESTALT */
.woo-offers-carousel-wrapper {
    position: relative;
    padding: 8px;
    /* Reduced from 15px */
    /* Sin padding lateral, botones overlay */
    margin-bottom: 4px;
}

.woo-offers-carousel-container {
    overflow: hidden;
    width: 100%;
    /* Mascaras de desvanecimiento laterales */
    mask-image: linear-gradient(to right, transparent, black 10px, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10px, black 95%, transparent);
}

.woo-offers-carousel-track {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 2px 0;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.woo-offers-carousel-track::-webkit-scrollbar {
    display: none;
}

/* Items del carrusel - GESTALT */
.woo-offers-carousel-item {
    flex: 0 0 260px;
    /* Increased to accommodate 250px image + padding */
    min-width: 260px;
    scroll-snap-align: center;
}

.woo-offers-carousel-item.woo-offers-variation-image-only {
    flex: 0 0 70px;
    min-width: 70px;
}

/* Ajustar imagen en carrusel */
.woo-offers-carousel-item .woo-offers-variation-image {
    height: 220px;
    /* Increased from 180px */
    margin-bottom: 12px;
    object-fit: contain !important;
}

.woo-offers-carousel-item.woo-offers-variation-image-only .woo-offers-variation-image {
    height: auto;
    max-height: 80px;
}

/* Info de variación - Minimalista */
.woo-offers-carousel-item .woo-offers-variation-info {
    margin-top: 6px;
    gap: 4px;
    text-align: center;
    align-items: center;
}

.woo-offers-carousel-item .woo-offers-variation-description {
    font-size: 9px;
    line-height: 1.1;
    color: #888;
}

.woo-offers-carousel-item .woo-offers-variation-price {
    font-size: 14px;
    /* Larger price */
    font-weight: 700;
    color: #667eea;
}

.woo-offers-carousel-item .woo-offers-variation-stock {
    font-size: 8px;
    padding: 1px 3px;
    border-radius: 2px;
}

/* Botones de navegación - OVERLAY INVISIBLE */
.woo-offers-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 40px;
    /* Más altos para mejor area de click */
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    z-index: 20;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    /* Invisible por defecto */
    pointer-events: none;
}

/* Mostrar solo al hover del wrapper */
.woo-offers-carousel-wrapper:hover .woo-offers-carousel-nav {
    opacity: 1;
    pointer-events: auto;
}

.woo-offers-carousel-nav:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.woo-offers-carousel-prev {
    left: 4px;
}

.woo-offers-carousel-next {
    right: 4px;
}

.woo-offers-carousel-nav:disabled {
    opacity: 0 !important;
    pointer-events: none;
}

.woo-offers-carousel-prev {
    left: 4px;
}

.woo-offers-carousel-next {
    right: 4px;
}

.woo-offers-carousel-nav:disabled {
    opacity: 0 !important;
    pointer-events: none;
}

/* Mantener estilos de grid para fallback/compatibilidad */
.woo-offers-variations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}

@media (max-width: 768px) {

    /* Carrusel responsive en móvil - GESTALT */
    .woo-offers-carousel-wrapper {
        padding: 0;
        /* Sin padding en móvil tampoco */
    }

    .woo-offers-carousel-item {
        flex: 0 0 70px;
        min-width: 70px;
    }

    .woo-offers-carousel-item.woo-offers-variation-image-only {
        flex: 0 0 60px;
        min-width: 60px;
    }

    .woo-offers-carousel-item .woo-offers-variation-image {
        height: 60px;
    }

    .woo-offers-carousel-item.woo-offers-variation-image-only .woo-offers-variation-image {
        max-height: 75px;
    }

    /* En móvil mostrar botones siempre o hacerlos mas visibles */
    .woo-offers-carousel-nav {
        width: 20px;
        height: 34px;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.95);
        opacity: 1;
        /* En móvil siempre visibles */
        pointer-events: auto;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Grid fallback */
    .woo-offers-variations-grid {
        grid-template-columns: 1fr;
    }

    .woo-offers-variation-unit-section {
        padding: 0;
    }
}

.woo-offers-variations-container h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #333;
}

.woo-offers-variation-unit-form {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.woo-offers-variation-unit-form:last-child {
    margin-bottom: 0;
}

.woo-offers-variation-unit-form label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
}

.woo-offers-variation-field-form {
    margin-bottom: 12px;
}

.woo-offers-variation-field-form:last-child {
    margin-bottom: 0;
}

.woo-offers-variation-field-form>label {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.woo-offers-variation-select-form {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.woo-offers-variation-select-form:hover {
    border-color: #667eea;
}

.woo-offers-variation-select-form:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.woo-offers-form-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.woo-offers-button-cancel,
.woo-offers-button-submit {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.woo-offers-button-cancel {
    background: #f5f5f5;
    color: #666;
}

.woo-offers-button-cancel:hover {
    background: #e0e0e0;
    color: #333;
}

.woo-offers-button-submit {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.woo-offers-button-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.woo-offers-button-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.woo-offers-submit-loader {
    animation: spin 1s linear infinite;
}

/* Contenedor de ofertas en modal */
.woo-offers-offers-container {
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

/* Banner de oferta */
.woo-offers-offer-banner {
    width: 100%;
    margin-bottom: 2px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.woo-offers-banner-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Descripción de la oferta */
.woo-offers-description {
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    padding: 0 5px;
}

.woo-offers-description h1,
.woo-offers-description h2,
.woo-offers-description h3,
.woo-offers-description h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #DAA520;
    /* Dorado para títulos */
    text-transform: uppercase;
    font-size: 16px;
}

/* Tarjeta de opción Dark/Gold */
.woo-offers-option-card {
    position: relative;
    border: 2px solid #FFD700;
    /* Borde dorado */
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    background: #111;
    /* Fondo oscuro */
    display: flex;
    /* Layout horizontal */
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: white;
    overflow: hidden;
    min-height: 100px;
}

.woo-offers-option-card.selected {
    box-shadow: 0 0 0 2px #FFD700, 0 8px 20px rgba(255, 215, 0, 0.3);
    transform: scale(1.01);
    background: black;
}

.woo-offers-option-image {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    border: 1px solid #333;
}

.woo-offers-option-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.woo-offers-option-quantity {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 2px;
    color: #FFD700;
    /* Dorado */
    text-transform: uppercase;
}

.woo-offers-option-price {
    font-size: 24px;
    font-weight: 900;
    color: white;
    line-height: 1.1;
}

.woo-offers-option-price small,
.woo-offers-option-price del {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-right: 8px;
    text-decoration: line-through;
}

/* Label de oferta dinámico usando data-label */
.woo-offers-option-card::before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    right: 0;
    background: var(--label-bg, #FFD700);
    color: black;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-bottom-left-radius: 8px;
}

/* Ocultar label si no tiene data-label */
.woo-offers-option-card:not([data-label])::before {
    display: none;
}

/* Ocultar check original */
.woo-offers-option-card::after {
    display: none;
}

/* Ajuste del modal para diseño ancho */
.woo-offers-modal-content {
    max-width: 600px;
    /* Un poco más ancho para formato horizontal */
    background: white;
    border-radius: 12px;
}

.woo-offers-banner-image {
    width: 100%;
    height: auto;
    display: block;
    max-height: 300px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .woo-offers-banner-image {
        max-height: 120px;
        /* Reducir altura en móvil para evitar scroll */
    }

    .woo-offers-modal-header {
        padding: 15px 15px 5px !important;
    }
}

.woo-offers-offer-section {
    margin-bottom: 30px;
}

.woo-offers-offer-section:last-child {
    margin-bottom: 0;
}

.woo-offers-offer-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #667eea;
}

.woo-offers-quantity-section,
.woo-offers-bundle-section {
    margin-bottom: 25px;
}

.woo-offers-quantity-section h4,
.woo-offers-bundle-section h4 {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin: 0 0 15px 0;
}

.woo-offers-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

@media (max-width: 480px) {
    .woo-offers-options-grid {
        grid-template-columns: 1fr;
        /* 1 columna para que sean más anchas */
        gap: 5px;
        /* Separación mínima */
    }

    .woo-offers-option-card {
        padding: 0;
        /* Sin padding para que la imagen toque los bordes */
        min-height: auto;
        overflow: hidden;
        /* Asegurar que el contenido no desborde */
    }

    .woo-offers-option-image {
        height: auto;
        /* Altura automática basada en proporción */
        max-height: 200px;
        /* Límite razonable */
        width: 100%;
        /* Ajustarse al ancho de la card */
        border-radius: 0;
        /* Quitar borde redondeado interno */
        margin-bottom: 0;
        /* Pegar a la info */
        display: block;
    }

    .woo-offers-option-info {
        padding: 10px;
        /* Padding interno para el texto */
    }

    .woo-offers-option-price {
        font-size: 18px;
    }

    .woo-offers-option-quantity {
        font-size: 14px;
        margin-top: 5px;
    }
}

.woo-offers-option-card {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Cuando solo se muestra la imagen, centrar y ajustar padding */
.woo-offers-option-card:not(:has(.woo-offers-option-info)) {
    padding: 10px;
    min-height: auto;
}

.woo-offers-option-card:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.woo-offers-option-card.selected {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.woo-offers-option-card.selected::before {
    content: '✓';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.woo-offers-option-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* Cuando solo se muestra la imagen (sin información) */
.woo-offers-option-card.woo-offers-option-image-only {
    padding: 10px;
    min-height: auto;
}

.woo-offers-option-card.woo-offers-option-image-only .woo-offers-option-image {
    margin-bottom: 0;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}

.woo-offers-option-info {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.woo-offers-option-quantity {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.woo-offers-option-price {
    font-size: 20px;
    font-weight: 700;
    color: #667eea;
}

.woo-offers-bundle-products {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #666;
}

.woo-offers-bundle-products li {
    padding: 3px 0;
}

.woo-offers-no-offers {
    text-align: center;
    padding: 40px;
    color: #999;
    font-size: 16px;
}

/* Productos Adicionales */
.woo-offers-additional-section {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 2px solid #f0f0f0;
}

.woo-offers-additional-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.woo-offers-additional-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.woo-offers-additional-card {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    overflow: hidden;
}

.woo-offers-additional-card:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.woo-offers-additional-card input[type="checkbox"] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
}

.woo-offers-additional-card input[type="checkbox"]:checked+.woo-offers-additional-content,
.woo-offers-additional-card:has(input[type="checkbox"]:checked) {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.woo-offers-additional-card:has(input[type="checkbox"]:checked)::before {
    content: '✓';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 3;
}

.woo-offers-additional-label {
    display: block;
    cursor: pointer;
    width: 100%;
}

.woo-offers-additional-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woo-offers-additional-image {
    width: 100%;
    height: 200px;
    /* Increased from 180px for even better visibility */
    object-fit: contain;
    border-radius: 8px;
    background: transparent !important;
}

.woo-offers-additional-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.woo-offers-additional-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.woo-offers-additional-price {
    font-size: 18px;
    font-weight: 700;
    color: #667eea;
}

@media (max-width: 768px) {
    .woo-offers-additional-grid {
        grid-template-columns: 1fr;
    }
}

/* Estilos para productos adicionales después de métodos de pago */
.woo-offers-additional-products-section {
    margin-top: 15px;
    padding: 15px 20px;
    /* Added horizontal padding for desktop */
    border-top: 1px solid #f0f0f0;
}

.woo-offers-additional-message {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woo-offers-additional-products-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.woo-offers-additional-card-horizontal {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 20px;
    /* Increased padding for desktop */
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
}

.woo-offers-additional-card-horizontal:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.woo-offers-additional-card-horizontal input[type="checkbox"] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    /* Ocultar checkbox nativo */
}

.woo-offers-additional-card-horizontal input[type="checkbox"]:checked~.woo-offers-additional-label-horizontal,
.woo-offers-additional-card-horizontal:has(input[type="checkbox"]:checked) {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.woo-offers-additional-card-horizontal:has(input[type="checkbox"]:checked)::before {
    content: '✓';
    position: absolute;
    top: 10px;
    /* Alineado con el checkbox invisible */
    right: 10px;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 3;
}

.woo-offers-additional-label-horizontal {
    display: block;
    width: 100%;
    cursor: pointer;
}

.woo-offers-additional-content-horizontal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.woo-offers-additional-image-wrapper {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f0f0;
}

.woo-offers-additional-content-horizontal .woo-offers-additional-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woo-offers-additional-info-horizontal {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.woo-offers-additional-info-horizontal .woo-offers-additional-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin: 0;
}

.woo-offers-additional-info-horizontal .woo-offers-additional-price {
    font-size: 18px;
    font-weight: 700;
    color: #667eea;
    margin: 0;
}

.woo-offers-additional-info-horizontal .woo-offers-additional-description {
    font-size: 13px;
    color: #777;
    line-height: 1.4;
    margin-top: 5px;
}

.woo-offers-additional-variations {
    margin: 5px 0;
    padding: 0;
    background: transparent;
    border: none;
    width: 100%;
}

.woo-offers-additional-variations-floating {
    margin: 15px 0;
    padding: 10px 0;
    background: transparent;
    border: none;
    width: 100%;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.woo-offers-additional-cta {
    font-size: 14px;
    color: #667eea;
    font-weight: 600;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .woo-offers-additional-card-horizontal {
        flex-direction: row !important;
        /* Forzar fila en móvil también */
        align-items: flex-start;
        /* Alineación superior para permitir crecimiento */
        padding: 12px;
    }

    .woo-offers-additional-label-horizontal {
        width: 100%;
        align-items: flex-start;
    }

    .woo-offers-additional-content-horizontal {
        display: flex;
        flex-direction: row !important;
        /* Asegurar fila interna */
        align-items: flex-start;
        width: 100%;
        gap: 12px;
    }

    .woo-offers-additional-image-wrapper {
        width: 100px;
        /* Aumentado de 80px a 100px */
        min-width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 0 !important;
    }

    .woo-offers-additional-info-horizontal {
        gap: 6px;
    }

    .woo-offers-additional-info-horizontal .woo-offers-additional-title {
        font-size: 14px;
        /* Ligeramente más pequeño para dar espacio */
    }

    /* Ajustar swatches en móvil */
    .woo-offers-swatch {
        min-width: 48px;
        height: 48px;
        padding: 4px;
    }

    .woo-offers-swatch img {
        width: 48px;
        height: 48px;
    }

    /* Ocultar texto en swatches con imagen en móvil */
    .woo-offers-swatch.has-image .woo-offers-swatch-label {
        display: none;
    }

    /* Ajustar contenedor de swatches en móvil */
    .woo-offers-swatches-container {
        gap: 6px;
    }

    .woo-offers-additional-message {
        font-size: 18px;
    }
}

.woo-offers-customer-details {
    padding: 15px 20px;
    /* Restored horizontal padding for desktop */
    margin-bottom: 25px;
}

.woo-offers-customer-details .woo-offers-section-title {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #667eea;
    padding-bottom: 10px;
    display: inline-block;
}

.woo-offers-customer-section {
    padding: 0;
    border: none;
}

.woo-offers-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.woo-offers-form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .woo-offers-form-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

.woo-offers-col-100 {
    grid-column: span 3;
}

.woo-offers-col-66 {
    grid-column: span 2;
}

.woo-offers-col-50 {
    /* En grid de 3 columnas, 50% es complejo, usaremos span total o configuración flex si fuera necesario.
       Pero para mantener grid de 3 columnas coherente:
       Span 2 es 66%, Span 1 es 33%.
       Si queremos 50%, deberíamos usar un grid de 2, 4, 6 o 12 columnas.
       Dado que cambiamos a 'repeat(3, 1fr)', ajustaremos para que sea compatible o cambiaremos el grid base.
    */
    grid-column: span 3;
    /* Fallback a full width si no cabe bien o redefinimos el grid */
}

/* Redefinir el grid a 6 variables columnas para mayor flexibilidad */
.woo-offers-form-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    /* Reduced gap from 15px */
    margin-bottom: 4px;
}

.woo-offers-col-100 {
    grid-column: span 6;
}

.woo-offers-col-50 {
    grid-column: span 3;
}

.woo-offers-col-33 {
    grid-column: span 2;
}

.woo-offers-col-66 {
    grid-column: span 4;
}

@media (max-width: 600px) {

    /* CRITICAL: Force 6 columns to allow 50% width (span 3) to work. 
       This overrides the 768px rule that sets it to 1fr. */
    .woo-offers-form-row {
        grid-template-columns: repeat(6, 1fr) !important;
    }

    .woo-offers-col-100,
    .woo-offers-col-33,
    .woo-offers-col-66 {
        grid-column: span 6 !important;
    }

    .woo-offers-col-50 {
        grid-column: span 3 !important;
        /* Allow 50% width on mobile (3 of 6 columns) */
    }
}

@media (max-width: 768px) {
    .woo-offers-form-row {
        grid-template-columns: 1fr;
    }

    .woo-offers-options-grid {
        grid-template-columns: 1fr !important;
        gap: 5px !important;
    }

    /* Force full-bleed card styles on all mobile/tablet portrait */
    .woo-offers-option-card {
        padding: 0 !important;
        min-height: auto;
        overflow: hidden;
    }

    .woo-offers-option-image {
        height: auto;
        max-height: 250px;
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
        display: block;
    }

    .woo-offers-option-info {
        padding: 12px;
    }

    .woo-offers-option-quantity {
        margin-top: 5px;
    }
}

/* Responsive para modal */
@media (max-width: 768px) {
    .woo-offers-modal-content {
        width: 95%;
        max-height: 95vh;
    }

    .woo-offers-modal-header {
        padding: 30px 20px 15px;
    }

    .woo-offers-modal-title {
        font-size: 24px;
    }

    .woo-offers-purchase-form {
        padding: 20px;
    }

    /* Restore padding for customer details and actions which are direct children */
    .woo-offers-customer-details,
    .woo-offers-form-actions {
        padding: 0 0 15px 0 !important;
    }

    /* Reduce padding for offers list to allow wider cards */
    .woo-offers-offer-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .woo-offers-quantity-section,
    .woo-offers-bundle-section {
        padding: 0 0 15px !important;
        /* Minimal padding for grid container */
    }

    .woo-offers-form-actions {
        flex-direction: column;
    }

    .woo-offers-button-cancel,
    .woo-offers-button-submit {
        width: 100%;
    }

    /* Banner a sangre (Full bleed) corrección margen negativo */
    /* Banner a sangre real (Hero) */
    .woo-offers-offer-banner {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        /* Radius top match modal */
        border-radius: 20px 20px 0 0;
    }

    .woo-offers-modal-content {
        padding: 0;
        /* Asegurar que no haya padding en el contenedor principal */
    }

    .woo-offers-offer-banner img {
        width: 100%;
        display: block;
    }

    /* Force inputs to be full width */
    .woo-offers-purchase-form input[type="text"],
    .woo-offers-purchase-form input[type="email"],
    .woo-offers-purchase-form input[type="tel"],
    .woo-offers-purchase-form select {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Ensure additional products container uses full width */
    .woo-offers-additional-products-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .woo-offers-additional-products-list {
        width: 100% !important;
    }

    .woo-offers-additional-card-horizontal {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Unificar espaciado de secciones - REFINADÍSIMO */
    .woo-offers-payment-gateways-section,
    .woo-offers-summary-section,
    .woo-offers-variations-container,
    .woo-offers-variations-grid,
    .woo-offers-carousel-wrapper,
    .woo-offers-additional-products-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    /* Reducir padding interno de items para ganar espacio horizontal */
    .woo-offers-payment-gateway-item {
        padding: 8px !important;
        min-width: 80px !important;
    }

    .woo-offers-additional-card-horizontal {
        padding: 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .woo-offers-summary-section {
        padding: 15px !important;
        /* Mantener algo de padding para el fondo pero reducirlo */
    }
}

/* Pasarelas de Pago */
.woo-offers-payment-gateways-section {
    margin: 15px 0;
    padding: 15px 20px;
    /* Restored horizontal padding for desktop */
    border-top: 1px solid #f0f0f0;
}

.woo-offers-payment-gateways-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    text-align: center;
}

.woo-offers-payment-gateways {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

/* Layout Grid */
.woo-offers-payment-gateways-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}

/* Layout Lista */
.woo-offers-payment-gateways-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.woo-offers-payment-gateways-list .woo-offers-payment-gateway-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Layout Inline */
.woo-offers-payment-gateways-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.woo-offers-payment-gateway-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
}

.woo-offers-payment-gateway-item:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.woo-offers-payment-gateway-item.woo-offers-payment-gateway-selected {
    border-color: #667eea;
    background: #f0f4ff;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    transform: translateY(-2px);
}

.woo-offers-payment-gateway-checkmark {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: #667eea;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.woo-offers-payment-gateway-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.woo-offers-payment-gateway-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.woo-offers-payment-gateway-icon-default {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.woo-offers-payment-gateway-icon-text {
    line-height: 1;
}

.woo-offers-payment-gateway-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.3;
    margin-top: 5px;
}

/* Responsive para pasarelas */
@media (max-width: 768px) {
    .woo-offers-payment-gateways-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px;
    }

    .woo-offers-payment-gateway-item {
        min-width: 100px;
        padding: 12px;
    }

    .woo-offers-payment-gateway-icon {
        width: 40px;
        height: 40px;
    }

    .woo-offers-payment-gateway-icon-default {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .woo-offers-payment-gateway-title {
        font-size: 11px;
    }
}

/* =========================================
   Fase 7: Resumen, Seguridad y Urgencia
   ========================================= */

/* 1. Resumen de Compra */
.woo-offers-summary-section {
    margin: 20px 20px 30px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    color: #333;
}

.woo-offers-summary-title {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #000;
}

.woo-offers-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 15px;
}

.woo-offers-summary-subtotal,
.woo-offers-summary-shipping {
    font-weight: 600;
}

.woo-offers-summary-divider {
    height: 1px;
    background: #000;
    margin: 10px 0;
    width: 100%;
    max-width: 80px;
    /* Línea corta estilo referencia */
}

.woo-offers-summary-total-row {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0;
    align-items: center;
}

.woo-offers-summary-total {
    font-size: 24px;
}

/* 2. Check de Seguridad */
.woo-offers-security-section {
    margin: 20px 0;
    text-align: left;
}

.woo-offers-security-title {
    font-weight: 700;
    color: #FF0000;
    /* Rojo */
    margin-bottom: 8px;
    font-size: 14px;
}

.woo-offers-security-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #FF4444;
    /* Rojo suave texto */
    line-height: 1.3;
}

.woo-offers-security-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid #00C853;
    /* Borde verde */
    border-radius: 4px;
    margin-top: 0;
    accent-color: #00C853;
}

.shake-animation {
    animation: shake 0.5s;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

/* 3. Botón Comprar (Rediseño) */
.woo-offers-form-actions {
    margin-top: 20px;
}

.woo-offers-button-submit {
    background: #00C853;
    /* Verde impactante */
    color: white;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 4px 0 #009624;
    /* Sombra sólida 3D */
    transition: all 0.1s;
}

/* Ajustes de Selectores de Ubicación */
.woo-offers-location-row {
    margin-bottom: 10px;
}

.woo-offers-location-row select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    height: 42px;
}

.woo-offers-location-row select:focus {
    border-color: #667eea;
    outline: none;
}

.woo-offers-button-submit:hover {
    background: #00E676;
    transform: translateY(2px);
    box-shadow: 0 2px 0 #009624;
}

.woo-offers-button-submit:active {
    transform: translateY(4px);
    box-shadow: none;
}

/* 4. Urgencia */
.woo-offers-urgency-section {
    margin-top: 25px;
    text-align: center;
}

.woo-offers-urgency-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.woo-offers-countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.woo-offers-countdown-box {
    background: #FF0000;
    /* Rojo intenso */
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    min-width: 80px;
}

.woo-offers-countdown-val {
    display: block;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

.woo-offers-countdown-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.woo-offers-stock-text {
    font-size: 18px;
    color: #333;
}

.woo-offers-stock-val {
    font-weight: 700;
}

/* FORCE SCROLL FIX - UNIFY MODAL SCROLLING */
/* Ensure the main modal content is the ONLY scrollable element */
.woo-offers-modal-content {
    display: block !important;
    /* Prevent flex layout from splitting content */
    overflow-y: auto !important;
    /* Main scrollbar here */
}

/* Disable scrolling on all child containers to prevent split views */
.woo-offers-modal-header,
.woo-offers-purchase-form,
.woo-offers-offers-container,
.woo-offers-offer-banner,
.woo-offers-banner-image,
.woo-offers-offer-section,
.woo-offers-customer-details,
.woo-offers-additional-products-section {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    flex: none !important;
    /* Disable flex behavior that might cause splitting */
    width: 100% !important;
    /* Ensure full width */
}

/* Ensure image is not restricted */
.woo-offers-banner-image {
    max-height: none !important;
    /* Allow image to be full height */
    object-fit: contain !important;
    /* Show full image */
}

/* Estilos para productos adicionales horizontales */
.woo-offers-additional-card-horizontal {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent !important;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    gap: 15px;
    box-shadow: none !important;
    transition: all 0.3s ease;
    text-align: center;
}

.woo-offers-additional-card-horizontal:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-color: #ddd;
}

.woo-offers-additional-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
}

.woo-offers-additional-label-horizontal {
    flex-grow: 1;
    cursor: pointer;
    margin: 0;
    display: block;
    width: 100%;
}

.woo-offers-additional-content-horizontal {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.woo-offers-additional-image-wrapper {
    width: 160px;
    /* Increased from 120px */
    height: 160px;
    /* Increased from 120px */
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: transparent !important;
}

.woo-offers-additional-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woo-offers-additional-info-horizontal {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.woo-offers-additional-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 5px;
}

.woo-offers-additional-price {
    font-size: 17px;
    font-weight: 800;
    color: #667eea;
}

.woo-offers-additional-description {
    font-size: 12px;
    color: #777;
    margin-top: 4px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woo-offers-additional-cta {
    font-size: 11px;
    font-weight: 600;
    color: #667eea;
    margin-top: 6px;
    text-transform: uppercase;
}

/* Estilos para variaciones en productos adicionales */
.woo-offers-additional-variations,
.woo-offers-additional-variations-floating {
    margin-top: 0;
    /* Reduced from 8px */
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* Slightly tighter */
}

.woo-offers-variation-row {
    margin-bottom: 8px;
}

.woo-offers-variation-label {
    font-size: 13px;
    font-weight: 700;
    color: #444;
    margin-bottom: 12px;
    /* Increased margin */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    /* Center variation titles */
    width: 100%;
}

.woo-offers-swatches-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 5px;
    justify-content: center;
    /* Centrar swatches */
}

.woo-offers-swatch {
    cursor: pointer;
    border: 2px solid transparent !important;
    border-radius: 12px;
    padding: 8px;
    /* Reduced from 15px to maximize internal space */
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    min-width: 92px;
    /* Reliable frame size (64px + 15px*2 + 2px buffer) */
    min-height: 92px;
    gap: 12px;
}

.woo-offers-swatch:hover {
    border-color: #667eea;
}

.woo-offers-swatch.selected {
    border: 3px solid #667eea !important;
    /* Bordes gruesos y visibles */
    background: #f0f4ff;
}

.woo-offers-swatch img {
    width: 64px;
    /* Aumentado a 64px */
    height: 64px;
    object-fit: contain !important;
    border-radius: 4px;
    background: transparent !important;
}

.woo-offers-swatch.text-only {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}

.woo-offers-swatch-label {
    font-size: 11px;
    padding: 4px 10px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2px;
}

.woo-offers-swatch.selected .woo-offers-swatch-label {
    background: #667eea;
}

.woo-offers-additional-variation-select {
    width: 100%;
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #333;
}

/* Mobile responsive fixes */
@media (max-width: 480px) {
    .woo-offers-additional-card-horizontal {
        padding: 8px;
        align-items: flex-start;
        /* Align top so checkbox doesn't float in middle if card is tall */
    }

    .woo-offers-additional-checkbox {
        margin-top: 10px;
        /* Align with image somewhat */
    }

    .woo-offers-additional-image-wrapper {
        width: 60px;
        height: 60px;
    }

    .woo-offers-additional-content-horizontal {
        gap: 10px;
    }

    .woo-offers-additional-title {
        font-size: 13px;
    }

    .woo-offers-additional-price {
        font-size: 14px;
    }
}

/* --- OPTIMIZACIÓN MÓVIL (Full Width) --- */
@media (max-width: 768px) {

    .woo-offers-modal-content {
        width: 95% !important;
        max-width: 95% !important;
        padding: 0 !important;
        /* REMOVED PADDING FOR FULL WIDTH IMAGE */
        margin: 10px auto !important;
        top: 10px !important;
        transform: translate(-50%, 0) !important;
        /* Reset center transform if used */
        left: 50% !important;
        position: fixed !important;
        max-height: 90vh !important;
        border-radius: 12px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    /* Restaurar padding para el contenido interno (excepto banner) */
    .woo-offers-modal-header,
    /* Mantener padding SOLO en los contenedores principales del modal */
    .woo-offers-modal-header,
    .woo-offers-purchase-form {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Las secciones internas NO deben tener padding lateral extra para no verse estrechas */
    .woo-offers-customer-details,
    .woo-offers-section-title,
    .woo-offers-form-actions,
    .woo-offers-payment-gateways-section,
    .woo-offers-summary-section,
    .woo-offers-additional-products-section,
    .woo-offers-offers-container,
    .woo-offers-variations-container,
    .woo-offers-carousel-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .woo-offers-customer-details {
        padding: 0 !important;
        border-radius: 0 !important;
        margin-bottom: 15px !important;
    }

    .woo-offers-purchase-form {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    /* Asegurar que el banner y las imágenes sean full width */
    .woo-offers-offer-banner,
    .woo-offers-banner-image {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        border-radius: 12px 12px 0 0 !important;
        /* Rounded corners only top */
        display: block !important;
    }

    /* Ajuste botón cerrar para que no quede pegado */
    .woo-offers-modal-close {
        top: 5px !important;
        right: 10px !important;
        z-index: 1000 !important;
        background: rgba(255, 255, 255, 0.8) !important;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    /* 2. Campos del Formulario: Stack vertical (1 columna) */
    .woo-offers-col-50,
    .woo-offers-col-33,
    .woo-offers-col-66,
    .woo-offers-col-100 {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 12px !important;
        display: block !important;
    }

    .woo-offers-form-group {
        margin-bottom: 0 !important;
        /* Margin handled by col wrapper */
    }

    /* 3. Pasarelas de Pago: Grid a 1 columna o 2 pequeñas */
    .woo-offers-payment-gateways-grid {
        grid-template-columns: 1fr 1fr !important;
        /* 2 columnas en móvil para ahorrar espacio vertical */
        gap: 8px !important;
    }

    .woo-offers-payment-gateway-item {
        padding: 10px !important;
        min-height: auto !important;
    }

    /* 4. Títulos y Textos más compactos */
    .woo-offers-modal-title {
        font-size: 22px !important;
        text-align: center;
    }

    .woo-offers-modal-subtitle {
        font-size: 14px !important;
        text-align: center;
        margin-bottom: 15px !important;
    }

    .woo-offers-section-title {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
    }

    /* 5. Botones de Acción: Full Width y Stackeados */
    .woo-offers-form-actions {
        display: flex;
        flex-direction: column-reverse;
        /* Cancelar abajo */
        gap: 10px;
        margin-top: 15px !important;
    }

    .woo-offers-button-submit,
    .woo-offers-button-cancel {
        width: 100% !important;
        margin: 0 !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .woo-offers-button-submit {
        font-size: 18px !important;
    }

    /* 6. Ajustes de Inputs */
    .woo-offers-form-group input,
    .woo-offers-form-group select,
    .woo-offers-form-group textarea {
        height: 45px;
        /* Más fácil de tocar */
        font-size: 16px;
        /* Evita zoom en iOS */
    }

}

/* --- POPUP DE DESCUENTO --- */
.woo-offers-discount-popup .woo-offers-modal-content {
    max-width: 400px !important;
    text-align: center;
    padding: 0 !important;
    overflow: hidden !important;
}

.woo-offers-discount-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f0f0;
}

.woo-offers-discount-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.woo-offers-discount-info {
    padding: 25px;
}

.woo-offers-discount-title {
    font-size: 28px;
    font-weight: 800;
    color: #e53935;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.woo-offers-discount-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.4;
}

.woo-offers-discount-amount {
    font-size: 36px;
    font-weight: 900;
    color: #000;
    margin: 15px 0;
    border: 2px dashed #000;
    padding: 10px;
    display: inline-block;
    background: #fff8e1;
}

.woo-offers-apply-discount-btn {
    background: #43a047 !important;
    box-shadow: 0 4px 0 #2e7d32 !important;
    font-size: 18px !important;
    margin-top: 10px;
    animation: pulse 2s infinite;
}

.woo-offers-discount-reject {
    display: block;
    margin: 15px auto 0;
    font-size: 14px;
    color: #999;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}