body {
    font-family: "Urbanist", sans-serif;
    background-color: #fff;
}

/* ========== Top Bar ========== */
.topbar {
    background: #fff;
}

.topbar a {
    font-weight: 500;
    color: #000;
    font-family: "Urbanist";
}

.topbar a:hover {
    color: #666;
}

/* ========== Navbar ========== */
/* .navbar {
    border-bottom: 1px solid #eee;
} */

/* NAVBAR: always above page content */
.navbar {
    position: sticky;      /* keep it always on top */
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff !important;
    z-index: 5000;        /* higher than any modals / sections */
}

.navbar-brand span {
    letter-spacing: 0.5px;
}

.nav-link {
    color: #000 !important;
    font-weight: 500;
    z-index: 2000;
}

.nav-link:hover {
    color: #555 !important;
}

.dropdown-menu {
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 9100;
}

/* ========== Search Box ========== */
.search-box {
    position: relative;
}

.search-input {
    border-radius: 20px;
    padding-right: 30px;
    padding-left: 30px;
    width: 150px;
    transition: all 0.3s ease;
}

.search-input:focus {
    width: 200px;
    outline: none;
    box-shadow: none;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 7px;
    color: #555;
}

/* ========== Buttons ========== */
.custom-btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #fff !important; /* force text white */
    background-color: #000 !important;
    padding: 5px 14px;
    border: none;
}

.custom-btn-dark:hover {
    background-color: #111 !important;
    color: #fff !important; /* stay white on hover */
}

.user-greeting-mobile {
    font-size: 14px;
    font-weight: 500;
}


.cart-badge {
    position: absolute;
    top: -6px;
    right: -10px;

    background: #dc3545;
    color: #fff;

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

    min-width: 18px;
    height: 18px;

    padding: 0 5px;
    border-radius: 50%;

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

    line-height: 1;
}


/* ========== Responsive ========== */
@media (max-width: 992px) {
    .navbar-collapse {
        background: #fff;
        padding: 15px;
    }

    .search-box {
        display: none;
    }

    .topbar .container {
        flex-direction: column;
        gap: 5px;
    }
}
/* ================================
   MOBILE & MEDIUM NAVBAR (White)
   Matches your reference layout
   ================================ */
@media (max-width: 992px) {
    /* Hide the topbar on mobile */
    .topbar {
        display: none;
    }

    /* Navbar stays white but floats above hero */
    .navbar {
        position: fixed; /* sits over hero */
        top: 0;
        left: 0;
        right: 0;
        background: #ffffff !important; /* WHITE BG */
        border-bottom: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        /* z-index: 2000; */
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }

    .navbar .container {
        padding-inline: 1rem;
    }

    /* Logo size like screenshot */
    .navbar-brand img {
        width: 110px;
        height: auto;
    }

    /* Search box hidden on mobile */
    .search-box {
        display: none !important;
    }

    /* Icons stay dark (black) on mobile */
    .navbar .bi {
        color: #000 !important;
        font-size: 1.25rem;
    }

    /* Hamburger button — black icon */
    .navbar-toggler {
        border: none;
        padding: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        filter: invert(0); /* keep dark, not white */
    }

    /* Dropdown menu white */
    .navbar-collapse {
        background: #ffffff;
        padding: 1rem;
    }

    .navbar-collapse .nav-link {
        color: #000 !important;
        font-size: 1rem;
    }
}

/* Extra small */
@media (max-width: 576px) {
    .navbar .container {
        padding-inline: 0.75rem;
    }

    .navbar-brand img {
        width: 100px;
    }
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/bg2.png") center/cover no-repeat;
    height: 100vh;
}

/* .navbar {
    border-bottom: 1px solid #eee;
} */

.navbar-brand span {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

.nav-link {
    font-weight: 500;
    color: #000 !important;
    z-index: 2000;
}

.nav-link:hover,
.dropdown-item:hover {
    color: #666 !important;
}

.btn-dark {
    border-radius: 5px;
    font-size: 0.9rem;
}

.dropdown a {
    font-family: "Urbanist";
}
.d-flex {
    font-family: "Urbanist";
}

.dropdown-menu {
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: "Urbanist";
    /* z-index: 2100; */
}

.btn button {
    background-color: #000;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    font-family: "Inter";
}

.hero h1 span {
    color: #f8f9fa;
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
        height: auto;
        padding: 100px 0;
    }

    .navbar-collapse {
        background: #fff;
        padding: 15px;
    }

    .btn-dark {
        width: 100%;
        text-align: center;
    }
}


/* Remove blue background when clicking dropdown items */
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent !important; /* or your own color */
    color: inherit !important;               /* keep text color */
    outline: none !important;                /* remove focus ring if any */
}


/* ==========================================
   CAROUSEL INDICATORS (unchanged)
========================================== */
/* Carousel Indicators */
.carousel-indicators [data-bs-target] {
    background-color: #fff;
    width: 30px;
    height: 5px;
    border-radius: 11px;
}

.carousel-indicators {
    bottom: 50px;
    justify-content: flex-start;
    margin-left: 100px;
}

/* HERO SECTION – Desktop */

/* Background images */
.hero-bg-1 {
    background-image: url("/images/bg1.png");
}

.hero-bg-2 {
    background-image: url("/images/bg3.png");
}

.hero-bg-3 {
    background-image: url("/images/bg4.png");
}

.hero-bg-4 {
    background-image: url("/images/bg5.png");
}

/* Foreground hero shoe image */
.hero-image {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 480px;
    max-width: 40%;
    object-fit: contain;
}

/* Accent text */
.highlight {
    color: #f5d10a; /* tweak to your brand color */
}

.hero-slide {
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(35, 34, 34, 0.45);
}

.hero-slide .container {
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

.hero-slide h1 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.hero-slide p {
    max-width: 400px;
    font-size: 12px;
}

/* ===========================
   FLOATING SHOE — ONLY SLIDE 1
   =========================== */
.carousel-item.active .hero-image,
.carousel-item:first-child .hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    max-width: 50%;
    object-fit: contain;
    /* z-index: 1; */
}

