/* =========================================================================
   BUKETİK SHOP — Çiçeksepeti-inspired storefront UI v2
   Fresh, warm, mobile-first. CTA-driven. Emotion over utility.
   Palette: Forest #1C3829 · Gold #D4900A · Coral CTA #E85D4A · Cream #FDF8F3
   ========================================================================= */

/* =========================================================================
   0. EXTENDED DESIGN TOKENS
   ========================================================================= */
:root {
    /* Extending buketik.css tokens */
    --bk-coral:       #E85D4A;
    --bk-coral-deep:  #C94A38;
    --bk-coral-50:    #FEF0EE;
    --bk-cream:       #FDF8F3;
    --bk-cream-2:     #F7F0E8;
    --bk-forest-rich: #1C3829;
    --bk-peach:       #F9C784;
    --bk-lavender:    #9B8FCA;
    --bk-rose:        #E8A0A0;

    --bk-radius-xs:  4px;
    --bk-radius-lg:  20px;
    --bk-radius-xl:  28px;
    --bk-radius-pill:999px;

    --bk-shadow-xs:  0 1px 3px rgba(28,56,41,.06);
    --bk-shadow-card:0 4px 20px -4px rgba(28,56,41,.10);
    --bk-shadow-pop: 0 20px 50px -12px rgba(28,56,41,.22);

    --bk-transition: .28s cubic-bezier(.25,.8,.25,1);
    --bk-spring:     .4s cubic-bezier(.34,1.56,.64,1);
}

/* =========================================================================
   1. ANNOUNCEMENT BAR
   ========================================================================= */
.bk-announcement-bar {
    background: var(--bk-forest-rich);
    color: rgba(255,255,255,.92);
    font-size: .78rem;
    font-weight: 500;
    text-align: center;
    padding: .5rem 1rem;
    position: relative;
    z-index: 100;
    letter-spacing: .01em;
}
.bk-announcement-bar a {
    color: var(--bk-peach);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.bk-announcement-bar .bk-ann-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.bk-announcement-bar .bk-ann-item {
    display: flex;
    align-items: center;
    gap: .4rem;
}
.bk-announcement-bar i { color: var(--bk-peach); }

/* =========================================================================
   2. HERO SECTION — Çiçeksepeti-inspired
   ========================================================================= */
.bk-hero {
    position: relative;
    background: var(--bk-cream);
    overflow: hidden;
    min-height: clamp(400px, 58vh, 660px);
    display: flex;
    align-items: center;
}
.bk-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    z-index: 0;
}
.bk-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(28,56,41,.75) 0%,
        rgba(28,56,41,.45) 45%,
        rgba(28,56,41,.08) 75%,
        transparent 100%
    );
    z-index: 1;
}
.bk-hero-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
    max-width: 560px;
}
.bk-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    padding: .3rem .85rem;
    border-radius: var(--bk-radius-pill);
    margin-bottom: 1.2rem;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.bk-hero-badge i { color: var(--bk-peach); }

.bk-hero-title {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem) !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 1.1rem !important;
    text-shadow: 0 2px 20px rgba(0,0,0,.15);
}
.bk-hero-title em {
    font-style: normal;
    color: var(--bk-peach);
}
.bk-hero-subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,.88);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 440px;
}

/* Hero CTA buttons */
.bk-hero-cta {
    display: flex;
    gap: .85rem;
    flex-wrap: wrap;
    align-items: center;
}
.bk-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--bk-coral);
    color: #fff !important;
    font-weight: 700;
    font-size: .95rem;
    padding: .9rem 1.8rem;
    border-radius: var(--bk-radius-pill);
    border: none;
    cursor: pointer;
    transition: background var(--bk-transition), transform var(--bk-transition), box-shadow var(--bk-transition);
    box-shadow: 0 8px 24px -4px rgba(232,93,74,.45);
    text-decoration: none !important;
}
.bk-btn-primary:hover {
    background: var(--bk-coral-deep);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px -6px rgba(232,93,74,.55);
    color: #fff !important;
}
.bk-btn-primary i { font-size: 1rem; }

.bk-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    color: #fff !important;
    font-weight: 600;
    font-size: .92rem;
    padding: .88rem 1.6rem;
    border-radius: var(--bk-radius-pill);
    border: 1.5px solid rgba(255,255,255,.45);
    cursor: pointer;
    transition: all var(--bk-transition);
    text-decoration: none !important;
}
.bk-btn-ghost:hover {
    background: rgba(255,255,255,.28);
    border-color: rgba(255,255,255,.7);
    color: #fff !important;
}

/* Hero delivery strip */
.bk-hero-delivery {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-top: 1.6rem;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--bk-radius-pill);
    padding: .5rem 1.1rem;
    color: rgba(255,255,255,.9);
    font-size: .8rem;
    font-weight: 500;
}
.bk-hero-delivery i { color: var(--bk-peach); font-size: .95rem; }

/* Hero right panel (Çiçeksepeti-style featured cards) */
.bk-hero-sidebar {
    position: relative;
    z-index: 2;
}
.bk-hero-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.bk-hero-card {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(16px);
    border-radius: var(--bk-radius);
    overflow: hidden;
    transition: transform var(--bk-spring), box-shadow var(--bk-transition);
    cursor: pointer;
}
.bk-hero-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: var(--bk-shadow-pop);
}
.bk-hero-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}
.bk-hero-card-body {
    padding: .6rem .75rem .75rem;
}
.bk-hero-card-title {
    font-size: .82rem;
    font-weight: 700;
    color: var(--bk-ink);
    margin: 0 0 .2rem;
    line-height: 1.3;
}
.bk-hero-card-price {
    font-size: .78rem;
    font-weight: 600;
    color: var(--bk-coral);
}

/* =========================================================================
   3. CATEGORY CIRCLES — Çiçeksepeti-style
   ========================================================================= */
.bk-categories-section {
    padding: 2.5rem 0 1.5rem;
    background: #fff;
    border-bottom: 1px solid var(--bk-line);
}
.bk-categories-track {
    display: flex;
    gap: 1.2rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: .5rem .25rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.bk-categories-track::-webkit-scrollbar { display: none; }

.bk-cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
    scroll-snap-align: start;
    cursor: pointer;
    text-decoration: none !important;
    transition: transform var(--bk-spring);
}
.bk-cat-item:hover { transform: translateY(-4px); }

