/* ---:::::::::::::::::::::::::::::::::::: PRIMO CTAs ::::::::::::::::::::::::::::::::::::---  */
.cta-button-primo-1 {
    width: fit-content;
    height: fit-content;
    padding: 25px 50px;
    border: var(--nld-green) thin solid;
    border-radius: 50px;
    background-color: var(--nld-green);
    font-size: 1rem !important;
    text-decoration: none !important;
    letter-spacing: 0.03rem;
    color: var(--white) !important;
    transition: all 0.3s ease;
}
.cta-button-primo-1:hover {
    border: var(--white) thin solid;
    background-color: var(--white);
    color: var(--black) !important;
}
.cta-button-primo-2 {
    width: fit-content;
    height: fit-content;
    padding: 15px 20px;
    border-radius: 50px;
    background-color: var(--white);
    font-size: 1.25rem !important;
    text-decoration: none !important;
    color: var(--nld-green);
    transition: all 0.3s ease;
}
.cta-button-primo-2:hover {
    background-color: var(--nld-green);
    color: var(--white);
}
.cta-button-primo-1-min {
    width: fit-content;
    height: fit-content;
    padding: 15px 30px !important;
    border: var(--nld-green) thin solid !important;
    border-radius: 50px !important;
    background-color: var(--nld-green) !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    letter-spacing: 0.03rem;
    color: var(--white) !important;
    transition: all 0.3s ease !important;
}
.cta-button-primo-1-min:hover {
    border: var(--white) thin solid !important;
    background-color: var(--white) !important;
    color: var(--black) !important;
}
.cta-button-primo-1-min-light {
    width: fit-content;
    height: fit-content;
    padding: 15px 30px;
    border: var(--white) thin solid;
    border-radius: 50px;
    background-color: var(--white);
    font-size: 0.8rem !important;
    text-decoration: none !important;
    letter-spacing: 0.03rem;
    color: var(--black) !important;
    transition: all 0.3s ease;
}
.cta-button-primo-1-min-light:hover {
    border: var(--white) thin solid;
    background-color: var(--nld-green);
    color: var(--white) !important;
}
.cta-button-primo-2-min {
    width: fit-content;
    height: fit-content;
    padding: 9px 13px;
    border-radius: 50px;
    background-color: var(--white);
    font-size: 1rem !important;
    text-decoration: none !important;
    color: var(--nld-green);
    transition: all 0.3s ease;
}
.cta-button-primo-2-min:hover {
    background-color: var(--nld-green);
    color: var(--white);
}
.cta-button-primo-2-min-green {
    width: fit-content;
    height: fit-content;
    padding: 9px 13px;
    border-radius: 50px;
    background-color: var(--nld-green);
    font-size: 1rem !important;
    text-decoration: none !important;
    color: var(--white);
    transition: all 0.3s ease;
}
.cta-button-primo-2-min-green:hover {
    background-color: var(--white);
    color: var(--nld-green);
}
.cta-button-primo-1-link {
    width: 100%;
    height: fit-content;
    padding: 20px 30px;
    border: var(--light-grey) thin solid;
    border-radius: 50px;
    background-color: var(--white);
    font-size: 1rem !important;
    text-decoration: none !important;
    letter-spacing: 0.03rem;
    color: var(--black) !important;
    transition: all 0.3s ease;
}
.cta-button-primo-1-link:hover {
    border: var(--white) thin solid;
    background-color: var(--white);
    color: var(--black) !important;
}
.cta-button-primo-2-link {
    width: fit-content;
    height: fit-content;
    padding: 5px 10px;
    border: var(--nld-green) thin solid;
    border-radius: 13px;
    background-color: var(--nld-green);
    font-size: 1rem !important;
    text-decoration: none !important;
    color: var(--white);
    transition: all 0.3s ease;
}
.cta-button-primo-2-link:hover {
    background-color: var(--nld-green);
    color: var(--white);
}
.shade-dark {
    box-shadow: 0px -4px 50px 0px rgba(0, 0, 0, 0.25);
}
.shade-light {
    box-shadow: 0px -4px 50px 0px rgba(255, 255, 255, 0.25);
}



