.aph_product_form {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}
.aph_avantages_section,
.aph_login_section {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
}
.aph_advantage_active {
    color: #28a745;
    font-weight: 600;
    margin: 5px 0;
}
.aph_max_quantity_message {
    color: #dc3545;
    padding: 10px;
    background: #f8d7da;
    border-radius: 4px;
    margin-bottom: 15px;
}
.aph_variation_select {
    margin-bottom: 15px;
}
.aph_variation_label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.aph_variation_dropdown {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.aph_quantity {
    margin-bottom: 15px;
}
.aph_quantity_input {
    width: 80px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.aph_add_to_cart_button {
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.aph_add_to_cart_button:hover {
    background: #005177;
}
.aph_action_button {
    display: inline-block;
    padding: 8px 16px;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin: 5px 0;
}
.aph_action_button:hover {
    background: #005177;
    color: white;
}

.aph_variation_price_block {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.aph_variation_price_block:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.aph_variation_header {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf2f7;
}

.aph_variation_name {
    font-size: 1.1em;
    font-weight: 600;
    color: #2d3748;
}

.aph_price_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.aph_add_to_cart_button {
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.aph_add_to_cart_button:hover {
    background: #005177;
}

.aph_button_disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.aph_button_disabled:hover {
    background: #cccccc;
}

.aph_price_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aph_price_member {
    color: #28a745;
    font-weight: 600;
    font-size: 1.2em;
}

.aph_price_regular {
    color: #718096;
    font-size: 0.95em;
}

.aph_price_free {
    color: #28a745;
    font-weight: 600;
    font-size: 1.2em;
}

.aph_variation_description {
    font-size: 0.95em;
    color: #4a5568;
    line-height: 1.5;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #edf2f7;
}

.aph_single_product_block {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
 }
 
 .aph_single_price_info {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf2f7;
 }
 
 .aph_single_cart_form {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
 }
 
 .aph_quantity_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
 }
 
 .aph_quantity_input {
    width: 80px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
 }
 
 .aph_max_quantity_message {
    background: #fff5f5;
    color: #c53030;
    padding: 12px;
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
 }
 
 .aph_add_to_cart_button {
    background: #0073aa;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
 }
 
 .aph_add_to_cart_button:hover {
    background: #005177;
 }
 
 .aph_price_member {
    font-size: 1.3em;
    font-weight: bold;
    color: #28a745;
 }
 
 .aph_price_regular {
    color: #666;
    margin-left: 10px;
 }
 
 .aph_price_free {
    font-size: 1.3em;
    font-weight: bold;
    color: #28a745;
 }

 .aph_avantages_info {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.aph_avantages_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.aph_advantage_item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: white;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.aph_icon_star, .aph_icon_member {
    font-size: 24px;
    color: #0073aa;
    flex-shrink: 0;
}

.aph_advantage_content h3 {
    margin: 0 0 8px 0;
    color: #2d3748;
    font-size: 1.1em;
}

.aph_advantage_content p {
    margin: 0 0 12px 0;
    color: #4a5568;
}

.aph_login_prompt {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

.aph_login_prompt p {
    margin-bottom: 12px;
}

.aph_action_button {
    display: inline-block;
    padding: 8px 16px;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.aph_action_button:hover {
    background: #005177;
    color: white;
}

.aph_hypno_pass_suggestion {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: #f0f8ff;
    border: 1px solid #bde0fe;
    border-radius: 4px;
}

.aph_hypno_pass_suggestion p {
    margin-bottom: 10px;
    color: #0066cc;
}

.aph_discount_info {
    font-size: 0.9em;
    color: #28a745;
    margin-left: 10px;
 }

 .aph_membres_only_message {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    padding: 12px;
    margin-top: 10px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
}

.aph_cart_free {
    color: #28a745;
    font-weight: bold;
}

.aph_cart_discount {
    color: #28a745;
    font-weight: bold;
}

.aph_cart_discount+del {
    margin-left: 5px;
    color: #666;
    font-size: 0.9em;
}


.aph-formation-link-container {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f8f8;
    border-left: 4px solid #4CAF50;
    text-align: center;
}

.aph-formation-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.aph-formation-button:hover {
    background-color: #45a049;
    color: white;
}

/*
Menu stuff
*/

.woo-custom-menu-container {
    width: 100%;
    margin: 0 0 20px 0;
    background: #f8f8f8;
}

.woo-custom-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.woo-menu-item {
    margin: 0 20px;
    text-align: center;
}

.woo-menu-item a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.woo-menu-item a:hover {
    color: #000;
}

.current-menu-item a {
    font-weight: bold;
}

.menu-icon {
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .woo-custom-menu {
        flex-direction: column;
        padding: 8px 0;
    }

    .woo-menu-item {
        margin: 4px 0;
    }

    .woo-menu-item a {
        justify-content: center;
    }
}