.bk-cat-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--bk-cream);
    border: 2.5px solid var(--bk-line);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: border-color var(--bk-transition), box-shadow var(--bk-transition);
    position: relative;
}
.bk-cat-item:hover .bk-cat-circle {
    border-color: var(--bk-forest);
    box-shadow: 0 4px 16px -4px rgba(28,56,41,.22);
}
.bk-cat-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s var(--bk-ease);
}
.bk-cat-item:hover .bk-cat-circle img { transform: scale(1.08); }
.bk-cat-circle-emoji {
    font-size: 2rem;
    line-height: 1;
}
.bk-cat-label {
    font-size: .75rem;
    font-weight: 600;
    color: var(--bk-text);
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bk-cat-item:hover .bk-cat-label { color: var(--bk-forest); }

/* Active category state */
.bk-cat-item.active .bk-cat-circle {
    border-color: var(--bk-forest);
    background: var(--bk-forest-50);
}
.bk-cat-item.active .bk-cat-label { color: var(--bk-forest); }

/* =========================================================================
   4. TRUST/FEATURE STRIP — redesigned
   ========================================================================= */
.bk-trust-strip {
    background: var(--bk-cream);
    border-top: 1px solid var(--bk-line);
    border-bottom: 1px solid var(--bk-line);
    padding: 1.5rem 0;
}
.bk-trust-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}
.bk-trust-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .9rem 2rem;
    border-right: 1px solid var(--bk-line);
    flex: 1;
    min-width: 200px;
    max-width: 280px;
}
.bk-trust-item:last-child { border-right: none; }
.bk-trust-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--bk-forest-50);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    color: var(--bk-forest);
}
.bk-trust-text h5 {
    font-size: .9rem !important;
    font-weight: 700 !important;
    color: var(--bk-ink) !important;
    margin: 0 0 .15rem !important;
    line-height: 1.2 !important;
}
.bk-trust-text p {
    font-size: .78rem !important;
    color: var(--bk-muted) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* =========================================================================
   5. SECTION HEADER — styled
   ========================================================================= */
.bk-section {
    padding: 3.5rem 0;
}
.bk-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.bk-section-eyebrow {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-size: .75rem;
    font-weight: 600;
    color: var(--bk-coral);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: .5rem;
}
.bk-section-eyebrow i { font-size: .85rem; }
.bk-section-title {
    font-size: clamp(1.4rem, 2.5vw, 2rem) !important;
    font-weight: 800 !important;
    color: var(--bk-ink) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.025em !important;
    margin: 0 !important;
}
.bk-section-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .85rem;
    font-weight: 600;
    color: var(--bk-forest) !important;
    white-space: nowrap;
    border-bottom: 1.5px solid transparent;
    transition: border-color var(--bk-transition), color var(--bk-transition);
    padding-bottom: 1px;
}
.bk-section-link:hover {
    color: var(--bk-forest-700) !important;
    border-color: var(--bk-forest);
}
.bk-section-link i { font-size: .7rem; }

/* =========================================================================
   6. PRODUCT CARDS — redesigned (overrides buketik.css)
   ========================================================================= */
.product-card {
    background: #fff;
    border-radius: var(--bk-radius);
    border: 1px solid var(--bk-line);
    overflow: hidden;
    transition: transform var(--bk-transition), box-shadow var(--bk-transition), border-color var(--bk-transition);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bk-shadow-card);
    border-color: #ddd;
}
.product-card-image {
    position: relative;
    overflow: hidden;
    background: var(--bk-cream);
    aspect-ratio: 4/3;
}
.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--bk-ease);
}
.product-card:hover .product-card-image img { transform: scale(1.07); }

/* Badges */
.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 3;
}
.badge-discount {
    display: inline-block;
    background: var(--bk-coral);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    padding: .2rem .5rem;
    border-radius: var(--bk-radius-xs);
    line-height: 1.4;
}
.badge-hot {
    display: inline-block;
    background: var(--bk-gold);
    color: var(--bk-ink);
    font-size: .66rem;
    font-weight: 700;
    padding: .2rem .5rem;
    border-radius: var(--bk-radius-xs);
    line-height: 1.4;
}
.badge-sameday {
    display: inline-block;
    background: #18A558;
    color: #fff;
    font-size: .66rem;
    font-weight: 700;
    padding: .2rem .5rem;
    border-radius: var(--bk-radius-xs);
    line-height: 1.4;
}

/* Quick action buttons */
.product-quick-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 3;
    opacity: 0;
    transform: translateX(8px);
    transition: opacity var(--bk-transition), transform var(--bk-transition);
}
.product-card:hover .product-quick-actions {
    opacity: 1;
    transform: translateX(0);
}
.action-btn {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bk-ink) !important;
    font-size: .9rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    transition: background var(--bk-transition), color var(--bk-transition), transform var(--bk-spring);
    text-decoration: none !important;
}
.action-btn:hover {
    background: var(--bk-forest);
    color: #fff !important;
    transform: scale(1.12);
}
.action-btn.add-cart:hover { background: var(--bk-coral); }

/* Card info area */
.product-card-info {
    padding: 1rem 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-card-meta {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: .35rem;
}
.product-card-meta span {
    font-size: .7rem;
    color: var(--bk-muted);
    font-weight: 500;
}
.product-card-meta i { font-size: .65rem; }
.product-card-title {
    font-size: .9rem !important;
    font-weight: 700 !important;
    color: var(--bk-ink) !important;
    line-height: 1.35 !important;
    margin: 0 0 .55rem !important;
    flex: 1;
}
.product-card-title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color var(--bk-transition);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card-title a:hover { color: var(--bk-forest) !important; }

.product-card-price {
    display: flex;
    align-items: baseline;
    gap: .4rem;
    margin-bottom: .75rem;
}
.current-price {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--bk-ink);
}
.old-price {
    font-size: .8rem;
    font-weight: 400;
    color: var(--bk-muted);
    text-decoration: line-through;
}

.btn-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    background: var(--bk-forest);
    color: #fff !important;
    font-size: .82rem;
    font-weight: 700;
    padding: .65rem 1rem;
    border-radius: var(--bk-radius-sm);
    border: none;
    cursor: pointer;
    transition: background var(--bk-transition), transform var(--bk-transition);
    text-decoration: none !important;
    width: 100%;
    text-align: center;
}
.btn-add-to-cart:hover {
    background: var(--bk-forest-700);
    transform: translateY(-1px);
    color: #fff !important;
}
.btn-add-to-cart i { font-size: .85rem; }

/* =========================================================================
   7. MID-PAGE CTA BANNER
   ========================================================================= */