/* ===========================
   Responsiveness ≤ 992px (TABLETS)
   Applies to ALL slides
   =========================== */
@media (max-width: 992px) {
    .hero-slide {
        height: 80vh;
    }

    /* Slide text for ALL slides */
    .hero-slide .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 0 1.5rem 3.5rem;
        text-align: left;
    }

    .hero-slide h1 {
        font-size: 2.3rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .hero-slide p {
        max-width: 26ch;
        font-size: 0.85rem;
        margin-bottom: 1.2rem;
    }

    .hero-slide .btn {
        padding: 0.55rem 1.4rem;
        font-size: 0.85rem;
    }

    /* Indicators */
    .carousel-indicators {
        bottom: 24px;
        margin-left: 1.5rem;
    }

    /* Floating shoe ONLY for Slide 1 */
    .carousel-item.active .hero-image,
    .carousel-item:first-child .hero-image {
        width: 380px;
        opacity: 0.9;
        transform: translateY(-10%) scale(1.15);
        transform-origin: center bottom;
        filter: drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.4));
    }
}

/* ===========================
   Phones ≤ 576px
   ALL slides respond
   =========================== */
@media (max-width: 576px) {
    .hero-slide h1 {
        font-size: 1.9rem;
        line-height: 1.1;
    }

    .hero-slide p {
        font-size: 0.75rem;
        max-width: 24ch;
    }

    .hero-slide .btn {
        font-size: 0.8rem;
        padding: 0.5rem 1.3rem;
    }

    .carousel-indicators {
        bottom: 20px;
        margin-left: 1rem;
    }

    /* Floating shoe ONLY on Slide 1 */
    .carousel-item.active .hero-image,
    .carousel-item:first-child .hero-image {
        width: 290px;
        transform: translateY(-80%) scale(1.35);
    }
}

/* ==========================================
   EXTRA SMALL DEVICES (≤ 400px)
========================================== */
@media (max-width: 400px) {
    .hero-image {
        width: 260px;
        transform: translateY(-90%) scale(1.7);
    }

    .hero-slide h1 {
        font-size: 1.7rem;
    }

    .hero-slide p {
        font-size: 0.7rem;
    }

    .carousel-indicators {
        bottom: 18px;
    }
}

/* ================= FEATURED SECTION ================= */
.featured-section {
    background-color: #fff;
    margin-top: 0;
    border-radius: 12px 12px 0 0;
    padding: 60px 0;

}

.featured-section h3 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #222;
}

/* Filter and Category Buttons Row */
.featured-section .btn {
    border-radius: 8px;
    padding: 6px 18px;
    font-size: 0.9rem;
    font-family: "Urbanist";
    font-weight: 500;
    color: rgba(65, 70, 81, 1);
    background-color: transparent;
    transition: all 0.3s ease;
}

.featured-section .btn.active,
.featured-section .btn:hover {
    background-color: rgba(245, 245, 245, 1);
    color: rgba(37, 43, 55, 1);
    border-color: rgba(164, 167, 174, 1);
}

