.category-section-wrapper{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:100%;margin-top:2rem;display:flex}.category-section-wrapper .category-filter-wrapper{width:25%}@media (max-width:1024px){.category-section-wrapper .category-filter-wrapper{display:none}}.category-section-wrapper .category-items-wrapper h1{padding-bottom:1rem;font-size:1.728rem}.category-section-wrapper .category-items-wrapper .number-of-products{text-align:right;width:100%}.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper{flex-direction:column;display:flex}.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper .item-actions-wrapper{flex-direction:row;justify-content:space-between;gap:1rem;display:flex}@media (max-width:1024px){.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper .item-actions-wrapper{flex-direction:column}}.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper .filter-and-sort-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:1rem;display:inline-flex}@media (max-width:1024px){.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper .filter-and-sort-wrapper{justify-content:flex-end;width:100%}}.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper .filter-and-sort-wrapper .filter-button-wrapper{width:fit-content}@media (min-width:1024px){.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper .filter-and-sort-wrapper .filter-button-wrapper{display:none}}@media (max-width:1024px){.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper .filter-and-sort-wrapper .filter-button-wrapper{display:block}}.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper .filter-and-sort-wrapper .sorting-actions{width:fit-content}.category-section-wrapper .category-items-wrapper .items-filter-info{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:1rem;display:flex}.category-section-wrapper .category-items-wrapper .items-filter-info .filter-chips-wrapper{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:inline-flex}.category-section-wrapper .category-items-wrapper .items-filter-info .filter-chips-wrapper .filter-chips{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;display:inline-flex}.category-section-wrapper .product-list-wrapper{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin:1rem 0 2rem;display:grid}.dialog-title-wrapper{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.center-content{justify-content:center;align-items:center;width:100%;display:flex}.center-content .rt-Spinner{width:2.5rem;height:2.5rem}
.filters-wrapper h5{padding-bottom:1rem}@media (max-width:1024px){.filters-wrapper h5{display:none}}.filters-wrapper .filter-group{padding-bottom:1.5rem}.filters-wrapper .filter-group .price-filtering-info{flex-direction:row;justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.filters-wrapper .filter-group h6{padding-bottom:.5rem}.filters-wrapper .filter-group .filter-checkboxes-wrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}.filters-wrapper .filter-group .filter-checkboxes-wrapper .checkbox-with-label label{color:var(--gy300)}.filters-wrapper .filter-group .filter-checkboxes-wrapper .checkbox-with-label:has(.radix-checkbox[data-state=checked]) label{color:var(--gy500)}.filters-wrapper .filter-buttons-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}
.product-card-wrapper{background:var(--background-color);border:2px solid var(--shade);border-radius:.5rem;overflow:hidden}.product-card-wrapper:hover{box-shadow:0 1px 5px 0 var(--shade)}.product-card-wrapper .product-card-image img{object-fit:cover}.product-card-wrapper .product-info{flex-direction:column;gap:.25rem;padding:.5rem 1rem;display:flex}.product-card-wrapper .product-info .price-type{margin-top:.5rem}.product-card-wrapper .product-info .info-paragraph{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:inline-flex}.product-card-wrapper .product-info .price-and-action-wrapper{border-top:1px solid var(--shade);flex-direction:row;justify-content:left;align-items:self-start;padding-top:.5rem;display:flex}.product-card-wrapper .product-info .price-wrapper{flex-direction:column;justify-content:space-between;align-items:self-start;display:flex}
.pagination-wrapper{width:100%}.pagination-wrapper .actions{flex-direction:row;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.pagination-wrapper .actions{flex-direction:column}}.pagination-wrapper .actions .per-page-select{flex-direction:row;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.pagination-wrapper .actions .page-switching,.pagination-wrapper .actions .page-switching-buttons{flex-direction:row;justify-content:center;align-items:center;display:inline-flex}.pagination-wrapper .actions .page-switching{gap:1.5rem}.pagination-wrapper .actions .page-switching-buttons{gap:1rem}
.service-list-wrapper{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:1rem 0 2rem;display:grid}@media (max-width:1280px){.service-list-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.service-list-wrapper{grid-template-columns:repeat(1,1fr)}}.service-list-wrapper .service-card{background:var(--background-color);border:2px solid var(--shade);border-radius:.5rem;padding:1rem;overflow:hidden}.service-list-wrapper .service-card h4{padding-bottom:0}
