.shop-custom-layout-a1e1753d {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    font-family: inherit;
}

.shop-sidebar-filters-a1e1753d {
    flex: 0 0 280px;
    background-color: #fff4ec; /* Light Orange */
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #ffe3d1;
    align-self: flex-start;
}

.shop-main-content-a1e1753d {
    flex: 1;
}

.filter-header-a1e1753d h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.filter-section-a1e1753d {
    margin-bottom: 24px;
    border-bottom: 1px solid #ffd4bd;
    padding-bottom: 20px;
}

.filter-section-a1e1753d:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.filter-subtitle-a1e1753d {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #444;
}

.filter-options-a1e1753d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-options-a1e1753d li {
    margin-bottom: 8px;
}

.filter-options-a1e1753d label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    color: #555;
}

.filter-scrollable-a1e1753d {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 8px;
}

.filter-scrollable-a1e1753d::-webkit-scrollbar {
    width: 6px;
}

.filter-scrollable-a1e1753d::-webkit-scrollbar-thumb {
    background-color: #ffd4bd;
    border-radius: 4px;
}

.color-options-a1e1753d {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.color-dot-a1e1753d {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.color-dot-a1e1753d:hover,
.color-dot-a1e1753d.active {
    transform: scale(1.15);
    box-shadow: 0 0 0 2px #ff8a4c;
}

.price-slider-wrapper-a1e1753d {
    margin-top: 8px;
}

.price-range-slider-a1e1753d {
    width: 100%;
    -webkit-appearance: none;
    background: #ffd4bd;
    height: 6px;
    border-radius: 3px;
    outline: none;
}

.price-range-slider-a1e1753d::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff7d36;
    cursor: pointer;
    transition: background 0.15s;
}

.price-labels-a1e1753d {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
    margin-top: 8px;
}

.btn-filter-apply-a1e1753d {
    display: block;
    width: 100%;
    background-color: #ff7d36;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s;
    margin-top: 16px;
}

.btn-filter-apply-a1e1753d:hover {
    background-color: #e56522;
}

@media (max-width: 768px) {
    .shop-custom-layout-a1e1753d {
        flex-direction: column;
    }
    .shop-sidebar-filters-a1e1753d {
        flex: none;
        width: 100%;
    }
}
