Filtrar y ordenar 8 productos
Disponibilidad
Precio
El precio más alto es $29.99
$
$
Ordenar por:
/* Change the price and availability filter text color */ #FacetFiltersForm h2, #FacetFiltersForm label, #FacetFiltersForm span, #FacetFiltersForm .facets__header, #FacetFiltersForm .facets__price-range-output, #FacetFiltersForm .facets__price-label { color: #ffffff !important; } /* Change the slider track color */ #FacetFiltersForm .noUi-connect { background: #ffffff !important; } /* Change the slider handle (circles) */ #FacetFiltersForm .noUi-handle { background: #ffffff !important; border: 2px solid #ffffff !important; box-shadow: none !important; } /* Change the empty slider bar */ #FacetFiltersForm .noUi-target { background: rgba(255, 255, 255, 0.3) !important; border-color: #ffffff !important; } /* Ensure the price input text is white */ #FacetFiltersForm .facets__price-range input { color: #ffffff !important; background: transparent !important; border: none !important; } /* Change all text inside the filter sidebar to white */ #FacetFiltersForm, #FacetFiltersForm * { color: #ffffff !important; }