/* Filter / Sort Links */
.featured-section a.text-decoration-none {
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.featured-section a.text-decoration-none:hover {
    color: #555;
}

/* ================= PRODUCT CARD ================= */
.product-card {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
}

.card_bg {
    background-color: rgba(245, 245, 245, 1);
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Product Image */
.product-card img {
    height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

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

/* Heart Button */
.product-card .btn-light {
    border: none;
    background-color: rgba(226, 226, 226, 1);
    color: #ffffff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product-card .btn-light:hover {
    background-color: #000;
    color: #fff;
}

/* Product Info */
.product-card .card-body h6 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #222;
}

.product-card .text-warning {
    color: #ffbb00 !important;
    letter-spacing: 1px;
}

.product-card p {
    font-size: 0.9rem;
    color: #000;
}

/* ================= RESPONSIVE FIXES ================= */
@media (max-width: 768px) {
    .featured-section .d-flex.justify-content-between {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .featured-section .d-flex.flex-wrap.gap-2 {
        justify-content: flex-start;
    }
}

/* ======== About Section ======= */

.about-section img {
    object-fit: cover;
}
.btn-white {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.btn-white:hover {
    background-color: #f8f9fa;
    color: #000;
}

.about_h3 {
    font-family: "Urbanist";
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.about_p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
}

.about_btn button {
    margin-top: 40px;
    border: none;
    background-color: white;
    padding: 7px 16px;
    border-radius: 5px;
    font-family: "Inter";
    font-weight: 500;
}

@media (max-width: 768px) {
    .about-section .image-wrapper {
        height: 250px !important;
    }
}

/* ===== Newsletter Section ===== */
.newsletter-section {
    background: linear-gradient(90deg, #4e4e4e 0%, #000 100%);
    color: #fff;
    margin: 20px 0;
    padding: 40px 0;
    position: relative;
}

.newsletter-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

/* Left side (Image) */
.newsletter-left {
    flex: 1 1 45%;
    text-align: center;
}

.newsletter-left img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Right side (Text + Form) */
.newsletter-right {
    flex: 1 1 45%;
}

.newsletter-right h3 {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 15px;
}

.newsletter-right p {
    color: #ccc;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}

/* Form */
.newsletter-right form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 400px;
}

.newsletter-right input[type="email"] {
    flex: 1;
    min-width: 200px;
    padding: 12px 15px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
}

.newsletter-right input[type="email"]::placeholder {
    color: rgba(164, 167, 174, 1);
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 1;
}

.newsletter-right button {
    background-color: rgba(244, 174, 38, 1);
    color: #000;
    border: none;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-right button:hover {
    background-color: #d99a00;
}

/* ===== Tablet & Medium Screens ===== */
@media (max-width: 900px) {
    .newsletter-container {
        position: relative;
        padding: 0;
        display: block;
    }

    /* Image as background */
    .newsletter-left {
        width: 100%;
        height: 250px;
        position: relative;
        overflow: hidden;
    }

    .newsletter-left img {
        position: absolute;
        top: 0;
        left: 0;

        /* make image wider so shifting doesn't expose gaps */
        width: 150%;
        height: 100%;
        object-fit: cover;

        /* OPTIONAL fine-tuning: how much of the left to show */
        object-position: 10% center;

        /* shift more left, but now safely */
        transform: translateX(-25%);
        transform-origin: left center;

        filter: brightness(0.4);
    }

    /* Text overlays image */
    .newsletter-right {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        color: #fff;
    }

    .newsletter-right h3 {
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .newsletter-right p {
        font-size: 0.85rem;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .newsletter-right form {
        display: flex;
        flex-direction: row;
        gap: 6px;
        justify-content: center;
        width: 100%;
        flex-wrap: nowrap;
        margin-top: 10px;
    }

    .newsletter-right input[type="email"] {
        flex: 1 1 auto;
        min-width: 0;
        padding: 6px 10px;
        font-size: 0.85rem;
    }

    .newsletter-right button {
        padding: 6px 12px;
        font-size: 0.85rem;
        white-space: nowrap;
        flex-shrink: 0;
    }
}

/* =========================
   FOOTER SECTION STYLING
   ========================= */

.footer-section {
    background-color: #fff;
    position: relative;
    margin-top: 80px;
    padding-bottom: 270px;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    /* z-index: 10; */
}

.footer-section h6 {
    font-family: "Urbanist";
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}

.footer-section p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    font-family: "Inter";
    font-weight: 400;
}

.footer-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-section ul li {
    font-family: "Urbanist";
    font-weight: 500;
    margin-bottom: 8px;
}

.footer-section ul li a {
    font-family: "Urbanist";
    font-weight: 500;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.footer-section ul li a:hover {
    color: #a67c52; /* accent color */
}

.footer-section .year {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.footer-section .rights {
    color: rgba(113, 118, 128, 1);
    font-family: "Urbanist";
    font-weight: 400;
    font-size: 16px;
}

.footer-brand img {
    max-width: 130px;
}

.footer-section .bi {
    font-size: 16px;
    vertical-align: middle;
}

/* CONTACT SECTION */
.footer-section .col-md-2 ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* SOCIAL ICONS */
.footer-section .d-flex a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-section .d-flex a:hover {
    background-color: #000;
    color: #fff;
}

/* Watermark background */
.footer-section::after {
    content: "";
    position: absolute;
    bottom: 0; /* Keep watermark at the bottom */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/footer.png") no-repeat center bottom;
    background-size: contain; /* or 'cover' if you want it to fill more */
    opacity: 0.5; /* adjust as desired */
    /* z-index: 999; */
    pointer-events: none;
}

/* RESPONSIVENESS */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }

    .footer-section .footer-brand img {
        margin-bottom: 20px;
    }

    .footer-section .d-flex {
        justify-content: center !important;
    }

    .footer-section h6 {
        margin-top: 25px;
    }
}

/* ========== Men Page ========= */

/* ===============================
   BASE STYLING — DESKTOP FIRST
   =============================== */

/* Title */
.men-hero-section h1 {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    margin-top: 3rem;
}

.men-section .btn-outline-dark.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.men-section .btn-outline-dark:hover {
    background-color: #000;
    color: #fff;
}

.men-hero-section .container h1 {
    font-family: "Urbanist";
    font-weight: 600;
}

.men-hero-section .container p {
    font-family: "Inter";
}
.men-hero-section {
    background-image: url("/images/bg3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb span {
    margin: 0 3px;
}

/* ===============================
    RESPONSIVE LOGIC (TABLETS ≤ 992px)
   =============================== */
@media (max-width: 992px) {
    .men-hero-section {
        text-align: center;
        padding: 3rem 1.2rem;
    }

    .men-hero-section h1 {
        font-size: 2.2rem;
        margin-top: 2rem;
    }

    .men-hero-section p {
        margin: 0 auto;
        font-size: 0.95rem;
        max-width: 480px;
    }
}

/* ===============================
   MOBILE RESPONSIVE ≤ 768px
   =============================== */
@media (max-width: 768px) {
    .men-hero-section {
        padding: 2.5rem 1rem;
    }

    .men-hero-section h1 {
        font-size: 1.9rem;
        margin-top: 2rem;
    }

    .men-hero-section p {
        font-size: 0.9rem;
    }

    .breadcrumb {
        font-size: 0.8rem;
    }
}

/* ===============================
   SMALL PHONES ≤ 480px
   =============================== */
@media (max-width: 480px) {
    .men-hero-section {
        padding: 2rem 0.8rem;
    }

    .men-hero-section h1 {
        font-size: 1.3rem;
        line-height: 1.2;
        margin-top: 8rem;
    }

    .men-hero-section p {
        font-size: 0.7rem;
        line-height: 1.45;
        max-width: 90%;
    }

    .breadcrumb {
        font-size: 0.75rem;
        gap: 3px;
    }
}

/* ========== Women Page ========= */

.women-hero-section h1 {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    margin-top: 4rem;
}

.women-section .btn-outline-dark.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.women-section .btn-outline-dark:hover {
    background-color: #000;
    color: #fff;
}

.women-hero-section .container h1 {
    font-family: "Urbanist";
    font-weight: 600;
}

.women-hero-section .container p {
    font-family: "Inter";
}
@media (max-width: 992px) {
    .women-hero-section {
        text-align: center;
        padding: 3rem 1.2rem;
    }

    .women-hero-section h1 {
        margin-top: 2.5rem;
        font-size: 2.2rem;
    }

    .women-hero-section .container p {
        margin: 0 auto;
        font-size: 0.95rem;
        max-width: 480px;
    }
}

/* ===============================
   MOBILE ≤ 768px
   =============================== */
@media (max-width: 768px) {
    .women-hero-section {
        padding: 2.5rem 1rem;
    }

    .women-hero-section h1 {
        margin-top: 2rem;
        font-size: 1.9rem;
    }

    .women-hero-section .container p {
        font-size: 0.9rem;
    }
}

body {
    top: 0 !important;
}
/* Hide Google branding stuff */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0 !important;
}

/* Hide Google select visually; we control via our own dropdowns */
#google_translate_element select.goog-te-combo {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#google_translate_element {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
}
/* Scrollable language dropdown */
#languageMenuDesktop,
#languageMenuMobile {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ===============================
   SMALL PHONES ≤ 480px
   =============================== */
@media (max-width: 480px) {
    .women-hero-section {
        padding: 2rem 0.8rem;
    }

    .women-hero-section h1 {
        margin-top: 5rem;
        font-size: 1rem;
        line-height: 1.2;
    }

    .women-hero-section .container p {
        font-size: 0.7rem;
        line-height: 1.45;
        max-width: 90%;
        margin: 0 auto;
    }

    .breadcrumb {
        font-size: 0.7rem;
        gap: 3px;
    }
}

/* ======== Category ========= */

/* ======== Product Detail Page =======*/

.breadcrumb {
    padding: 20px 5%;
    color: rgba(37, 43, 55, 1);
    font-size: 16px;
    justify-content: left;
    font-family: "Urbanist";
    font-weight: 500;
}

/* Main Layout */
.product-container {
    display: flex;
    gap: 40px;
    padding: 0 5%;
    margin-bottom: 70px;
}

/* LEFT SECTION */
.left-section {
    width: 55%;
}

.main-image {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 10px;
    background: white;
}

.main-image img {
    width: 100%;
    height: 420px;
    object-fit: contain;
}

.thumbnails {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.thumb {
    border: 1px solid rgba(245, 245, 245, 1);
    background-color: rgba(245, 245, 245, 1);
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}

.thumb img {
    width: 70px;
}

.active-thumb {
    border: 1px solid rgba(244, 174, 38, 1);
    background-color: rgba(233, 234, 235, 1);
}

/* RIGHT SECTION */
.right-section {
    width: 45%;
}

.category {
    color: rgba(83, 88, 98, 1);
    font-family: "Urbanist";
    font-weight: 400;
    font-size: 14px;
}

.product-title {
    font-size: 32px;
    margin-top: 5px;
    font-family: "Urbanist";
    font-weight: 600;
}

.rating {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
}

.rating span {
    color: rgba(102, 102, 102, 1);
    font-family: "Inter";
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
}

.price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.old {
    text-decoration: line-through;
    color: rgba(113, 118, 128, 1);
    font-family: "Urbanist";
    font-weight: 500;
}

.new {
    font-size: 22px;
    font-family: "Urbanist";
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

.discount {
    background: rgba(234, 75, 72, 0.1);
    color: rgba(234, 75, 72, 1);
    font-family: "Poppins";
    font-weight: 500;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
}

/* Colors */
.section-label {
    margin-top: 20px;
    font-weight: 500;
    font-family: "Urbanist";
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.colors {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.color-box {
    border: 1px solid #ccc;
    background-color: rgba(245, 245, 245, 1);
    padding: 3px;
    border-radius: 6px;
    cursor: pointer;
}

.color-box img {
    width: 40px;
}

.active-color {
    border: 0.7px solid rgba(244, 174, 38, 1);
}

.color-name {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    margin-top: 3px;
}

/* Sizes */
.sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;
}

.size {
    border: 1px solid #ccc;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    font-family: "Inter";
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    background-color: rgba(245, 245, 245, 1);
}

.active-size {
    border: 0.7px solid rgba(244, 174, 38, 1);
}

.size:hover {
    background: #000;
    color: #fff;
}

.size-guide {
    color: rgba(244, 174, 38, 1);
    font-size: 12px;
    font-family: "Inter";
    font-weight: 500;
    margin-top: 3px;
    cursor: pointer;
}



/* Row for Add to Cart + Heart */
.add-cart-heart-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Allow button to take full width */
.flex-grow {
    flex: 1;
}

/* Add to Cart Button — make wide like UI */
.add-cart-btn {
    width: 100%;
    height: 48px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px; /* pill shape */
    font-size: 15px;
    font-family: "Urbanist";
    font-weight: 600;
    cursor: pointer;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.add-cart-btn:hover {
    background: #111;
}

/* Heart button */
.heart-btn {
    border: none;
    background: rgba(226, 226, 226, 1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: 0.2s ease;
}

.heart-btn:hover {
    background: #000;
    color: #fff;
}



/* ===== ACCORDION ===== */
.accordion-section {
    margin-top: 25px;
}

/* Each accordion row */
.accordion-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-family: "Urbanist";
    font-size: 15px;
    font-weight: 600;
}

/* Arrow icon */
.accordion-item .arrow {
    transition: transform 0.3s ease;
    font-size: 22px;
    color: #555;
}

/* Rotated arrow when open */
.accordion-item.active .arrow {
    transform: rotate(90deg);
}

/* Accordion hidden content */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out;
    padding-right: 8px;
    color: #444;
    line-height: 1.6;
    font-family: "Urbanist";
}

/* When opened */
.accordion-content.open {
    padding: 12px 0 18px;
}

/* Recommended */
.recommend-section {
    padding: 0 5% 60px 5%;
}

.recommend-section h3 {
    margin-bottom: 20px;
    font-family: "Urbanist";
    font-weight: 600;
}
/* Profile */
/* ===========================
   GENERAL PAGE
   =========================== */

/* ===========================
   PROFILE PAGE WRAPPER
   =========================== */

.profile-page {
    padding-top: 0;
    padding-bottom: 40px;
    margin-bottom: 3rem;
}

/* ===========================
   BREADCRUMB
   =========================== */

/* Full-width grey bar across screen */
.breadcrumb-bar {
    width: 100%;
    background-color: #f3f4f6;
    padding: 10px 0;
    margin-bottom: 1rem;
}

/* Inner heading text */
.profile-breadcrumb {
    width: 100%;
    max-width: 100%;
    padding: 4px 8px;
    border-radius: 8px;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

/* Small screens: move breadcrumb slightly away from nav */
@media (max-width: 767.98px) {
    .breadcrumb-bar {
        margin-top: 1rem; /* tweak as you like */
    }
    .profile-breadcrumb {
        margin-top: 2rem;
        font-size: 10px;
    }
}

/* ===========================
   LAYOUT: SIDEBAR + MAIN CONTENT
   =========================== */

.profile-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    position: relative;
}

/* Vertical divider between sidebar and main content (desktop only) */
.profile-layout::before {
    content: "";
    position: absolute;
    left: 260px; /* aligns exactly after sidebar */
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e5e7eb; /* light grey */
}

/* Stack layout on smaller screens */
@media (max-width: 991.98px) {
    .profile-layout {
        display: block; /* stack sidebar and main card */
    }

    .profile-layout::before {
        display: none; /* hide vertical divider */
    }

    .profile-sidebar {
        margin-bottom: 16px; /* space below sidebar */
    }

    .profile-breadcrumb {
        margin-top: 3rem;
        font-size: 10px;
    }
}

/* ===========================
   SIDEBAR
   =========================== */

.profile-sidebar {
    background-color: #ffffff;
    border: none;
    padding: 20px 18px;
    align-self: flex-start;
    box-sizing: border-box;
}

.profile-sidebar-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 12px;
}

.profile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile-nav-item + .profile-nav-item {
    margin-top: 6px;
}

.profile-nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(113, 118, 128, 1);
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    background-color: transparent;
    transition: background-color 0.18s ease, color 0.18s ease,
        border-color 0.18s ease, box-shadow 0.18s ease;
    box-sizing: border-box;
}

.profile-nav-link span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-nav-link i {
    font-size: 16px;
}

/* hover + active states */

.profile-nav-link:hover {
    background-color: #f3f4f6;
    border-color: #e5e7eb;
}

.profile-nav-link.active {
    background-color: rgba(245, 245, 245, 1);
    color: rgba(37, 43, 55, 1);
    border: none;
}

.profile-nav-link .badge {
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 999px;
    background-color: #f3f4f6;
    color: #4b5563;
}

/* ===========================
   MAIN PROFILE CARD
   =========================== */

.profile-main-card {
    background-color: #ffffff;
    border: none;
    padding: 22px 24px 18px;
    box-sizing: border-box;
    position: relative; /* needed for ::after line */
}

/* Header: avatar + name + email */

.profile-user-info {
    margin-bottom: 50px;
}

.profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.profile-user-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* circular avatar with initial */

.profile-avatar {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    background: radial-gradient(circle at 20% 0, #facc15, #111827);
    color: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
}

.profile-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #111827;
}

.profile-email {
    font-size: 13px;
    color: #6b7280;
}

/* ===========================
   STATS ROW
   =========================== */
/* Stats row layout */
.profile-stats {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 20px;
    max-width: 420px;
}

@media (max-width: 575.98px) {
    .profile-stats {
        grid-auto-flow: row;
        grid-auto-columns: unset;
        max-width: none;
        text-align: center;
    }
}

.profile-stat-item {
    padding: 0;
    text-align: center; /* centers each stat */
}

.profile-stat-value {
    font-size: 35px;
    font-weight: 600;
    color: rgba(37, 43, 55, 1);
    margin-bottom: 4px;
}

.profile-stat-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(83, 88, 98, 1);
}

/* ===========================
   "BASED ON RECENT SEARCHES"
   SECTION
   =========================== */

.recent-section-header {
    margin-top: 30px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

/* Card grid */

.recent-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 1199.98px) {
    .recent-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .recent-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .recent-products-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.product-card {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 12px 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    transition: box-shadow 0.18s ease, transform 0.18s ease,
        border-color 0.18s ease;
    box-sizing: border-box;
}

.product-card:hover {
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.15);
    transform: translateY(-2px);
    border-color: #111827;
}

.product-card-image-wrapper {
    position: relative;
    border-radius: 14px;
    background-color: #f3f4f6;
    overflow: hidden;
    padding: 12px;
}

.product-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.product-card-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #fde68a;
    color: #92400e;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 999px;
    font-weight: 500;
}

.product-card-title {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 2px;
}

.product-card-price {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.row.g-4 h4 {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 32px;
    margin-top: 8rem;
    margin-bottom: 1rem;
}

/* ===========================
   LOGOUT MODAL
   =========================== */

.logout-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    /* z-index: 1050; */
}

.logout-modal-backdrop.is-visible {
    display: flex;
}

.logout-modal {
    background-color: #ffffff;
    width: 100%;
    max-width: 360px;
    border-radius: 16px;
    padding: 22px 20px 18px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.35);
    box-sizing: border-box;
}

.logout-modal-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.logout-modal-text {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 18px;
}

.logout-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-ghost,
.btn-danger {
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: transparent;
    line-height: 1.2;
}

/* cancel */

.btn-ghost {
    border-color: #e5e7eb;
    color: #111827;
}

.btn-ghost:hover {
    background-color: #f3f4f6;
}

/* confirm logout */

.btn-danger {
    background-color: #111827;
    border-color: #111827;
    color: #f9fafb;
}

.btn-danger:hover {
    filter: brightness(1.05);
}

/* -----CART------ */
/* -----CART------ */
img {
    object-fit: cover;
}

.btn-light {
    border-radius: 8px;
}

.border-start {
    border-left: 1px solid #eee !important;
}
@media (min-width: 992px) {
    .cart-summary-wrapper {
        position: relative;
    }

    .cart-summary-wrapper::before {
        content: "";
        position: absolute;
        left: 66.666%;
        top: 0;
        bottom: 50px; /* <<-- stops divider before bottom */
        width: 1px;
        background: #e6e6e6;
    }
}
/* WISHLIST */

/* Border styling */
.wishlist-item {
    border-color: rgba(233, 234, 235, 1) !important;
}

/* Add to cart button */
.wishlist-add-btn {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 6px;
    border: none;
}

/* Extra-small screens: stack content vertically */
@media (max-width: 480px) {
    .wishlist-item {
        flex-direction: column;
        align-items: stretch;
    }

    .wishlist-item-actions {
        justify-content: flex-end;
        margin-top: 0.75rem;
    }
    .wishlist-item {
        flex-direction: column;
        align-items: stretch;
    }

    .wishlist-item-actions {
        justify-content: flex-end;
        margin-top: 0.75rem;
    }

    .wishlist-add-btn {
        width: auto;
        padding: 8px 16px;
    }
}
/* ORDER */
/* Tabs */
.orders-tabs .nav-link {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #9ca3af;
    padding-bottom: 0.5rem;
}

/* Order card */
.order-card {
    border: 1px solid rgba(233, 234, 235, 1);
    border-radius: 12px;
    padding: 10px 14px;
    background: #fff;
}

.order-img {
    width: 55px;
    height: 55px;
    object-fit: cover;
}
/* Base tab style */
.orders-tabs .nav-link {
    border: none !important;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.5); /* inactive */
    font-weight: 500;
}

/* ACTIVE TAB */
.orders-tabs .nav-link.active {
    color: rgba(244, 174, 38, 1) !important;
    border: none !important;
    border-bottom: 2px solid rgba(244, 174, 38, 1) !important;
    background: transparent !important;
    font-weight: 600;
}

/* Remove focus ring Bootstrap adds */
.orders-tabs .nav-link:focus {
    box-shadow: none !important;
}

/* Status pills */
.status-pill {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
}

.status-confirmed {
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
}

.status-transit {
    background: rgba(251, 191, 36, 0.16);
    color: #b45309;
}

/* Track link */
.track-link {
    font-size: 13px;
    font-weight: 500;
    color: #f59e0b;
    text-decoration: none;
    white-space: nowrap; /* prevents wrapping */
}

.track-link:hover {
    text-decoration: underline;
}
/* delivered */
.status-delivered {
    background: rgba(236, 253, 243, 1);
    color: rgba(2, 122, 72, 1);
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 500;
    display: inline-block;
}

/* =============================
   CART PAGE
============================= */
.cart-container {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    padding: 0 60px;
}

/* Add vertical dividing line */
.cart-container {
    position: relative;
}

.bdcrumb {
    background-color: rgba(233, 234, 235, 1);
    padding-top: 8px;
    padding-bottom: 8px;
}

.cart-summary {
    border-left: 1px solid #e6e6e6;
    padding-left: 30px !important;
}



/* =============================
   LEFT SECTION
============================= */
.cart-left h4 {
    font-size: 26px;
    font-family: "Urbanist";
    font-weight: 600;
    margin-bottom: 25px !important;
}

.cart-item {
    background: #fff;
    border: 1px solid rgba(233, 234, 235, 1);
    border-radius: 12px;
    padding: 12px !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-item + .cart-item {
    margin-top: 20px;
}

/* .cart-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #dcdcdc;
} */

/* Hide the default checkbox */
.cart-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(208, 213, 221, 1); /* Border thickness */
    border-radius: 6px; /* Rounded corners */
    outline: none;
    cursor: pointer;
    position: relative;
    background: #fff;
}

/* Checkmark style */
.cart-item input[type="checkbox"]:checked {
    background-color: #000; /* Checkbox fill color */
    border-color: #000;
}

/* Create the checkmark */
.cart-item input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Product Image */
.item-img img {
    width: 81.11px;
    height: 86.11px;
    border-radius: 12px;
    background: rgba(245, 245, 245, 1);
    padding: 5px;
}

/* =============================
   PRODUCT INFO
============================= */
.cart-item h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Urbanist";
    color: rgba(37, 43, 55, 1);
}

.cart-item p {
    font-size: 14px;
    color: rgba(37, 43, 55, 1);
    font-family: "Urbanist";
    font-weight: 600;
}

/* =============================
   QUANTITY BUTTONS
============================= */
.qty-box {
    padding: 4.48px;
    border: 0.56px solid rgba(233, 234, 235, 1);
    border-radius: 8.97px;
}

.qty-box button {
    background: rgba(255, 246, 242, 1);
    border-radius: 8.97px;
    width: 35.88px;
    height: 35.88px;
    border: none !important;
    color: #222;
    font-size: 18px;
}

.qty-box span {
    font-size: 17.94px;
    margin: 0 12px;
    font-family: "Urbanist";
    font-weight: 500;
    color: rgba(24, 29, 39, 1);
}

.btn-light i {
    font-size: 18px;
}

/* =============================
   ORDER SUMMARY
============================= */
.cart-summary {
    width: 350px;
}

.cart-summary h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Urbanist";
    color: rgba(24, 29, 39, 1);
    margin-bottom: 25px !important;
}

.cart-summary .d-flex {
    font-size: 16px;
    font-family: "Urbanist";
    font-weight: 500;
    margin-bottom: 12px !important;
    color: rgba(83, 88, 98, 1);
}

.bold {
    color: rgba(37, 43, 55, 1);
    font-weight: 800;
    font-family: "Urbanist";
}

.cart-summary hr {
    border: 1px solid rgba(213, 215, 218, 1);
    opacity: 1;
    margin: 15px 0;
}

/* Checkout Button */
.cart-summary button {
    margin-top: 20px;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-family: "Urbanist";
    font-weight: 600;
    border-radius: 10px;
}
.checkout-btn {
    margin-top: 20px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Urbanist";
}

.checkout-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.checkout-btn:hover:not(:disabled) {
    opacity: 0.9;
}


/* =============================
   RECENT SEARCHES
============================= */
.recommend-section {
    padding: 0 60px;
}

.recommend-section h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Urbanist";
    color: rgba(0, 0, 0, 1);
}

