.product_sorter{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width:768px){.product_sorter{align-items:center;justify-content:space-between;flex-direction:row}}.product_sorter__products{color:var(--gray-500);font-weight:var(--font-semibold);font-size:18px}.product_sorter__actions{display:flex;gap:.5rem;flex-wrap:nowrap}.product_sorter__actions .p-dropdown-trigger{display:none}@media (min-width:768px){.product_sorter__actions .p-dropdown-trigger{display:flex}}.product_sorter__button{color:black;display:flex;align-items:center;gap:.5rem;line-height:24px;justify-content:center;padding:0 1rem;white-space:nowrap;border:1px solid var(--gray-300);background-color:white;border-radius:var(--border-radius-md)}.product_sorter__button span{display:none}@media (min-width:425px){.product_sorter__button span{display:inline}}@media (min-width:1024px){.product_sorter__button{display:none}}.product_sorter__select{flex:1;min-width:0;border:1px solid var(--gray-300)}.product_sorter__template-select{display:flex;align-items:center;gap:4px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product_sorter__template-select svg{flex-shrink:0}@media (min-width:1024px){.product_sorter__template-select svg{display:none}}.product_sorter__template-select span{display:none}@media (min-width:768px){.product_sorter__template-select span{display:inline}}.product_sorter__template-select b{font-weight:var(--font-bold);overflow:hidden;text-overflow:ellipsis}.product_sorter .base_input_select{gap:0}