/* ---:::::::::::::::::::::::::::::::::::: NAV CTAs ::::::::::::::::::::::::::::::::::::---  */
.menu-item {
    list-style: none !important;
}
.menu-item a {
    padding: 10px 0px;
    text-decoration: none !important;
    color: var(--black);
}
.cta-button-nav {
    padding: 10px 20px;
    border: var(--lighter-grey) thin solid;
    border-radius: 20px;
    background-color: var(--lighter-grey);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
    text-decoration: none;
    color: var(--black);
    transition: all 0.5s ease;
}
.cta-button-nav:hover {
    border: var(--light-grey) thin solid;
    background-color: var(--white);
    color: var(--black);
}
.cta-button-nav-reverse {
    padding: 10px 20px;
    border: var(--white) thin solid;
    border-radius: 20px;
    background-color: var(--white);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.02rem;
    text-decoration: none;
    color: var(--black);
    transition: all 0.5s ease;
}
.cta-button-nav-reverse:hover {
    border: var(--lighter-grey) thin solid;
    background-color: var(--lighter-grey);
    color: var(--black);
}
.cta-button-nav-light {
    padding: 10px 20px;
    border: var(--nld-green) thin solid;
    border-radius: 20px;
    background-color: var(--white);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
    text-decoration: none;
    color: var(--black);
    transition: all 0.5s ease;
}
.cta-button-nav-light:hover {
    border: var(--lighter-grey) thin solid;
    background-color: var(--lighter-grey);
    color: var(--black);
}




/* ---:::::::::::::::::::::::::::::::::::: CONTAINERS PADDINGS ::::::::::::::::::::::::::::::::::::---  */
.wrap-30-20 { 
    padding: 30px 20px; 
}
.wrap-50-20 { 
    padding: 20px 20px;
    transition: all 0.7s ease; 
}
.wrap-75-20 { 
    padding: 75px 20px; 
}





/* ---:::::::::::::::::::::::::::::::::::: HIGHLIGHTs ::::::::::::::::::::::::::::::::::::---  */
.marker-highlight-yellow {
    position: relative;
    display: inline-block;
    padding: 2px 2px;
    font-weight: 600;
    color: var(--black) !important;
    z-index: 1 !important;
}
.marker-highlight-yellow::before {
    content: "";
    position: absolute;
    inset: 0 0 0 0; /* Cleaner */
    /*left: -2px;
    bottom: 0;
    width: 105%;
    height: 90%;*/
    background: var(--nld-yellow) !important;
    transform: rotate(-2deg);
    z-index: -1 !important;
}    

.marker-highlight-green {
    position: relative;
    display: inline-block !important;
    padding: 2px 2px;
    font-weight: 600;
    color: var(--white) !important;
    z-index: 1 !important;
}
.marker-highlight-green::before {
    content: "";
    position: absolute;
    inset: 0 0 0 0; /* Cleaner */
    /*left: -5px;
    bottom: 0;
    width: 110%;
    height: 90%;*/
    background: var(--nld-green) !important;
    transform: rotate(-2deg);
    z-index: -1;
}

.marker-highlight-tangerine {
    position: relative;
    display: inline-block;
    padding: 2px 2px;
    font-weight: 600;
    color: var(--white);
}
.marker-highlight-tangerine::before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 110%;
    height: 90%;
    background: var(--nld-tangerine);
    transform: rotate(-2deg);
    z-index: -1;
}
.new-badge {
    position: absolute;
    top: 18px;
    left: 15px;
    background: var(--nld-yellow);
    color: var(--black);
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 8px;
    text-transform: uppercase;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);*/
    transform: rotate(0deg);
}






