body{
    font-family: "Jost", sans-serif;
    background: #fbf7f0;
}
header{
    width: 100%;
    height: 73px;
    background: transparent;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99;
}

/* After scrolling */
header.scrolled {
    background: #fbf7f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header.scrolled .navbar a {
    color: #000;
}

header.scrolled .nav-link {
    color: #000;
}

header.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000;
}

header.scrolled .navbar .nav-item.dropdown .nav-link{
    color: #000;
}

.nbWcol{
    color: #fff;
}

.nbWcol:hover{
    color: #fff;
}



.nlWBcol{
    color: #000;
}

.nlWBcol:hover{
    color: #000;
}

.nlWBcol:focus{
    color: #000 !important;
}

header.scrolled .nlWBcol:focus{
    color: #000 !important;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #000;
}

header.scrolled .navbar .nav-item.dropdown .nav-link {
    color: #000;
}

header.scrolled .navbar .nav-item.dropdown .nav-link:focus,
header.scrolled .navbar .nav-item.dropdown .nav-link.show {
    color: #000 !important;
}


/* .navbar .nav-item.dropdown .nav-link {
    color: #000;
}

.navbar .nav-item.dropdown .nav-link:focus,
.navbar .nav-item.dropdown .nav-link.show {
    color: #000 !important;
} */

/* ── Navbar Active Link ── */
.nav-link-active {
    color: #000 !important;
    background: rgba(255,255,255,0.1);
}

.navbar-collapse{
    background: #fff;
    padding: 10px 15px;
}

/* ── Category Dropdown ── */
.nav-dropdown-wrap {
    position: relative;
}

.nav-dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 48px rgba(0,0,0,0.15);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-8px);
    transition: all .25s cubic-bezier(0.4,0,0.2,1);
    pointer-events: none;
}

.nav-dropdown-wrap:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
}

.nav-dropdown-inner {
    padding: 12px;
}

.nav-dropdown-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    border-radius: 8px;
    transition: background .15s;
}

.nav-dropdown-all:hover {
    background: #f1f5f9;
    color: #3b82f6;
}

.nav-dropdown-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 8px 0;
}

.nav-dropdown-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.nav-dropdown-item {
    display: block;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    border-radius: 8px;
    transition: all .15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-dropdown-item:hover {
    background: #eff6ff;
    color: #3b82f6;
}

.nav-dropdown-item.active {
    background: #eff6ff;
    color: #3b82f6;
    font-weight: 600;
}

/* Arrow on dropdown */
.nav-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: #fff;
    border-top: none;
}

.navbar-toggler-icon{
    filter: brightness(0) invert(1);
}


.swiper {
    width: 100%;
    height: 180px;
}

.swiper-wrapper{
width: 100%;
height: 100%;
}

.swiper-slide img {
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    background:#f1f1f1;
}




.section-eyebrow {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    display: block;
    margin-bottom: 6px;
}

.section-title {
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 400;
    color: #0f172a;
    margin: 0;
    line-height: 1.15;
}

.title-accent { color: var(--accent); }

.view-all-link {
    color: #0f172a;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #0f172a;
    padding-bottom: 1px;
    white-space: nowrap;
    transition: all .2s;
}

.view-all-link:hover {
    color: var(--accent);
    border-color: var(--accent);
}

/* Filter tabs */
.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-tab {
    padding: 7px 18px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all .2s;
}

.filter-tab:hover {
    border-color: #0f172a;
    color: #0f172a;
}

.filter-tab.active {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
    font-weight: 600;
}

/* Products grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    transition: opacity .3s ease;
}

@media (max-width: 1200px) { .products-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 480px)  { .products-grid { grid-template-columns: repeat(1, 1fr); } }

/* Product card */
.product-card {
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
}

/* Image */
.product-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: #f8fafc;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.product-card:hover .product-img {
    transform: scale(1.06);
}

.product-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #cbd5e1;
}

