/* ═══════════════════════════════════════════════════════════════
   PRODUCTS / SHOP PAGE STYLES - AUTHENTIC ORGANIC PREMIUM
   Matches Reference Mockup: media_1788575135902.jpg
   ═══════════════════════════════════════════════════════════════ */

/* ── Brand Color Variables ───────────────────────────────────── */
:root {
    --plp-bg-hero: #FAF7F2;
    --plp-border-hero: #ECE7DD;
    --plp-primary-green: #143d28;
    --plp-green-hover: #1e5a3c;
    --plp-accent-amber: #ea580c;
    --plp-accent-gold: #d97706;
    --plp-pill-active-bg: #E6F4EA;
    --plp-pill-active-text: #194d33;
    --plp-card-bg: #FFFFFF;
    --plp-card-img-bg: #FBF9F4;
    --plp-text-dark: #111827;
    --plp-text-muted: #6B7280;
    --plp-border-light: #F0EDE6;
}

/* ── Hero Banner Section (Panoramic Farm Landscape) ──────────────── */
.shop-hero-panoramic {
    background-color: #f7f3eb;
    background-image: url('../images/shop-hero-banner-hd.jpg');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e8e2d5;
    position: relative;
    overflow: hidden;
    padding: 22px 0 26px;
    min-height: 270px;
    display: flex;
    align-items: center;
}

/* Full-width container override: Pushes text to the far-left field area */
.shop-hero-panoramic .shop-hero-container,
.shop-hero-container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: clamp(24px, 5vw, 68px) !important;
    padding-right: clamp(20px, 4vw, 50px) !important;
}

.shop-hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.52) 35%, rgba(255, 255, 255, 0.15) 58%, transparent 72%);
    pointer-events: none;
    z-index: 1;
}

.shop-hero-grid {
    display: grid;
    grid-template-columns: minmax(520px, auto) 1fr;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.shop-hero-left {
    max-width: 680px;
    padding-left: 0;
    text-align: left;
}

.shop-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #1b4d27;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 5px 14px;
    border-radius: 50px;
    border: 1px solid rgba(27, 77, 39, 0.18);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.shop-hero-eyebrow .eyebrow-leaf {
    font-size: 0.92rem;
}

.shop-hero-title {
    font-size: clamp(2rem, 2.5vw, 2.65rem);
    font-weight: 800;
    color: #133c24;
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin: 0 0 10px;
    font-family: 'Playfair Display', Georgia, serif;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}

.shop-hero-title span {
    color: #b45309;
    font-style: italic;
}

.shop-hero-subtitle {
    font-size: 0.92rem;
    color: #374151;
    margin: 0 0 16px;
    line-height: 1.45;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    max-width: 560px;
}

/* 4 Trust pills on a single clean row on laptop and desktop */
.shop-hero-pills {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}

.shop-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(220, 213, 199, 0.9);
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #2b342e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.shop-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #1b4d27;
    color: #1b4d27;
}

.shop-pill-icon {
    font-size: 0.9rem;
}

/* Hero Right Side: Acts as visual stage on desktop, mobile rail on mobile */
.shop-hero-right {
    display: block;
    min-height: 220px;
    position: relative;
}

.shop-hero-mobile-rail {
    display: none;
}

/* ── Unified Interactive Shop Controls Toolbar ──────────────────────── */
.shop-controls-bar {
    padding: 12px 0 14px;
}

.shop-toolbar-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 4px 18px -2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.shop-toolbar-card:hover {
    border-color: #D1D5DB;
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.07);
}