/* ---:::::::::::::::::::::::::::::::::::: HEADER ::::::::::::::::::::::::::::::::::::---  */
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /*z-index: 1500;*/
}

#announcement-bar {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background: var(--black);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.slider {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    transform: translateX(100%);
    /*transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;*/
    transition: transform 1.5s ease-out, opacity 0.5s ease-out;
}
#announcement-bar .slider .slide i {
    color: var(--nld-green);
}

/* Header Nav Cart Icon */
.nld-cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.nld-custom-cart-icon {
    /*font-size: 1.3rem;*/
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
.nld-custom-cart-icon:hover {
    transform: rotate(-45deg);
}
.nld-cart-count {
    margin-left: -10px;
    margin-top: 5px;
    font-size: 0.65rem;
    min-width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    transform-origin: center;
    transition: all 0.3s ease;
}
.nld-custom-cart-icon:hover ~ .nld-cart-count {
    margin-left: -13px;
    margin-top: 10px;
}
.nld-custom-cart-icon.pulse {
    animation: pulseCart 0.6s ease-in-out;
}
@keyframes pulseCart {
  0% { transform: scale(1) rotate(0deg) translateX(0px); }
  50% { transform: scale(1.15) rotate(-30deg) translateX(3px); }
  100% { transform: scale(1) rotate(0deg) translateX(0px); }
}


/* Header Nav Cart Icon Triggering Mini Cart Modal */
#nld-mini-cart {
    top: 50px;
    bottom: 50px;
    right: 10px;
    width: 95%;
    max-width: 450px;
    border: none;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
}
#nld-mini-cart .offcanvas-header h5 {
  font-weight: 600;
}
#nld-mini-cart .woocommerce-mini-cart__buttons .button {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.75rem;
}
#nld-mini-cart .offcanvas-body {
    transition: opacity 0.25s ease;
}










/* ---:::::::::::::::::::::::::::::::::::: NAVIGATION ::::::::::::::::::::::::::::::::::::---  */
.nav-nld-logo {
    width: 200px; 
    height: auto;
}
.nav-nld-logo:hover, .nav-nld-min-logo:hover {
    cursor: pointer;
}

.scroll-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: var(--white);
    margin-top: -100px;
    z-index: 500;
    transition: margin-top 0.3s ease-in-out;
}
.scroll-header.visible {
    margin-top: 0;
}





/* ---:::::::::::::::::::::::::::::::::::: MODALS ::::::::::::::::::::::::::::::::::::---  */
#nld-mobile-menu-modal .modal-content, #disclaimer .modal-content, #reach .modal-content, #nld-contact-form-modal .modal-content {
    border-radius: 20px;
}
#disclaimer .modal-body, #reach .modal-body {
    padding: 20px 50px;
}

/* --- CONTACT FORM MODAL --- */
#nld-contact-form-modal .wpcf7-form-control {
    width: 100% !important;
}
#nld-contact-form-modal input.wpcf7-form-control:not([type=submit]),
#nld-contact-form-modal textarea.wpcf7-form-control {
    padding: 10px 12px !important;
    border-radius: 7px !important;
}

/* Checkbox */
#nld-contact-form-modal .wpcf7-list-item label {
    display: flex !important;
    align-items: flex-start;
    font-size: 0.7rem !important;
    letter-spacing: 0.03rem;
}
#nld-contact-form-modal .wpcf7-list-item input {
    margin: 4px 8px 0 0 !important;
}
#nld-contact-form-modal .wpcf7-list-item input:checked {
    border-color: var(--light-grey) !important;
    background-color: var(--nld-green) !important;
}

/* Messages CF7 – toujours visibles quand ils existent */
#nld-contact-form-modal .wpcf7-response-output {
    display: none !important;
    margin: 0 0 10px 0 !important;
    padding: 14px !important;
    border-radius: 8px !important;
    text-align: center;
    font-size: 0.95rem !important;
}