/* Discount badge */
.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px;
    z-index: 2;
}

/* Hover actions */
.product-actions {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) translateX(50px);
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transition: all .3s ease;
    z-index: 3;
}

.product-card:hover .product-actions {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.action-btn {
    width: 36px;
    height: 36px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0f172a;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transition: all .2s;
}

.action-btn:hover {
    background: #0f172a;
    color: #fff;
    transform: scale(1.1);
}

/* Product info */
.product-info {
    padding: 14px 14px 16px;
    text-align: center;
}

.product-name {
    font-size: 16px;
    font-weight: 400;
    color: #1e293b;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Sizes */
.product-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
}

.size-chip {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 7px;
    border: 1.5px solid #e2e8f0;
    border-radius: 4px;
    color: #64748b;
}

/* Colors */
.product-colors {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}

.color-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,0,0,0.1);
    display: inline-block;
}

.color-more {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 600;
}

/* Price */
.product-price {
    align-items: center;
    gap: 8px;
}

.price-sale {
    font-size: 16px;
    font-weight: 400;
    color: #0f172a;
}

.price-original {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
}

.price-regular {
    font-size: 16px;
    font-weight: 400;
    color: #0f172a;
}



/* ── Search ── */
.search-wrap {
    position: relative;
    flex: 1;
    max-width: 400px;
    margin-right: 50px;
}

.search-box {
    max-width: 350px;
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 12px;
    color: #000;
    pointer-events: none;
    flex-shrink: 0;
}

.seicNcol{
    color: #000;
}

header.scrolled .seicNcol{
    color: #000;
}


.search-input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 36px 0 36px;
    font-size: 13px;
    color: #000;
    outline: none;
    transition: all .25s;
}

.siNcol{
     border-bottom: 1px solid #000;
     color: #000;
}

header.scrolled .search-input{
    border-bottom: 1px solid #000;
    color: #000;
}

.siNcol::placeholder { color: #000; }

header.scrolled .siNcol::placeholder { color: #000; }

.search-input:focus {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
    
    outline: none;
}

.search-clear {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    transition: color .2s;
}

header.scrolled .search-clear{
    color: #000;
}

.search-clear:hover { color: #fff; }

/* Dropdown */
.search-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    z-index: 9999;
    overflow: hidden;
    max-height: 420px;
    overflow-y: auto;
    scrollbar-width: none;
}

.search-dropdown::-webkit-scrollbar { display: none; }

.search-section-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #94a3b8;
    padding: 12px 16px 6px;
}

.search-product-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none;
    transition: background .15s;
    cursor: pointer;
}

.search-product-item:hover { background: #f8fafc; }

.search-product-img {
    width: 44px;
    height: 52px;
    border-radius: 8px;
    object-fit: cover;
    background: #f1f5f9;
    flex-shrink: 0;
}

.search-product-img-placeholder {
    width: 44px;
    height: 52px;
    border-radius: 8px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #cbd5e1;
}

.search-product-name {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

.search-product-price {
    font-size: 12px;
    color: #3b82f6;
    font-weight: 600;
    margin-top: 2px;
}

.search-category-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background .15s;
    cursor: pointer;
}

.search-category-item:hover { background: #f8fafc; }

.search-category-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.search-category-name {
    font-size: 13px;
    font-weight: 500;
    color: #475569;
}

.search-view-all {
    display: block;
    text-align: center;
    padding: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #3b82f6;
    text-decoration: none;
    border-top: 1px solid #f1f5f9;
    transition: background .15s;
}

.search-view-all:hover { background: #eff6ff; color: #2563eb; }

.search-empty {
    padding: 24px 16px;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}

.search-loading {
    padding: 20px;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}


.navbar-expand-lg .navbar-nav .dropdown-menu{
    top:52px;
    border-radius: 0px;
    width: 200px;
}




/* ── Cart Icon ── */
.cart-icon-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: all .2s;
    border: 1px solid rgba(255,255,255,0.15);
}

.cibBWc{
   color: #000; 
}

.cibBWc:hover{
   color: #000; 
}

.cart-icon-btn i{
    font-size: 1.2rem;
}

.cart-icon-btn:hover {
    background: rgba(0,0,0,0.1);
    color: #000;
    transform: translateY(-1px);
}

.cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
    transition: all .2s;
}

.cart-count.hidden { display: none !important; }

/* Cart bounce animation on add */
@keyframes cartBounce {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.3); }
    70%  { transform: scale(0.9); }
    100% { transform: scale(1); }
}

