.party-tab-menu {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.party-tab-menu li {
    padding: 14px 30px;
    background: #55e2e4;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 16px 16px 0 0;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    min-width: 160px;
    text-align: center;
}
.party-tab-menu li.active {
    background: #00b5b5;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.1), 0 4px 10px rgba(0,0,0,0.2);
}
.party-tab-menu li:hover {
    background: #00c4c4;
}
.party-tab-content { 
    display: none; 
}
.party-tab-content.active { 
    display: block; 
}
.tab-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.filter-sidebar { 
    flex: 1 1 250px; max-width: 300px; 
}
.tab-products { 
    flex: 1 1 600px; 
}
.filter-sidebar label { 
    display: block; margin-bottom: 8px; 
}
.filter-toggle-button { 
    display:none; 
}
input { 
    height: 20px; box-shadow: none; width: auto; 
}
div.filter-sidebar input {
    height: 20px;
    box-shadow: none;
    width: 35px !important;
    padding: 16px 20px !important;
}
.party-tab-menu {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.party-tab-menu li {
    padding: 14px 30px;
    background: #55e2e4;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 16px 16px 0 0;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    min-width: 160px;
    text-align: center;
}
.party-tab-menu li.active {
    background: #00b5b5;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.1), 0 4px 10px rgba(0,0,0,0.2);
}
.party-tab-menu li:hover {
    background: #00c4c4;
}

.mini-cart-wrapper {
    margin: 20px auto;
    max-width: 1000px;
    text-align: right;
}

.party-tab-content { display: none; }
.party-tab-content.active { display: block; }

.tab-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.filter-sidebar {
    flex: 1 1 250px;
    max-width: 300px;
}
.tab-products {
    flex: 1 1 600px;
}
.filter-sidebar label {
    display: block;
    margin-bottom: 8px;
}
input[type=checkbox] {
    height: 20px;
    width: auto;
    box-shadow: none;
}

@media(max-width: 768px){
    .tab-layout { flex-direction: column; }
    .filter-sidebar, .tab-products {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .tab-layout {
        flex-direction: column;
    }
    .filter-sidebar, .tab-products {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .filter-content { display: none; padding-top: 10px; }
    .filter-toggle-button {
        display: block;
        background: #00b5b5;
        color: white;
        padding: 10px 20px;
        font-weight: bold;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Age Range Filter */
.age-range-labels {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 35%;
}
.age-slider {
    flex: 1;
    appearance: none;
    height: 6px;
    background: #00b5b5;
    border-radius: 4px;
    outline: none;
}
.age-slider::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #00b5b5;
    border-radius: 50%;
    cursor: pointer;
}
input.venueFilter {
    width: 35px;
}
input.foodFilter {
    width: 35px;
}
input.servicesFilter {
    width: 35px;
}
input.suppliesFilter {
    width: 35px;
}

.woocommerce.columns-3{
    display: flex;
    width: 100%;
}
.woocommerce .products.columns-3{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    width: 100%;
}
.woocommerce .products.columns-3 li{
    margin: 0 !important;
}