/* SUCCÈS → vert personnalisé */
#nld-contact-form-modal .wpcf7-mail-sent-ok {
    display: block !important;
    background: #c5feca !important;
    color: #002d04 !important;
    border: 1px solid #46b450 !important;
}

/* ERREURS → rouge */
#nld-contact-form-modal .wpcf7-validation-errors,
#nld-contact-form-modal .wpcf7-acceptance-missing {
    display: block !important;
    background: #f8d7da !important;
    color: #721c24 !important;
    border: 1px solid #f5c6cb !important;
}

/* Bouton submit désactivé tant que case non cochée */
#nld-contact-form-modal .wpcf7-submit:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}
#nld-contact-form-modal .wpcf7-submit {
    box-shadow: 0px -4px 50px 0px rgba(0, 0, 0, 0.25) !important;
}

#nld-contact-form-modal .wpcf7-not-valid-tip {
    display: none !important; 
    background-color: #ffe6e6 !important;
    border: #9f4242 thin solid !important;
    border-radius: 8px !important;
    padding: 10px !important;
}
/* --- Style de bordure rouge pour les champs non remplis --- */

/* Apply input border color */
.is-invalid-custom {
    border-color: #ffcc34 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 230, 150, 0.25) !important; /* yellow focus shadow (optionnel) */
}

/* Apply checkbox border color */
#nld-contact-form-modal .wpcf7-list-item input.is-invalid-custom {
    box-shadow: 0 0 0 0.25rem rgba(255, 230, 150, 0.25) !important;
    border-color: #ffcc34 !important;
}

/* Default border style (for reset) */
.wpcf7-form-control:not([type="submit"]):not(.is-invalid-custom) {
    border-color: #ced4da !important; /* Bootstrap standard Border */
    box-shadow: none !important;
}