/* =============================
   RESPONSIVE
============================= */
@media (max-width: 992px) {
    .cart-container {
        flex-direction: column;
        padding: 0 20px;
    }

    .cart-summary {
        width: 100% !important;
        border-left: none;
        padding-left: 0 !important;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ============ FILTER MODAL POSITION ============ */

/* Attach to Bootstrap modal */
.dlen-filter-modal .filter-modal-dialog {
    max-width: 340px;
    width: 280px;
    margin: 0;
    position: fixed;
    top: 50px; /* tweak up/down to match your screen */
    right: 50px; /* tweak left/right to match your screen */
    transform: none;
}

/* Remove default centered transform */
.dlen-filter-modal.modal.show .modal-dialog {
    transform: none;
}

/* ============ CARD LOOK ============ */

.filter-modal-card {
    border-radius: 20px;
    padding: 18px 20px 20px;
    border: none;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
    font-family: "Inter", "Urbanist";
}

.filter-header h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Urbanist";
    color: rgba(37, 43, 55, 1);
}

.filter-divider {
    margin: 12px 5px 14px;
    border-color: rgb(195, 195, 195);
}

/* body spacing */
.filter-body {
    padding: 0;
}

/* ============ LABELS & RADIO ROWS ============ */

.filter-label {
    font-size: 13px;
    font-weight: 600;
    font-family: "Urbanist";
    color: rgba(37, 43, 55, 1);
    margin-bottom: 5px;
}

.filter-radio-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 5px 0;
    font-size: 14px;
    color: #111827;
    cursor: pointer;
}

