.wishlist-toast {

    position: fixed;

    bottom: 30px;

    right: 30px;

    background: #6b3e26;

    color: white;

    padding: 15px 25px;

    border-radius: 30px;

    font-size: 16px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

    z-index: 9999;

    animation: slideUp .4s ease;

}



@keyframes slideUp {

    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }

}
/* ===============================
   WISHLIST NAV COUNT
================================ */

.wishlist-icon {

    position: relative;

}


#wishlistCount {

    position: absolute;

    top: -10px;

    right: -12px;

    background: #eea7ef;

    color: white;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    font-size: 12px;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* ===============================
   EMPTY WISHLIST
================================ */


.empty-wishlist {

    text-align: center;

    padding: 80px 20px;

}


.empty-wishlist h2 {

    color: #6b3e26;

    font-size: 32px;

}


.shop-btn {

    display: inline-block;

    margin-top: 25px;

    padding: 14px 35px;

    background: #6b3e26;

    color: white;

    text-decoration: none;

    border-radius: 30px;

    transition: .3s;

}


.shop-btn:hover {

    background: #9b5d36;

}
.wishlist-section {

    padding: 80px 0;

    background: #faf6f0;

}


#wishlistItems {

    display: flex;

    flex-direction: column;

    gap: 30px;

}


.wishlist-card {

    display: flex;

    gap: 30px;

    background: white;

    padding: 25px;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}


.wishlist-card img {

    width: 250px;

    height: 250px;

    object-fit: cover;

    border-radius: 15px;

}


.wishlist-info h3 {

    font-size: 26px;

    color: #6b3e26;

}


.cart-btn,
.remove-btn {

    padding: 12px 25px;

    border: none;

    border-radius: 25px;

    cursor: pointer;

}


.cart-btn {

    background: #6b3e26;

    color: white;

}


.remove-btn {

    background: #ddd;

}






/* =========================================================
   SUTRIKA — PREMIUM WISHLIST HERO
   Matches the MY ORDERS dashboard styling
========================================================= */

.wishlist-hero {

    position: relative;

    width: 100%;

    min-height: 690px;

    padding: 95px 6% 55px;

    box-sizing: border-box;

    overflow: hidden;

    text-align: center;


    background:
        url("../ASSETS/ACCOUNT/account-banner.jpg");

}


/* =========================================================
   SAMBALPURI BACKGROUND PATTERN
========================================================= */

.wishlist-pattern {

    position: absolute;

    inset: 0;

    background-image:
        url("../ASSETS/IMAGES/patterns/sambalpuri-pattern.png");

    background-repeat: repeat;

    background-size: 380px;

    opacity: 0.075;

    pointer-events: none;

}


/* =========================================================
   SOFT BACKGROUND GLOW
========================================================= */

.wishlist-hero::before {

    content: "";

    position: absolute;

    width: 430px;

    height: 430px;

    top: -230px;

    left: -120px;

    border-radius: 50%;

    background:
        rgba(243, 240, 241, 0.945);

    filter: blur(65px);

}


/* RIGHT SIDE GLOW */

.wishlist-hero::after {

    content: "";

    position: absolute;

    width: 430px;

    height: 430px;

    right: -150px;

    bottom: -240px;

    border-radius: 50%;

    background:
        rgba(231, 222, 228, 0.943);

    filter: blur(65px);

}


/* =========================================================
   HERO CONTENT
========================================================= */

.wishlist-hero-content {

    position: relative;

    z-index: 2;

    max-width: 1250px;

    margin: 0 auto;

    padding-top: 15px;

}


/* =========================================================
   TOP GOLD ORNAMENT
========================================================= */

.wishlist-ornament {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    margin-bottom: 20px;

}