.bk-cta-banner {
    border-radius: var(--bk-radius-xl);
    background: linear-gradient(135deg, var(--bk-forest-rich) 0%, #2D5A3D 60%, #3A7A52 100%);
    padding: 3.5rem 3rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}
.bk-cta-banner::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -5%;
    width: 55%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(212,144,10,.18) 0%, transparent 65%);
    pointer-events: none;
}
.bk-cta-banner::after {
    content: '🌸';
    position: absolute;
    font-size: 8rem;
    bottom: -1.5rem;
    right: 2rem;
    opacity: .12;
    pointer-events: none;
    line-height: 1;
}
.bk-cta-banner-text h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem) !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1.15 !important;
    margin-bottom: .7rem !important;
    letter-spacing: -0.025em !important;
}
.bk-cta-banner-text h2 span { color: var(--bk-peach); }
.bk-cta-banner-text p {
    color: rgba(255,255,255,.78);
    font-size: .95rem;
    margin: 0;
    line-height: 1.55;
}
.bk-cta-banner-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.bk-btn-cta {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--bk-coral);
    color: #fff !important;
    font-weight: 700;
    font-size: .9rem;
    padding: .88rem 1.7rem;
    border-radius: var(--bk-radius-pill);
    border: none;
    cursor: pointer;
    transition: all var(--bk-transition);
    box-shadow: 0 8px 24px -4px rgba(232,93,74,.4);
    text-decoration: none !important;
}
.bk-btn-cta:hover {
    background: var(--bk-coral-deep);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -6px rgba(232,93,74,.5);
    color: #fff !important;
}
.bk-btn-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: transparent;
    color: #fff !important;
    font-weight: 600;
    font-size: .88rem;
    padding: .85rem 1.6rem;
    border-radius: var(--bk-radius-pill);
    border: 1.5px solid rgba(255,255,255,.45);
    cursor: pointer;
    transition: all var(--bk-transition);
    text-decoration: none !important;
}
.bk-btn-cta-outline:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.75);
    color: #fff !important;
}

/* =========================================================================
   8. PROMO CARDS GRID (Çiçeksepeti-style occasion cards)
   ========================================================================= */
.bk-occasion-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.bk-occasion-card {
    border-radius: var(--bk-radius);
    overflow: hidden;
    position: relative;
    aspect-ratio: 3/4;
    cursor: pointer;
    display: block;
    text-decoration: none !important;
}
.bk-occasion-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--bk-ease);
}
.bk-occasion-card:hover img { transform: scale(1.06); }
.bk-occasion-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(17,23,20,.72) 0%, rgba(17,23,20,.15) 50%, transparent 80%);
    display: flex;
    align-items: flex-end;
    padding: 1.2rem;
}
.bk-occasion-card-label {
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
}
.bk-occasion-card-sub {
    font-size: .72rem;
    color: rgba(255,255,255,.8);
    margin-top: .2rem;
}

/* =========================================================================
   9. WHY US — 4-card social proof
   ========================================================================= */
.bk-why-section {
    background: var(--bk-cream);
    padding: 4rem 0;
}
.bk-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.bk-why-card {
    background: #fff;
    border-radius: var(--bk-radius);
    padding: 1.8rem 1.5rem;
    border: 1px solid var(--bk-line);
    text-align: center;
    transition: transform var(--bk-spring), box-shadow var(--bk-transition);
}
.bk-why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bk-shadow-card);
}
.bk-why-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--bk-forest-50);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.1rem;
    font-size: 1.6rem;
    color: var(--bk-forest);
    transition: background var(--bk-transition), transform var(--bk-spring);
}
.bk-why-card:hover .bk-why-icon {
    background: var(--bk-forest);
    color: #fff;
    transform: scale(1.1) rotate(-4deg);
}
.bk-why-card h4 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--bk-ink) !important;
    margin-bottom: .45rem !important;
    line-height: 1.3 !important;
}
.bk-why-card p {
    font-size: .82rem !important;
    color: var(--bk-muted) !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* =========================================================================
   10. NEWSLETTER / APP DOWNLOAD CTA
   ========================================================================= */
.bk-newsletter-section {
    background: var(--bk-ink);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}
.bk-newsletter-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse 60% 80% at 10% 50%, rgba(37,57,40,.5) 0%, transparent 60%),
        radial-gradient(ellipse 50% 70% at 90% 50%, rgba(212,144,10,.12) 0%, transparent 60%);
    pointer-events: none;
}
.bk-newsletter-inner {
    position: relative;
    z-index: 1;
}
.bk-newsletter-text h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1.15 !important;
    margin-bottom: .7rem !important;
    letter-spacing: -0.025em !important;
}
.bk-newsletter-text h2 span { color: var(--bk-peach); }
.bk-newsletter-text p {
    color: rgba(255,255,255,.65);
    font-size: .95rem;
    margin: 0 0 2rem;
    line-height: 1.55;
}

/* Email form — two separate rounded pills */
.bk-email-form {
    display: flex !important;
    gap: .6rem !important;
    max-width: 480px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    box-shadow: none !important;
}
.bk-email-form:focus-within {
    border: none !important;
    box-shadow: none !important;
}
.bk-email-input {
    flex: 1 !important;
    height: 52px !important;
    border: 1.5px solid rgba(255,255,255,.2) !important;
    background: rgba(255,255,255,.1) !important;
    border-radius: var(--bk-radius-pill) !important;
    padding: 0 1.2rem !important;
    color: #fff !important;
    font-size: .9rem !important;
    font-family: var(--bk-font) !important;
    outline: none !important;
    transition: border-color var(--bk-transition), background var(--bk-transition);
    box-shadow: none !important;
    min-width: 0;
}
.bk-email-input::placeholder { color: rgba(255,255,255,.45) !important; }
.bk-email-input:focus {
    border-color: var(--bk-gold) !important;
    background: rgba(255,255,255,.14) !important;
}
.bk-email-btn {
    flex-shrink: 0 !important;
    height: 52px !important;
    padding: 0 1.5rem !important;
    background: var(--bk-gold) !important;
    color: var(--bk-ink) !important;
    font-weight: 700 !important;
    font-size: .88rem !important;
    border: none !important;
    border-radius: var(--bk-radius-pill) !important;
    cursor: pointer;
    transition: background var(--bk-transition), transform var(--bk-transition);
    white-space: nowrap;
    font-family: var(--bk-font);
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    gap: .4rem !important;
    align-self: auto !important;
}
.bk-email-btn:hover {
    background: var(--bk-gold-deep) !important;
    transform: translateY(-1px) !important;
    color: var(--bk-ink) !important;
}
.bk-email-btn:disabled { opacity: .7 !important; cursor: wait !important; }

/* Newsletter stats */
.bk-newsletter-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.bk-newsletter-stat h3 {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: var(--bk-gold) !important;
    margin: 0 0 .15rem !important;
    line-height: 1 !important;
}
.bk-newsletter-stat p {
    font-size: .75rem;
    color: rgba(255,255,255,.55);
    margin: 0;
    font-weight: 500;
}

/* =========================================================================
   11. PRODUCT SLIDER — override for section style
   ========================================================================= */
.bk-slider-section {
    padding: 2.5rem 0 3rem;
    background: var(--bk-cream-2);
}
.bk-slider-section .slick-list { overflow: visible; }
.bk-slider-section .slick-list { overflow: hidden; }