.filter-radio-row span {
    font-weight: 500;
    font-family: "Urbanist";
    color: rgba(83, 88, 98, 1);
}

/* hide native radio */
.filter-radio-row input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* custom circle */
.filter-radio-row .custom-radio {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1.5px solid #d1d5db;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* inner dot when checked */
.filter-radio-row input[type="radio"]:checked + .custom-radio {
    border-color: #111827;
    box-shadow: 0 0 0 1px #111827;
}

.filter-radio-row input[type="radio"]:checked + .custom-radio::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: #111827;
}

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

.filter-footer {
    border-top: none;
    padding: 12px 0 0;
}

.filter-btn-apply {
    border-radius: 999px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-family: "Inter";
    padding: 5px 0;
    border: none;
}

.filter-btn-apply:hover {
    background-color: #111;
    color: #fff;
}

.filter-btn-reset {
    border-radius: 999px;
    border: 1px solid rgba(83, 88, 98, 1);
    background-color: #fff;
    color: rgba(113, 118, 128, 1);
    font-weight: 500;
    font-family: "Inter";
    padding: 5px 0;
}

.filter-btn-reset:hover {
    border: 1px solid rgba(83, 88, 98, 1);
    background-color: #fff;
    color: rgba(113, 118, 128, 1);
}

/* ================= SORT MODAL POSITION ================= */

