/* ── HERO ── */
.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 3rem 0 2rem;
    position: relative;
    overflow: hidden;
}
.hero-image-col {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-model-img {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 340px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.12));
}

.hero-model-img img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.hero-tag {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0.6rem;
}
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1px;
    color: var(--brand-dark);
    margin-bottom: 1rem;
}
.hero-desc {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 380px;
}

/* CTA Row */
.cta-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.8rem;
}

/* Base Button */
.cat-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;

    padding: 0.6rem 1.3rem;
    border-radius: 12px;

    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;

    background: #fff;
    color: var(--brand-dark);

    border: 1.5px solid #e5e5e5;

    transition: all 0.25s ease;
}

/* Hover Effect */
.cat-btn:hover {
    transform: translateY(-2px);
    border-color: var(--brand-coral);
    color: var(--brand-coral);
}

/* Filled Variant */
.cat-btn.filled {
    background: var(--brand-coral);
    color: #fff;
    border-color: var(--brand-coral);
}

/* Filled Hover */
.cat-btn.filled:hover {
    background: #fff;
    color: var(--brand-coral);
}

/* Icon size adjust */
.cat-btn i {
    font-size: 1rem;
}

/* ── PREMIUM SHADES ── */
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 1.2rem;
}
.gallery-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.gallery-card img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(.25,.8,.25,1);
    display: block;
}
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 1.2rem 1rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
    color: #fff;
}
.gallery-card-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem; font-weight: 700;
    margin-bottom: 0.2rem;
}
.go-link {
    font-size: 0.8rem; font-weight: 600;
    color: var(--brand-yellow);
    text-decoration: none;
    letter-spacing: 0.5px;
}
.go-link:hover { text-decoration: underline; color: var(--brand-yellow); }

/* Fashion cards */
.fashion-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.fashion-card img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
    display: block;
}
.fashion-card:hover img { transform: scale(1.06); }
.fashion-label {
    position: absolute;
    bottom: 14px; left: 14px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Playfair Display', serif;
}

/* Scroll row */
.fashion-row {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
}
.fashion-row::-webkit-scrollbar { display: none; }

.footer-note {
    font-size: 0.9rem;
    color: #947282;
}

hr {
    border-top: 2px dashed #ebc8cf;
    opacity: 0.5;
}

/* product icons row – subtle */
.floating-icons {
    font-size: 1.7rem;
    color: #cda1b0;
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* responsive fixes */
@media (max-width: 576px) {
    .hero-card {
    padding: 2rem 1.2rem;
    border-radius: 2rem;
    }
    .hero-image-col {
        margin-top: 1.5rem;
    }
    .time-number {
    font-size: 2rem;
    }
    .separator-dots {
    font-size: 1.8rem;
    }
    .brand-headline {
    font-size: 3.2rem;
    }
}

.bi-star-fill, .bi-heart-fill {
    color: #d68ea5;
}

/* subtle animation on ethnic elements */
.shimmer-effect {
    background: linear-gradient(110deg, #fceaea 25%, #ffe2e2 40%, #fceaea 55%);
    background-size: 200% 100%;
    animation: shimmer 3s infinite;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-primary {
    color: #FF6B4A !important;
}

/* Replace your existing .col-12 area layout with this */
.fashion-track-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fashion-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex: 1;              /* ← takes up remaining space between arrows */
    padding: 4px 2px 8px;
}

.fashion-row::-webkit-scrollbar { display: none; }

.fashion-card {
    width: 180px;
    height: 240px;
    flex-shrink: 0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
    transition: transform 0.3s, box-shadow 0.3s;
}

.fashion-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.track-arrow {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--brand-coral);
    border: none;
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .2s, color .2s;
}

.track-arrow:hover {
    background: #fff;
    color: var(--brand-coral);
    border: 1px solid var(--brand-coral);
}

.fashion-img {
    width: 100%;
    height: 100%;
}

.fashion-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* overlay label */
.fashion-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 10px;
    text-align: center;
}

/* ── Category Cards ── */
.category-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;

    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;

    min-height: 250px;

    /* background-image: var(--cat-bg); */
    background-size: cover;
    background-position: center;

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

/* Dark overlay for readability */
.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.1));
}

/* Hover (no JS needed) */
.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Content */
.category-card-body {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Title */
.category-card-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}

/* Count */
.category-card-count {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.85);
}
.btn-outline-coral {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 0.5rem 1.2rem;
    border: 2px solid #FF6B4A;
    border-radius: 30px;
    color: #FF6B4A;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    background: transparent;
    cursor: pointer;
}
.btn-outline-coral:hover { background: #FF6B4A; color: #fff; }

  /* ── Filter Tabs ── */
.filter-tab {
    padding: 0.4rem 1rem;
    border-radius: 30px;
    border: 1.5px solid #E5E5E5;
    background: #fff;
    font-size: 0.82rem;
    font-weight: 500;
    color: #777;
    cursor: pointer;
    transition: all 0.2s;
}
.filter-tab:hover { border-color: #FF6B4A; color: #FF6B4A; }
.filter-tab.active { background: #FF6B4A; border-color: #FF6B4A; color: #fff; }

/* ── Product Card ── */
.product-card {
    background: #fff;
    border-radius: 20px;
    border: 1.5px solid #F0EDE8;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.09);
}
.product-card:hover .quick-add-overlay { opacity: 1; }

.product-img-wrap { cursor: pointer; }

.product-badge {
    position: absolute;
    top: 12px; left: 12px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wishlist-btn {
    position: absolute;
    top: 10px; right: 10px;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    border: none;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    color: #999;
    transition: color 0.2s, background 0.2s;
}
.wishlist-btn:hover, .wishlist-btn.active { color: #FF4F91; background: #fff; }
.wishlist-btn.active svg { fill: #FF4F91; stroke: #FF4F91; }

.quick-add-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    display: flex; align-items: flex-end; justify-content: center;
    padding-bottom: 14px;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 16px 16px 0 0;
}
.quick-add-btn {
    background: #fff;
    color: #181818;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.45rem 1.2rem;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.quick-add-btn:hover { background: #FF6B4A; color: #fff; }

.product-name {
    font-size: 0.88rem;
    font-weight: 600;
    color: #181818;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    font-size: 1rem;
    font-weight: 700;
    color: #181818;
}
.product-original {
    font-size: 0.82rem;
    color: #aaa;
    text-decoration: line-through;
}

.add-cart-btn {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: #181818;
    border: none;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.15s;
}
.add-cart-btn:hover { background: #FF6B4A; transform: scale(1.1); }

/* ── CTA Button ── */
.btn-coral-lg {
    display: inline-flex; align-items: center; gap: 10px;
    background: #FF6B4A;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 40px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 6px 20px rgba(255,107,74,0.30);
}
.btn-coral-lg:hover { background: #e85a3a; color: #fff; transform: translateY(-2px); }

/* ── Hidden product ── */
.product-item.hidden { display: none !important; }

/* ── Stars ── */
.stars { display: flex; gap: 1px; }
