.category-section-wrapper{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100%;gap:1.5rem;margin-top:2rem}.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{width:100%;text-align:right}.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper{display:flex;flex-direction:column}.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper .item-actions-wrapper{display:flex;flex-direction:row;justify-content:space-between;gap:1rem}@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{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}@media(max-width:1024px){.category-section-wrapper .category-items-wrapper .items-and-actions-wrapper .filter-and-sort-wrapper{width:100%;justify-content:flex-end}}.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{margin-top:1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.category-section-wrapper .category-items-wrapper .items-filter-info .filter-chips-wrapper{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;width:100%}.category-section-wrapper .category-items-wrapper .items-filter-info .filter-chips-wrapper .filter-chips{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;flex-wrap:wrap}.category-section-wrapper .product-list-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:1rem 0 2rem;gap:1.5rem}.dialog-title-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.center-content{width:100%;display:flex;align-items:center;justify-content:center}.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{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:.5rem}.filters-wrapper .filter-group h6{padding-bottom:.5rem}.filters-wrapper .filter-group .filter-checkboxes-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem}.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{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.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{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 1rem}.product-card-wrapper .product-info .price-type{margin-top:.5rem}.product-card-wrapper .product-info .info-paragraph{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}.product-card-wrapper .product-info .price-and-action-wrapper{display:flex;flex-direction:row;align-items:self-start;justify-content:left;padding-top:.5rem;border-top:1px solid var(--shade)}.product-card-wrapper .product-info .price-wrapper{display:flex;flex-direction:column;align-items:self-start;justify-content:space-between}.pagination-wrapper{width:100%}.pagination-wrapper .actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1.5rem}@media(max-width:768px){.pagination-wrapper .actions{flex-direction:column}}.pagination-wrapper .actions .per-page-select{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.5rem}.pagination-wrapper .actions .page-switching,.pagination-wrapper .actions .page-switching-buttons{display:inline-flex;flex-direction:row;align-items:center;justify-content:center}.pagination-wrapper .actions .page-switching{gap:1.5rem}.pagination-wrapper .actions .page-switching-buttons{gap:1rem}.service-list-wrapper{display:grid;grid-template-columns:repeat(3,1fr);margin:1rem 0 2rem;gap:1.5rem}@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{padding:1rem;background:var(--background-color);border:2px solid var(--shade);border-radius:.5rem;overflow:hidden}.service-list-wrapper .service-card h4{padding-bottom:0}