.angie-shop-container-156e0af8 {
    display: flex;
    gap: 30px;
    font-family: inherit;
    margin: 20px 0;
}

.angie-shop-sidebar-156e0af8 {
    flex: 0 0 280px;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    height: fit-content;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.sidebar-header-156e0af8 h3 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
    letter-spacing: -0.02em;
}

/* Active Chips Styles */
.active-filters-box-156e0af8 {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 24px;
}

.active-filters-box-156e0af8 h4 {
    margin: 0 0 10px 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    font-weight: 700;
}

.active-chips-156e0af8 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.active-chip-item-156e0af8 {
    display: inline-flex;
    align-items: center;
    background-color: #e2e8f0;
    color: #334155;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 20px;
}

.remove-chip-x-156e0af8 {
    margin-left: 4px;
    font-weight: bold;
}

.clear-all-chips-156e0af8 {
    color: #2563eb;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 600;
}

.filter-group-156e0af8 {
    margin-bottom: 24px;
    border-bottom: 1px solid #f8fafc;
    padding-bottom: 20px;
}

.filter-group-156e0af8 label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #475569;
}

.filter-group-156e0af8 select,
.filter-group-156e0af8 input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background-color: #f8fafc;
}

.categories-list-156e0af8 {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.category-item-156e0af8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
}

.category-item-156e0af8 input {
    display: none;
}

.category-item-156e0af8.active {
    background-color: #eff6ff;
    color: #2563eb;
    font-weight: 600;
}

.category-count {
    font-size: 0.75rem;
    background-color: #e2e8f0;
    padding: 2px 6px;
    border-radius: 12px;
}

.price-inputs-156e0af8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-field-156e0af8 input {
    width: 80px;
    padding: 8px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
}

.toggle-switch-156e0af8 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.toggle-switch-156e0af8 input {
    margin-right: 10px;
}

.filter-submit-btn-156e0af8 {
    background-color: #0f172a;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
}

.filter-reset-btn-156e0af8 {
    display: block;
    text-align: center;
    color: #64748b;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 8px;
}

.angie-shop-main-156e0af8 {
    flex: 1;
}

/* Top Level Category Tabs */
.category-tabs-container-156e0af8 {
    margin-bottom: 24px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 2px;
}

.category-tabs-156e0af8 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.category-tabs-156e0af8::-webkit-scrollbar {
    display: none;
}

.category-tab-item-156e0af8 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #64748b;
    text-decoration: none !important;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.category-tab-item-156e0af8:hover {
    color: #0f172a;
}

.category-tab-item-156e0af8.active-tab-156e0af8 {
    color: #2563eb;
    font-weight: 600;
    border-bottom-color: #2563eb;
}

.tab-count-156e0af8 {
    font-size: 0.75rem;
    opacity: 0.7;
}

/* Category Hub Integration Styles */
.product-hub-container-156e0af8 {
    margin-bottom: 2rem;
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 20px;
}

.product-hub-section-title-156e0af8 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.subcategory-carousel-wrapper-156e0af8 {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 12px;
    padding: 10px 45px;
}

.subcategory-tiles-156e0af8 {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 8px 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    flex-grow: 1;
}

.subcategory-tiles-156e0af8::-webkit-scrollbar {
    display: none;
}

.carousel-btn-156e0af8 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
    user-select: none;
    font-size: 0.8rem;
}

.carousel-btn-156e0af8:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

.carousel-btn-prev-156e0af8 {
    left: 8px;
}

.carousel-btn-next-156e0af8 {
    right: 8px;
}

.subcategory-tile-item-156e0af8 {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 30px;
    padding: 6px 16px 6px 6px;
    transition: all 0.2s ease;
}

.subcategory-tile-item-156e0af8:hover {
    border-color: #94a3b8;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.subcategory-tile-item-156e0af8.active-cat-156e0af8 {
    background: #eff6ff;
    border-color: #2563eb;
    color: #2563eb;
    font-weight: 600;
}

.subcategory-tile-img-156e0af8 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
    background: #f1f5f9;
}

.subcategory-tile-name-156e0af8 {
    font-size: 0.8rem;
    color: #334155;
    white-space: nowrap;
}

.subcategory-tile-item-156e0af8.active-cat-156e0af8 .subcategory-tile-name-156e0af8 {
    color: #2563eb;
}

/* Force 5-Column Grid Layout for Products */
.products-grid-wrapper-156e0af8 ul.products {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.products-grid-wrapper-156e0af8 ul.products::before,
.products-grid-wrapper-156e0af8 ul.products::after {
    display: none !important;
}

.products-grid-wrapper-156e0af8 ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

@media (max-width: 1200px) {
    .products-grid-wrapper-156e0af8 ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1024px) {
    .products-grid-wrapper-156e0af8 ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .products-grid-wrapper-156e0af8 ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 480px) {
    .products-grid-wrapper-156e0af8 ul.products {
        grid-template-columns: 1fr !important;
    }
}