/* Slick prev/next arrows — bk style */
.bk-slick-arrows .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    border: 1.5px solid var(--bk-line) !important;
    border-radius: 50% !important;
    color: var(--bk-ink) !important;
    box-shadow: var(--bk-shadow-sm);
    transition: all var(--bk-transition) !important;
    z-index: 5;
}
.bk-slick-arrows .slick-arrow:hover {
    background: var(--bk-forest) !important;
    border-color: var(--bk-forest) !important;
    color: #fff !important;
    box-shadow: var(--bk-shadow-md);
}

/* =========================================================================
   12. NEARBY FLORISTS — redesigned cards
   ========================================================================= */
.bk-florist-card {
    background: #fff;
    border-radius: var(--bk-radius);
    border: 1px solid var(--bk-line);
    overflow: hidden;
    transition: transform var(--bk-transition), box-shadow var(--bk-transition);
}
.bk-florist-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bk-shadow-card);
}
.bk-florist-card-img {
    height: 160px;
    background: var(--bk-cream);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
}
.bk-florist-card-body { padding: 1rem 1.1rem 1.2rem; }
.bk-florist-name {
    font-size: .95rem;
    font-weight: 700;
    color: var(--bk-ink);
    margin-bottom: .3rem;
}
.bk-florist-meta {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
    font-size: .75rem;
    color: var(--bk-muted);
    margin-bottom: .7rem;
}
.bk-florist-meta span {
    display: flex;
    align-items: center;
    gap: .2rem;
}
.bk-florist-meta .bk-rating { color: var(--bk-gold); font-weight: 700; }
.bk-florist-btn {
    display: block;
    text-align: center;
    background: var(--bk-forest-50);
    color: var(--bk-forest) !important;
    font-size: .8rem;
    font-weight: 700;
    padding: .6rem;
    border-radius: var(--bk-radius-sm);
    transition: background var(--bk-transition);
    text-decoration: none !important;
}
.bk-florist-btn:hover { background: var(--bk-forest); color: #fff !important; }

/* =========================================================================
   13. MOBILE BOTTOM NAVIGATION (Çiçeksepeti mobile-style)
   ========================================================================= */
.bk-mobile-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border-top: 1px solid var(--bk-line);
    box-shadow: 0 -8px 24px -4px rgba(17,23,20,.10);
    padding-bottom: env(safe-area-inset-bottom, 0px);
}
.bk-mobile-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.bk-mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    padding: .7rem .5rem .55rem;
    color: var(--bk-muted) !important;
    text-decoration: none !important;
    font-size: .62rem;
    font-weight: 600;
    transition: color var(--bk-transition);
    position: relative;
    flex: 1;
}
.bk-mobile-nav-item i {
    font-size: 1.3rem;
    line-height: 1;
}
.bk-mobile-nav-item.active,
.bk-mobile-nav-item:hover {
    color: var(--bk-forest) !important;
}
.bk-mobile-nav-item.active i { color: var(--bk-forest); }

/* Center CTA button in mobile nav */
.bk-mobile-nav-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    padding: 0 .5rem .55rem;
    flex: 1;
}
.bk-mobile-nav-cta-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bk-forest);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 6px 20px -4px rgba(28,56,41,.5);
    margin-top: -18px;
    border: 3px solid #fff;
    text-decoration: none !important;
    transition: background var(--bk-transition), transform var(--bk-spring);
}
.bk-mobile-nav-cta-btn:hover {
    background: var(--bk-coral);
    transform: scale(1.08);
}
.bk-mobile-nav-cta span {
    font-size: .62rem;
    font-weight: 600;
    color: var(--bk-muted);
}

/* Cart badge on mobile nav */
.bk-mobile-nav-badge {
    position: absolute;
    top: .4rem;
    right: calc(50% - 18px);
    width: 16px;
    height: 16px;
    background: var(--bk-coral);
    color: #fff;
    font-size: .55rem;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .bk-mobile-nav { display: block; }
    body { padding-bottom: calc(65px + env(safe-area-inset-bottom, 0px)); }
}

/* =========================================================================
   14. HEADER IMPROVEMENTS (mobile search, sticky)
   ========================================================================= */

/* Mobile search bar */
.bk-mobile-search {
    display: none;
    padding: .6rem 1rem;
    background: #fff;
    border-bottom: 1px solid var(--bk-line);
}
.bk-mobile-search form {
    display: flex;
    background: var(--bk-bg-soft);
    border: 1.5px solid var(--bk-line);
    border-radius: var(--bk-radius-pill);
    overflow: hidden;
    transition: border-color var(--bk-transition);
}
.bk-mobile-search form:focus-within { border-color: var(--bk-forest); }
.bk-mobile-search input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: .6rem 1rem !important;
    font-size: .88rem !important;
    color: var(--bk-ink) !important;
    box-shadow: none !important;
    outline: none !important;
}
.bk-mobile-search button {
    background: var(--bk-forest) !important;
    color: #fff;
    border: none;
    padding: 0 1.1rem;
    font-size: .9rem;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .bk-mobile-search { display: block; }
}

/* =========================================================================
   15. SPECIAL OFFERS STRIP (Çiçeksepeti-style scrollable deals)
   ========================================================================= */
.bk-deals-strip {
    display: flex;
    gap: .9rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: .25rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.bk-deals-strip::-webkit-scrollbar { display: none; }
.bk-deal-chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--bk-coral-50);
    border: 1.5px solid rgba(232,93,74,.2);
    color: var(--bk-coral-deep) !important;
    font-size: .78rem;
    font-weight: 700;
    padding: .4rem .9rem;
    border-radius: var(--bk-radius-pill);
    white-space: nowrap;
    scroll-snap-align: start;
    text-decoration: none !important;
    transition: background var(--bk-transition), border-color var(--bk-transition);
    flex-shrink: 0;
}
.bk-deal-chip:hover {
    background: var(--bk-coral);
    color: #fff !important;
    border-color: var(--bk-coral);
}
.bk-deal-chip i { font-size: .85rem; }
.bk-deal-chip.bk-deal-gold {
    background: var(--bk-gold-50);
    border-color: rgba(212,144,10,.25);
    color: var(--bk-gold-deep) !important;
}
.bk-deal-chip.bk-deal-gold:hover { background: var(--bk-gold); color: var(--bk-ink) !important; }

/* =========================================================================
   16. RESPONSIVE GRID ADJUSTMENTS
   ========================================================================= */