/* Spinner pendant l’envoi
#nld-contact-form-modal .wpcf7-spinner {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}



/* ---:::::::::::::::::::::::::::::::::::: MOBILE NAVIGATION ::::::::::::::::::::::::::::::::::::---  */
#nld-mobile-menu-modal .modal-content {
    width: 95% !important;
    height: 95vh;
    margin: 15px auto;
}
#nld-mobile-menu-modal .modal-content .modal-header {
    border: none !important;
}
#nld-mobile-menu-modal ul#menu-menu-mobile-fr .menu-link {
    display: flex;
    align-items: center;
}
#nld-mobile-menu-modal ul#menu-menu-mobile-fr .cta-button-primo-1-link {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#nld-mobile-menu-modal ul#menu-menu-mobile-fr .cta-button-primo-2-link {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* ---:::::::::::::::::::::::::::::::::::: FOOTER ::::::::::::::::::::::::::::::::::::---  */
#footer {
    display: grid;
    row-gap: 50px;
    padding: 75px 20px 25px 20px;
    background-color: var(--black);
    color: var(--white);
}
#footer .title {
    display: grid;
    row-gap: 15px; 
}
#footer .input-email-container {
    display: flex;
    align-items: center; /* Vertically align the input and button */
    background-color: var(--black); /* Black background for the container */
    border: thin solid var(--white); /* White border around both the input and button */
    border-radius: 10px; /* Rounded corners for the container */
    padding: 5px; /* Padding inside the container to space the content */
}
#footer #input-field {
    background-color: var(--black);
    color: var(--white);
    border: none; /* No border for the input itself */
    padding: 10px;
    flex-grow: 1; /* Makes the input fill the available space */
    font-size: 14px;
}
#footer #submit-btn {
    background: none; /* No background for the button */
    border: none; /* No border */
    cursor: pointer; /* Makes the image clickable */
    padding: 5px;
    margin-left: 5px; /* Adds some space between the input and the button */
    border-radius: 0 20px 20px 0; /* Rounded corners on the right */
}
#footer #menu-menu-pied-de-page-fr {
    margin: 0 !important;
    padding: 0 !important;
}
#footer ul#menu-menu-pied-de-page-fr li {
    line-height: 32px !important;
}
#footer ul#menu-menu-pied-de-page-fr li a.link {
    display: inline;
    width: 100%;
    padding: 3px 13px;
    border-radius: 20px;
    background-color: rgba(175,175, 175, 0.00);
    border: rgba(175,175, 175, 0.15) thin solid;
    font-size: 0.8rem;
    text-decoration: none !important;
    color:var(--nld-green);
    transition: all 0.3s ease-out;
}
#footer ul#menu-menu-pied-de-page-fr li a.link:hover {
    background-color: rgba(175,175, 175, 0.17);
    border: rgba(175,175, 175, 0.00) thin solid;
}
form#sib_signup_form_3 input[type=text], form#sib_signup_form_3 input[type=email], form#sib_signup_form_3 select {
    width: 100%;
    border: 1px solid var(--white);
    height: auto;
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0 0 0;
}
form#sib_signup_form_3 .sib-default-btn {
    margin: 5px 0;
    padding: 10px 20px !important;
    color: var(--white);
    background-color: var(--nld-green) !important;
    border-color: var(--nld-green) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
    border: 1px solid transparent;
    border-radius: 20px !important;
    transition: all 0.5s ease-out !important;
}
form#sib_signup_form_3 .sib-default-btn:hover {
    color: var(--black);
    background-color: var(--white) !important;
    border-color: var(--white) !important;
}
p.sib-disclaimer {
    font-size: 12px !important;
    letter-spacing: 0.03rem !important;
    color: #888888 !important;
}
#whatsapp-bubble {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.cta-button-footer-min-default {
    width: fit-content;
    height: fit-content;
    padding: 4px 8px;
    border: var(--dark20) thin solid ;
    border-radius: 50px;
    background-color: var(--dark20);
    font-size: 0.8rem !important;
    text-decoration: none !important;
    color: var(--black);
    transition: all 0.3s ease;
}
.cta-button-footer-min-default:hover {
    border: var(--dark20) thin solid ;
    background-color: var(--black);
    color: var(--dark20);
}

  




/* ---:::::::::::::::::::::::::::::::::::: CONTACT ::::::::::::::::::::::::::::::::::::---  */
#user_notif { 
    display:none; 
    position:fixed; 
    top:20px; 
    right:15px; 
    width:300px; 
    height:auto; 
    padding:15px; 
    border-radius:5px; 
    background-color:var(--nld-yellow); 
    font-size:0.9rem; 
    color:var(--black); 
    z-index:1500; 
}
.input_error { border-color:var(--nld-yellow); }
.input_error_bg { background-color:var(--nld-yellow); color:var(--black); }
.input_error_bg::placeholder { color:var(--black); }
.input_error_bg:-ms-input-placeholder { color:var(--black); }
.input_error_bg::-ms-input-placeholder { color:var(--black); }

.red_error { border-color:var(--nld-tangerine); }
.red_error_bg { background-color:var(--nld-tangerine); color:var(--white); }
.red_error_bg::placeholder { color:var(--white); }
.red_error_bg:-ms-input-placeholder { color:var(--white); }
.red_error_bg::-ms-input-placeholder { color:var(--white); }

/*.google-message { margin: 15px 0 0; color: #808080; font-size: 0.8em; }*/
/*.google-message a { font-weight:600; color: #808080; }*/
.grecaptcha-badge { visibility: hidden; }
/*.grecaptcha-badge { bottom: 200px !important; }*/
  




/* ---:::::::::::::::::::::::::::::::::::: DYNAMIC SEARCH ::::::::::::::::::::::::::::::::::::---  */
.ast-separate-container {
    background-color: var(--white) !important;
}
.ast-separate-container .ast-woocommerce-container {
    padding: 0 !important;
}

