:root {
    --queen-mode-pink: #ea4b5d;
    --queen-mode-yellow: #eeff46;
    --queen-mode-accent: #ff6b7a;
    --queen-mode-light: #fff5f6;
    --queen-mode-light-yellow: #fef9e7;
    --light-bg: #fff5f6;
}

body {
    background: linear-gradient(135deg, var(--light-bg) 0%, #fef9e7 100%);
}

.head-auth h2 {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .head-auth h2 {
        font-size: 16px;
    }

    main {
        margin-top: 25px;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.speed-menu a {
    color: #fff;
    text-decoration: none;
}

.speed-menu a {
    margin-right: 20px;
}

.bg-light-blue {
    background-color: #f4f7ff;
}

#order_type_form_addresses .form-check, #order_type_form_carriers .form-check {
    background-color: #e8f1ff;
    padding: 10px 40px;
}

.small-container {
    max-width: 800px;
    margin: 0 auto;
}

.wishlist-icon svg {
    background-color: lightgrey;
    color: black;
    padding: 9px;
    border-radius: 50%;
    height: 39px;
    width: 39px;
}

.wishlist-icon-active svg {
    background-color: #ceeddf;
    color: #0b6b3e;
}

.small-bloc {
    width: 700px;
    margin: 0 auto;
    background-color: #fafafa;
    padding: 20px;
}

.navbar-brand img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
}



/* Méga Menu Styles */
/* ===== MEGA MENU MODERNE ===== */
.mega-menu {
    padding: 0 !important;
    border: none !important;
    box-shadow: 0 20px 40px rgba(234, 75, 93, 0.2) !important;
    margin-top: 0 !important;
    border-radius: 12px !important;
    left: 50% !important;
    right: auto !important;
    width: 90vw !important;
    max-width: 1200px !important;
    transform: translateX(-50%) !important;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, var(--queen-mode-light) 100%);
    border: 1px solid rgba(234, 75, 93, 0.1);
}

.mega-menu .container-fluid {
    padding: 2rem !important;
}

.mega-menu-column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mega-menu-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    color: var(--queen-mode-pink);
    border-radius: 8px;
    transition: all 0.3s ease;
    background: white;
    border: 1px solid rgba(234, 75, 93, 0.1);
}

.mega-menu-item:hover {
    background: linear-gradient(135deg, var(--queen-mode-pink), var(--queen-mode-accent));
    color: #333 !important;
    transform: translateX(8px);
    border-color: var(--queen-mode-pink);
    box-shadow: 0 5px 15px rgba(234, 75, 93, 0.3);
}

.mega-menu-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--queen-mode-pink), var(--queen-mode-accent));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.mega-menu-item:hover .mega-menu-icon {
    background: rgba(238, 255, 70, 0.2);
    transform: scale(1.1);
}

.mega-menu-icon i {
    color: #333;
    font-size: 1.1rem;
}

.mega-menu-content {
    flex: 1;
}

.mega-menu-content h6 {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: inherit;
}

.mega-menu-content p {
    font-size: 0.85rem;
    margin-bottom: 0;
    opacity: 0.8;
}

.mega-menu-arrow {
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    color: inherit;
}

.mega-menu-item:hover .mega-menu-arrow {
    opacity: 1;
    transform: translateX(0);
}

.mega-menu-promo {
    background: linear-gradient(135deg, var(--queen-mode-pink), var(--queen-mode-accent)) !important;
    border: none !important;
}