@media (max-width: 1199.98px) {
    .bk-occasion-grid { grid-template-columns: repeat(3, 1fr); }
    .bk-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
    .bk-hero-content { padding: 3rem 0; }
    .bk-occasion-grid { grid-template-columns: repeat(2, 1fr); }
    .bk-why-grid { grid-template-columns: repeat(2, 1fr); }
    .bk-cta-banner { padding: 2.2rem 1.5rem; }
    .bk-cta-banner::after { font-size: 5rem; bottom: -1rem; right: .5rem; }
    .bk-trust-item { border-right: none; border-bottom: 1px solid var(--bk-line); }
    .bk-trust-item:last-child { border-bottom: none; }
    .bk-section { padding: 2.5rem 0; }
    .bk-email-form { flex-direction: column; }
    .bk-email-btn { width: 100%; justify-content: center; }
    .bk-newsletter-stats { gap: 1.2rem; }
}
@media (max-width: 575.98px) {
    .bk-occasion-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .bk-why-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .bk-why-card { padding: 1.3rem 1rem; }
    .bk-cat-circle { width: 66px; height: 66px; }
    .bk-hero-title { font-size: 2rem !important; }
    .bk-cta-banner { border-radius: var(--bk-radius); }
    .bk-announcement-bar .bk-ann-items { gap: .8rem; font-size: .72rem; }
}

/* =========================================================================
   17. SMOOTH ENTRANCE ANIMATIONS
   ========================================================================= */
@keyframes bkFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes bkFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes bkSlideRight {
    from { opacity: 0; transform: translateX(-20px); }
    to   { opacity: 1; transform: translateX(0); }
}

.bk-animate-up {
    animation: bkFadeUp .55s var(--bk-ease) both;
}
.bk-animate-up:nth-child(1) { animation-delay: .05s; }
.bk-animate-up:nth-child(2) { animation-delay: .12s; }
.bk-animate-up:nth-child(3) { animation-delay: .19s; }
.bk-animate-up:nth-child(4) { animation-delay: .26s; }
.bk-animate-up:nth-child(5) { animation-delay: .33s; }
.bk-animate-up:nth-child(6) { animation-delay: .4s; }

.bk-hero-badge   { animation: bkFadeIn .5s .1s var(--bk-ease) both; }
.bk-hero-title   { animation: bkFadeUp .6s .2s var(--bk-ease) both; }
.bk-hero-subtitle{ animation: bkFadeUp .6s .3s var(--bk-ease) both; }
.bk-hero-cta     { animation: bkFadeUp .6s .4s var(--bk-ease) both; }
.bk-hero-delivery{ animation: bkFadeUp .5s .5s var(--bk-ease) both; }

/* =========================================================================
   18. UTILITY CLASSES
   ========================================================================= */
.bk-bg-cream { background: var(--bk-cream) !important; }
.bk-bg-soft  { background: var(--bk-bg-soft) !important; }
.bk-text-forest { color: var(--bk-forest) !important; }
.bk-text-coral  { color: var(--bk-coral) !important; }
.bk-text-gold   { color: var(--bk-gold) !important; }

.bk-divider {
    border: none;
    border-top: 1px solid var(--bk-line);
    margin: 0;
}

/* Scroll reveal — js-triggered */
.bk-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s var(--bk-ease), transform .6s var(--bk-ease);
}
.bk-reveal.bk-visible {
    opacity: 1;
    transform: none;
}
.bk-reveal-delay-1 { transition-delay: .1s; }
.bk-reveal-delay-2 { transition-delay: .2s; }
.bk-reveal-delay-3 { transition-delay: .3s; }
.bk-reveal-delay-4 { transition-delay: .4s; }

/* =========================================================================
   19. ACCESSIBILITY / REDUCED MOTION
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
    .bk-animate-up,
    .bk-hero-badge,
    .bk-hero-title,
    .bk-hero-subtitle,
    .bk-hero-cta,
    .bk-hero-delivery,
    .bk-reveal {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* =========================================================================
   20. PRODUCT MINI CARD (used in top-products slider)
   ========================================================================= */
