/* *, *:before, *:after{ box-sizing: border-box} */

/* body{ margin: 0; padding: 0; box-sizing: border-box;} */

.container-fluid {
    max-width: 1440px;
    /* border: 1px solid gray; */
}

.playfair {
    font-family: 'Playfair Display';

}

.bellefair {
    font-family: "Bellefair", serif;
}


body {
    background-color: #F8F9FA;
    font-family: 'Playfair Display', serif;
}

a {
    text-decoration: none;
    color: inherit;
}


.form-check-input {
    border-radius: 0px;
    border: 1px solid #ccc;
    /* your default border color */
}

.form-check-input:checked {
    background-color: #000;
    color: #fff;
    border-color: #000;
    /* add this line to override default */
    /* border-radius: 10px; */
}

input[type="checkbox"]:focus,
input[type="checkbox"]:checked {
    outline: none;
    box-shadow: none;
    border-color: #000;
}


.text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ************************ */
/* Header menu section  */
/* ************************ */
/* Default: no animation or hover effect */
.hover-zone {
    max-height: none;
    overflow: visible;
}

#header-power-search .form-control:focus {
    box-shadow: none;
}

/* Desktop only */
@media (min-width: 992px) {
    .hover-zone {
        max-height: 109px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
    }

    .hover-zone:hover {
        max-height: 320px;
        /* your desired height */
    }

    .hover-zone .hide-on-load {
        opacity: 0;
        pointer-events: none;
        display: none;
        transition: opacity 0.3s ease 0.1s;
    }

    .hover-zone:hover .hide-on-load {
        display: flex !important;
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 991.98px) {
    .hover-zone {
        display: none;
    }
}

.main-menu a {
    height: 41px;
    padding: 10px;
}

/* .submenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}

.submenu.show {
  opacity: 1;
  visibility: visible;
} */


.submenu li,
.mobile-li li {
    height: 32px;
    padding: 8px;
    list-style: none;
    /* Optional - removes bullets */
}

.submenu p {
    margin: 0;
    height: 44px;
    padding: 10px 8px;
}

.submenu-about .custom-img {
    width: 400px;
    height: 225px;
    object-fit: cover;
}

.submenu-about .centered-overlay {
    width: 205px;
    height: 165px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    /* Optional: makes text readable */
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.015em;
    color: rgba(251, 251, 251, 1) !important;
}



/* ----------- / Header menu section---------------  */

.section-mb-64 {
    /* margin-top: 64px; */
    margin-bottom: 64px !important;
}

.b-400-64-06em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.5;
    color: #212529;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: rgba(33, 37, 41, 1);
}

.b-400-80-96-08em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: clamp(3.6rem, 6vw, 6rem);
    /* Responsive from 57.6px to 96px */
    color: #212529;
    letter-spacing: -0.08em;
    text-transform: uppercase;
    color: rgba(33, 37, 41, 1);
}

.bg-gray {
    background-color: #F4F4F4 !important;
}

.display-1,
.b-400-56-100 {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: clamp(3rem, 5vw, 3.5rem);
    /* font-size: 56px; */
    min-height: 100px;
    max-height: 100px;
    line-height: clamp(48px, 5vw, 100px);
    color: #212529;
    letter-spacing: -0.08em;
    text-transform: uppercase;
}

.b-400-10-150-015em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #505050;
}

.b-400-12-150-015em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .05em;
    color: rgba(33, 37, 41, 1);
}

.b-400-12-150-08em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: rgba(10, 9, 8, 1);
}

.b-400-14-150-015em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.015em;
    color: rgba(33, 37, 41, 1);
}

.b-400-16-150-0 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5B5B5B;
    font-family: "Bellefair", serif;
}

.b-400-16-150-2rem {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 1);
}

.b-400-16-150-015em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.015em;
    color: rgba(33, 37, 41, 1);
}

.b-400-16-170-015em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .05em;
    color: rgba(33, 37, 41, 1);
}

.b-400-18-150-02em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .05em;
    ;
    color: rgba(33, 37, 41, 1);
}

.b-400-20-150-015em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .05em;
    color: rgba(33, 37, 41, 1);
}

.b-400-24-150-015em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: clamp(1rem, 5vw, 1.5rem);
    line-height: 1.5em;
    letter-spacing: 1.5px;
    color: rgba(33, 37, 41, 1);


}


.b-400-240-240-015em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: clamp(4.5rem, 16vw, 15rem);
    line-height: 240px;
    /* line-height: 15em; */

    letter-spacing: 1.5px;
    color: rgba(251, 251, 251, 1);
}



.b-400-100-100-08em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    /* font-size: 100px; */
    /* line-height: 100px; */
    /* line-height: 6.25em; */
    font-size: clamp(60px, 8vw, 100px);
    line-height: clamp(60px, 8vw, 100px);


    /* font-size: clamp(3rem, 6.5vw, 6.25rem);*/
    /* line-height: clamp(3.3rem, 7vw, 7rem);  */
    letter-spacing: -0.08em;
    color: rgba(33, 37, 41, 1);
}

