/* ==========================================================================
   Guest Art Wishlist - Feuille de Style Officielle (Pop-up Singulart Incluse)
   ========================================================================== */
:root {
    --gaw-blue: #0235a1;
    --gaw-blue-hover: #001a52;
}

/* Épurement des boutons Connexion / Panier */
.user-info h4,
.user-info span:not(.svgbg):not(.material-icons),
.cartdropd h4,
.cartdropd span:not(.cart-c):not(.svgbg),
.hcart span:not(.cart-c) {
    display: none !important;
}

.gaw-nav-container {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    height: 100% !important;
    margin: 0 8px !important;
}

.gaw-nav-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
}

.gaw-nav-heart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gaw-nav-badge {
    position: absolute !important;
    top: -4px !important;
    right: -6px !important;
    min-width: 15px !important;
    height: 15px !important;
    padding: 0 4px !important;
    border-radius: 999px !important;
    background: var(--gaw-blue) !important;
    color: #ffffff !important;
    font-size: 9px !important;
    line-height: 15px !important;
    text-align: center !important;
    font-weight: 600 !important;
}

.gaw-badge-hidden {
    display: none !important;
}

/* Dropdown de survol */
.gaw-nav-container:hover .gaw-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.gaw-dropdown {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    width: 340px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12) !important;
    border: 1px solid #eaeaea !important;
    padding: 20px !important;
    z-index: 99999 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.gaw-dropdown-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0 0 15px 0 !important;
    color: #1a1a1a !important;
}

.gaw-dropdown-items {
    max-height: 260px !important;
    overflow-y: auto !important;
    margin-bottom: 15px !important;
}

.gaw-dropdown-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
    text-decoration: none !important;
    color: inherit !important;
}

.gaw-dropdown-img {
    width: 55px !important;
    height: 55px !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
}

.gaw-dropdown-info {
    flex: 1 !important;
    padding: 0 12px !important;
    text-align: left !important;
}

.gaw-dropdown-name {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    color: #1a1a1a !important;
}

.gaw-dropdown-format {
    font-size: 11px !important;
    color: #777777 !important;
    margin: 3px 0 0 0 !important;
}

.gaw-dropdown-arrow {
    color: #cccccc !important;
    font-size: 16px !important;
}

.gaw-dropdown-btn {
    display: block !important;
    width: 100% !important;
    padding: 11px 0 !important;
    text-align: center !important;
    border: 1px solid var(--gaw-blue) !important;
    color: var(--gaw-blue) !important;
    background: transparent !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
    text-decoration: none !important;
    border-radius: 30px !important;
}

.gaw-dropdown-btn:hover {
    background: var(--gaw-blue) !important;
    color: #ffffff !important;
}

/* Grille catalogue */
.gaw-heart-anchor {
    position: relative !important;
}

.gaw-heart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    border: 0 !important;
    padding: 6px !important;
    cursor: pointer !important;
    color: #1a1a1a !important;
}

.gaw-heart--small {
    display: flex !important;
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 99 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
}

.gaw-heart.gaw-active svg,
.gaw-heart.gaw-active .gaw-heart-svg path {
    fill: var(--gaw-blue) !important;
    fill-opacity: 1 !important;
    color: var(--gaw-blue) !important;
}

.gaw-product-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
}

.gaw-heart--product {
    position: static !important;
    width: auto !important;
    height: auto !important;
}

/* POP-UP VOLANTE TOAST (STYLE SINGULART PHOTO ENVOYÉE) */
.gaw-popup-toast {
    position: fixed !important;
    top: 100px !important;
    right: 40px !important;
    width: 380px !important;
    max-width: calc(100vw - 40px) !important;
    background: #ffffff !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid #eaeaea !important;
    padding: 24px !important;
    z-index: 10000000 !important;
    border-radius: 12px !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    box-sizing: border-box !important;
}

.gaw-popup-toast.gaw-popup-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.gaw-popup-toast-close {
    position: absolute !important;
    top: 12px !important;
    right: 14px !important;
    background: none !important;
    border: none !important;
    font-size: 22px !important;
    line-height: 1 !important;
    color: #999999 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.gaw-popup-toast-body {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 20px !important;
}

.gaw-popup-toast-img-wrapper {
    width: 65px !important;
    height: 65px !important;
    flex-shrink: 0 !important;
    border: 1px solid #eaeaea !important;
    background: #fbfbfb !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

#gaw-popup-toast-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.gaw-popup-toast-info {
    flex: 1 !important;
    text-align: left !important;
}

.gaw-popup-toast-text {
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    line-height: 1.4 !important;
}

.gaw-popup-toast-btn {
    display: block !important;
    width: 100% !important;
    padding: 12px 0 !important;
    text-align: center !important;
    border: 1px solid var(--gaw-blue) !important;
    color: var(--gaw-blue) !important;
    background: transparent !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    box-sizing: border-box !important;
    transition: background 0.2s ease, color 0.2s ease !important;
}

.gaw-popup-toast-btn:hover {
    background: var(--gaw-blue) !important;
    color: #ffffff !important;
}

.gaw-favorites-container {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background: #fff !important;
}