/* Left: Breadcrumbs & Integrated Live Count Badge */
.shop-toolbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.shop-breadcrumbs {
    font-size: 0.88rem;
    color: var(--plp-text-muted, #6B7280);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.shop-breadcrumbs .crumb-link {
    color: var(--plp-text-muted, #6B7280);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}

.shop-breadcrumbs .crumb-link:hover {
    color: var(--plp-primary-green, #1E4D2B);
}

.shop-breadcrumbs .crumb-sep {
    color: #9CA3AF;
    font-size: 1rem;
    line-height: 1;
}

.shop-breadcrumbs .crumb-active {
    color: var(--plp-text-dark, #111827);
    font-weight: 700;
}

/* Live Count Pill */
.shop-count-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ECFDF5;
    color: #065F46;
    border: 1px solid #A7F3D0;
    border-radius: 50px;
    padding: 4px 10px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.count-pill-dot {
    width: 6px;
    height: 6px;
    background: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.25);
    animation: countPulse 2.2s infinite ease-in-out;
}

@keyframes countPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

/* Center: Interactive Search Pill with Green Circle Button */
.shop-toolbar-center {
    flex: 1;
    max-width: 440px;
    min-width: 220px;
}

.shop-search-pill {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.shop-search-pill input {
    width: 100%;
    height: 42px;
    padding: 0 52px 0 20px;
    border-radius: 50px;
    border: 1.5px solid #E5E7EB;
    background: #FFFFFF;
    font-size: 0.88rem;
    color: #111827;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.shop-search-pill input:focus {
    background: #FFFFFF;
    outline: none;
    border-color: #1b4d27;
    box-shadow: 0 0 0 3.5px rgba(27, 77, 39, 0.12);
}

.shop-search-pill input::placeholder {
    color: #9CA3AF;
}

.shop-search-pill .search-clear-btn {
    position: absolute;
    right: 44px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #E5E7EB;
    border: none;
    color: #4B5563;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
    padding: 0;
}

.shop-search-pill .search-clear-btn:hover {
    background: #D1D5DB;
    color: #111827;
}

.shop-search-pill .search-circle-btn {
    position: absolute;
    right: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1b4d27;
    border: none;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 2px 6px rgba(27, 77, 39, 0.25);
    padding: 0;
}

.shop-search-pill .search-circle-btn:hover {
    background: #143d28;
    transform: scale(1.05);
}

/* Google-like Live Search Suggestions Dropdown */
.shop-search-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #E5E7EB;
    z-index: 9999;
    max-height: 460px;
    overflow-y: auto;
    scrollbar-width: thin;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    text-align: left;
}
.shop-search-suggestions.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sugg-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #6B7280;
}
.sugg-header-products {
    padding-top: 4px;
}
.sugg-list {
    display: flex;
    flex-direction: column;
    padding: 4px 8px 8px;
}
.sugg-item {
    display: flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 0.88rem;
    color: #1F2937;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    user-select: none;
}
.sugg-item:hover, .sugg-item.active {
    background: #F3F4F6;
    color: #1b4d27;
}
.sugg-icon {
    font-size: 1rem;
    margin-right: 10px;
    flex-shrink: 0;
}
.sugg-search-icon {
    margin-right: 10px;
    color: #9CA3AF;
    flex-shrink: 0;
}
.sugg-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sugg-hl {
    color: #1b4d27;
    font-weight: 800;
}
.sugg-arrow {
    color: #9CA3AF;
    font-size: 0.85rem;
    margin-left: 8px;
    opacity: 0;
    transition: opacity 0.15s ease, transform 0.15s ease;
}
.sugg-item:hover .sugg-arrow, .sugg-item.active .sugg-arrow {
    opacity: 1;
    transform: translate(2px, -2px);
    color: #1b4d27;
}
.sugg-divider {
    height: 1px;
    background: #E5E7EB;
    margin: 4px 12px 6px;
}
.sugg-products-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 8px 10px;
}
.sugg-prod-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #F9FAFB;
    border: 1px solid #F3F4F6;
    text-decoration: none;
    transition: all 0.18s ease;
}
.sugg-prod-card:hover, .sugg-prod-card.active {
    background: #EFF6F0;
    border-color: #C6E2CD;
    transform: translateY(-1px);
}
.sugg-prod-img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    flex-shrink: 0;
}
.sugg-prod-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}
.sugg-prod-name {
    font-size: 0.86rem;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sugg-prod-price {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1b4d27;
}
.sugg-empty {
    padding: 24px 16px;
    text-align: center;
    font-size: 0.86rem;
    color: #6B7280;
}
[data-theme="dark"] .shop-search-suggestions {
    background: #1F2937;
    border-color: #374151;
    box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .sugg-item {
    color: #E5E7EB;
}
[data-theme="dark"] .sugg-item:hover, [data-theme="dark"] .sugg-item.active {
    background: #374151;
    color: #86EFAC;
}
[data-theme="dark"] .sugg-prod-card {
    background: #111827;
    border-color: #374151;
}
[data-theme="dark"] .sugg-prod-name {
    color: #F9FAFB;
}
[data-theme="dark"] .sugg-prod-price {
    color: #86EFAC;
}

/* ── Horizontal Category Carousel Track (10 Categories) ────────────────── */
.shop-category-strip-container {
    padding: 8px 0 16px;
}

.shop-category-carousel-track {
    display: flex;
    align-items: stretch;
    gap: 12px;
    overflow-x: auto;
    padding: 6px 4px 14px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.shop-category-carousel-track::-webkit-scrollbar {
    display: none;
}

.shop-cat-carousel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 12px 10px 10px;
    min-width: 90px;
    flex: 1 0 90px;
    max-width: 120px;
    background: #FFFFFF;
    border: 1.5px solid #E5E7EB;
    border-radius: 16px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    white-space: normal;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    outline: none;
    position: relative;
}

.shop-cat-carousel-item:hover {
    border-color: #86EFAC;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(27, 77, 39, 0.1);
}

.shop-cat-carousel-item:hover .cat-thumb-wrap {
    border-color: #2D6A4F;
    box-shadow: 0 4px 14px rgba(45, 106, 79, 0.2);
}

.shop-cat-carousel-item:hover .cat-thumb-wrap img {
    transform: scale(1.08);
}

.shop-cat-carousel-item.active {
    background: linear-gradient(135deg, #1b4d27 0%, #2D6A4F 100%);
    border-color: #1b4d27;
    color: #FFFFFF;
    box-shadow: 0 8px 22px rgba(27, 77, 39, 0.32);
    transform: translateY(-2px);
}

.cat-thumb-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2.5px solid #F1F5F9;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.cat-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    transition: transform 0.25s ease;
}

.shop-cat-carousel-item.active .cat-thumb-wrap {
    border: 2.5px solid #FFFFFF;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
}

.cat-thumb-all {
    background: #F1F5F9;
    color: #1b4d27;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-thumb-all svg {
    width: 22px;
    height: 22px;
}

.shop-cat-carousel-item:hover .cat-thumb-all {
    background: #E8F5E9;
    color: #1b4d27;
}

.shop-cat-carousel-item.active .cat-thumb-all {
    background: #FFFFFF;
    color: #1b4d27;
    border: 2.5px solid #FFFFFF;
}

.cat-item-label {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
    color: #374151;
    letter-spacing: 0.01em;
    text-align: center;
    display: block;
    max-width: 86px;
    word-break: break-word;
    transition: color 0.2s ease;
}

.shop-cat-carousel-item.active .cat-item-label {
    color: #FFFFFF;
    font-weight: 700;
}

/* Right: Sort & Segmented View Toggles */
.shop-toolbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.shop-sort-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shop-sort-wrap .sort-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #4B5563;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.shop-select-custom-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.shop-sort-select {
    height: 38px;
    padding: 0 32px 0 14px;
    border-radius: 50px;
    border: 1px solid #E5E7EB;
    background-color: #F9FAFB;
    font-size: 0.84rem;
    font-weight: 600;
    color: #1F2937;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: all 0.2s ease;
}

.shop-sort-select:hover {
    border-color: #D1D5DB;
    background-color: #FFFFFF;
}

.shop-sort-select:focus {
    outline: none;
    background-color: #FFFFFF;
    border-color: #2D6A4F;
    box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.12);
}

