.subcategory-hero .category-hero-section {
    background-color: #101B30;
}
.subcategory-hero .subcategory-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(28px) brightness(0.55);
    transform: scale(1.15);
    z-index: 0;
}
.subcategory-hero .category-hero-image {
    display: none;
}
.subcategory-hero .category-hero-content {
    z-index: 2;
}
@media (max-width: 768px) {
    .subcategory-hero .category-hero-section {
        height: 260px;
    }
}

.verified-item li::marker{
    color: #D42B65;
}

.datepicker {
    z-index: 9999 !important;
}
.datepicker.dropdown-menu {
    padding: 8px !important;
    border: 1px solid #e9ecef;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.new-catgeory-subcategories .categories-main-dropdown {
    position: relative;
}
.new-catgeory-subcategories .availability-dropdown .availability-anchor {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
    background: transparent;
}
.new-catgeory-subcategories .sort-by.dropdown-menu {
    padding: 18px !important;
}
.new-catgeory-subcategories .dropdown-menu-right {
    left: 39px !important;
}
.new-catgeory-subcategories .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.sticky-sidebar {
    position: sticky;
    top: 20px;
    overflow: visible;
    padding-right: 10px;
}
.subcategories-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding-bottom: 10px;
    z-index: 1;
}
.subcategories-container {
    overflow: visible !important;
    scrollbar-width: none !important;
}
.new-catgeory-subcategories .dropdown-menu {
    z-index: 1050;
}
.mobile-filter-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}
.filter-icon {
    background: #fff;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}
.mobile-filter-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}
.mobile-filter-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-radius: 16px 16px 0 0;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp 0.3s ease-out;
}
@keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}
.mobile-filter-header-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}
.mobile-filter-title {
    font-size: 18px;
    font-weight: 600;
    color: #101B30;
    margin: 0;
}
.close-filter {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-filter-body {
    margin-top: 20px;
    padding: 0 20px 20px;
}
.filter-section { margin-bottom: 30px; }
.filter-section h6 {
    font-size: 16px;
    font-weight: 600;
    color: #101B30;
    margin-bottom: 15px;
}
.delivery-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.delivery-option {
    align-items: center;
    display: flex;
    gap: 8px;
}
.delivery-option input[type=radio] { accent-color: #D42B65; }
.availability-options {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.availability-option { position: relative; }
.availability-option input[type="radio"] { position: absolute; opacity: 0; }
.availability-option label {
    display: block;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: white;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.availability-option input[type="radio"]:checked + label {
    border-color: #D42B65;
    color: #D42B65;
}
.custom-date-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 10px;
}
.sort-options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.sort-option { position: relative; }
.sort-option input[type="radio"] { position: absolute; opacity: 0; }
.sort-option label {
    display: block;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: white;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.sort-option input[type="radio"]:checked + label {
    color: #D42B65;
    border-color: #D42B65;
}
.price-options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.price-option { position: relative; }
.price-option input[type="radio"] { position: absolute; opacity: 0; }
.price-option label {
    display: block;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: white;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.price-option input[type="radio"]:checked + label {
    color: #D42B65;
    border-color: #D42B65;
}
.filter-actions {
    display: flex;
    gap: 12px;
    padding: 20px;
    border-top: 1px solid #e9ecef;
    background: white;
    position: sticky;
    bottom: 0;
}
.btn-reset {
    flex: 1;
    padding: 12px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
}
.btn-apply {
    flex: 1;
    padding: 12px;
    background: #D42B65;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    cursor: pointer;
}

@media (max-width: 768px) {
    .mobile-filter-header { display: flex; }
    .filter-icon-img { width: 20px; height: 20px; }
    .filters-sections { display: none !important; }
    .mobile-filter-header-subcategory { margin-bottom: 10px; }
}
@media (min-width: 769px) {
    .mobile-filter-header { display: none !important; }
}