.dlen-sort-modal .sort-modal-dialog {
    max-width: 340px;
    width: 280px;
    margin: 0;
    position: fixed;
    top: 100px; /* tweak to line up exactly with your design */
    right: 50px; /* tweak horizontally as needed */
    transform: none;
}

.dlen-sort-modal.modal.show .modal-dialog {
    transform: none;
}

/* ================= SORT CARD LOOK ================= */

.sort-modal-card {
    border-radius: 20px;
    padding: 18px 20px 20px;
    border: none;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
    font-family: "Inter", "Urbanist";
}

.sort-header h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Urbanist";
    color: rgba(37, 43, 55, 1);
}

.sort-divider {
    margin: 12px 5px 14px;
    border-color: rgb(195, 195, 195);
}

.sort-body {
    padding: 0;
}

/* reuse the same radio-row + custom-radio styles from filter */
/* (if you already added these, you don’t need to add again) */

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

.sort-footer {
    border-top: none;
    padding: 12px 0 0;
}

.sort-btn-apply {
    border-radius: 999px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-family: "Inter";
    padding: 5px 0;
    border: none;
}

.sort-btn-apply:hover {
    background-color: #111;
    color: #fff;
}

.sort-btn-reset {
    border-radius: 999px;
    border: 1px solid rgba(83, 88, 98, 1);
    background-color: #fff;
    color: rgba(113, 118, 128, 1);
    font-weight: 500;
    padding: 5px 0;
}