.cart-count.bounce { animation: cartBounce .4s ease; }

/* ── User Avatar Button ── */
.user-avatar-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.user-avatar-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(59,130,246,.4);
}

.user-avatar-btn::after { display: none; } /* hide bootstrap caret */



/* ══════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════ */
.site-footer {
    background: #0f172a;
    margin-top: 80px;
    position: relative;
}

.footer-main { padding: 60px 0 48px; }

/* Brand */
.footer-brand {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 16px;
    letter-spacing: -.5px;
}

.footer-brand span { color: #3b82f6; }

.footer-tagline {
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* Social */
.social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-btn {
    width: 40px;
    height: 40px;
    background: #1e293b;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all .25s;
    border: 1px solid #334155;
}

.social-btn:hover {
    background: #3b82f6;
    color: #fff;
    border-color: #3b82f6;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(59,130,246,.3);
}

/* Links */
.footer-heading {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footer-links a::before {
    content: '';
    width: 0;
    height: 1px;
    background: #3b82f6;
    transition: width .2s;
    display: inline-block;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.footer-links a:hover::before { width: 12px; }

/* Newsletter */
.newsletter-form {
    display: flex;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #334155;
}

.newsletter-input {
    flex: 1;
    padding: 11px 14px;
    background: #1e293b;
    border: none;
    color: #fff;
    font-size: 13px;
    outline: none;
}

.newsletter-input::placeholder { color: #475569; }

.newsletter-btn {
    padding: 11px 18px;
    background: #3b82f6;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
    white-space: nowrap;
}

.newsletter-btn:hover { background: #2563eb; }

/* Contact */
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
}

.contact-item svg {
    color: #3b82f6;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Payment */
.footer-payments {
    border-top: 1px solid #1e293b;
    border-bottom: 1px solid #1e293b;
    padding: 16px 0;
}

.payment-label {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.payment-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    background: #1e293b;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #334155;
    letter-spacing: .5px;
}

/* Bottom */
.footer-bottom { padding: 20px 0; }

.footer-copyright {
    font-size: 13px;
    color: #ccc;
    margin: 0;
}

.footer-copyright strong { color: #64748b; }

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
    transition: color .2s;
}

.footer-bottom-links a:hover { color: #fff; }

.footer-bottom-links .separator {
    color: #334155;
    font-size: 12px;
}

@media screen and (min-width: 768px) {

    .nlWBcol{
    color: #fff;
    }

    .nlWBcol:hover{
        color: #fff;
    }

    .nlWBcol:focus{
        color: #fff !important;
    }
 
    /* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
        color: #fff;
    } */
    /* .navbar .nav-item.dropdown .nav-link {
    color: #fff;
    }

    .navbar .nav-item.dropdown .nav-link:focus,
    .navbar .nav-item.dropdown .nav-link.show {
        color: #fff !important;
    } */

    /* ── Navbar Active Link ── */
    .nav-link-active {
        color: #fff !important;
        background: rgba(255,255,255,0.1);
    }
    .navbar-collapse{
        background: transparent;
        padding: 10px 15px;
    }

    .cibBWc{
        color: #fff; 
    }
    .cibBWc:hover{
        color: #fff; 
    }
    .siNcol{
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    .siNcol::placeholder { color: #fff; }
    .seicNcol {
        color: #fff;
    }
    .swiper{
        height: 600px;
    }
}

