.list_produto_page{display:flex;align-items:flex-start}@media screen and (max-width:768px){.list_produto_page{flex-direction:column}}.product_filters{display:flex;position:-webkit-sticky;position:sticky;top:0;width:300px;flex-direction:column;height:-moz-fit-content;height:fit-content;max-height:calc(100dvh - 40px);overflow-y:auto;overflow-x:hidden}@media screen and (max-width:768px){.product_filters{position:relative;width:100%;padding-bottom:20px;max-height:72dvh}}.listaProdutos{display:grid;grid-gap:10px;gap:10px;margin-top:20px;max-width:100%}.listaProdutosNotGrid{grid-template-columns:auto!important}.prodNotSearch{display:flex;flex-direction:column;text-align:center;grid-template-columns:auto;margin-left:20px}@media screen and (max-width:1535px){.prodNotSearch{overflow:hidden;width:100%;margin:0}}@media screen and (max-width:768px){.listaProdutos{max-width:100%!important;margin:0;overflow:hidden;border:0}}.all-displayed-message{padding:12;text-align:"center";opacity:.5;cursor:"default";color:var(--main-text)}.loading-more{width:calc(100% - 320px);margin-left:"auto";min-height:"250px";cursor:"default";position:"relative";text-align:"center"}@media screen and (max-width:768px){.loading-more{width:100%}.all-displayed-message{position:absolute;left:50%;transform:translate(-50%);bottom:-20px}}.filter_mobile{margin-top:20px;width:100%;border:1.5px solid var(--main-background-invert-alpha-20);border-radius:10px;padding:15px 10px}.filter_mobile .btnFilter{width:100%;display:flex;justify-content:space-between;align-items:center}.filter_mobile .btnFilter span{font-family:var(--font-subtitle-family);font-weight:var(--font-subtitle-weight)}.filter_mobile .btnFilter .icon,.filter_mobile .btnFilter span{font-size:var(--font-subtitle-size);color:var(--main-subtitle)}.filter_mobile .btnFilter .icon.filter-arrow.rotate{animation:rotateFilterSecArrow .3s forwards}.filter_mobile .btnFilter .icon.filter-arrow.rotateback{animation:rotateFilterSecArrowBack .3s forwards}@keyframes rotateFilterSecArrow{0%{transform:rotate(0)}to{transform:rotate(90deg)}}@keyframes rotateFilterSecArrowBack{0%{transform:rotate(90deg)}to{transform:rotate(0deg)}}