.promo-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(238, 255, 70, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.mega-menu-promo:hover .promo-icon {
    background: rgba(238, 255, 70, 0.4);
    transform: rotate(10deg);
}

.promo-icon i {
    font-size: 1.5rem;
    color: #333;
}

/* Animation de la flèche */
.dropdown-arrow {
    transition: transform 0.3s ease;
    color: var(--queen-mode-pink);
}

.dropdown-arrow.rotate {
    transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .mega-menu {
        width: 95vw !important;
    }
}

@media (max-width: 991.98px) {
    .mega-menu {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        left: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: linear-gradient(135deg, var(--queen-mode-light), var(--queen-mode-light-yellow)) !important;
    }
    
    .mega-menu-item {
        background: white;
        margin-bottom: 0.5rem;
    }
    
    .mega-menu-promo {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .mega-menu .container-fluid {
        padding: 1rem !important;
    }
    
    .mega-menu-item {
        padding: 0.75rem;
    }
    
    .mega-menu-icon {
        width: 35px;
        height: 35px;
        margin-right: 0.75rem;
    }
    
    .mega-menu-icon i {
        font-size: 1rem;
    }
}

/* Effets de transition */
.mega-menu {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Amélioration de la recherche */
.search-container {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.search-btn {
    border-radius: 25px;
    padding: 0.75rem 1.25rem;
}

.search-icon {
    border-radius: 25px;
}

.btn-primary {
    background-color: var(--queen-mode-pink);
    border-color: var(--queen-mode-pink);
}

/* Badges modernes */
.cart-badge {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
    font-weight: 700;
    background: linear-gradient(135deg, var(--queen-mode-pink), var(--queen-mode-accent));
    color: #333;
}

/* Indicateur en ligne */
.bg-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
}

/* Styles pour le pied de page */
.payment-icon {
    width: 30px;
    height: 20px;
    object-fit: cover; /*contain*/
    transition: all 0.3s ease;
}

.payment-icon:hover {
    transform: scale(1.2);
}

footer a {
    transition: all 0.3s ease;
    color: var(--queen-mode-pink) !important;
}

footer a:hover {
    color: var(--queen-mode-yellow) !important;
    transform: translateX(5px);
}

footer .btn-primary {
    background: linear-gradient(135deg, var(--queen-mode-pink), var(--queen-mode-accent));
    border: none;
}

footer .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 75, 93, 0.3);
}

footer .form-control:focus {
    border-color: var(--queen-mode-pink);
    box-shadow: 0 0 0 0.25rem rgba(234, 75, 93, 0.25);
}

.contact-item {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--queen-mode-pink), var(--queen-mode-accent));
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 12px rgba(234, 75, 93, 0.3);
}

.contact-item i {
    color: #333;
    transition: all 0.3s ease;
}

.contact-item:hover i {
    color: var(--queen-mode-yellow);
    transform: scale(1.2);
}

.fa-sync-alt {
    margin-right: 2px;
}

.navbar-nav .nav-link:hover {
    color: var(--queen-mode-yellow) !important;
    transform: translateY(-2px);
}

.dropdown-menu {
    border: 1px solid rgba(234, 75, 93, 0.1);
    box-shadow: 0 10px 30px rgba(234, 75, 93, 0.2);
    border-radius: 12px;
}

/* Animation globale */
* {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* Mode sombre support */
@media (prefers-color-scheme: dark) {
    .mega-menu {
        background: linear-gradient(135deg, #2d2d2d, #3d3d3d);
    }
    
    .mega-menu-item {
        background: #3d3d3d;
        color: #ffffff;
    }
    
    /*.product-card {
        background: #2d2d2d;
        border-color: #404040;
    }*/
}

/* Newsletter Styles */
.newsletter-form .form-control:focus {
    border-color: #ea4b5d;
    box-shadow: 0 0 0 0.2rem rgba(234, 75, 93, 0.25);
}

.newsletter-form .btn-primary {
    background: linear-gradient(135deg, #ea4b5d 0%, #d43c4e 100%);
    border-color: #ea4b5d;
}

.newsletter-form .btn-primary:hover {
    background: linear-gradient(135deg, #d43c4e 0%, #c13243 100%);
    border-color: #d43c4e;
}

.newsletter-form .form-check-input:checked {
    background-color: #ea4b5d;
    border-color: #ea4b5d;
}

/* Popup newsletter */
.newsletter-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    z-index: 1060;
    max-width: 350px;
    animation: slideInUp 0.5s ease-out;
}

@keyframes slideInUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/**
* End Newsletter
*/


/*.head-color nav {
    background-color: #ea4b5d; color: #eeff46;
}

.head-color nav a {
    color: #eeff46;
}*/

/** End Newsletter */