.sort-btn-reset:hover {
    border: 1px solid rgba(83, 88, 98, 1);
    background-color: #fff;
    color: rgba(113, 118, 128, 1);
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}

.modal-backdrop.show,
.modal-backdrop.fade {
    display: none !important;
    opacity: 0 !important;
}

/* ================= PRODUCT REVIEWS ================= */

.reviews-wrapper {
    margin-top: 24px;
    font-family: "Urbanist", "Inter";
    color: #262626;
}

/* Summary line: ★★★★☆ 4.0 14 Reviews */
.reviews-summary-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews-stars,
.review-stars {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffb400; /* star yellow */
}

.reviews-score {
    font-size: 20px;
    font-weight: 600;
    margin-left: 4px;
}

.reviews-count {
    font-size: 14px;
    color: #808080;
}

.reviews-divider {
    border: 0;
    border-top: 1px solid #ececec;
    margin: 16px 0 24px;
}

/* Individual review block */
.review-item {
    margin-bottom: 24px;
}

.review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.review-author {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.review-text {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    max-width: 640px; /* keeps line length similar to design */
    margin: 0;
}

.review-date {
    font-size: 12px;
    color: #a0a0a0;
    margin-top: 8px;
}

.no-reviews-text {
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}

/* Default color */
.filter-label,
.filter-icon,
.sort-label,
.sort-icon {
    color: #000;
    transition: color 0.2s ease-in-out;
}

/* ACTIVE YELLOW STATE */
.filter-active .filter-label,
.filter-active .filter-icon,
.sort-active .sort-label,
.sort-active .sort-icon {
    color: #f4b400 !important; /* your yellow */
}

/* Hover (optional) */
.filter-link:hover .filter-label,
.filter-link:hover .filter-icon,
.sort-link:hover .sort-label,
.sort-link:hover .sort-icon {
    color: #f4b400 !important;
}

/* Row containing qty pill + main button + heart */
.add-cart-heart-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}

/* make the form area (qty + button) stretch */
.add-cart-heart-row .flex-grow {
    flex: 1;
}

/* Wrapper for pill + button */
.qty-and-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Quantity pill (hidden by default, shown after first click) */
.qty-control {
    display: none; /* shown via JS */
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(230, 230, 230, 1);
    background: #ffffff;
}

.qty-control.show {
    display: flex;
}