.b-400-56-64-08em {
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.08em;
    color: rgba(33, 37, 41, 1);
}


.p-400-8-150-015em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 8px;
    line-height: 1.5;
    letter-spacing: 0.015em;
    color: rgba(33, 37, 41, 1);
}

.p-400-10-150-015em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.015em;
    color: rgba(33, 37, 41, 1);
}

.p-400-12-150-0 {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(33, 37, 41, 1);
}

.p-400-12-150-015em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: rgba(33, 37, 41, 1);
}

.p-400-14-150-015em-header {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #5A5D60;
}

.p-400-14-150-015em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: clamp(12px, 5vw, 14px);
    line-height: 1.5;
    letter-spacing: .05em;
    color: rgba(33, 37, 41, 1);
}

.p-400-14-150-4em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #6C757D;
}

.p-400-14-150-0em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #6C757D;
}

.p-400-14-150-0em-black {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(33, 37, 41, 1);
}

.p-400-16-150-0em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(33, 37, 41, 1);
}

.p-400-16-150-015em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .05em;
    color: rgba(33, 37, 41, 1);
}

.p-400-16-170-015em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .05em;
    color: rgba(33, 37, 41, 1);
}

.p-400-16-180-015em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
    color: rgba(33, 37, 41, 1);
}

.p-400-20-150-015em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.015em;
    color: rgba(33, 37, 41, 1);
}

.p-400-20-150-0em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(33, 37, 41, 1);
}

.p-400-24-150-015em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: clamp(1rem, 5vw, 1.5rem);
    line-height: 1.5;
    letter-spacing: .05em;
    color: rgba(251, 251, 251, 1);
}

.p-400-32-150-0em {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(10, 9, 8, 1);
}

.p-500-14-150-015em {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.015em;
    color: #212529;
}

.p-500-16-150-0em {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(72, 75, 78, 1);
}

.p-500-24-150-015em {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: clamp(1rem, 5vh, 1.5rem);
    line-height: 1.5;
    letter-spacing: .05em;
    color: rgba(251, 251, 251, 1);
}

.p-500-24-150-0-b {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(33, 37, 41, 1);
}

.p-500-28-150-0 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: clamp(15px, 3vw, 28px);
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(33, 37, 41, 1);
}

.p-500-32-150-0 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(33, 37, 41, 1);
}

.p-500-48-150-0 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: clamp(2.5rem, 5vw, 3rem);
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(10, 9, 8, 1);
}


.p-600-24-150-015em {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .05em;
    color: rgba(33, 37, 41, 1);
}

.p-600-16-150-015em {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.015em;
    color: rgba(33, 37, 41, 1);
}

.underline-hover {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.underline-hover::after {
    content: '';
    position: absolute;
    bottom: 0.1em;
    /* 🔧 Adjust this for tighter spacing */
    left: 50%;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s ease, left 0.3s ease;
}

.underline-hover:hover::after {
    width: 100%;
    left: 0;
}

.underline-hover-sm {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.underline-hover-sm::after {
    content: '';
    position: absolute;
    bottom: 0.5em;
    /* 🔧 Adjust this for tighter spacing */
    left: 50%;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s ease, left 0.3s ease;
}

.underline-hover-sm:hover::after {
    width: 100%;
    left: 0;
}


.btn-chick {
    min-width: 220px !important;
    max-width: 220px !important;

    background-color: rgba(33, 37, 41, 1);
    border-color: rgba(33, 37, 41, 1) !important;
    border-radius: 0;
    color: rgba(251, 251, 251, 1);

    min-height: 56px !important;
    max-height: 56px !important;
    padding: 8px 16px;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-transform: uppercase;

}

.btn-chick:hover {
    background-color: rgba(33, 37, 41, 0.8);
    border-color: rgba(33, 37, 41, 0.8);
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}


/* ------------------ Topbar ------------------ */
.topbar {
    color: #F8F9FA;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: "Bellefair", serif;
    padding: 6px 12px;
    background-color: #212529;
}

/* ------------------ Logo Section ------------------ */
#logodiv {
    box-shadow: 0px 4px 8px #00000008;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 373px;
    height: 93px;
}

/* Image inside logo */
.logo img {
    width: 100%;
    height: auto;
}




/* swiper icon custom style; */

.swiper.mySwiper-curator {
    position: relative;
    padding: 0 50px;
    /* leave room for arrows */
}

/* Common styles for both buttons */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 5px);
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    top: 47%;
    transform: translateY(-50%);
    z-index: 10;
    color: black;
    border: 30px solid white;
    border-radius: 50%;
    background-color: white;
    /* Optional for better visibility */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

/* /swiper icon custom style; */




/* ===========================================
   ==============  carasoul =============
   =========================================== */
/* .hover-z {
  display: inline;
  line-height: normal;
  position: relative;
  z-index: 0;
}

.hover-z:hover {
  z-index: 1;
} */

.wrapper {
    max-width: 1305px;
    position: relative;
}

.fa-angle-left,
.fa-angle-right {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 35%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    user-select: none;
    z-index: 10;
}