.sort-select-chevron {
    position: absolute;
    right: 12px;
    color: #6B7280;
    pointer-events: none;
}

/* Segmented View Switcher Pill */
.shop-view-segmented {
    display: inline-flex;
    background: #F3F4F6;
    padding: 3px;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    gap: 2px;
}

.shop-view-btn {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    border: none;
    background: transparent;
    color: #6B7280;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shop-view-btn:hover {
    color: #111827;
}

.shop-view-btn.active {
    background: #FFFFFF;
    color: #2D6A4F;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* ── Mobile Filter Button, Drawer & Carousel Defaults (Desktop) ── */
.shop-mobile-filter-btn {
    display: none;
}
.shop-mobile-cat-carousel {
    display: none;
}
.filter-drawer-header.mobile-only,
.filter-drawer-footer.mobile-only {
    display: none;
}
.filter-drawer-backdrop {
    display: none;
}

.shop-brand-tagline {
    font-size: 0.88rem;
    color: #059669;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-chips:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1rem;
    align-items: center;
}

.filter-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 5px 12px !important;
    background: #FFFFFF !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 50px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: #1F2937 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.filter-chip span {
    color: #1F2937 !important;
}

.filter-chip button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #F3F4F6 !important;
    border: none !important;
    color: #6B7280 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    line-height: 1 !important;
    padding: 0 !important;
    transition: all 0.15s ease !important;
}

.filter-chip button:hover {
    background: #EF4444 !important;
    color: #FFFFFF !important;
}

.btn-clear-all {
    background: transparent !important;
    border: none !important;
    color: #DC2626 !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    padding: 5px 10px !important;
    border-radius: 50px !important;
    transition: background 0.15s ease !important;
}

.btn-clear-all:hover {
    background: rgba(220, 38, 38, 0.08) !important;
}

/* ── Main Layout (Sidebar + Grid) ────────────────────────────── */
.shop-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding-bottom: 50px;
}

/* ── Sidebar Container & Cards ─────────────────────────────── */
.shop-sidebar-wrap {
    width: 275px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 90px;
}

/* Sidebar Accordions */
.shop-sidebar-accordion {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    transition: border-color 0.2s ease;
}

.sidebar-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    cursor: pointer;
    user-select: none;
    background: #FAFAFA;
    border-bottom: 1px solid #F0F0F0;
    transition: background 0.15s ease;
}

.sidebar-accordion-header:hover {
    background: #F3F4F6;
}

.accordion-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    color: #111827;
}

.accordion-icon {
    font-size: 1rem;
}

.accordion-chevron {
    transition: transform 0.25s ease;
    color: #6B7280;
}

.shop-sidebar-accordion.collapsed .sidebar-accordion-header {
    border-bottom-color: transparent;
}

.shop-sidebar-accordion.collapsed .accordion-chevron {
    transform: rotate(-90deg);
}

.sidebar-accordion-content {
    padding: 10px 14px 14px;
    display: block;
}

.shop-sidebar-accordion.collapsed .sidebar-accordion-content {
    display: none;
}

/* Category Checkbox Rows */
.shop-cat-list,
.dietary-filter-list,
.availability-filter-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.shop-cat-check-row,
.dietary-check-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 4px;
    font-size: 0.86rem;
    color: #374151;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.15s ease;
    user-select: none;
}

.shop-cat-check-row:hover,
.dietary-check-row:hover {
    color: #1b4d27;
    background: #F8FAFC;
}

.shop-cat-check-row input[type="checkbox"],
.dietary-check-row input[type="checkbox"] {
    accent-color: #1b4d27;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0;
}

.cat-check-label {
    flex: 1;
}

.cat-check-count {
    font-size: 0.78rem;
    color: #9CA3AF;
    font-weight: 500;
}

.shop-cat-check-row.active {
    color: #1b4d27;
    font-weight: 700;
}

.shop-cat-check-row.active .cat-check-count {
    color: #1b4d27;
}

/* Price Range Slider */
.price-slider-wrap {
    margin-top: 4px;
}

.custom-range-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: #256b38;
    outline: none;
}

.custom-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #143d28;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    transition: transform 0.15s ease;
}

.custom-range-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.custom-range-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #143d28;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.price-slider-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.price-slider-labels .price-pill {
    font-size: 0.84rem;
    font-weight: 700;
    color: #111827;
}

/* Bottom Sidebar Farmer Promo Card */
.sidebar-farmer-promo-card {
    background: #FDFBF7;
    border: 1px solid #EFE8DA;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
}

.farmer-promo-img-wrap {
    width: 100%;
    height: 105px;
    overflow: hidden;
    background: #E5E7EB;
}

.farmer-promo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sidebar-farmer-promo-card:hover .farmer-promo-img {
    transform: scale(1.03);
}

.farmer-promo-content {
    padding: 12px 14px 14px;
}

.farmer-promo-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 4px;
    line-height: 1.25;
}

.farmer-promo-desc {
    font-size: 0.76rem;
    color: #6B7280;
    line-height: 1.35;
    margin: 0 0 10px;
}

.farmer-promo-link {
    font-size: 0.82rem;
    font-weight: 700;
    color: #1b4d27;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.15s;
}

.farmer-promo-link:hover {
    color: #0f2c16;
    text-decoration: underline;
}

.btn-sidebar-reset {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #D1D5DB;
    color: #4B5563;
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: all 0.2s ease;
}

.btn-sidebar-reset:hover {
    border-color: var(--plp-primary-green);
    color: var(--plp-primary-green);
    background: #F0FDF4;
}

/* ── Product Grid & Cards ────────────────────────────────────── */
.shop-products-area {
    flex: 1;
    min-width: 0;
}

/* ── Quick Filter Strip Above Product Grid ───────────────────── */
.shop-quick-filter-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 10px 16px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.025);
}

