/* ========================================
   PREMIUM E-COMMERCE STYLES v7.0.0
   World-Class Design Standards
   ======================================== */

/* Hero Section - Premium */
.shop-hero-premium {
    background: linear-gradient(135deg, var(--color-green-dark) 0%, #2d8659 50%, var(--color-green-dark) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0 4rem;
    color: white;
}

.shop-hero-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v6h4v4h2V6h4V4H6z"/></g></g></svg>') repeat;
    opacity: 0.3;
}

.shop-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.shop-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.shop-hero-subtitle {
    font-family: var(--font-body);
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Breadcrumbs - Premium Style */
.breadcrumbs-premium {
    background: white;
    padding: 1.25rem 0;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #6b7280;
    font-family: var(--font-body);
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.breadcrumb-link {
    color: var(--color-green-dark);
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}

.breadcrumb-link:hover {
    color: var(--color-gold);
    text-decoration: underline;
}

.breadcrumb-separator {
    color: #d1d5db;
}

.breadcrumb-current {
    color: #374151;
    font-weight: 600;
}

/* Shop Container Layout */
.shop-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

/* Sidebar Filters - Ultra Premium Minimalist Design */
.shop-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem;
    transition: all 0.3s ease;
}

.shop-sidebar:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--color-gold);
}

.shop-sidebar::-webkit-scrollbar {
    width: 6px;
}

.shop-sidebar::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}

.shop-sidebar::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.shop-sidebar::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f3f4f6;
}

.filter-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-green-dark);
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.filter-title svg {
    stroke-width: 2.5;
    color: var(--color-gold);
}

.clear-filters-btn {
    font-size: 0.75rem;
    color: #ef4444;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.15);
    cursor: pointer;
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-family: var(--font-body);
}

.clear-filters-btn:hover {
    background: #fef2f2;
    color: #dc2626;
    border-color: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
}

.filter-section {
    margin-bottom: 2.25rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #f3f4f6;
}

.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.filter-section-title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-section-title::before {
    content: "";
    width: 3px;
    height: 16px;
    background: var(--color-gold);
    border-radius: 2px;
}