.wishlist-ornament span {

    display: block;

    width: 80px;

    height: 1px;

    background:
        linear-gradient(to right,
            transparent,
            #c5a24a);

}


.wishlist-ornament span:last-child {

    background:
        linear-gradient(to left,
            transparent,
            #c5a24a);

}


.wishlist-ornament i {

    color: #b47d20;

    font-size: 12px;

}


/* =========================================================
   SMALL GOLD TITLE
========================================================= */

.wishlist-eyebrow {

    margin: 0 0 12px;

    color: #a87820;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 5px;

    text-transform: uppercase;

}


/* =========================================================
   MAIN TITLE
========================================================= */

.wishlist-hero h1 {

    margin: 0;

    color: #30251f;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(48px, 5vw, 70px);

    font-weight: 500;

    letter-spacing: 1px;

    line-height: 1.1;

}


/* =========================================================
   SUBTITLE
========================================================= */

.wishlist-subtitle {

    margin:
        24px auto 0;

    max-width: 650px;

    color: #78695d;

    font-size: 18px;

    line-height: 1.7;

}


/* =========================================================
   DASHBOARD CARDS
========================================================= */

.wishlist-dashboard {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 30px;

    width: 100%;

    max-width: 1250px;

    margin:
        65px auto 0;

}


/* =========================================================
   INDIVIDUAL CARD
========================================================= */

.wishlist-dashboard-card {

    position: relative;

    display: flex;

    align-items: center;

    gap: 24px;

    min-height: 185px;

    padding:
        30px 32px;

    box-sizing: border-box;

    text-align: left;

    background:
        rgba(255, 255, 255, 0.94);

    border:

        1px solid rgba(197, 162, 74, 0.22);

    border-top:
        4px solid #c5a24a;

    border-radius: 22px;

    box-shadow:
        0 14px 35px rgba(70, 50, 30, 0.09);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

}


/* =========================================================
   BOTTOM DECORATIVE CIRCLE
========================================================= */

.wishlist-dashboard-card::after {

    content: "";

    position: absolute;

    width: 125px;

    height: 125px;

    right: -48px;

    bottom: -58px;

    border-radius: 50%;

    background:
        rgba(197, 162, 74, 0.08);

    pointer-events: none;

}


/* =========================================================
   CARD HOVER
========================================================= */

.wishlist-dashboard-card:hover {

    transform:
        translateY(-7px);

    box-shadow:
        0 22px 45px rgba(70, 50, 30, 0.14);

}


/* =========================================================
   ICON CIRCLE
========================================================= */

.wishlist-dashboard-icon {

    position: relative;

    z-index: 2;

    flex-shrink: 0;

    width: 78px;

    height: 78px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(145deg,
            #fffdf8,
            #f5ead2);

    border:
        1px solid #d8b45a;

    color: #b47d20;

    font-size: 25px;

    box-shadow:
        0 7px 18px rgba(171, 122, 30, 0.13);

    transition:
        transform 0.3s ease;

}


.wishlist-dashboard-card:hover .wishlist-dashboard-icon {

    transform:
        scale(1.08);

}


/* =========================================================
   CARD CONTENT
========================================================= */

.wishlist-dashboard-info {

    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    gap: 5px;

}


/* CARD LABEL */

.wishlist-dashboard-info>span {

    color: #a87820;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;

}


/* CARD NUMBER / VALUE */

.wishlist-dashboard-info strong {

    color: #30251f;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;

    font-weight: 500;

    line-height: 1.1;

}


/* CARD DESCRIPTION */

.wishlist-dashboard-info small {

    color: #88796d;

    font-size: 13px;

    line-height: 1.5;

}


/* =========================================================
   CART CARD
========================================================= */

.wishlist-cart-card {

    cursor: pointer;

}


/* =========================================================
   PRODUCT SECTION BELOW HERO
========================================================= */

.wishlist-products-section {

    padding:
        70px 0 90px;

    background:
        #faf6f0;

}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 950px) {

    .wishlist-hero {

        min-height: auto;

        padding:
            90px 25px 60px;

    }


    .wishlist-dashboard {

        grid-template-columns: 1fr;

        max-width: 650px;

        gap: 20px;

    }


    .wishlist-dashboard-card {

        min-height: 150px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .wishlist-hero {

        padding:
            75px 18px 45px;

    }


    .wishlist-hero-content {

        padding-top: 10px;

    }


    .wishlist-ornament span {

        width: 55px;

    }


    .wishlist-eyebrow {

        font-size: 10px;

        letter-spacing: 3px;

    }


    .wishlist-hero h1 {

        font-size: 42px;

    }


    .wishlist-subtitle {

        font-size: 15px;

    }


    .wishlist-dashboard {

        margin-top: 45px;

    }


    .wishlist-dashboard-card {

        min-height: 135px;

        padding: 22px;

        gap: 18px;

    }


    .wishlist-dashboard-icon {

        width: 62px;

        height: 62px;

        font-size: 21px;

    }


    .wishlist-dashboard-info strong {

        font-size: 30px;

    }

}




/* =========================================================
   SUTRIKA PREMIUM WISHLIST PRODUCT CARD
   ========================================================= */

.wishlist-card {
    position: relative;
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 42px;

    width: min(1380px, 90%);
    margin: 0 auto 38px;

    padding: 28px;

    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.98),
            rgba(250, 247, 239, 0.98));

    border: 1px solid rgba(197, 162, 74, 0.28);
    border-top: 4px solid #C5A24A;

    border-radius: 24px;

    box-shadow:
        0 15px 40px rgba(74, 45, 30, 0.08);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Decorative corner */

.wishlist-card::after {

    content: "";

    position: absolute;

    right: -65px;
    bottom: -65px;

    width: 150px;
    height: 150px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(197, 162, 74, 0.13),
            rgba(197, 162, 74, 0.03) 65%,
            transparent 70%);

    pointer-events: none;
}


/* Hover */

.wishlist-card:hover {

    transform: translateY(-7px);

    border-color: rgba(197, 162, 74, 0.55);

    box-shadow:
        0 22px 50px rgba(74, 45, 30, 0.14);
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.wishlist-card>img {

    width: 270px;
    height: 270px;

    object-fit: cover;

    border-radius: 18px;

    border: 1px solid rgba(197, 162, 74, 0.45);

    padding: 7px;

    background: #F6F0E6;

    box-shadow:
        0 8px 22px rgba(74, 45, 30, 0.12);

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}


.wishlist-card:hover>img {

    transform: scale(1.025);

    box-shadow:
        0 14px 30px rgba(74, 45, 30, 0.18);
}


/* =========================================================
   PRODUCT INFORMATION
   ========================================================= */

.wishlist-info {

    position: relative;

    z-index: 2;

    display: flex;
    flex-direction: column;

    justify-content: center;

    padding: 8px 25px 8px 0;
}


/* Category */

.wishlist-info>span {

    display: inline-flex;

    width: fit-content;

    padding: 7px 14px;

    margin-bottom: 12px;

    border-radius: 30px;

    background: rgba(197, 162, 74, 0.10);

    border: 1px solid rgba(197, 162, 74, 0.28);

    color: #9A6B16;

    font-size: 0.76rem;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* Product name */

.wishlist-info h3 {

    position: relative;

    margin: 0;

    padding-bottom: 15px;

    color: #3A2921;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 2rem;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 0.8px;
}


/* Gold divider */

.wishlist-info h3::after {

    content: "";

    display: block;

    width: 62px;
    height: 2px;

    margin-top: 13px;

    background:
        linear-gradient(to right,
            #C5A24A,
            rgba(197, 162, 74, 0.15));
}


/* Price */

.wishlist-info h2 {

    margin: 7px 0 12px;

    color: #9A6B16;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 1.55rem;

    font-weight: 600;
}


/* Description */

.wishlist-info p {

    max-width: 720px;

    margin: 0 0 22px;

    color: #76665B;

    font-size: 1rem;

    line-height: 1.7;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.wishlist-buttons {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 3px;
}


/* Common button */

.wishlist-buttons button {

    border: none;

    cursor: pointer;

    min-height: 46px;

    padding: 0 22px;

    border-radius: 30px;

    font-family: inherit;

    font-size: 0.92rem;

    font-weight: 600;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


/* Add to Cart */

.wishlist-buttons .cart-btn {

    color: #fff;

    background:
        linear-gradient(135deg,
            #7A4529,
            #5E321F);

    box-shadow:
        0 7px 18px rgba(94, 50, 31, 0.20);
}


.wishlist-buttons .cart-btn:hover {

    transform: translateY(-2px);

    background:
        linear-gradient(135deg,
            #8D5736,
            #693923);

    box-shadow:
        0 10px 24px rgba(94, 50, 31, 0.28);
}


/* Remove */

.wishlist-buttons .remove-btn {

    color: #7A4529;

    background: transparent;

    border: 1px solid rgba(122, 69, 41, 0.28);
}


.wishlist-buttons .remove-btn:hover {

    transform: translateY(-2px);

    color: #fff;

    background: #7A4529;

    border-color: #7A4529;
}


/* =========================================================
   EMPTY WISHLIST
   ========================================================= */

.empty-wishlist {

    width: min(900px, 90%);

    margin: 60px auto;

    padding: 70px 30px;

    text-align: center;

    background:
        linear-gradient(135deg,
            #fff,
            #F8F3E8);

    border: 1px solid rgba(197, 162, 74, 0.25);

    border-top: 4px solid #C5A24A;

    border-radius: 24px;

    box-shadow:
        0 15px 40px rgba(74, 45, 30, 0.08);
}


.empty-wishlist h2 {

    margin-bottom: 14px;

    color: #3A2921;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 2rem;
}


.empty-wishlist p {

    color: #76665B;

    margin-bottom: 25px;
}


/* =========================================================
   WISHLIST TOAST
   ========================================================= */

.wishlist-toast {

    position: fixed;

    right: 30px;
    bottom: 30px;

    z-index: 9999;

    padding: 15px 24px;

    border-radius: 30px;

    color: #fff;

    background:
        linear-gradient(135deg,
            #7A4529,
            #5E321F);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.18);

    font-weight: 600;

    animation:
        wishlistToastIn 0.35s ease;
}


@keyframes wishlistToastIn {

    from {

        opacity: 0;

        transform: translateY(15px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .wishlist-card {

        grid-template-columns: 1fr;

        gap: 22px;

        padding: 20px;

    }


    .wishlist-card>img {

        width: 100%;
        height: 320px;

    }


    .wishlist-info {

        padding-right: 0;

    }


    .wishlist-info h3 {

        font-size: 1.65rem;

    }


    .wishlist-buttons {

        flex-wrap: wrap;

    }

}

/* ==========================================================
   SUTRIKA - BACK TO TOP BUTTON
========================================================== */

.sutrika-back-to-top {

    position: fixed;

    right: 30px;
    bottom: 30px;

    width: 52px;
    height: 52px;

    border: 1px solid #C5A24A;

    border-radius: 50%;

    background: #4A1024;

    color: #C5A24A;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 22px;
    font-weight: 600;

    line-height: 1;

    cursor: pointer;

    opacity: 0;
    visibility: hidden;

    transform: translateY(15px);

    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .35s ease,
        background .3s ease,
        color .3s ease,
        box-shadow .3s ease;

    z-index: 9999;

}


/* Show button */

.sutrika-back-to-top.show {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}


/* Hover */

.sutrika-back-to-top:hover {

    background: #C5A24A;

    color: #4A1024;

    transform: translateY(-5px);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, .22);

}


/* Mobile */

@media (max-width: 768px) {

    .sutrika-back-to-top {

        right: 18px;
        bottom: 18px;

        width: 46px;
        height: 46px;

        font-size: 19px;

    }

}