/* 1. Initial State: Hide the overlay */
.search-form-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed; /* Or absolute, depending on placement */
    top: 0;
    left: 0;
    display: flex; /* To center the form */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    gap: 4 !important;
    background: rgba(94,191,138,1.0);
    z-index: 9999; /* Ensure it's above all content */
    transition: opacity 0.5s ease, visibility 0.5s ease; /* Smooth transition */
}

/* 2. Active State: Show the overlay */
.search-form-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

/* 3. Style the Form (adjust placeholders to match your design) */
.search-form-overlay .search-form {
    max-width: 600px;
    width: 100%;
    display: flex;
    box-shadow: 0px -4px 50px 0px rgba(0, 0, 0, 0.25) !important;
    border-radius: 50px !important;
}

.search-form-overlay .search-form label {
    width: 100%;
}

.search-form-overlay .search-field {
    flex-grow: 1;
    padding: 30px;
    font-size: 1rem;
    border: 0 solid #fff;
    border-right: none;
    border-radius: 50px 0 0 50px !important;
}

.search-form-overlay .search-submit {
    background: var(--nld-green);
    border: 2px solid var(--white);
    color: var(--white);
    padding: 15px 20px;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    transition: all 0.5s ease-out;
}
.search-form-overlay .search-submit:hover {
    background: var(--nld-yellow);
    color: var(--black);
    padding: 15px 20px;
}

.search-form-overlay .close-search-overlay {
    position:fixed;
    top: 20px;
    right: 20px;
    padding: 0 8px;
    border-radius: 50%;
    background: var(--white);
    border: none;
    font-size: 1.35rem;
    color: var(--nld-green);
    cursor: pointer;
    transition: all 0.5s ease-out;
}
.search-form-overlay .close-search-overlay:hover {
    background: var(--nld-yellow);
    color: var(--black);
}

/* 1. Initial State: ONLY hide products if we are on the search page */
.search #nld-products-grid > div[class*="col-"] {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-out;
}

/* 2. Animated State: Show them when the JS adds the class on the search page */
.search #nld-products-grid > div[class*="col-"].is-animated {
    opacity: 1;
    transform: translateY(0);
}





/* ---:::::::::::::::::::::::::::::::::::: PRODUCTS/COCKTAILS CARDS ::::::::::::::::::::::::::::::::::::---  */
.nld-clickable-card {
    height:400px; 
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    opacity: 0;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.nld-clickable-card:hover {
    transform: scale(1.02);
    box-shadow: 0px 4px 25px rgba(0,0,0,0.15) !important;
}
.nld-clickable-card.loaded {
    opacity: 1;
}






/* ---:::::::::::::::::::::::::::::::::::: MATOMO DISCLAIMER ::::::::::::::::::::::::::::::::::::---  */
#cookie-banner {
    position:fixed; 
    bottom:10px; 
    right:10px; 
    margin-left:10px; 
    max-width:410px; 
    padding: 30px 25px 15px 25px; 
    border-radius:20px; 
    background: var(--white); 
    z-index: 9999;
}

#cookie-banner p {
    font-size: 0.8rem !important;
    line-height: 1.3rem !important;
}

#consent-status {
    font-size: 0.8rem;
    padding: 5px;
    background-color:var(--lighter-grey); /* Light background, adjust to match theme */
    border-radius: 5px;
    margin: 5px auto;
}
#consent-status-text {
    font-weight: 600;
    color: #198754; /* Green to match .marker-highlight-green, adjust as needed */
}

/* Custom CSS for the Fading Notification Banner */
#tracking-preference-notification {
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; 
}
#tracking-preference-notification.show {
    opacity: 1;
}




/* ---:::::::::::::::::::::::::::::::::::: SCROLL BACK TOP ::::::::::::::::::::::::::::::::::::---  */
#ast-scroll-top {
    display: none !important;
}