.Nav{padding:0 var(--6,16px) 0 var(--9,32px);height:64px;width:100%;display:flex;align-items:center;justify-content:space-between}.Nav button{all:unset;justify-content:center;gap:var(--2,8px);color:#c62a2f;cursor:pointer}.InfoUsuario,.Nav button{display:flex;align-items:center}.InfoUsuario{gap:var(--5,12px);height:96px}.CardProduto{height:160px;width:100%;max-width:405px;position:relative;display:flex;justify-content:center;align-items:center;border-radius:var(--Border-radius-5,12px);border:1px solid var(--Neutral-color-Neutral-6-Enabled-Borders,#dddde3);background:var(--Neutral-color-Neutral-1-Background,#fcfcfd)}.CardProduto-button{position:absolute;right:12px;bottom:12px}.CardProduto dgx-brand{width:75%}@media only screen and (min-width:954px){.CardProduto dgx-brand{width:100%}}.CardProduto-modal{opacity:0;width:420px;height:auto;flex-direction:column;align-items:flex-start;padding:16px 0;border-radius:var(--Border-radius-5,12px);border:.5px solid var(--Neutral-color-Neutral-6-Enabled-Borders,#dddde3);background-color:#f9f9fb;box-shadow:116px 266px 81px 0 transparent,74px 170px 74px 0 rgba(0,0,0,.01),42px 96px 63px 0 rgba(0,0,0,.05),19px 43px 46px 0 rgba(0,0,0,.09),5px 11px 26px 0 rgba(0,0,0,.1);position:absolute}.CardProduto-modal-header{height:64px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #f2f2f5}.CardProduto-modal-body{padding-inline:16px;padding-top:16px;padding-bottom:16px}.CardProduto-modal-footer{display:flex;justify-content:flex-end;padding-inline:16px}.CardProduto:hover .CardProduto-modal{opacity:1;transition:.2s;z-index:1}.ItemListaProduto{width:100%;height:62px;position:relative;padding-inline:var(--4,10px) var(--6,16px);display:flex;align-items:center;justify-content:space-between;border:1px solid var(--Neutral-color-Neutral-6-Enabled-Borders,#dddde3);background:var(--Neutral-color-Neutral-1-Background,#fcfcfd)}.ItemListaProduto:first-child{border-top-left-radius:var(--Border-radius-5,12px);border-top-right-radius:var(--Border-radius-5,12px)}.ItemListaProduto:last-child{border-bottom-left-radius:var(--Border-radius-5,12px);border-bottom-right-radius:var(--Border-radius-5,12px)}.Filtro{gap:var(--4,10px)}.Filtro,.Filtro span{display:flex;align-items:center}.Filtro span{gap:var(--2,6px);height:var(--Tokens-Space-button-height-3,40px);padding:0 var(--5,12px);justify-content:center;cursor:pointer;border-radius:var(--Border-radius-3,6px);border:1px solid var(--Neutral-color-Neutral-6-Enabled-Borders,#dddde3)}.Filtro span dgx-icon{stroke:#4d5056}.Filtro dgx-textfield{height:49px!important}.Header{display:flex;justify-content:space-between;flex-direction:column;align-items:center}@media only screen and (min-width:954px){.Header{flex-direction:row}}