.shop-showing-count {
    font-size: 0.88rem;
    color: #4B5563;
    white-space: nowrap;
}

.shop-showing-count strong {
    color: #1b4d27;
    font-weight: 800;
}

.shop-quick-filter-chips {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.quick-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    border-radius: 50px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.quick-filter-pill:hover {
    background: #F3F4F6;
    border-color: #D1D5DB;
    color: #111827;
}

.quick-filter-pill.active {
    background: #1b4d27;
    color: #FFFFFF;
    border-color: #1b4d27;
    box-shadow: 0 2px 8px rgba(27, 77, 39, 0.25);
}

/* ── Product Grid Layout ─────────────────────────────────────── */
.plp-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

@media (min-width: 1441px) {
    .plp-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
    }
}

/* ── List View Mode (Desktop + all viewports) ─────────────────── */
.plp-product-grid.list-view-mode {
    grid-template-columns: 1fr !important;
    gap: 14px;
}
.plp-product-grid.list-view-mode .plp-card {
    flex-direction: row;
    align-items: center;
    padding: 12px;
    height: auto;
}
.plp-product-grid.list-view-mode .plp-card-img-wrap {
    width: 140px;
    height: 140px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    margin: 0;
    border-radius: 10px;
}
.plp-product-grid.list-view-mode .plp-card-body {
    flex: 1;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.plp-product-grid.list-view-mode .plp-card-title {
    height: auto;
    font-size: 1rem;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.plp-product-grid.list-view-mode .plp-card-btn {
    max-width: 160px;
    align-self: flex-start;
}

.plp-card {
    background: #FFFFFF;
    border: 1px solid #ECEEF2;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
    position: relative;
    height: 100%;
}

.plp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(27, 77, 39, 0.1);
    border-color: #86EFAC;
}

.plp-card-img-wrap {
    background: #F8FAF9;
    border-radius: 12px;
    margin: 10px 10px 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.plp-card-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #FFFFFF;
    z-index: 4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.2px;
    line-height: 1.2;
}

/* Badge Varieties matching reference mockup */
.badge-bestseller { background: #B45309; }
.badge-organic { background: #15803D; }
.badge-new-arrival { background: #EA580C; }
.badge-popular { background: #9A3412; }
.badge-hot-deal { background: #DC2626; }
.badge-ready-to-cook { background: #D97706; }
.badge-premium { background: #78350F; }
.badge-selling-fast { background: #EA580C; }
.badge-farm-fresh { background: #4D7C0F; }
.badge-trending { background: #E11D48; }
.badge-featured { background: #D97706; }
.badge-limited { background: #9A3412; }
.badge-sale { background: #DC2626; }
.badge-offer { background: #0284C7; }
.badge-top-rated { 
    background: linear-gradient(135deg, #F59E0B, #D97706) !important;
    color: #FFFFFF !important;
    display: inline-flex !important;
    box-shadow: 0 2px 6px rgba(217, 119, 6, 0.35) !important;
}

.out-of-stock-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.out-of-stock-overlay span {
    background: #DC2626;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

.plp-card-wishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B7280;
    cursor: pointer;
    z-index: 4;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

.plp-card-wishlist:hover {
    transform: scale(1.1);
    color: #E11D48;
    border-color: #FECDD3;
}

.plp-card-wishlist.active {
    color: #E11D48;
    fill: #E11D48;
    border-color: #FECDD3;
    background: #FFF1F2;
}

.plp-card-wishlist svg {
    width: 15px;
    height: 15px;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

/* ── Wishlist Heart Animations ─────────────────────────────────── */
@keyframes wl-pop {
    0%   { transform: scale(1); }
    30%  { transform: scale(1.55); }
    55%  { transform: scale(0.85); }
    75%  { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@keyframes wl-shrink {
    0%   { transform: scale(1); opacity: 1; }
    40%  { transform: scale(0.6); opacity: 0.6; }
    70%  { transform: scale(1.1); opacity: 0.9; }
    100% { transform: scale(1); opacity: 1; }
}

.plp-card-wishlist.wl-anim-add {
    animation: wl-pop 0.42s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.plp-card-wishlist.wl-anim-remove {
    animation: wl-shrink 0.38s ease-in-out forwards;
}

/* Ensure removed wishlist heart returns to outline color, NOT black */
.plp-card-wishlist:not(.active) svg {
    fill: none !important;
    stroke: currentColor !important;
}

.plp-card-wishlist.active svg {
    fill: #E11D48 !important;
    stroke: #E11D48 !important;
}

.plp-card-img {
    max-height: 88%;
    max-width: 88%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.06));
    transition: transform 0.35s ease;
}

.plp-card:hover .plp-card-img {
    transform: scale(1.06);
}

/* Media Discount Ribbon (Matching Best Seller) */
.plp-media-discount,
.hm-bs-media-discount {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    background: linear-gradient(135deg, #166534 0%, #15803d 100%);
    color: #ffffff;
    font-size: 0.70rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(22, 101, 52, 0.28);
    backdrop-filter: blur(4px);
    line-height: 1.2;
}

/* ── Card Body Interior ──────────────────────────────────────── */
.plp-card-body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* ── Clean Card Body Meta & Structure ────────────────────────── */
.plp-card-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 6px;
}
.plp-card-meta-row .plp-cat-name,
.plp-cat-name,
.hm-bs-cat-name {
    font-size: 0.72rem;
    font-weight: 800;
    color: #166534;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.plp-card-rating {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 0.74rem;
    font-weight: 700;
    color: #374151;
    background: #FEF3C7;
    padding: 1px 6px;
    border-radius: 4px;
    border: 1px solid rgba(245, 158, 11, 0.25);
    line-height: 1.2;
}
.plp-card-rating svg {
    flex-shrink: 0;
}

/* Ensure ASSURED badge is completely suppressed everywhere */
.plp-assured-badge,
.hm-bs-assured-badge {
    display: none !important;
}

.plp-weight-tag,
.hm-bs-weight-tag {
    display: none; /* replaced by clean pack size selector */
}

/* Product Title */
.plp-card-title,
.hm-bs-prod-title {
    font-size: 0.98rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 5px 0;
    line-height: 1.34;
    min-height: 2.68em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}
.plp-card-title a,
.hm-bs-prod-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.plp-card-title a:hover,
.hm-bs-prod-title a:hover,
.plp-card:hover .plp-card-title a {
    color: #1b4d27;
}

/* Product Subtitle / Explainer (Tells customer clearly what the product is) */
.plp-card-subtitle {
    font-size: 0.76rem;
    color: #64748B;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Rating Row */
.plp-card-rating-row {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    line-height: 1;
}
.plp-card-star-icon {
    color: #F59E0B;
    font-size: 0.85rem;
    line-height: 1;
}
.plp-card-rating-val {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1F2937;
}
.plp-card-reviews-count {
    font-size: 0.72rem;
    color: #9CA3AF;
    font-weight: 500;
}

/* Benefit Pills (Hidden on PLP to remove visual clutter) */
.plp-card-benefits {
    display: none !important;
}

/* Clean Pack Size Selector */
.plp-size-selector-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 12px;
    padding: 6px 0 2px;
    border-top: 1px dashed #F1F5F9;
}
.plp-size-tag-label {
    font-size: 0.72rem;
    color: #64748B;
    font-weight: 600;
    white-space: nowrap;
}
.plp-size-tag-label strong {
    color: #0F172A;
    font-weight: 800;
}
.plp-size-selector {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
}
.plp-size-pill {
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    font-size: 0.70rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.15s ease;
    line-height: 1.2;
}
.plp-size-pill:hover {
    border-color: #1b4d27;
    color: #1b4d27;
    background: #F0FDF4;
}
.plp-size-pill.active {
    background: #F0FDF4;
    color: #166534;
    border-color: #16A34A;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(22, 163, 74, 0.15);
}

/* Clean Price Row */
.plp-card-price-row,
.hm-bs-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-top: auto;
    margin-bottom: 12px;
    line-height: 1;
}
.plp-price-group {
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.plp-price-val,
.hm-bs-price-main {
    font-size: 1.28rem;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.02em;
    line-height: 1;
}
.plp-mrp-val,
.hm-bs-price-strike {
    font-size: 0.82rem;
    color: #94A3B8;
    text-decoration: line-through;
    font-weight: 500;
    line-height: 1;
}
.plp-off-pill {
    font-size: 0.68rem;
    font-weight: 700;
    color: #15803D;
    background: #DCFCE7;
    padding: 2.5px 6px;
    border-radius: 4px;
    line-height: 1;
}
.plp-save-badge,
.hm-bs-save-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 7px;
    background: #ECFDF5;
    border: 1px solid #A7F3D0;
    border-radius: 6px;
    color: #047857;
    font-size: 0.70rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

/* Anchor strip retired in favor of clean card layout */
.plp-anchor-strip {
    display: none !important;
}

/* FOMO Delivery Strip (Matching Best Seller) */
.plp-fomo-row,
.hm-bs-fomo-row {
    display: none !important;
}

/* ── Action Row: Stepper + Add to Cart Button ────────────────── */
.plp-card-action-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: auto;
}

.plp-qty-stepper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1.5px solid #E5E7EB;
    border-radius: 8px;
    background: #F9FAFB;
    height: 38px;
    width: 76px;
    flex-shrink: 0;
    padding: 0 3px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.plp-qty-stepper:hover {
    border-color: #CBD5E1;
}

.qty-btn {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: none;
    background: transparent;
    font-size: 1.05rem;
    font-weight: 700;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
    line-height: 1;
    padding: 0;
}

.qty-btn:hover {
    background: #E5E7EB;
    color: #111827;
}

.qty-display {
    font-size: 0.88rem;
    font-weight: 700;
    color: #111827;
    min-width: 18px;
    text-align: center;
    user-select: none;
}

.plp-card-btn,
.plp-card-btn.add-to-cart-btn,
.product-card .plp-card-btn {
    flex: 1;
    min-width: 0;
    height: 38px;
    padding: 0 10px !important;
    border-radius: 8px !important;
    background: #1b4d27 !important;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.84rem;
    border: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 0;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(27, 77, 39, 0.25) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plp-card-btn:hover,
.plp-card-btn.add-to-cart-btn:hover {
    background: #143d28 !important;
    box-shadow: 0 4px 14px rgba(20, 61, 40, 0.35) !important;
    transform: translateY(-1px);
}

.plp-card-btn:active,
.plp-card-btn.add-to-cart-btn:active {
    transform: translateY(0);
}

.plp-card-btn:disabled,
.plp-card-btn.add-to-cart-btn:disabled {
    background: #9CA3AF !important;
    box-shadow: none !important;
    cursor: not-allowed;
    transform: none !important;
}

.cart-btn-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.cart-btn-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.added-bounce {
    animation: plpBounce 0.4s ease;
}

@keyframes plpBounce {
    0% { transform: scale(1); }
    50% { transform: scale(0.92); }
    100% { transform: scale(1); }
}

/* ── Suppress Redundant Legacy Floating Cart FAB on Shop Page ─── */
.floating-cart-fab,
#floating-cart-btn,
#vmFloatingCartBtn,
.vm-btn-floating-cart {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ── Floating Bottom Mini-Cart Widget (Governed centrally by cart-drawer.css) ── */

/* ── Bottom Trust Strip (Why Choose Vindhya Millets) ─────────── */
.shop-why-choose-section {
    background: #F8FAF7;
    padding: 50px 0 56px;
    border-top: 1px solid #E7ECE5;
    margin-top: 50px;
}

.why-choose-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
}

.why-choose-leaf-icon {
    font-size: 1.35rem;
}

.why-choose-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 800;
    color: #1b4d27;
    margin: 0;
    text-align: center;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.why-pillar-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px 16px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.why-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
    border-color: #D1D5DB;
}

.why-pillar-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #E8F5E9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: transform 0.22s ease, background 0.22s ease;
}

.why-pillar-card:hover .why-pillar-icon-box {
    transform: scale(1.08);
    background: #C8E6C9;
}

.why-pillar-icon-box svg {
    stroke: #1b4d27;
}

.why-pillar-title {
    font-size: 0.94rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 6px;
    line-height: 1.25;
}

.why-pillar-desc {
    font-size: 0.78rem;
    color: #6B7280;
    margin: 0;
    line-height: 1.4;
}

/* ── Responsive Breakpoints ──────────────────────────────────── */
@media (max-width: 1200px) {
    .plp-product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

/* Laptops (992px to 1280px) - Guaranteed Single Row for Trust Pills */
@media (min-width: 992px) and (max-width: 1280px) {
    .shop-hero-panoramic .shop-hero-container,
    .shop-hero-container {
        padding-left: clamp(20px, 3vw, 40px) !important;
        padding-right: clamp(16px, 2.5vw, 32px) !important;
    }
    .shop-hero-grid {
        grid-template-columns: minmax(490px, 620px) 1fr;
        gap: 16px;
    }
    .shop-hero-left {
        max-width: 620px;
    }
    .shop-hero-title {
        font-size: 2.15rem;
    }
    .shop-hero-pills {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 6px;
    }
    .shop-pill {
        padding: 5px 8px;
        font-size: 0.72rem;
        gap: 4px;
        white-space: nowrap !important;
        flex-shrink: 0;
    }
}

/* Tablets & Mobile Screens (<= 991px) */
@media (max-width: 991px) {
    /* ── Hero Banner Mobile Optimization ── */
    .shop-hero-panoramic .shop-hero-container,
    .shop-hero-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin: 0 auto !important;
    }
    .shop-hero-panoramic {
        padding: 24px 0 20px;
        min-height: auto;
        background-position: center center;
    }
    .shop-hero-bg-overlay {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.85) 55%, rgba(255, 255, 255, 0.72) 100%);
    }
    .shop-hero-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .shop-hero-left {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .shop-hero-eyebrow {
        justify-content: center;
        font-size: 0.74rem;
        margin-bottom: 6px;
    }
    .shop-hero-title {
        font-size: clamp(1.6rem, 5.2vw, 2.2rem);
        line-height: 1.18;
        margin: 0 auto 8px;
        max-width: 92%;
    }
    .shop-hero-subtitle {
        font-size: 0.86rem;
        margin: 0 auto 12px;
        max-width: 90%;
    }
    .shop-hero-pills {
        justify-content: center;
        flex-wrap: wrap !important;
        gap: 6px;
    }
    .shop-pill {
        padding: 4px 10px;
        font-size: 0.74rem;
        white-space: normal;
    }
    .shop-hero-right {
        min-height: auto;
    }
    .shop-hero-mobile-rail {
        display: none !important;
    }

    /* ── Toolbar on Tablets & Mobile ── */
    .shop-controls-bar {
        padding: 10px 0 8px;
    }
    .shop-toolbar-card {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 14px;
    }
    .shop-toolbar-left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        order: 1;
    }
    .shop-breadcrumbs {
        font-size: 0.8rem;
    }
    .shop-count-pill {
        font-size: 0.74rem;
        padding: 3px 8px;
    }
    .shop-toolbar-center {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        order: 2;
    }
    .shop-search-box input {
        height: 38px;
        font-size: 0.84rem;
        padding-left: 36px;
    }
    .shop-toolbar-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        order: 3;
        gap: 8px;
    }
    .shop-sort-wrap {
        flex: 1;
        min-width: 0;
    }
    .shop-sort-wrap .sort-label {
        display: none;
    }
    .shop-select-custom-wrap {
        width: 100%;
    }
    .shop-sort-select {
        width: 100%;
        height: 36px;
        font-size: 0.78rem;
        padding: 0 28px 0 10px;
    }
    .shop-view-segmented {
        flex-shrink: 0;
    }
    .shop-view-btn {
        width: 32px;
        height: 32px;
    }
    .shop-mobile-filter-btn {
        display: inline-flex !important;
        align-items: center;
        gap: 6px;
        height: 36px;
        padding: 0 14px;
        border-radius: 50px;
        background: #1b4d27;
        color: #ffffff;
        border: none;
        font-size: 0.82rem;
        font-weight: 700;
        cursor: pointer;
        flex-shrink: 0;
        box-shadow: 0 2px 8px rgba(27, 77, 39, 0.22);
        transition: all 0.2s ease;
    }
    .shop-mobile-filter-btn:active {
        transform: scale(0.96);
    }
    .shop-mobile-filter-btn svg {
        stroke: #FFFFFF;
    }

    /* ── Horizontal Category Chips Bar ── */
    .shop-mobile-cat-carousel {
        display: flex !important;
        gap: 8px;
        overflow-x: auto;
        padding: 6px 2px 14px;
        margin-bottom: 6px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .shop-mobile-cat-carousel::-webkit-scrollbar {
        display: none;
    }
    .shop-cat-chip {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 14px;
        background: #FFFFFF;
        border: 1px solid #E5E7EB;
        border-radius: 50px;
        font-size: 0.82rem;
        font-weight: 600;
        color: #374151;
        white-space: nowrap;
        flex-shrink: 0;
        cursor: pointer;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
        transition: all 0.18s ease;
    }
    .shop-cat-chip:active {
        transform: scale(0.96);
    }
    .shop-cat-chip.active {
        background: #1b4d27;
        color: #FFFFFF;
        border-color: #1b4d27;
        box-shadow: 0 3px 10px rgba(27, 77, 39, 0.25);
    }
    .shop-cat-chip.active .chip-icon {
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.25));
    }

    /* ── Main Layout & Slide-Up Filter Drawer ── */
    .shop-layout {
        display: block;
        padding-bottom: calc(78px + env(safe-area-inset-bottom, 16px));
    }
    .filter-drawer-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(4px);
        z-index: 1000000;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .filter-drawer-backdrop.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .shop-sidebar-wrap {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto !important;
        width: 100% !important;
        max-height: 82vh;
        background: #FFFFFF;
        border-radius: 24px 24px 0 0;
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.25);
        z-index: 1000001;
        transform: translateY(105%);
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.32s ease;
        overflow-y: auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .shop-sidebar-wrap.open {
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
    }

    /* Hide floating dock when filter bottom sheet is open */
    body.drawer-open .mobile-bottom-nav {
        transform: translate(-50%, 150%) !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease !important;
    }

    .filter-drawer-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        border-bottom: 1px solid #E5E7EB;
        position: sticky;
        top: 0;
        background: #FFFFFF;
        z-index: 10;
    }
    .filter-drawer-title {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 1.05rem;
        font-weight: 800;
        color: #1b4d27;
    }
    .btn-drawer-close {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: none;
        background: #F3F4F6;
        color: #4B5563;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        line-height: 1;
        transition: all 0.18s;
    }
    .btn-drawer-close:hover {
        background: #E5E7EB;
        color: #111827;
    }
    .shop-sidebar-card {
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 16px 20px;
        border-bottom: 1px solid #F3F4F6;
    }
    .filter-drawer-footer {
        display: flex !important;
        padding: 14px 20px calc(16px + env(safe-area-inset-bottom, 12px));
        position: sticky;
        bottom: 0;
        background: #FFFFFF;
        border-top: 1px solid #E5E7EB;
        z-index: 10;
        box-shadow: 0 -4px 14px rgba(0,0,0,0.06);
    }
    .btn-drawer-apply {
        width: 100%;
        padding: 12px 0;
        border-radius: 50px;
        background: #1b4d27;
        color: #FFFFFF;
        border: none;
        font-size: 0.95rem;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(27, 77, 39, 0.25);
        transition: background 0.2s ease;
    }
    .btn-drawer-apply:hover {
        background: #143d28;
    }

    /* Quick Filter Strip on Tablets */
    .shop-quick-filter-strip {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 10px 12px;
    }
    .shop-quick-filter-chips {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .shop-quick-filter-chips::-webkit-scrollbar {
        display: none;
    }
    .quick-filter-pill {
        flex-shrink: 0;
    }

    /* Bottom Trust Strip on Tablets */
    .why-choose-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
    .why-choose-title {
        font-size: 1.35rem;
    }

    /* Product Grid on Tablets */
    .plp-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

/* ── Mobile Phones (<= 768px) ── */
@media (max-width: 768px) {
    /* Mobile Category Carousel Track */
    .shop-category-strip-container {
        padding: 4px 0 12px;
    }
    .shop-category-carousel-track {
        gap: 8px;
        padding: 4px 2px 10px;
    }
    .shop-cat-carousel-item {
        min-width: 80px;
        flex: 0 0 80px;
        padding: 10px 4px 8px;
        border-radius: 13px;
        gap: 6px;
    }
    .cat-thumb-wrap {
        width: 44px;
        height: 44px;
    }
    .cat-thumb-all svg {
        width: 18px;
        height: 18px;
    }
    .cat-item-label {
        font-size: 0.72rem;
        max-width: 74px;
        line-height: 1.2;
    }

    /* 2-Column Product Grid — App-like experience */
    .plp-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }
    .plp-card {
        border-radius: 14px;
        border-color: #EFEFEF;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }
    .plp-card-img-wrap {
        margin: 6px 6px 0;
        border-radius: 10px;
        padding: 8px;
        aspect-ratio: 1 / 1;
    }
    .plp-card-badge {
        top: 6px;
        left: 6px;
        padding: 2px 7px;
        font-size: 0.60rem;
        border-radius: 8px;
        letter-spacing: 0;
    }
    .plp-card-wishlist {
        top: 6px;
        right: 6px;
        width: 28px;
        height: 28px;
    }
    .plp-card-wishlist svg {
        width: 13px;
        height: 13px;
    }
    .plp-media-discount,
    .hm-bs-media-discount {
        font-size: 0.60rem !important;
        padding: 2px 6px !important;
        bottom: 6px !important;
        left: 6px !important;
        border-radius: 5px !important;
    }
    .plp-card-body {
        padding: 8px 8px 10px !important;
        display: flex !important;
        flex-direction: column !important;
        flex-grow: 1 !important;
    }
    .plp-cat-row,
    .hm-bs-cat-row {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 4px !important;
        margin-bottom: 4px !important;
        overflow: hidden !important;
        flex-wrap: nowrap !important;
    }
    .plp-cat-name,
    .hm-bs-cat-name {
        font-size: 0.62rem !important;
        font-weight: 800 !important;
        color: #166534 !important;
        letter-spacing: 0.03em !important;
        white-space: nowrap !important;
    }
    .plp-weight-tag,
    .hm-bs-weight-tag {
        display: inline-flex !important;
        align-items: center !important;
        gap: 2px !important;
        padding: 1px 5px !important;
        font-size: 0.60rem !important;
        border-radius: 4px !important;
        white-space: nowrap !important;
    }
    .plp-assured-badge,
    .hm-bs-assured-badge {
        display: none !important;
    }
    .plp-card-meta-row {
        margin-bottom: 4px;
    }
    .plp-card-meta-row .plp-cat-name {
        font-size: 0.66rem !important;
    }
    .plp-card-rating {
        font-size: 0.68rem !important;
        padding: 1px 4px !important;
    }
    .plp-card-title,
    .hm-bs-prod-title {
        font-size: 0.84rem !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        min-height: 2.5em !important;
        margin: 0 0 4px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        height: auto !important;
        white-space: normal !important;
    }
    .plp-card-title a,
    .hm-bs-prod-title a {
        color: inherit !important;
        text-decoration: none !important;
    }
    .plp-card-subtitle {
        font-size: 0.68rem !important;
        color: #64748B !important;
        margin: 0 0 6px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .plp-card-benefits,
    .hm-bs-benefits-row {
        display: none !important;
    }
    .plp-size-selector-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 4px !important;
        margin-bottom: 8px !important;
        padding: 4px 0 2px !important;
        border-top: 1px dashed #F1F5F9 !important;
    }
    .plp-size-tag-label {
        font-size: 0.65rem !important;
    }
    .plp-size-selector {
        display: flex !important;
        gap: 3px !important;
        flex-wrap: nowrap !important;
    }
    .plp-size-pill {
        font-size: 0.62rem !important;
        padding: 2px 5px !important;
        border-radius: 4px !important;
    }
    .plp-card-price-row,
    .hm-bs-price-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 4px !important;
        margin-top: auto !important;
        margin-bottom: 6px !important;
        line-height: 1 !important;
    }
    .plp-price-group {
        display: flex !important;
        align-items: baseline !important;
        gap: 4px !important;
    }
    .plp-price-val,
    .hm-bs-price-main {
        font-size: 1.05rem !important;
        font-weight: 800 !important;
        line-height: 1 !important;
    }
    .plp-mrp-val,
    .hm-bs-price-strike {
        font-size: 0.72rem !important;
        line-height: 1 !important;
    }
    .plp-save-badge,
    .hm-bs-save-badge {
        font-size: 0.60rem !important;
        padding: 2px 5px !important;
        border-radius: 4px !important;
        white-space: nowrap !important;
        line-height: 1 !important;
    }
    .plp-anchor-strip {
        display: none !important;
    }
    .plp-fomo-row,
    .hm-bs-fomo-row,
    .plp-fomo-green,
    .hm-bs-fomo-green,
    .plp-fomo-pulse {
        display: none !important;
    }
    .plp-card-action-row,
    .hm-bs-card-footer {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 4px !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }
    .plp-qty-stepper,
    .hm-bs-qty-stepper {
        width: 50px !important;
        height: 32px !important;
        flex-shrink: 0 !important;
        border-radius: 6px !important;
        padding: 0 2px !important;
    }
    .qty-btn,
    .hm-qty-btn {
        width: 16px !important;
        height: 16px !important;
        font-size: 0.85rem !important;
    }
    .qty-display,
    .hm-qty-display {
        font-size: 0.78rem !important;
        min-width: 14px !important;
    }
    .plp-card-btn,
    .plp-card-btn.add-to-cart-btn,
    .product-card .plp-card-btn,
    .hm-bs-cart-btn {
        flex: 1 !important;
        min-width: 0 !important;
        width: auto !important;
        height: 32px !important;
        padding: 0 6px !important;
        font-size: 0.74rem !important;
        gap: 4px !important;
        border-radius: 6px !important;
    }
    .plp-card-btn .cart-btn-icon {
        width: 13px !important;
        height: 13px !important;
    }
    .plp-card-btn .cart-btn-text {
        font-size: 0.74rem !important;
    }
    @media (max-width: 350px) {
        .plp-qty-stepper,
        .hm-bs-qty-stepper {
            display: none !important;
        }
    }

    /* Floating Mini Cart on Mobile (Governed centrally by cart-drawer.css) */

    /* Bottom Trust Strip on Mobile */
    .shop-why-choose-section {
        padding: 36px 0 40px;
        margin-top: 36px;
    }
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .why-pillar-card {
        padding: 16px 10px;
        border-radius: 12px;
    }
    .why-pillar-icon-box {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }
    .why-pillar-icon-box svg {
        width: 20px;
        height: 20px;
    }
    .why-pillar-title {
        font-size: 0.82rem;
    }
    .why-pillar-desc {
        font-size: 0.7rem;
    }

    /* List View Mode on Mobile */
    .plp-product-grid.list-view-mode {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
    .plp-product-grid.list-view-mode .plp-card {
        flex-direction: row;
        align-items: center;
        padding: 6px;
    }
    .plp-product-grid.list-view-mode .plp-card-img-wrap {
        width: 100px;
        height: 100px;
        aspect-ratio: 1 / 1;
        margin: 0;
        flex-shrink: 0;
    }
    .plp-product-grid.list-view-mode .plp-card-body {
        padding: 6px 10px;
        flex: 1;
    }
    .plp-product-grid.list-view-mode .plp-card-title {
        height: auto;
        font-size: 0.88rem;
        -webkit-line-clamp: 1;
    }
    .plp-product-grid.list-view-mode .plp-card-btn {
        max-width: 130px;
        margin-top: 6px;
        padding: 5px 0;
    }

    #pagination-container {
        margin-top: 1.5rem;
        padding-bottom: 1rem;
    }
}

/* ── Small Mobile Screens (<= 380px) ── */
@media (max-width: 380px) {
    .plp-product-grid {
        gap: 6px !important;
    }
    .plp-card-body {
        padding: 6px 5px 8px !important;
    }
    .plp-card-title,
    .hm-bs-prod-title {
        font-size: 0.76rem !important;
        min-height: 2.3em !important;
    }
    .plp-price-val,
    .hm-bs-price-main {
        font-size: 0.95rem !important;
    }
    .vm-price-anchor-pill,
    .plp-anchor-pill {
        font-size: 0.58rem !important;
        padding: 1.5px 5px !important;
    }
    .plp-fomo-green,
    .hm-bs-fomo-green {
        display: none !important;
    }
    .plp-qty-stepper,
    .hm-bs-qty-stepper {
        display: none !important;
    }
    .plp-card-btn,
    .hm-bs-cart-btn {
        width: 100% !important;
        height: 30px !important;
    }
    .plp-card-btn span,
    .plp-card-btn .cart-btn-text {
        font-size: 0.72rem !important;
    }
}