/* Category Filter - UX Accordion Structure (6 catégories) */
.category-group {
    background: #fafafa;
    border-radius: 0.75rem;
    padding: 0.875rem 1rem;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.category-group:hover {
    background: #f5f5f5;
    border-color: #e5e7eb;
}

.category-group.is-expanded {
    background: #f0fdf4;
    border-color: var(--color-green-dark, #1e5a3e);
}

.category-group .parent-category {
    font-weight: 500;
}

.category-group .category-icon {
    flex-shrink: 0;
}

.category-group .toggle-children {
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 0.375rem;
    transition: all 0.2s;
}

.category-group .toggle-children:hover {
    background: rgba(30, 90, 62, 0.1);
}

.category-group .toggle-children svg {
    transition: transform 0.3s ease;
}

.category-group .toggle-children svg.rotate-180 {
    transform: rotate(180deg);
}

.category-group .children-container {
    border-left: 2px solid var(--color-gold, #e6b54a);
    margin-left: 0.5rem;
    padding-left: 0.75rem;
    animation: slideDown 0.3s ease;
}

.category-group .children-container.hidden {
    display: none;
}

.category-group .children-container.block {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Child category items */
.category-group .children-container label {
    padding: 0.375rem 0.5rem;
    border-radius: 0.375rem;
    transition: background 0.2s;
}

.category-group .children-container label:hover {
    background: rgba(30, 90, 62, 0.05);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .category-group {
        padding: 0.75rem;
    }
}

/* Search Toggle - Premium Circle Expandable Animation */
.search-toggle-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-circle-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-gold);
    border: none;
    color: var(--color-green-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
    position: relative;
    z-index: 10;
}

.search-circle-btn:hover {
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4);
}

.search-circle-btn .search-icon {
    transition: all 0.3s;
    opacity: 1;
}

.search-circle-btn .close-icon {
    position: absolute;
    transition: all 0.3s;
    opacity: 0;
    transform: rotate(-90deg);
}

.search-circle-btn.active {
    background: #ef4444;
    color: white;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.search-circle-btn.active .search-icon {
    opacity: 0;
    transform: rotate(90deg);
}

.search-circle-btn.active .close-icon {
    opacity: 1;
    transform: rotate(0deg);
}

/* Expandable Search Container */
.search-expandable {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: white;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    opacity: 0;
    pointer-events: none;
    z-index: 5;
}

.search-expandable.expanded {
    width: 350px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    opacity: 1;
    pointer-events: all;
}

.search-form-toolbar {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
    gap: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s ease 0.2s;
}

.search-expandable.expanded .search-form-toolbar {
    opacity: 1;
}

.search-input-toolbar {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 0.9375rem;
    color: #1f2937;
    font-weight: 500;
    outline: none;
    padding: 0.5rem;
    font-family: var(--font-body);
}

.search-input-toolbar::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.search-submit-toolbar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-green-dark);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-submit-toolbar:hover {
    transform: scale(1.1);
    background: var(--color-gold);
    color: var(--color-green-dark);
}

/* Responsive - Hide on mobile, show filter button instead */
@media (max-width: 768px) {
    .search-toggle-container {
        order: -1;
        margin-right: auto;
    }

    .search-expandable.expanded {
        width: 280px;
    }
}

.filter-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    margin-bottom: 0.375rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    background: transparent;
}

.filter-option:hover {
    background: #f9fafb;
    border-color: #e5e7eb;
    transform: translateX(2px);
}

.filter-option.active {
    background: rgba(251, 191, 36, 0.1);
    border-color: var(--color-gold);
}

.filter-option-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    transition: all 0.2s;
    font-family: var(--font-body);
}

.filter-option.active .filter-option-label {
    color: var(--color-green-dark);
    font-weight: 600;
}

.filter-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s ease;
    background: white;
}

.filter-option:hover .filter-checkbox {
    border-color: var(--color-gold);
}

.filter-option.active .filter-checkbox {
    background: var(--color-gold);
    border-color: var(--color-gold);
    transform: scale(1.05);
}

.filter-option.active .filter-checkbox::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-green-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.filter-count {
    font-size: 0.6875rem;
    color: #9ca3af;
    font-weight: 700;
    background: #f3f4f6;
    padding: 0.3rem 0.6rem;
    border-radius: 8px;
    min-width: 26px;
    text-align: center;
    transition: all 0.2s;
}

.filter-option.active .filter-count {
    background: var(--color-green-dark);
    color: white;
}

/* Active Filters Display - Premium Minimalist */
.active-filters-display {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.125rem;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.active-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 0.5rem 0.875rem;
    border-radius: 10px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #4b5563;
    transition: all 0.25s ease;
}

.active-filter-tag:hover {
    border-color: #ef4444;
    background: #fef2f2;
    color: #dc2626;
    transform: translateY(-1px);
}

/* Toolbar - Premium Controls */
.shop-toolbar {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.toolbar-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
}

.results-count {
    font-size: 0.9375rem;
    color: #6b7280;
    font-weight: 500;
    font-family: var(--font-body);
}

.results-count strong {
    color: var(--color-green-dark);
    font-weight: 700;
}

.toolbar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.view-toggle {
    display: flex;
    background: #f3f4f6;
    border-radius: 8px;
    padding: 0.25rem;
    gap: 0.25rem;
}

