/* Formulaires produits shop */
.gas-shop-product-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: inherit;
}

/* Section avantages */
.gas-shop-avantages-section {
    background: #f0f8ff;
    border: 1px solid #007cba;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.gas-shop-membre-only-notice {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #ffc107;
}

.gas-shop-avantages-info-login {
    background: #e7f3ff;
    border: 1px solid #007cba;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.gas-shop-avantages-info-login .gas-shop-advantage-item {
    background: transparent;
    border: none;
    padding: 0;
}

.gas-shop-advantage-active {
    color: #007cba;
    font-weight: 500;
    margin: 5px 0;
}

.gas-shop-avantages-info {
    margin-bottom: 20px;
}

.gas-shop-advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
}

.gas-shop-icon-member,
.gas-shop-icon-star {
    font-size: 24px;
    min-width: 24px;
}

.gas-shop-advantage-content h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #333;
}

.gas-shop-advantage-content p {
    margin: 0 0 10px 0;
    color: #666;
}

.gas-shop-action-button {
    display: inline-block;
    background: #007cba;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
}

.gas-shop-action-button:hover {
    background: #005a87;
    color: white;
}

.gas-shop-login-prompt {
    text-align: center;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-top: 15px;
}

/* Section prix et variantes */
.gas-shop-price-overview {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
}

.gas-shop-variantes-prices h3 {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 20px;
}

.gas-shop-variante-block {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    background: #fafafa;
}

/* Layout desktop optimisé */
@media (min-width: 769px) {
    .gas-shop-variante-block {
        padding: 16px 20px;
    }
}

.gas-shop-variante-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

@media (min-width: 769px) {
    .gas-shop-variante-header {
        margin-bottom: 8px;
    }
}

.gas-shop-variante-icon {
    font-size: 20px;
}

.gas-shop-variante-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.gas-shop-stock-info {
    color: #666;
    font-size: 14px;
    margin-left: auto;
}

.gas-shop-variante-description {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.4;
}

@media (min-width: 769px) {
    .gas-shop-variante-description {
        margin-bottom: 10px;
        font-size: 13px;
    }
}

.gas-shop-variante-price-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

/* Layout horizontal sur desktop */
@media (min-width: 769px) {
    .gas-shop-variante-price-section {
        gap: 15px;
    }
}

/* Section d'affichage du prix (avant le formulaire) */
.gas-shop-price-display-section {
    margin-bottom: 12px;
}