.wrapper i:first-child {
    left: -22px;
}

.wrapper i:last-child {
    right: -22px;
}

.carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 270px;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 10px;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grabbing;
    user-select: none;
}

.card {
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background: none;
}

.img-container {
    width: 270px;
    height: 370px;
    overflow: hidden;
}

.card img {
    width: 270px;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.card:hover img {
    transform: scale(1.05);
}

.card-body {
    width: 270px;
    padding: 8px 10px 6px 10px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transform: translateY(10px);
    margin-top: 0;
}

.card:hover .card-body {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



.fst-italic {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: italic;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .05em;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;

}






/* Heart styles */
.heart-icon {
    font-size: 0.98rem;
    color: transparent;
    -webkit-text-stroke: 1px #0A0908;
    transition: all 0.3s ease;
    cursor: pointer;
}

.heart-icon:hover {
    color: rgb(170, 169, 169);
}

.heart-icon.clicked {
    color: #0A0908;
}

/*----------END carousel --------------*/





/* Responsive adjustments */
@media (max-width: 991.98px) {
    .logo {
        width: 280px;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .logo {
        width: 220px;
        height: auto;
    }
}

/* .footer-logo {
    width: 937px;
    height: 234px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
} */

/* Image inside footer logo */
/* .footer-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
} */

/* Tablet */
@media (max-width: 991.98px) {
    /* .footer-logo {
        width: 600px;
        height: 160px;
    } */
}

/* Mobile */
@media (max-width: 575.98px) {
    /* .footer-logo {
        width: 320px;
        height: 100px;
    } */
}


/* ------------------ Footer ------------------ */
/* .footer {
    color: #1f1f1f;
    padding: 2rem 1rem;
    font-size: 0.9rem;
    border-top: 1px solid #212529;
    text-align: left;
} */



/* .footer a:hover {
    text-decoration: underline;
} */

/* .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 20px;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
} */

/* ------------------ Footer Text ------------------ */
h6 {
    color: #000;
    font-family: "Bellefair", serif;
    padding: 10px 8px;
}

p {
    color: #484B4E;
    font-family: 'Playfair Display', serif;
    padding: 8px;
}

.social-icon {
    color: #505050;
    font-size: 20px;
    margin-left: 30px;
    /* spacing between icons */
    transition: color 0.3s;
    height: 24px;
    width: 24px;
}


.lastp {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.04em;
    color: #6C757D;
    padding: 8px 0;
    margin: 0;
}

input[type="checkbox"] {
    accent-color: rgba(33, 37, 41, 1);
}



/* ------------------ Responsive Layout ------------------ */
@media (max-width: 767.98px) {
    /* .footer .row > div {
        text-align: center;
        margin-bottom: 1.5rem;
    } */

    .lastp {
        text-align: center;
        margin-bottom: 1rem;
    }

    .social-icon {
        margin: 0 5px;
    }


    .logo {
        max-width: 80%;
    }
}




/* ------------------ just for testing purpose ------------------ */

.bo {
    border: 1px solid red;
}

.bogray {
    border: 1px solid gray;
}

.bogreen {
    border: 1px solid green;
}

.boblue {
    border: 1px solid blue;
}

.boyellow {
    border: 1px solid yellow;
}

/* --------------- END - just for testing purpose END ---------------- */


.size {
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 8px;
    cursor: pointer;
    background-color: #F0F0F0;
}

.size-active {
    background-color: #fff;
    border: 1px solid #000;
}

/* ----------color----------- */
.sizecolor {
    padding: 8px 12px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    background-color: #F0F0F0;
}

.sizecolor-active {
    background-color: #fff;
    border: 1px solid #000;
}


/* Quantity buttons and input */
.uniform-elements .btn,
.uniform-elements .form-control.quantity-input {
    width: 48px;
    height: 48px;
    padding: 0;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1;
    border: none;
    border-radius: 0;
    box-shadow: none;
    flex: 0 0 auto;
}

.uniform-elements .minus-btn {
    background-color: rgba(33, 37, 41, 0.02);
}

.uniform-elements .plus-btn,
.uniform-elements .quantity-input {
    background-color: rgba(33, 37, 41, 0.05);
}

/* Input group wraps tightly */
.input-group.uniform-elements {
    width: fit-content;
    height: auto;
    align-items: center;
}

/* ADD TO CART */
.add-to-cart-btn {
    height: 56px;
    padding: 8px 16px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-400-18-150-02em {
    color: #FBFBFB;
}

/* ----------color----------- */
.sizecolor {
    padding: 8px 12px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    background-color: #F0F0F0;
}

.sizecolor-active {
    background-color: #fff;
    border: 1px solid #000;
}

#notification {
    transition: opacity 0.5s, transform 0.5s;
}


/* ********************************** */
/************ sticky widget ***********/
/* ********************************** */
#sticky-widget {
    transition: opacity 0.4s ease;
}

#sticky-widget[style*="display: none"] {
    opacity: 0;
}

#sticky-widget:not([style*="display: none"]) {
    opacity: 1;
}
/* ---------/ sticky widget------------- */