.qty-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(242, 242, 242, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

.qty-value {
    min-width: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    color: rgba(24, 29, 39, 1);
}

/* Add to Cart Button */
.add-cart-btn {
    flex: 1;
    padding: 12px 24px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

.add-cart-btn:hover {
    background: #111;
}

.add-cart-btn-ready {
    /* optional: tiny visual hint once qty pill is visible */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Heart */
.heart-div {
    margin-top: 0;
}

.heart-btn {
    border: none;
    background-color: rgba(226, 226, 226, 1);
    color: #ffffff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.heart-btn:hover {
    background-color: #000;
    color: white;
}



/* ======== Checkout Layout ======== */
.checkout-page {
    background-color: #ffff;
    padding-left: 50px;
}

.breadcrumbs{
    padding-left: 115px;
}

/* General card look */
.checkout-card,
.checkout-summary-card {
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 6px 18px rgba(0,0,0,0.02);
}

.checkout-summary-card{
    border-top: none;
    border-bottom: none;
    border-right: none;
      border-left: 1px solid #e6e6e6;

}


.card-header{
    margin-top: 8px;
}

.address-badge{
    background-color: rgba(239, 248, 255, 1);
    border-radius: 17.45px;
    padding: 2.18px 8.73px;
    color: rgba(23, 92, 211, 1);
    font-family: 'Inter';
    font-weight: 500;
    font-size: 13.09px;
}

.address-name{
    font-size: 20px;
    font-weight: 600;
}

.checkout-phone{
    font-family: 'Urbanist';
    font-size: 14px;
    font-weight: 500;
    color: rgba(71, 84, 103, 1);
    font-style: medium;
}


.address-line {
    font-family: 'Urbanist';
    font-size: 16px;
    font-weight: 500;
    font-style: medium;
    color: rgba(71, 84, 103, 1);
}

.add-update {
    display: flex;
    justify-content: space-between;
}

/* ==== Checkout Layout / Cards ==== */

/* Address rows */
.checkout-address {
    display: block;
    border-radius: 14px;
    border: 1px solid #f0f0f0;
    padding: 14px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    background: #fff;
}



/* custom radio (same style as address radios) */
.checkout-address input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #101827;
    position: relative;
    background: #ffffff;
    cursor: pointer;
    margin: 0;
}

.checkout-address input[type="radio"]::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #101827;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.checkout-address input[type="radio"]:checked::before {
    opacity: 1;
}

/* Add new address button */
.checkout-add-address {
    border-radius: 8px;
    border: 1px solid rgba(226, 226, 226, 1);
    background: #fff;
    font-size: 16px;
    padding: 14px;
    font-family: 'Urbanist';
    font-weight: 600;
    color: rgba(52, 64, 84, 1);
}

.plus-sign {
    font-size: 16px;
    color: rgba(52, 64, 84, 1);



}

.checkout-add-address:hover {
   border: 1px solid rgba(226, 226, 226, 1);
}


/* Radio-style rows (Delivery, Payment) */
.checkout-radio-row {
    display: block;
    border-radius: 14px;
    border: 1px solid #f0f0f0;
    padding: 10px 14px;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s, background-color 0.2s;
}

.checkout-radio-row.selected {
    border-color: #111;
    background: #fafafa;
}

.checkout-radio-row input[type="radio"] {
    accent-color: #111;
}

/* ==== Right side: Checkout button ==== */
.checkout-btn {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding-block: 10px;
    font-family: 'Urbanist';
}

.checkout-btn:hover {
    background: rgba(0, 0, 0, 1);
    color: #fff;
}




/* ============ ITEMS STRIP ============ */

.checkout-items-card {
    border-radius: 24px;
}

.checkout-view-link {
    font-size: 13px;
    color: #111;
}

/* Horizontal strip */
.checkout-items-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 items per row */
    gap: 22px;
    padding-top: 10px;
}


/* Individual item */
.checkout-mini-item {

    font-size: 12px;
}

/* Image box */
.checkout-mini-img-wrapper {
    position: relative;
    width: 115px;
    /* height: 95px; */
    aspect-ratio: 1 / 0.85;
    border-radius: 20px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Product image */
.checkout-mini-img-wrapper img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
}

/* Heart icon */
.checkout-mini-heart {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(226, 226, 226, 1);
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Heart icon style */
.checkout-mini-heart i {
    font-size: 7px;
    color: #fff;
}

/* Active (yellow like UI) */
.checkout-mini-heart.active i {
    color: #f5a623;
}

/* Price */
.checkout-mini-price {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    margin: 8px 0 2px;
}

/* Qty */
.checkout-mini-meta {
    font-size: 12px;
    color: #8f8f8f;
}

/* ============ DELIVERY / PAYMENT OPTIONS ============ */

.checkout-method-card {
    border-radius: 24px;
}

.checkout-option {
    display: block;
    padding: 14px 0;
    cursor: pointer;
}

.checkout-option:last-child {
    border-bottom: none;
}

/* highlight selected row text slightly */
.checkout-option.selected .fw-semibold {
    color: #101827;
}

/* custom radio (same style as address radios) */
.checkout-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #101827;
    position: relative;
    background: #ffffff;
    cursor: pointer;
    margin: 0;
}

.checkout-option input[type="radio"]::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #101827;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.checkout-option input[type="radio"]:checked::before {
    opacity: 1;
}

/* description under delivery method */
.checkout-option p.small {
    font-size: 12px;
}

/* ============ PAYMENT ICON ROW ============ */

.checkout-card-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}

.card-logo-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 6px;
    background: #f5f5f5;
    color: #444;
}



/* main row styling already from previous answer:
   .checkout-option, .checkout-method-card, custom radios, etc. */

/* icon left of "Card / Bank Transfer / USSD" */
.pay-main-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: contain;
}

/* row of brand logos under Card */
.checkout-card-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.checkout-card-logos img {
    height: 26px;
    width: auto;
    object-fit: contain;
}

/* make payment rows look airy like the UI */
.checkout-option {
    padding: 8px 0;
}



.profile-breadcrumb a {
    text-decoration: none;
    color: #000;
}

.profile-breadcrumb a:hover {
    text-decoration: none;
    color: #000;
}

.profile-breadcrumb span {
    color: #000;
}