.gas-shop-price-display {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

@media (min-width: 769px) {
    .gas-shop-price-display-section {
        margin-bottom: 10px;
    }
    
    .gas-shop-price-display {
        gap: 4px;
    }
}


.gas-shop-price-current {
    font-size: 22px;
    font-weight: 700;
    color: #007cba;
    line-height: 1.2;
}

.gas-shop-price-free {
    font-size: 18px;
    font-weight: 700;
    color: #28a745;
    line-height: 1.2;
}

.gas-shop-price-original {
    font-size: 16px;
    color: #999;
    margin-left: 8px;
}

@media (min-width: 769px) {
    .gas-shop-price-current {
        font-size: 20px;
    }
    
    .gas-shop-price-free {
        font-size: 16px;
    }
    
    .gas-shop-price-original {
        font-size: 14px;
    }
}

.gas-shop-price-steps {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.gas-shop-price-step {
    color: #999;
}

.gas-shop-price-step small {
    color: #007cba;
    font-weight: 500;
}

.gas-shop-variante-restrictions {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.gas-shop-restriction-badge {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 500;
}

.gas-shop-badge-member {
    background: #007cba;
    color: white;
}

.gas-shop-badge-hypnopass {
    background: #ffc107;
    color: #333;
}

.gas-shop-badge-formation {
    background: #6c757d;
    color: white;
}

/* Formulaire d'ajout au panier - Layout horizontal sur desktop */
.gas-shop-add-to-cart-form {
    margin: 0;
    width: 100%;
}

/* Container pour les actions : quantité + bouton */
.gas-shop-form-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}

@media (min-width: 769px) {
    .gas-shop-form-actions {
        flex-direction: row;
        align-items: flex-end;
        gap: 15px;
    }
}

/* Zone des limites sous le formulaire */
.gas-shop-quantity-limits {
    margin-top: 8px;
}

.gas-shop-quantity-limits small {
    display: block;
    color: #666;
    font-size: 12px;
    font-style: italic;
    line-height: 1.4;
}

.gas-shop-form-add-to-cart-button {
    background: #28a745;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    width: 100%;
}

@media (min-width: 769px) {
    .gas-shop-form-add-to-cart-button {
        width: auto; /* S'adapte au contenu sur desktop */
        padding: 11px 28px;
        font-size: 14px;
    }
}

.gas-shop-form-add-to-cart-button:hover {
    background: #218838;
    transform: translateY(-1px);
}

.gas-shop-form-add-to-cart-button:active {
    transform: translateY(0);
}

/* Messages d'erreur et statuts */
.gas-shop-cannot-purchase {
    text-align: center;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.gas-shop-already-purchased {
    color: #28a745;
}

.gas-shop-out-of-stock {
    color: #dc3545;
}

.gas-shop-access-restricted {
    color: #ffc107;
}

.gas-shop-cannot-purchase-reason {
    color: #6c757d;
}

.gas-shop-limit-reached {
    color: #ffc107;
}

.gas-shop-limit-reached p {
    margin: 5px 0;
}

/* Produit simple et variante unique */
.gas-shop-single-product-block,
.gas-shop-simple-product-block {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
}

.gas-shop-single-price-info {
    margin-bottom: 15px;
}

.gas-shop-single-product-block .gas-shop-price-display,
.gas-shop-simple-product-block .gas-shop-price-display {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.gas-shop-single-product-block .gas-shop-add-to-cart-form,
.gas-shop-simple-product-block .gas-shop-add-to-cart-form {
    width: 100%;
}

/* Affichage des places disponibles */
.gas-shop-places-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-left: auto;
    flex-wrap: wrap;
}

.gas-shop-places-remaining {
    background: #e3f2fd;
    color: #1976d2;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 500;
}

.gas-shop-places-total {
    color: #666;
    font-size: 12px;
}

.gas-shop-places-warning {
    background: #fff3cd;
    color: #856404;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    animation: pulse 2s infinite;
}

.gas-shop-places-full {
    background: #f8d7da;
    color: #721c24;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.gas-shop-places-global-info {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 12px;
    margin: 10px 0;
}

.gas-shop-places-summary {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.gas-shop-places-remaining-single {
    font-weight: 600;
    color: #28a745;
    font-size: 16px;
}

.gas-shop-places-total-single {
    color: #6c757d;
    font-size: 14px;
}

.gas-shop-places-warning-single {
    background: #fff3cd;
    color: #856404;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
}

.gas-shop-places-full-single {
    background: #f8d7da;
    color: #721c24;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    border: 2px solid #f5c6cb;
}

.gas-shop-places-progress {
    margin-top: 8px;
}

.gas-shop-places-progress-bar {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 4px;
}

.gas-shop-places-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #28a745 0%, #ffc107 70%, #dc3545 100%);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.gas-shop-places-multiple-variantes {
    margin-bottom: 20px;
    border-left: 4px solid #007cba;
}

.gas-shop-places-details {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

.gas-shop-places-details small {
    color: #6c757d;
    font-size: 11px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

/* Messages de validation et warnings */
.gas-shop-validation-warnings {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 12px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gas-shop-warning-message {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    color: #856404;
}

.gas-shop-warning-message:last-child {
    margin-bottom: 0;
}

.gas-warning-icon {
    font-size: 16px;
    flex-shrink: 0;
}

.gas-warning-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}

.gas-shop-validation-errors {
    margin-bottom: 15px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gas-shop-error-message {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #721c24;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.gas-shop-error-message:last-child {
    margin-bottom: 0;
}

.gas-shop-error-message strong {
    flex-shrink: 0;
}

.gas-shop-error-message strong {
    color: #dc3545;
    font-size: 16px;
}

/* Badge d'information d'achat dans le formulaire produit */
.gas-shop-product-purchase-badge {
    margin: 12px 0;
}

@media (min-width: 769px) {
    .gas-shop-product-purchase-badge {
        margin: 10px 0;
    }
}

.gas-shop-purchase-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 769px) {
    .gas-shop-purchase-info {
        padding: 8px 12px;
        font-size: 13px;
    }
}

.gas-purchase-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.gas-purchase-text {
    flex: 1;
}

.gas-purchase-text strong {
    font-weight: 600;
}

/* Types de badges d'achat */
.gas-shop-purchase-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border: 2px solid #28a745;
}

.gas-shop-purchase-warning {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    color: #856404;
    border: 2px solid #ffc107;
}

.gas-shop-purchase-login {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0;
    border: 2px solid #2196f3;
}

.gas-shop-purchase-login .gas-purchase-icon {
    animation: pulse-login 2s infinite;
}

@keyframes pulse-login {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* Styles pour les invitations */
.gas-shop-invitation-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.gas-invitation-icon {
    font-size: 48px;
    line-height: 1;
    flex-shrink: 0;
}

.gas-invitation-content h3 {
    margin: 0 0 10px 0;
    color: #856404;
    font-size: 24px;
    font-weight: 700;
}

.gas-invitation-content p {
    margin: 0 0 8px 0;
    color: #856404;
    font-size: 16px;
    line-height: 1.5;
}

.gas-invitation-note {
    font-style: italic;
    font-size: 14px !important;
}

.gas-shop-invitation-error {
    background: #f8d7da;
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.gas-shop-invitation-error h3 {
    margin: 0 0 10px 0;
    color: #721c24;
    font-size: 20px;
}

.gas-shop-invitation-error p {
    margin: 0;
    color: #721c24;
}

.gas-shop-invitation-price {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #28a745 !important;
}

.gas-shop-invitation-savings {
    color: #28a745;
    font-weight: 600;
    font-size: 14px;
    margin-top: 8px;
}

/* Responsivité */
@media (max-width: 768px) {
    .gas-shop-product-form {
        padding: 15px;
    }
    
    /* Forcer le layout vertical sur mobile pour le formulaire */
    .gas-shop-form-actions {
        flex-direction: column !important;
        gap: 12px !important;
        align-items: stretch !important;
    }
    
    .gas-shop-quantity-selector {
        width: 100% !important;
        max-width: none !important;
    }
    
    .gas-shop-form-add-to-cart-button {
        width: 100% !important;
    }

    .gas-shop-purchase-info {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .gas-purchase-icon {
        font-size: 28px;
    }

    .gas-shop-invitation-banner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .gas-invitation-content h3 {
        font-size: 20px;
    }

    .gas-shop-advantage-item {
        flex-direction: column;
        gap: 10px;
    }

    .gas-shop-variante-price-section {
        flex-direction: column;
        align-items: stretch;
    }

    .gas-shop-single-product-block,
    .gas-shop-simple-product-block {
        flex-direction: column;
        align-items: stretch;
    }

    .gas-shop-places-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-left: 0;
        margin-top: 8px;
    }

    .gas-shop-places-remaining-single {
        font-size: 14px;
    }
    
    /* Message de tarification sur mobile */
    .gas-shop-pricing-notice-compact {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .gas-shop-pricing-notice-compact .gas-pricing-icon {
        font-size: 24px;
    }
}

/* Messages de statut */
.gas-shop-error {
    background: #f8d7da;
    color: #721c24;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #f5c6cb;
    margin: 10px 0;
}

.gas-shop-success {
    background: #d4edda;
    color: #155724;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #c3e6cb;
    margin: 10px 0;
}

/* Sélecteur de quantité - Compact sur desktop */
.gas-shop-quantity-selector {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

@media (min-width: 769px) {
    .gas-shop-quantity-selector {
        width: auto;
        min-width: 90px;
        max-width: 110px;
        flex-shrink: 0;
    }
}

.gas-shop-quantity-selector label {
    font-weight: 600;
    color: #333;
    font-size: 13px;
    margin: 0;
    display: block;
}

.gas-shop-quantity-selector select {
    padding: 10px 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    background: white;
    width: 100%;
    cursor: pointer;
    transition: border-color 0.2s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.gas-shop-quantity-selector select:hover {
    border-color: #007cba;
}

.gas-shop-quantity-selector select:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

/* Message de tarification différenciée - Version compacte AVANT le formulaire */
.gas-shop-pricing-notice-compact {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%);
    border: 1px solid #ffc107;
    border-left: 4px solid #ffc107;
    padding: 10px 14px;
    margin: 0 0 12px 0;
    border-radius: 6px;
}

@media (min-width: 769px) {
    .gas-shop-pricing-notice-compact {
        padding: 8px 12px;
        margin: 0 0 10px 0;
    }
}

.gas-shop-pricing-notice-compact .gas-pricing-icon {
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1;
}

.gas-shop-pricing-notice-compact .gas-pricing-text {
    flex: 1;
    color: #856404;
    font-size: 13px;
    line-height: 1.5;
}

.gas-shop-pricing-notice-compact .gas-pricing-text strong {
    color: #664d03;
    font-weight: 600;
}

.gas-shop-info {
    background: #d1ecf1;
    color: #0c5460;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #bee5eb;
    margin: 10px 0;
}

.gas-shop-cart-cleanup-message {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.gas-shop-cart-cleanup-message ul {
    margin: 8px 0 0 20px;
    padding: 0;
}

.gas-shop-cart-cleanup-message li {
    margin-bottom: 5px;
    color: #856404;
}

/* Message global d'épuisement des tickets gratuits */
.gas-shop-global-free-tickets-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.gas-shop-global-free-tickets-notice .gas-notice-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.gas-shop-global-free-tickets-notice .gas-notice-text {
    flex: 1;
    color: #856404;
    font-size: 14px;
    line-height: 1.5;
}

.gas-shop-global-free-tickets-notice .gas-notice-text strong {
    color: #664d03;
    font-weight: 600;
}

@media (max-width: 768px) {
    .gas-shop-global-free-tickets-notice {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .gas-shop-global-free-tickets-notice .gas-notice-icon {
        font-size: 32px;
    }
}

/* Messages de statut après ajout au panier */
.gas-shop-message {
    padding: 20px 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 500;
}

.gas-shop-message.gas-shop-success {
    background: var(--primary, #007cba);
    color: white;
    border: 4px solid var(--primary-dark, #005a87);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
    font-weight: 700;
    font-size: 16px;
    animation: success-pulse 0.6s ease-out;
}

.gas-shop-message.gas-shop-error {
    background: #f8d7da;
    color: #721c24;
    border: 3px solid #f5c6cb;
}

/* Animation de pulsation pour attirer l'attention */
@keyframes success-pulse {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Actions après ajout au panier */
.gas-shop-cart-actions {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.gas-shop-message.gas-shop-success .gas-shop-action-button {
    background: white;
    color: var(--primary, #007cba);
    border: 2px solid white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-block;
}

.gas-shop-message.gas-shop-success .gas-shop-action-button:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.gas-shop-continue-shopping {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.gas-shop-continue-shopping:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Notifications flottantes */
.gas-shop-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
    padding: 15px 40px 15px 15px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
}

.gas-shop-notification-info {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.gas-shop-notification-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.gas-shop-notification-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.gas-shop-notification-close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: inherit;
    opacity: 0.7;
}

.gas-shop-notification-close:hover {
    opacity: 1;
}

/* État des boutons pendant le chargement */
.gas-shop-form-add-to-cart-button:disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Boutons désactivés pour produits non disponibles */
.gas-shop-button-disabled {
    background: #6c757d !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
    color: #fff !important;
    border: 1px solid #545b62 !important;
}

.gas-shop-button-disabled:hover {
    background: #6c757d !important;
    transform: none !important;
}

/* Lien vers les commandes */
.gas-shop-link-orders {
    color: #007cba;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.gas-shop-link-orders:hover {
    color: #005a87;
    text-decoration: underline;
}

/* Amélioration des messages d'état */
.gas-shop-already-purchased,
.gas-shop-limit-reached {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.gas-shop-already-purchased p:first-child,
.gas-shop-limit-reached p:first-child {
    color: #28a745;
    font-size: 16px;
    margin-bottom: 8px;
}

/* Styles pour la page panier */
.gas-shop-panier-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* Messages de fusion du panier */
.gas-shop-merge-messages {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.gas-shop-message {
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.gas-shop-message:last-child {
    margin-bottom: 0;
}

.gas-shop-message-warning {
    background: #fff3cd;
    color: #856404;
    border-left: 4px solid #ffc107;
}

.gas-shop-message-info {
    background: #d1ecf1;
    color: #0c5460;
    border-left: 4px solid #17a2b8;
}

.gas-shop-message-success {
    background: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

/* Message global d'information */
.gas-shop-global-info-message {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #e7f3ff;
    border: 1px solid #007cba;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.gas-info-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.gas-info-text {
    flex: 1;
    color: #0c5460;
    font-size: 14px;
    line-height: 1.5;
}

.gas-shop-panier-vide {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.gas-shop-panier-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

.gas-shop-panier-items {
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.gas-shop-panier-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.gas-shop-panier-item:last-child {
    border-bottom: none;
}

.gas-shop-item-header {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    width: 100%;
}

.gas-shop-item-image img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.gas-shop-item-main-info {
    flex: 1;
    min-width: 0;
}

.gas-shop-item-title {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.gas-shop-item-variant-full {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 14px;
    color: #495057;
    width: 100%;
}

.gas-shop-item-cart-message {
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: #e8f4f8;
    border-left: 3px solid #0073aa;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Badges d'information sur les items */
.gas-shop-item-info-badges {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gas-shop-info-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
}

.gas-badge-icon {
    font-size: 18px;
    flex-shrink: 0;
}

.gas-badge-text {
    flex: 1;
}

/* Types de badges */
.gas-shop-badge-info {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.gas-shop-badge-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.gas-shop-badge-warning {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.gas-shop-badge-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.gas-shop-badge-login-prompt {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0;
    border: 1px solid #90caf9;
}

.gas-shop-badge-login-prompt .gas-badge-icon {
    animation: pulse-icon 2s infinite;
}

@keyframes pulse-icon {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.gas-shop-pricing-notice-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    font-size: 0.9em;
    color: #856404;
}

/* Styles pour les tickets gratuits - version formulaire produit */
.gas-shop-free-tickets-info {
    margin: 10px 0;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
}

.gas-shop-free-tickets-available {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
    padding: 8px 12px;
    border-radius: 6px;
}

.gas-shop-free-tickets-used {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border: 2px solid #17a2b8;
    padding: 8px 12px;
    border-radius: 6px;
}

@media (min-width: 769px) {
    .gas-shop-free-tickets-info {
        margin: 8px 0;
        padding: 8px 10px;
        font-size: 12px;
    }
    
    .gas-shop-free-tickets-available,
    .gas-shop-free-tickets-used {
        padding: 6px 10px;
    }
}

/* Styles pour les tickets gratuits dans le panier */
.gas-shop-free-tickets-cart-info {
    width: 100%;
    margin-top: 12px;
    padding: 15px;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
    border-radius: 8px;
}

.gas-shop-free-tickets-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.gas-free-tickets-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.gas-free-tickets-details {
    flex: 1;
    color: #155724;
    font-size: 0.9rem;
    line-height: 1.5;
}

.gas-free-tickets-details strong {
    font-weight: 600;
}

.gas-shop-free-tickets-progress {
    padding-left: 30px;
    color: #155724;
}

.gas-shop-free-tickets-progress small {
    font-size: 0.85rem;
    font-style: italic;
}

/* Styles pour l'affichage des prix mixtes (gratuit + payant) */
.gas-shop-price-free-tickets-mixed {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gas-shop-price-breakdown-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.gas-shop-free-part {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #28a745;
    font-weight: 600;
}

.gas-shop-form-member-badge-mini {
    display: inline-block;
    background: #007cba;
    color: white;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 500;
}

.gas-shop-form-pass-badge-mini {
    display: inline-block;
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #000;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(255, 152, 0, 0.3);
}

.gas-shop-paid-part {
    color: #495057;
    font-weight: 500;
}

.gas-shop-price-total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    border-top: 1px solid #dee2e6;
    font-weight: 600;
}

.gas-shop-price-all-free {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gas-shop-price-all-free .gas-shop-price-free {
    font-size: 1.1rem;
    font-weight: 700;
    color: #28a745;
}

.gas-pricing-icon {
    font-size: 1.2em;
    flex-shrink: 0;
}

.gas-pricing-text {
    flex: 1;
    line-height: 1.4;
}

.gas-pricing-text strong {
    color: #664d03;
    font-weight: 600;
}

.gas-shop-price-differentiated {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gas-shop-price-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
}

.gas-shop-price-breakdown {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin-top: 2px;
}

.gas-shop-price-free-member {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gas-shop-price-free {
    font-size: 18px;
    font-weight: 700;
    color: #28a745;
}

.gas-shop-price-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.gas-shop-form-member-badge {
    display: inline-block;
    background: #007cba;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    width: fit-content;
}

.gas-shop-form-pass-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #000;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    width: fit-content;
    box-shadow: 0 1px 3px rgba(255, 152, 0, 0.3);
}

.gas-shop-item-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-top: 5px;
}

.gas-shop-variant-description {
    color: #6c757d;
    font-style: italic;
}

.gas-shop-item-price-info {
    margin-top: 8px;
}

.gas-shop-price-with-discount {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gas-shop-price-current {
    font-size: 18px;
    font-weight: 700;
    color: #007cba;
}

.gas-shop-price-original {
    font-size: 16px;
    color: #999;
}

.gas-shop-discount-details {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.gas-shop-discount-badge {
    background: #007cba;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
}

.gas-shop-item-quantity {
    text-align: center;
    min-width: 120px;
}

.gas-shop-quantity-select {
    width: 60px;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
}

.gas-shop-quantity-info {
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: 11px;
}

.gas-shop-quantity-fixed {
    font-weight: 500;
    color: #666;
}

.gas-shop-item-total {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    min-width: 100px;
}

.gas-shop-item-actions {
    text-align: center;
}

.gas-shop-remove-item {
    background: #dc3545;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: background 0.2s;
}

.gas-shop-remove-item:hover {
    background: #c82333;
}

.gas-shop-panier-summary {
    background: white;
    border-radius: 8px;
    padding: 20px;
    height: fit-content;
    position: sticky;
    top: 20px;
}

.gas-shop-total-section {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.gas-shop-subtotal,
.gas-shop-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 15px;
}

.gas-shop-subtotal>span:first-child,
.gas-shop-total>span:first-child {
    flex: 1;
    min-width: 0;
}

.gas-shop-subtotal>strong,
.gas-shop-total>strong {
    flex-shrink: 0;
    white-space: nowrap;
    text-align: right;
}

.gas-shop-total {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.gas-shop-checkout-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gas-shop-continue-shopping {
    background: #6c757d;
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    transition: background 0.2s;
}

.gas-shop-continue-shopping:hover {
    background: #545b62;
    color: white;
}

.gas-shop-checkout-button {
    background: #28a745;
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s;
}

.gas-shop-checkout-button:hover {
    background: #218838;
    color: white;
    transform: translateY(-1px);
}

.gas-shop-empty-cart-button {
    background: #dc3545;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
}

.gas-shop-empty-cart-button:hover:not(:disabled) {
    background: #c82333;
    transform: translateY(-1px);
}

.gas-shop-empty-cart-button:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

/* Informations tickets gratuits membres */
.gas-shop-free-tickets-info {
    margin: 15px 0;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.gas-shop-free-tickets-available {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
    padding: 12px 16px;
    border-radius: 8px;
}

.gas-shop-free-tickets-used {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border: 2px solid #17a2b8;
    padding: 12px 16px;
    border-radius: 8px;
}

.gas-free-tickets-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.gas-free-tickets-text {
    flex: 1;
    color: #155724;
    line-height: 1.5;
}

.gas-shop-free-tickets-used .gas-free-tickets-text {
    color: #0c5460;
}

.gas-free-tickets-text strong {
    font-weight: 600;
}

/* Section invitations disponibles */
.gas-shop-invitations-info {
    background: linear-gradient(135deg, #fff9e6 0%, #fff4d6 100%);
    border: 2px solid #ffc107;
    border-left: 5px solid #ff9800;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 15px 0;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.15);
}

.gas-shop-invitations-info .gas-shop-advantage-active {
    margin: 0;
    color: #856404;
    font-size: 15px;
    line-height: 1.6;
}

.gas-shop-invitations-info .gas-shop-advantage-active strong {
    color: #ff6f00;
    font-size: 16px;
}

.gas-shop-invitations-info small {
    display: block;
    margin-top: 8px;
    color: #9a7c00;
    font-style: italic;
}

.gas-shop-invitations-info small a {
    color: #ff6f00;
    font-weight: 600;
    text-decoration: underline;
}

.gas-shop-invitations-info small a:hover {
    color: #e65100;
}

/* Section invitations pour non-membres */
.gas-shop-invitations-info-non-membre {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f4 100%);
    border: 2px solid #4caf50;
    border-left: 5px solid #388e3c;
    border-radius: 8px;
    padding: 18px 20px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.15);
}

.gas-shop-invitations-info-non-membre h4 {
    margin: 0 0 12px 0;
    color: #2e7d32;
    font-size: 18px;
    font-weight: 700;
}

.gas-shop-invitations-info-non-membre p {
    margin: 0 0 10px 0;
    color: #1b5e20;
    line-height: 1.6;
}

.gas-shop-invitations-info-non-membre p:last-child {
    margin-bottom: 0;
}

.gas-shop-invitations-info-non-membre strong {
    color: #388e3c;
    font-size: 16px;
}

.gas-shop-invitations-info-non-membre small {
    color: #33691e;
    font-style: italic;
}

/* Animation subtile pour attirer l'attention */
@keyframes subtle-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(255, 193, 7, 0.15);
    }
    50% {
        transform: scale(1.01);
        box-shadow: 0 3px 12px rgba(255, 193, 7, 0.25);
    }
}

.gas-shop-invitations-info {
    animation: subtle-pulse 3s ease-in-out infinite;
}

/* Responsive pour les actions du panier */
@media (max-width: 768px) {
    .gas-shop-panier-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gas-shop-invitations-info,
    .gas-shop-invitations-info-non-membre {
        padding: 14px 16px;
    }
    
    .gas-shop-invitations-info .gas-shop-advantage-active {
        font-size: 14px;
    }
    
    .gas-shop-invitations-info-non-membre h4 {
        font-size: 16px;
    }

    .gas-shop-panier-item {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .gas-shop-item-header {
        flex-direction: column;
    }

    .gas-shop-item-image img {
        width: 100%;
        height: 150px;
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .gas-shop-item-quantity,
    .gas-shop-item-total {
        text-align: left;
    }

    .gas-shop-item-actions {
        text-align: center;
    }

    .gas-shop-item-variant-full {
        margin-top: 0;
    }

    /* Responsive pour messages et badges */
    .gas-shop-global-info-message {
        flex-direction: column;
        text-align: center;
    }

    .gas-info-icon {
        font-size: 32px;
    }

    .gas-shop-info-badge {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .gas-badge-icon {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .gas-shop-cart-actions {
        flex-direction: column;
    }
    
    .gas-shop-message.gas-shop-success {
        padding: 16px 20px;
        font-size: 15px;
    }
    
    .gas-shop-message.gas-shop-success .gas-shop-action-button,
    .gas-shop-continue-shopping {
        width: 100%;
        text-align: center;
    }

    .gas-shop-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }

    .gas-shop-panier-container {
        padding: 15px;
    }

    .gas-shop-item-header {
        gap: 10px;
    }
}

.gas-shop-hypno-pass-suggestion {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}

.gas-shop-hypno-pass-suggestion h4 {
    margin: 0 0 10px 0;
    color: #856404;
    font-size: 16px;
}

.gas-shop-price-comparison {
    color: #666;
    font-size: 14px;
    margin: 5px 0;
    font-style: italic;
}

.gas-shop-advantage-info {
    color: #0c5460;
    font-weight: 500;
    margin: 5px 0;
}

.gas-shop-savings {
    display: block;
    color: #28a745;
    font-weight: 600;
    margin-top: 5px;
    font-size: 14px;
}

.gas-shop-highlight {
    color: #28a745;
    font-weight: 600;
    margin: 8px 0;
}

.gas-shop-price-free-large {
    font-size: 20px;
    font-weight: 700;
    color: #28a745;
    margin: 10px 0;
    text-transform: uppercase;
}

.gas-shop-hypno-pass-highlight {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #ffc107;
    position: relative;
}

.gas-shop-hypno-pass-highlight::before {
    content: "★ MEILLEURE OFFRE";
    position: absolute;
    top: -12px;
    right: 15px;
    background: #ffc107;
    color: #856404;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

.gas-shop-action-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.gas-shop-btn-primary {
    background: #007cba;
    flex: 1;
    min-width: 140px;
}

.gas-shop-btn-primary:hover {
    background: #005a87;
}

.gas-shop-btn-secondary {
    background: #6c757d;
    flex: 1;
    min-width: 140px;
}

.gas-shop-btn-secondary:hover {
    background: #545b62;
}

.gas-shop-btn-login {
    background: #28a745;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-weight: 600;
}

.gas-shop-btn-login:hover {
    background: #218838;
}

.gas-shop-login-prompt h4 {
    margin: 0 0 10px 0;
    color: #495057;
    font-size: 16px;
}

.gas-shop-login-prompt p strong {
    color: #dc3545;
}


.gas-accepted-cards img {
    height: 30px;
    width: auto;
}

.gas-card-badge {
    display: inline-block;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #495057;
    margin-right: 5px;
    margin-bottom: 5px;
}

.gas-shop-item-cart-message {
    margin-top: 10px;
    padding: 10px;
    background-color: #e8f4f8;
    border-left: 3px solid #0073aa;
    border-radius: 3px;
    font-size: 0.9em;
}

.gas-shop-cart-message-icon {
    margin-right: 8px;
}

.gas-shop-cart-message-text {
    color: #005177;
}


/* Section de connexion dans le checkout */
.gas-checkout-login-section {
    background: white;
    border-radius: 8px;
    padding: 30px;
    margin-top: var(--space-s);
    margin-bottom: var(--space-l);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gas-login-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 30px;
    align-items: start;
}

/* Colonne client existant */
.gas-existing-customer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gas-customer-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.gas-header-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gas-header-icon-wrapper.gas-header-new {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.gas-header-icon {
    font-size: 28px;
}

.gas-customer-header h3 {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.gas-section-description {
    text-align: center;
    color: #6c757d;
    font-size: var(--text-small);
    margin: 0 0 15px 0;
}

/* Messages d'erreur de connexion */
.gas-login-error-message {
    background: #fee;
    border: 1px solid #fcc;
    color: #c33;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gas-error-icon {
    font-size: 18px;
}

/* Formulaire de connexion dans le checkout */
.gas-checkout-login-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gas-checkout-login-form .gas-form-field {
    margin-bottom: 0;
}

.gas-checkout-login-form .gas-form-field label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.gas-label-icon {
    font-size: 16px;
}

.gas-checkout-login-form input[type="text"],
.gas-checkout-login-form input[type="password"] {
    width: 100%;
    padding: 10px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.2s;
}

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

.gas-login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.gas-remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6b7280;
}

.gas-remember-me input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #667eea;
}

.gas-checkbox-custom {
    display: none;
}

.gas-forgot-password {
    color: #667eea;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.gas-forgot-password:hover {
    text-decoration: underline;
}

.gas-login-submit-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.gas-login-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.gas-btn-icon {
    font-size: 18px;
}

/* Séparateur vertical */
.gas-vertical-separator {
    position: relative;
    width: 1px;
    background: #e5e7eb;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gas-separator-text {
    position: absolute;
    background: white;
    padding: 8px 12px;
    color: #9ca3af;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
}

/* Colonne nouveau client */
.gas-new-customer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gas-welcome-box {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 2px solid #bfdbfe;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.gas-welcome-icon {
    font-size: 40px;
    margin-bottom: 12px;
}

.gas-welcome-box h4 {
    margin: 0 0 8px 0;
    color: #1e40af;
    font-size: 17px;
    font-weight: 600;
}

.gas-welcome-box p {
    margin: 0;
    color: #3b82f6;
    font-size: 14px;
    line-height: 1.5;
}

.gas-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gas-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8fafb;
    border-radius: 8px;
    border-left: 3px solid #28a745;
}

.gas-benefit-icon {
    color: #28a745;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
}

.gas-benefit-item span:last-child {
    color: #374151;
    font-size: 14px;
}

.gas-action-callout {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #fbbf24;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.gas-callout-icon {
    font-size: 32px;
}

.gas-action-callout p {
    margin: 0;
    color: #92400e;
    font-weight: 600;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .gas-checkout-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gas-checkout-login-section {
        margin-top: var(--space-s);
        padding: 20px;
    }

    .gas-login-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .gas-vertical-separator {
        width: 100%;
        height: 1px;
        min-height: auto;
    }

    .gas-separator-text {
        position: relative;
    }
}