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

.angie-shop-sidebar-69f34479 {
    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-69f34479 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;
}

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

.filter-group-69f34479:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.filter-group-69f34479 label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filter-group-69f34479 input[type="text"],
.filter-group-69f34479 select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.9rem;
    box-sizing: border-box;
    background-color: #f8fafc;
    color: #334155;
    transition: all 0.2s ease;
}

.filter-group-69f34479 input[type="text"]:focus,
.filter-group-69f34479 select:focus {
    border-color: #3b82f6;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* Premium Categories Radio Styling */
.categories-list-69f34479 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 4px;
}

.category-item-69f34479 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
    font-weight: 500 !important;
    font-size: 0.88rem !important;
    color: #475569 !important;
    text-transform: none !important;
    margin-bottom: 0 !important;
    letter-spacing: normal !important;
}

.category-item-69f34479 input[type="radio"] {
    display: none !important;
}

.category-item-69f34479:hover {
    background-color: #f1f5f9 !important;
    color: #0f172a !important;
}

.category-item-69f34479.active {
    background-color: #eff6ff !important;
    color: #2563eb !important;
    font-weight: 600 !important;
}

.category-count-69f34479 {
    font-size: 0.75rem;
    background-color: #e2e8f0;
    color: #64748b;
    padding: 2px 6px;
    border-radius: 12px;
    font-weight: 600;
}

.category-item-69f34479.active .category-count-69f34479 {
    background-color: #bfdbfe;
    color: #2563eb;
}

/* Elegant Price Range Fields */
.price-inputs-69f34479 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-field-69f34479 {
    position: relative;
    flex: 1;
}

.price-field-69f34479 span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
}

.price-field-69f34479 input {
    width: 100%;
    padding: 8px 8px 8px 24px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 0.88rem;
    box-sizing: border-box;
    color: #334155;
    background-color: #f8fafc;
}

.price-sep-69f34479 {
    color: #94a3b8;
    font-weight: 500;
}

/* Toggle Switch */
.toggle-switch-69f34479 {
    position: relative;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.toggle-switch-69f34479 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider-69f34479 {
    position: relative;
    width: 38px;
    height: 20px;
    background-color: #cbd5e1;
    transition: .3s;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
}

.toggle-slider-69f34479:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

.toggle-switch-69f34479 input:checked + .toggle-slider-69f34479 {
    background-color: #10b981;
}

.toggle-switch-69f34479 input:checked + .toggle-slider-69f34479:before {
    transform: translateX(18px);
}

.toggle-label-69f34479 {
    font-size: 0.88rem !important;
    color: #475569 !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
}

/* Filter CTA Actions */
.filter-actions-69f34479 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.filter-submit-btn-69f34479 {
    background-color: #0f172a;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.2s ease;
    width: 100%;
}

.filter-submit-btn-69f34479:hover {
    background-color: #1e293b;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

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

.filter-reset-btn-69f34479:hover {
    color: #0f172a;
}

/* Modern Products Grid */
.angie-shop-main-69f34479 {
    flex: 1;
}

.products-grid-69f34479 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}

.product-card-69f34479 {
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.product-card-69f34479:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.1);
    border-color: #e2e8f0;
}

.product-thumb-69f34479 {
    position: relative;
    background-color: #f8fafc;
    overflow: hidden;
}

.product-thumb-69f34479 img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.product-card-69f34479:hover .product-thumb-69f34479 img {
    transform: scale(1.05);
}

.sale-badge-69f34479 {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #ef4444;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.25);
    z-index: 2;
}

.product-info-69f34479 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-meta-cat-69f34479 {
    margin-bottom: 8px;
}

.product-meta-cat-69f34479 span {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.product-meta-cat-69f34479 a {
    color: #94a3b8;
    text-decoration: none;
}

.product-title-69f34479 {
    margin: 0 0 16px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
}

.product-title-69f34479 a {
    text-decoration: none;
    color: #1e293b;
    transition: color 0.15s ease;
}

.product-title-69f34479 a:hover {
    color: #2563eb;
}

.product-footer-row-69f34479 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    gap: 10px;
}

.product-price-69f34479 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.product-price-69f34479 del {
    color: #94a3b8;
    font-size: 0.85rem;
    margin-right: 6px;
    font-weight: 500;
}

.product-price-69f34479 ins {
    text-decoration: none;
    color: #ef4444;
}

/* Custom Add to Cart Button */
.product-add-to-cart-69f34479 .button {
    background-color: #f1f5f9 !important;
    color: #334155 !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    border: 1px solid transparent !important;
}

.product-add-to-cart-69f34479 .button:hover {
    background-color: #0f172a !important;
    color: #fff !important;
}

.product-add-to-cart-69f34479 .button.loading {
    opacity: 0.7;
}

.product-add-to-cart-69f34479 .button.added::after {
    margin-left: 5px;
    content: "✓";
}

/* Modern Pagination */
.shop-pagination-69f34479 {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.shop-pagination-69f34479 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.shop-pagination-69f34479 li span,
.shop-pagination-69f34479 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.shop-pagination-69f34479 li span.current {
    background-color: #0f172a;
    color: #fff;
    border-color: #0f172a;
}

.shop-pagination-69f34479 li a:hover {
    border-color: #cbd5e1;
    background-color: #f8fafc;
    color: #0f172a;
}

@media (max-width: 768px) {
    .angie-shop-container-69f34479 {
        flex-direction: column;
        gap: 20px;
    }
    .angie-shop-sidebar-69f34479 {
        flex: 1 1 auto;
        width: 100%;
    }
}