.view-toggle-btn {
    padding: 0.5rem 0.75rem;
    background: transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-toggle-btn:hover {
    background: white;
}

.view-toggle-btn.active {
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.view-toggle-btn svg {
    width: 20px;
    height: 20px;
    color: #6b7280;
}

.view-toggle-btn.active svg {
    color: var(--color-green-dark);
}

.toolbar-select {
    padding: 0.625rem 2.5rem 0.625rem 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #374151;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.625rem center;
    background-size: 1.25rem;
    appearance: none;
    font-family: var(--font-body);
}

.toolbar-select:hover {
    border-color: var(--color-gold);
}

.toolbar-select:focus {
    outline: none;
    border-color: var(--color-gold);
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
}

/* Product Grid - Premium */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.products-grid.list-view {
    grid-template-columns: 1fr;
}

/* Product Card - Premium Design */
.product-card-premium {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.product-card-premium:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px);
    border-color: var(--color-gold);
}

.product-image-container {
    position: relative;
    overflow: hidden;
    background: #f9fafb;
    padding-top: 100%;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card-premium:hover .product-image {
    transform: scale(1.1);
}

/* Fix: Link wrapper must be block and fill container for images to display */
.product-image-container > a,
.product-card-premium .product-image-container a {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    inset: 0 !important;
}

.product-badges {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 10;
}

.product-badge {
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.badge-new {
    background: var(--color-green-dark);
    color: white;
}

.badge-sale {
    background: #ef4444;
    color: white;
}

.badge-bestseller {
    background: var(--color-gold);
    color: var(--color-green-dark);
}

.product-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-category {
    font-size: 0.75rem;
    color: var(--color-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.product-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-title a:hover {
    color: var(--color-green-dark);
}

.product-rating-stars {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.star {
    width: 16px;
    height: 16px;
    fill: var(--color-gold);
}

.rating-count {
    font-size: 0.8125rem;
    color: #9ca3af;
    font-weight: 500;
}

.product-description {
    font-family: var(--font-body);
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.product-footer {
    border-top: 1px solid #f3f4f6;
    padding-top: 1rem;
    margin-top: auto;
}

.price-container {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.price-current {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-green-dark);
    font-family: var(--font-heading);
}

.price-original {
    font-size: 1rem;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
}

.btn-add-cart {
    padding: 0.75rem 1.25rem;
    background: var(--color-green-dark);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    text-decoration: none;
}

.btn-add-cart:hover {
    background: var(--color-gold);
    color: var(--color-green-dark);
    transform: translateY(-2px);
}

/* ========================================
   PAGINATION - Ultra Modern Premium Design
   ======================================== */
.pagination-wrapper {
    margin-top: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.pagination-premium {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination-btn {
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.pagination-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s;
}

.pagination-btn:hover::before {
    left: 100%;
}

.pagination-btn:hover {
    border-color: var(--color-gold);
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    color: var(--color-green-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(251, 191, 36, 0.25);
}

.pagination-btn.active {
    background: linear-gradient(135deg, var(--color-green-dark) 0%, #2d8659 100%);
    border-color: var(--color-green-dark);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(30, 90, 62, 0.35);
}

.pagination-btn.active:hover {
    transform: scale(1.15);
}

.pagination-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-btn svg {
    width: 20px;
    height: 20px;
}

/* Pagination Navigation Arrows */
.pagination-nav-btn {
    min-width: 52px;
    height: 48px;
    background: var(--color-green-dark);
    border: none;
    color: white;
    border-radius: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1rem;
    transition: all 0.3s;
}

.pagination-nav-btn:hover {
    background: var(--color-gold);
    color: var(--color-green-dark);
    transform: translateX(-3px);
    box-shadow: 0 8px 20px rgba(251, 191, 36, 0.3);
}

.pagination-nav-btn.next:hover {
    transform: translateX(3px);
}

.pagination-nav-btn.disabled {
    background: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

/* Pagination Ellipsis */
.pagination-ellipsis {
    min-width: 40px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 2px;
}

/* Pagination Info */
.pagination-info {
    text-align: center;
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    font-size: 0.9375rem;
    color: #6b7280;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

.pagination-info strong {
    color: var(--color-green-dark);
    font-weight: 700;
}

.pagination-info-icon {
    width: 20px;
    height: 20px;
    color: var(--color-gold);
}

/* Page Jump */
.pagination-jump {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    justify-content: center;
}

.pagination-jump label {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.pagination-jump input {
    width: 70px;
    height: 42px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-green-dark);
    transition: all 0.3s;
}

.pagination-jump input:focus {
    outline: none;
    border-color: var(--color-gold);
    box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.15);
}

.pagination-jump button {
    height: 42px;
    padding: 0 1.25rem;
    background: var(--color-green-dark);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.pagination-jump button:hover {
    background: var(--color-gold);
    color: var(--color-green-dark);
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .shop-container {
        grid-template-columns: 1fr;
    }

    .shop-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        max-width: 90vw;
        height: 100vh;
        max-height: 100vh;
        z-index: 9999;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 0;
    }

    .shop-sidebar.open {
        left: 0;
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    }
}

/* Mobile Filter Toggle Button */
.mobile-filter-toggle {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background: var(--color-green-dark);
    border: none;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.mobile-filter-toggle:hover {
    transform: scale(1.1);
    background: var(--color-gold);
    color: var(--color-green-dark);
}

@media (max-width: 1024px) {
    .mobile-filter-toggle {
        display: flex;
    }
}

/* ========================================
   ENHANCED SIDEBAR FILTER - Premium UX
   ======================================== */

/* Filter Active Count Badge */
.filter-active-badge {
    background: var(--color-gold);
    color: var(--color-green-dark);
    font-size: 0.6875rem;
    font-weight: 800;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    margin-left: auto;
    min-width: 22px;
    text-align: center;
}

/* Quick Filter Tags */
.quick-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f3f4f6;
}

.quick-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.quick-filter-tag:hover {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-color: var(--color-green-dark);
    color: var(--color-green-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 90, 62, 0.15);
}

.quick-filter-tag.active {
    background: linear-gradient(135deg, var(--color-green-dark) 0%, #2d8659 100%);
    border-color: var(--color-green-dark);
    color: white;
    box-shadow: 0 4px 12px rgba(30, 90, 62, 0.25);
}

.quick-filter-tag .tag-icon {
    font-size: 1rem;
}

.quick-filter-tag .tag-count {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.125rem 0.375rem;
    border-radius: 8px;
    font-size: 0.6875rem;
    font-weight: 700;
}

.quick-filter-tag.active .tag-count {
    background: rgba(255, 255, 255, 0.3);
}

/* Price Range Slider Enhancement */
.price-range-visual {
    margin-top: 1rem;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.price-range-bar {
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    position: relative;
    margin: 1rem 0;
}

.price-range-fill {
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, var(--color-green-dark), var(--color-gold));
    border-radius: 4px;
    transition: all 0.3s;
}

.price-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.8125rem;
    color: #6b7280;
    font-weight: 500;
}

.price-range-labels .price-value {
    font-weight: 700;
    color: var(--color-green-dark);
}

/* Sidebar Sections with Icons */
.filter-section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.filter-section-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--color-gold) 0%, #f59e0b 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
}

/* Collapsible Filter Sections */
.filter-section-collapsible {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s;
}

.filter-section-collapsible:hover {
    border-color: var(--color-gold);
}

.filter-section-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: white;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #374151;
    transition: all 0.3s;
}

.filter-section-trigger:hover {
    background: #f9fafb;
}

.filter-section-trigger .trigger-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 6px;
    transition: all 0.3s;
}

.filter-section-collapsible.open .filter-section-trigger .trigger-icon {
    transform: rotate(180deg);
    background: var(--color-gold);
    color: white;
}

.filter-section-content {
    padding: 0 1.25rem 1.25rem;
    display: none;
}

.filter-section-collapsible.open .filter-section-content {
    display: block;
    animation: slideDown 0.3s ease;
}

/* Stock Status Badge */
.badge-stock {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: white;
    font-size: 0.6875rem;
}

.badge-out-stock {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: white;
    font-size: 0.6875rem;
}

/* Product Features Mini Tags */
.product-features-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 1rem;
}

.feature-badge-mini {
    font-size: 0.6875rem;
    padding: 0.25rem 0.5rem;
    background: #f0fdf4;
    color: #059669;
    border-radius: 4px;
    font-weight: 500;
}

/* Enhanced Product Card Hover */
.product-card-premium .product-quick-actions {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s;
    z-index: 15;
}

.product-card-premium:hover .product-quick-actions {
    opacity: 1;
    transform: translateX(0);
}

.quick-action-btn {
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.quick-action-btn:hover {
    background: var(--color-gold);
    transform: scale(1.1);
}

.quick-action-btn svg {
    width: 20px;
    height: 20px;
    color: #6b7280;
}

.quick-action-btn:hover svg {
    color: var(--color-green-dark);
}

/* Results Summary Bar */
.results-summary-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    border: 1px solid #bbf7d0;
}

.results-summary-text {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: #374151;
}

.results-summary-icon {
    width: 32px;
    height: 32px;
    background: var(--color-green-dark);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.results-summary-text strong {
    color: var(--color-green-dark);
    font-weight: 700;
}

/* Active Filters Pills */
.active-filters-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem;
    background: #fffbeb;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    border: 1px solid #fde68a;
}

.active-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    background: white;
    border: 1px solid #fbbf24;
    border-radius: 20px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #92400e;
}

.active-filter-pill .remove-filter {
    width: 18px;
    height: 18px;
    background: #fef3c7;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.75rem;
    color: #92400e;
}

.active-filter-pill .remove-filter:hover {
    background: #dc2626;
    color: white;
}

/* Empty State Enhancement */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    border: 2px dashed #e2e8f0;
}

.empty-state-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    color: #9ca3af;
}

.empty-state-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.75rem;
}

.empty-state-description {
    font-size: 1rem;
    color: #6b7280;
    max-width: 400px;
    margin: 0 auto 1.5rem;
    line-height: 1.6;
}

/* Responsive Improvements */
@media (max-width: 768px) {
    .shop-toolbar {
        flex-direction: column;
        gap: 1rem;
    }

    .toolbar-left, .toolbar-right {
        width: 100%;
        justify-content: center;
    }

    .toolbar-right {
        flex-wrap: wrap;
    }

    .toolbar-select {
        flex: 1;
        min-width: 120px;
    }

    .pagination-wrapper {
        padding: 1.5rem 1rem;
    }

    .pagination-btn {
        min-width: 40px;
        height: 40px;
        font-size: 0.875rem;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
    }

    .quick-filter-tags {
        justify-content: center;
    }
}

/* ==========================================================================
   MOBILE FILTER DRAWER v1.0.1
   Premium UX: Full-screen slide-in drawer for mobile filters
   ========================================================================== */

/* Mobile Filter Button - Trigger */
.mobile-filter-trigger {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: linear-gradient(135deg, var(--color-green-dark) 0%, #2d8659 100%);
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(30, 90, 62, 0.4);
    transition: all 0.3s ease;
    align-items: center;
    gap: 0.5rem;
}

.mobile-filter-trigger:hover {
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 6px 25px rgba(30, 90, 62, 0.5);
}

.mobile-filter-trigger:active {
    transform: translateX(-50%) translateY(0);
}

.mobile-filter-trigger .filter-count {
    background: var(--color-gold);
    color: var(--color-green-dark);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.125rem 0.5rem;
    border-radius: 20px;
    margin-left: 0.25rem;
}

/* Filter Drawer Overlay */
.filter-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
}

.filter-drawer-overlay.active {
    display: block;
    opacity: 1;
}

/* Filter Drawer Container */
.shop-sidebar {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile Drawer Styles */
@media (max-width: 1023px) {
    .shop-container {
        grid-template-columns: 1fr;
    }

    .mobile-filter-trigger {
        display: flex;
    }

    .shop-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 380px;
        height: 100vh;
        z-index: 1000;
        background: white;
        transform: translateX(-100%);
        overflow-y: auto;
        padding: 0;
        box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15);
    }

    .shop-sidebar.drawer-open {
        transform: translateX(0);
    }

    /* Drawer Header */
    .filter-header {
        position: sticky;
        top: 0;
        z-index: 10;
        background: white;
        padding: 1rem 1.25rem;
        border-bottom: 1px solid #e5e7eb;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter-header .filter-title {
        font-size: 1.125rem;
        font-weight: 700;
    }

    /* Drawer Close Button */
    .drawer-close-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #f3f4f6;
        border: none;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .drawer-close-btn:hover {
        background: #fee2e2;
        color: #dc2626;
    }

    /* Filter Sections in Drawer */
    .shop-sidebar .filter-section {
        padding: 1.25rem;
        border-bottom: 1px solid #f3f4f6;
    }

    /* Apply Filters Button */
    .drawer-apply-btn {
        display: block;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, var(--color-green-dark) 0%, #2d8659 100%);
        color: white;
        border: none;
        padding: 1rem 2rem;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    }

    .drawer-apply-btn:hover {
        background: linear-gradient(135deg, #2d8659 0%, var(--color-green-dark) 100%);
    }

    /* Hide desktop-only elements in drawer */
    .shop-sidebar .clear-filters-btn {
        font-size: 0.8125rem;
    }
}

/* Extra small screens */
@media (max-width: 400px) {
    .shop-sidebar {
        max-width: 100%;
    }

    .mobile-filter-trigger {
        padding: 0.75rem 1.25rem;
        font-size: 0.875rem;
    }
}

/* Body scroll lock when drawer is open */
body.filter-drawer-open {
    overflow: hidden;
}

/* ===== HIDE ELEMENTS ON MOBILE ONLY (< 768px) ===== */
@media (max-width: 768px) {
    /* Hide view toggle buttons (grid/list) on mobile */
    .view-toggle,
    .view-toggle-btn {
        display: none !important;
        visibility: hidden !important;
    }

    /* Hide search circle button on mobile */
    .search-toggle-container,
    .search-circle-btn,
    #search-toggle-btn {
        display: none !important;
        visibility: hidden !important;
    }

    /* Hide floating filter toggle button (bottom right) on mobile */
    .mobile-filter-toggle,
    #mobile-filter-toggle,
    button.mobile-filter-toggle {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    /* Hide filter trigger button on mobile */
    .mobile-filter-trigger,
    button.mobile-filter-trigger,
    .shop-page .mobile-filter-trigger,
    .archive .mobile-filter-trigger {
        display: none !important;
        visibility: hidden !important;
    }

    /* Hide sidebar/filter drawer on mobile */
    .shop-sidebar,
    aside.shop-sidebar,
    #shop-sidebar,
    .shop-page .shop-sidebar,
    .archive .shop-sidebar {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    /* Hide filter overlay on mobile */
    .filter-drawer-overlay {
        display: none !important;
        visibility: hidden !important;
    }

    /* Hide quick filter tags on mobile */
    .quick-filter-tags {
        display: none !important;
    }

    /* Hide active filters bar on mobile */
    .active-filters-bar,
    .active-filters-display {
        display: none !important;
    }

    /* Hide filter sections */
    .filter-section,
    .filter-header,
    .filter-options {
        display: none !important;
    }

    /* Ensure products grid takes full width */
    .shop-container {
        grid-template-columns: 1fr !important;
        display: block !important;
    }

    .shop-products-grid,
    .shop-products {
        width: 100% !important;
        max-width: 100% !important;
    }
}