svg.subcategory-toggleCiastkaICiasteczka {
display: none;
}
svg.subcategory-toggleCiastkaDeserowe {
display: none;
}
.subcategory-contentCiastkaDeserowe {
display: none;
}
.subcategory-card-item:has(a[href*="male-wypieki-i-desery"]) {
display: none;
}
svg.mobile-subcategory-toggleCiastkaICiasteczka {
display: none;
}
svg.mobile-subcategory-toggleCiastkaDeserowe {
display: none;
}
.mobile-subcategory-contentCiastkaDeserowe {
display: none;
}
.search-hidden {
display: none !important;
}
.search-section-hidden {
display: none !important;
}
#reset-input-text {
display: flex;
align-items: center;
justify-content: center;
padding: 0.5rem;
transition: opacity 0.2s ease;
}
#reset-input-text:hover {
opacity: 0.7;
}
.search-input-container:not(.has-value) #reset-input-text {
opacity: 0;
pointer-events: none;
}
#product-filters {
display: flex !important;
flex-wrap: wrap;
gap: 0.5rem;
min-height: 0;
}
#product-filters:empty {
display: none;
}
.bakeries-list-scroll::-webkit-scrollbar {
background: white;
}
.bakeries-list-scroll::-webkit-scrollbar-thumb {
background-color: var(--beige);
}