.product-card-mini {
    background: #fff;
    border-radius: var(--bk-radius);
    border: 1px solid var(--bk-line);
    overflow: hidden;
    transition: transform var(--bk-transition), box-shadow var(--bk-transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-card-mini:hover {
    transform: translateY(-4px);
    box-shadow: var(--bk-shadow-card);
}
.product-card-mini-image {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--bk-cream);
}
.product-card-mini-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s var(--bk-ease);
    display: block;
}
.product-card-mini:hover .product-card-mini-image img { transform: scale(1.06); }
.product-card-mini-info {
    padding: .85rem .9rem 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.product-card-mini-title {
    font-size: .88rem !important;
    font-weight: 700 !important;
    color: var(--bk-ink) !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    flex: 1;
}
.product-card-mini-title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color var(--bk-transition);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card-mini-title a:hover { color: var(--bk-forest) !important; }

/* =========================================================================
   21. FOOTER ENHANCEMENTS
   ========================================================================= */
.ltn__footer-area {
    margin-top: 0 !important;
}

/* =========================================================================
   22. HERO SECTION — additional mobile tweaks
   ========================================================================= */
@media (max-width: 767.98px) {
    .bk-hero {
        min-height: clamp(340px, 70vw, 480px);
        align-items: flex-end;
        padding-bottom: 2rem;
    }
    .bk-hero-content { padding: 2rem 0 0; }
    .bk-hero-title { font-size: 1.85rem !important; }
    .bk-hero-subtitle { font-size: .9rem; }
    .bk-hero-cta { gap: .6rem; }
    .bk-btn-primary,
    .bk-btn-ghost { font-size: .85rem; padding: .78rem 1.3rem; }
}

/* =========================================================================
   23. ANNOUNCEMENT BAR — mobile hide extra items
   ========================================================================= */
@media (max-width: 479.98px) {
    .bk-announcement-bar { padding: .38rem .75rem; font-size: .72rem; }
}

/* ── Page Hero / Breadcrumb ─────────────────────────────── */
.bk-page-hero {
    background: linear-gradient(135deg, #253928 0%, #3a5a3e 100%);
    padding: 52px 0 44px;
    position: relative;
    overflow: hidden;
}
.bk-page-hero::before {
    content: '';
    position: absolute;
    right: -80px; top: -80px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: rgba(218,159,40,.08);
    pointer-events: none;
}
.bk-page-hero::after {
    content: '';
    position: absolute;
    left: -40px; bottom: -60px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
    pointer-events: none;
}
.bk-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}
.bk-breadcrumb-link {
    color: rgba(255,255,255,.72);
    font-size: .82rem;
    text-decoration: none;
    transition: color .18s;
}
.bk-breadcrumb-link:hover { color: var(--bk-gold); }
.bk-breadcrumb-sep { color: rgba(255,255,255,.4); font-size: .7rem; }
.bk-breadcrumb-current {
    color: rgba(255,255,255,.95);
    font-size: .82rem;
    font-weight: 600;
}
.bk-page-hero-title {
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.2;
}
.bk-page-hero-sub {
    color: rgba(255,255,255,.72);
    font-size: .92rem;
    margin: 0;
}

/* ── Contact Page ───────────────────────────────────────── */
.bk-contact-section { padding: 64px 0 80px; background: var(--bk-bg-soft, #F8F4EF); }
.bk-contact-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: start;
}
@media (max-width: 991px) { .bk-contact-grid { grid-template-columns: 1fr; } }
.bk-contact-info { display: flex; flex-direction: column; gap: 14px; }
.bk-contact-card {
    display: flex; align-items: flex-start; gap: 14px;
    background: #fff; border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 2px 12px rgba(37,57,40,.06);
    transition: transform .2s, box-shadow .2s;
}
.bk-contact-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,57,40,.1); }
.bk-contact-card-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(135deg,#253928,#3a5a3e);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
}
.bk-contact-card h6 { margin: 0 0 4px; font-size: .8rem; font-weight: 700; color: #999; text-transform: uppercase; letter-spacing: .04em; }
.bk-contact-card p, .bk-contact-card a { margin: 0; font-size: .9rem; color: #333; text-decoration: none; }
.bk-contact-card a:hover { color: #253928; }
.bk-contact-map { border-radius: 14px; overflow: hidden; }

.bk-contact-form-wrap {
    background: #fff; border-radius: 20px;
    padding: 36px 40px;
    box-shadow: 0 4px 24px rgba(37,57,40,.08);
}
.bk-contact-form-wrap h3 { font-size: 1.5rem; font-weight: 800; color: #253928; margin-bottom: 4px; }
.bk-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 600px) { .bk-form-row { grid-template-columns: 1fr; } }
.bk-form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.bk-form-group label { font-size: .82rem; font-weight: 600; color: #555; }
.bk-form-input {
    border: 1.5px solid #e0e0e0; border-radius: 10px;
    padding: 11px 14px; font-size: .9rem; font-family: inherit;
    color: #222; outline: none; width: 100%;
    transition: border-color .2s, box-shadow .2s;
}
.bk-form-input:focus { border-color: #253928; box-shadow: 0 0 0 3px rgba(37,57,40,.08); }
.bk-form-textarea { resize: vertical; min-height: 120px; }
.bk-form-submit {
    background: linear-gradient(135deg,#253928,#3a5a3e);
    color: #fff; border: none; border-radius: 10px;
    padding: 13px 32px; font-size: .95rem; font-weight: 700;
    font-family: inherit; cursor: pointer; transition: all .2s;
    display: inline-flex; align-items: center;
}
.bk-form-submit:hover { box-shadow: 0 6px 20px rgba(37,57,40,.3); transform: translateY(-1px); }

/* ── FAQ Page ───────────────────────────────────────────── */
.bk-faq-section { padding: 64px 0 80px; background: var(--bk-bg-soft, #F8F4EF); }
.bk-faq-wrap { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.bk-faq-item {
    background: #fff; border-radius: 14px;
    box-shadow: 0 2px 10px rgba(37,57,40,.06);
    overflow: hidden;
    transition: box-shadow .2s;
}
.bk-faq-item:hover { box-shadow: 0 4px 20px rgba(37,57,40,.12); }
.bk-faq-question {
    width: 100%; display: flex; align-items: center; gap: 16px;
    background: none; border: none; padding: 20px 24px;
    cursor: pointer; text-align: left; font-family: inherit;
}
.bk-faq-question[aria-expanded="true"] { background: rgba(37,57,40,.03); }
.bk-faq-num {
    font-size: .75rem; font-weight: 800; color: var(--bk-gold, #DA9F28);
    background: rgba(218,159,40,.12); border-radius: 6px;
    padding: 3px 7px; flex-shrink: 0; letter-spacing: .04em;
}
.bk-faq-q-text { flex: 1; font-size: .97rem; font-weight: 600; color: #1a2a1c; line-height: 1.4; }
.bk-faq-chevron {
    flex-shrink: 0; color: #253928; font-size: .9rem;
    transition: transform .25s ease;
}
.bk-faq-question[aria-expanded="true"] .bk-faq-chevron { transform: rotate(180deg); }
.bk-faq-answer {
    padding: 0 24px 20px 68px;
    font-size: .9rem; color: #555; line-height: 1.7;
}

/* ── Blog Pages ─────────────────────────────────────────── */
.bk-blog-section { padding: 60px 0 80px; background: var(--bk-bg-soft, #F8F4EF); }
.bk-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
}
.bk-blog-card {
    background: #fff; border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(37,57,40,.07);
    transition: transform .25s, box-shadow .25s;
    display: flex; flex-direction: column;
}
.bk-blog-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(37,57,40,.14); }
.bk-blog-card-img-wrap { position: relative; overflow: hidden; height: 220px; display: block; }
.bk-blog-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.bk-blog-card:hover .bk-blog-card-img { transform: scale(1.06); }
.bk-blog-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(37,57,40,.4) 0%, transparent 60%); }
.bk-blog-card-body { padding: 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.bk-blog-card-meta { display: flex; align-items: center; gap: 6px; font-size: .78rem; color: #999; }
.bk-blog-card-title { font-size: 1rem; font-weight: 700; color: #1a2a1c; line-height: 1.45; margin: 0; }
.bk-blog-card-title a { color: inherit; text-decoration: none; }
.bk-blog-card-title a:hover { color: #253928; }
.bk-blog-card-link {
    margin-top: auto; display: inline-flex; align-items: center; gap: 6px;
    font-size: .82rem; font-weight: 700; color: #253928;
    text-decoration: none; transition: gap .18s;
}
.bk-blog-card-link:hover { gap: 10px; }

/* Blog Detail */
.bk-blog-detail { padding: 60px 0 80px; background: var(--bk-bg-soft, #F8F4EF); }
.bk-blog-detail-inner {
    background: #fff; border-radius: 20px;
    padding: 40px 48px;
    box-shadow: 0 4px 24px rgba(37,57,40,.08);
}
.bk-blog-detail-date { font-size: .8rem; color: #999; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.bk-blog-detail-title { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; color: #1a2a1c; margin-bottom: 24px; line-height: 1.3; }
.bk-blog-detail-img { width: 100%; border-radius: 14px; margin-bottom: 32px; max-height: 460px; object-fit: cover; }
.bk-blog-detail-content { font-size: .95rem; line-height: 1.85; color: #444; }
.bk-blog-detail-content p { margin-bottom: 1.2em; }
.bk-blog-detail-content h2,.bk-blog-detail-content h3 { color: #253928; margin: 1.5em 0 .6em; }
.bk-blog-sidebar { display: flex; flex-direction: column; gap: 0; }
.bk-blog-sidebar-title { font-size: .8rem; font-weight: 800; color: #999; text-transform: uppercase; letter-spacing: .06em; padding: 0 0 12px; border-bottom: 2px solid #f0f0f0; margin-bottom: 16px; }
.bk-recent-post { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f5f5f5; }
.bk-recent-post-img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.bk-recent-post-info { flex: 1; }
.bk-recent-post-date { font-size: .72rem; color: #aaa; margin-bottom: 4px; }
.bk-recent-post-title { font-size: .82rem; font-weight: 600; color: #333; line-height: 1.35; }
.bk-recent-post-title a { color: inherit; text-decoration: none; }
.bk-recent-post-title a:hover { color: #253928; }
@media (max-width: 768px) {
    .bk-blog-detail-inner { padding: 24px 20px; }
}

/* ── Basket Page ────────────────────────────────────────── */
.bk-basket-section { padding: 48px 0 80px; background: var(--bk-bg-soft, #F8F4EF); }
.bk-basket-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}
@media (max-width: 991px) { .bk-basket-grid { grid-template-columns: 1fr; } }

.bk-basket-items { display: flex; flex-direction: column; gap: 12px; }
.bk-basket-item {
    background: #fff; border-radius: 16px;
    padding: 18px 20px;
    display: flex; align-items: center; gap: 16px;
    box-shadow: 0 2px 10px rgba(37,57,40,.06);
    transition: box-shadow .2s;
}
.bk-basket-item:hover { box-shadow: 0 4px 18px rgba(37,57,40,.1); }
.bk-basket-item-img-wrap { flex-shrink: 0; }
.bk-basket-item-img { width: 80px; height: 80px; border-radius: 12px; object-fit: cover; }
.bk-basket-item-info { flex: 1; min-width: 0; }
.bk-basket-item-title { font-size: .9rem; font-weight: 700; color: #1a2a1c; margin: 0 0 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bk-basket-item-title a { color: inherit; text-decoration: none; }
.bk-basket-item-title a:hover { color: #253928; }
.bk-basket-item-price { font-size: .85rem; color: #777; }

.bk-qty-stepper { display: flex; align-items: center; border: 1.5px solid #e0e0e0; border-radius: 999px; overflow: hidden; }
.bk-qty-btn { background: none; border: none; width: 32px; height: 32px; cursor: pointer; font-size: 1.1rem; color: #555; display: flex; align-items: center; justify-content: center; transition: background .15s; }
.bk-qty-btn:hover { background: #f5f5f5; }
.bk-qty-input { width: 36px; text-align: center; border: none; outline: none; font-size: .88rem; font-weight: 600; color: #222; background: none; }
.bk-basket-subtotal { font-size: .95rem; font-weight: 700; color: #253928; white-space: nowrap; min-width: 70px; text-align: right; }
.bk-basket-remove { background: none; border: none; color: #ccc; cursor: pointer; font-size: 1rem; padding: 6px; border-radius: 8px; transition: all .18s; }
.bk-basket-remove:hover { color: #e53935; background: #fff0f0; }
.bk-basket-continue { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; color: #666; text-decoration: none; padding: 8px 0; transition: color .18s; margin-top: 4px; }
.bk-basket-continue:hover { color: #253928; }

/* Summary card */
.bk-basket-summary {
    background: #fff; border-radius: 20px;
    padding: 28px 26px;
    box-shadow: 0 4px 24px rgba(37,57,40,.08);
    position: sticky; top: 100px;
}
.bk-basket-summary-title { font-size: 1.1rem; font-weight: 800; color: #1a2a1c; margin: 0 0 20px; padding-bottom: 14px; border-bottom: 2px solid #f0f0f0; }
.bk-delivery-progress { height: 6px; background: #e8e8e8; border-radius: 999px; overflow: hidden; margin-bottom: 8px; }
.bk-delivery-progress-bar { height: 100%; background: linear-gradient(90deg,#253928,#DA9F28); border-radius: 999px; transition: width .4s ease; }
.bk-delivery-msg { font-size: .82rem; color: #666; margin-bottom: 20px; display: flex; align-items: center; gap: 6px; }
.bk-free-delivery-badge { background: #e8f5e9; color: #1b5e20; border-radius: 8px; padding: 8px 12px; font-size: .85rem; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 6px; }
.bk-basket-summary-rows { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.bk-basket-summary-row { display: flex; justify-content: space-between; align-items: center; font-size: .9rem; color: #555; }
.bk-basket-summary-total { font-size: 1.05rem; font-weight: 800; color: #1a2a1c; padding-top: 12px; border-top: 2px solid #f0f0f0; margin-top: 4px; }
.bk-basket-checkout-btn {
    display: flex; align-items: center; justify-content: center;
    width: 100%; padding: 14px;
    background: linear-gradient(135deg,#253928,#3a5a3e);
    color: #fff; font-weight: 700; font-size: .95rem;
    border-radius: 12px; text-decoration: none;
    transition: box-shadow .2s, transform .2s;
}
.bk-basket-checkout-btn:hover { box-shadow: 0 8px 24px rgba(37,57,40,.3); transform: translateY(-1px); color: #fff; }

/* Empty basket */
.bk-basket-empty { text-align: center; padding: 80px 20px; }
.bk-basket-empty-icon { font-size: 5rem; color: #ddd; margin-bottom: 24px; }
.bk-basket-empty h3 { font-size: 1.5rem; color: #333; margin-bottom: 8px; }
.bk-basket-empty p { color: #888; margin-bottom: 28px; }
.bk-basket-shop-btn {
    display: inline-flex; align-items: center;
    padding: 13px 28px; border-radius: 12px;
    background: linear-gradient(135deg,#253928,#3a5a3e);
    color: #fff; font-weight: 700; text-decoration: none;
    transition: all .2s;
}
.bk-basket-shop-btn:hover { box-shadow: 0 8px 24px rgba(37,57,40,.3); color: #fff; }

@media (max-width: 576px) {
    .bk-basket-item { flex-wrap: wrap; }
    .bk-basket-item-info { min-width: calc(100% - 96px); }
}

/* ── Checkout Success ───────────────────────────────────── */
.bk-success-section {
    min-height: 70vh;
    display: flex; align-items: center;
    padding: 60px 0; background: var(--bk-bg-soft, #F8F4EF);
}
.bk-success-card {
    max-width: 640px; margin: 0 auto;
    background: #fff; border-radius: 24px;
    padding: 52px 48px;
    box-shadow: 0 10px 50px rgba(37,57,40,.12);
    text-align: center;
}
.bk-success-anim { margin-bottom: 28px; }
.bk-success-circle {
    width: 96px; height: 96px; margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg,#253928,#3a5a3e);
    display: flex; align-items: center; justify-content: center;
    animation: successPop .5s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes successPop {
    from { transform: scale(0); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}
.bk-success-circle i { font-size: 2.8rem; color: #fff; }
.bk-success-title { font-size: 1.8rem; font-weight: 800; color: #1a2a1c; margin-bottom: 12px; }
.bk-success-sub { font-size: .92rem; color: #666; line-height: 1.6; margin-bottom: 32px; }

/* Order steps */
.bk-success-steps {
    display: flex; align-items: center; justify-content: center;
    gap: 0; margin: 0 0 32px; padding: 24px 0;
    border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;
}
.bk-step { display: flex; flex-direction: column; align-items: center; gap: 6px; flex-shrink: 0; }
.bk-step-icon {
    width: 44px; height: 44px; border-radius: 50%;
    background: #f0f0f0; color: #bbb;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; transition: all .3s;
}
.bk-step--done .bk-step-icon { background: #253928; color: #fff; }
.bk-step--active .bk-step-icon { background: var(--bk-gold, #DA9F28); color: #fff; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(218,159,40,.4); } 50% { box-shadow: 0 0 0 8px rgba(218,159,40,0); } }
.bk-step-label { font-size: .7rem; font-weight: 600; color: #aaa; white-space: nowrap; }
.bk-step--done .bk-step-label, .bk-step--active .bk-step-label { color: #253928; }
.bk-step-line { flex: 1; height: 2px; background: #e8e8e8; min-width: 20px; max-width: 60px; }
.bk-step-line--done { background: #253928; }

.bk-success-info {
    background: #e8f5e9; border-radius: 10px;
    padding: 12px 18px; font-size: .85rem; color: #1b5e20;
    display: flex; align-items: center; gap: 8px; justify-content: center;
    margin-bottom: 28px;
}
.bk-success-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.bk-success-btn-primary {
    padding: 12px 28px; border-radius: 10px;
    background: linear-gradient(135deg,#253928,#3a5a3e);
    color: #fff; font-weight: 700; text-decoration: none;
    display: inline-flex; align-items: center;
    transition: all .2s;
}
.bk-success-btn-primary:hover { box-shadow: 0 6px 20px rgba(37,57,40,.3); color: #fff; transform: translateY(-1px); }
.bk-success-btn-secondary {
    padding: 12px 28px; border-radius: 10px;
    border: 2px solid #ddd; color: #555; font-weight: 600;
    text-decoration: none; display: inline-flex; align-items: center;
    transition: all .2s; background: #fff;
}
.bk-success-btn-secondary:hover { border-color: #253928; color: #253928; }

@media (max-width: 576px) {
    .bk-success-card { padding: 36px 24px; }
    .bk-success-steps { gap: 0; }
    .bk-step-label { display: none; }
}

/* ── Checkout Fail ──────────────────────────────────────── */
.bk-fail-circle {
    width: 96px; height: 96px; margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg,#c62828,#e53935);
    display: flex; align-items: center; justify-content: center;
    animation: successPop .5s cubic-bezier(.34,1.56,.64,1) both;
}
.bk-fail-circle i { font-size: 2.8rem; color: #fff; }
.bk-fail-title { font-size: 1.8rem; font-weight: 800; color: #c62828; margin-bottom: 12px; }
.bk-fail-info {
    background: #fdecea; border-radius: 10px;
    padding: 12px 18px; font-size: .85rem; color: #c62828;
    display: flex; align-items: center; gap: 8px; justify-content: center;
    margin-bottom: 28px;
}
.bk-fail-btn-primary {
    padding: 12px 28px; border-radius: 10px;
    background: linear-gradient(135deg,#c62828,#e53935);
    color: #fff; font-weight: 700; text-decoration: none;
    display: inline-flex; align-items: center;
    transition: all .2s;
}
.bk-fail-btn-primary:hover { box-shadow: 0 6px 20px rgba(198,40,40,.3); color: #fff; transform: translateY(-1px); }

/* ── Modern Pagination ─────────────────────────────────── */
.modern-pagination {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    margin-top: 40px;
}
.modern-pagination a {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 10px;
    background: #fff; border: 1.5px solid #e0e0e0;
    color: #555; text-decoration: none; font-size: .88rem; font-weight: 600;
    transition: all .18s;
}
.modern-pagination a:hover { border-color: #253928; color: #253928; }
.modern-pagination a.active { background: #253928; border-color: #253928; color: #fff; }
.modern-pagination a.disabled { opacity: .4; pointer-events: none; }
.pagination-dots { color: #aaa; padding: 0 4px; }

/* ── Logo text fallback (when no logo image) ────────────── */
.bk-header-logo-text {
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.02em;
    font-style: italic;
}

/* ── Prevent nice-select from overriding marked selects ──── */
select.no-nice-select {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
/* Hide the auto-generated nice-select div next to a .no-nice-select */
select.no-nice-select + .nice-select {
    display: none !important;
}

/* =========================================================================
   26. BOOTSTRAP OVERRIDE — Align Bootstrap defaults with brand palette
   ========================================================================= */

/* btn-primary → brand forest green */
.btn-primary {
    background-color: #253928 !important;
    border-color: #253928 !important;
    color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #1a2a1c !important;
    border-color: #1a2a1c !important;
    color: #fff !important;
    box-shadow: 0 0 0 3px rgba(37,57,40,.25) !important;
}
.btn-primary:disabled, .btn-primary.disabled {
    background-color: #253928 !important;
    border-color: #253928 !important;
    opacity: .6;
}

/* btn-success → also brand forest green */
.btn-success {
    background-color: #253928 !important;
    border-color: #253928 !important;
    color: #fff !important;
}
.btn-success:hover, .btn-success:focus {
    background-color: #1a2a1c !important;
    border-color: #1a2a1c !important;
}

/* btn-outline-primary → brand outline */
.btn-outline-primary {
    color: #253928 !important;
    border-color: #253928 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #253928 !important;
    color: #fff !important;
}

/* link colors */
a.text-primary { color: #253928 !important; }

/* form focus accent */
.form-control:focus, .form-select:focus {
    border-color: #253928 !important;
    box-shadow: 0 0 0 3px rgba(37,57,40,.1) !important;
}

/* checkbox / radio accent */
.form-check-input:checked {
    background-color: #253928 !important;
    border-color: #253928 !important;
}

/* Progress bar */
.progress-bar { background-color: #253928 !important; }

/* Badge bg-primary */
.badge.bg-primary {
    background-color: #253928 !important;
    color: #fff !important;
}

/* =========================================================================
   27. NEWSLETTER FEEDBACK MESSAGE
   ========================================================================= */
.bk-newsletter-msg {
    margin-top: .75rem;
    padding: .65rem 1rem;
    border-radius: 10px;
    font-size: .85rem;
    font-weight: 500;
    font-family: var(--bk-font);
}
.bk-newsletter-msg--success {
    background: rgba(218,159,40,.18);
    color: var(--bk-peach);
    border: 1px solid rgba(218,159,40,.3);
}
.bk-newsletter-msg--error {
    background: rgba(232,93,74,.15);
    color: #ffccc7;
    border: 1px solid rgba(232,93,74,.3);
}
.ltn__product-area, .ltn__shop-details-inner{
    margin-top: 50px;
}
