.header{width:100%;background:#424444;display:flex;justify-content:center;padding:10px 0}.logo-wrapper{display:flex;justify-content:center}.logo{height:75px;width:auto;cursor:pointer}.product-card{border:1px solid #101010;background:#d9d9d9;box-shadow:0 5px 2px #00000030;padding:12px;margin:8px 0 20px;border-radius:8px;display:flex;justify-content:space-between}.product-info{display:flex;flex-direction:column;justify-content:center;margin-right:8px}.product-info h3,.product-info p{margin:4px 0}.product-info h3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;color:#595959;line-height:16px}.price-box{display:flex}.price{font-size:14px;font-weight:700}.regular-price{text-decoration:line-through;font-weight:400;padding-right:5px;opacity:.85}.product-card img{max-width:120px;max-height:120px;object-fit:cover;border-radius:10px}.search-bar{display:flex;align-items:center;border:1px solid #d9d9d9;min-width:300px;border-radius:8px;padding:0 4px;margin:2px 2px 8px;position:relative;background:#d9d9d9}.input-field{flex-grow:1;border:none;outline:none;padding:4px;background-color:transparent}.icon-left{margin-right:8px;cursor:pointer}.icon-right{position:absolute;right:8px;cursor:pointer}.input-field::placeholder{color:#aaa}.categories-bar{position:sticky;top:0;z-index:1000;width:100%;background:inherit;padding:5px 20px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.categories-bar::-webkit-scrollbar{display:none}.categories-list{display:flex;gap:10px;margin:0;padding:0 0 0 20px;list-style:none}.categories-list li{flex:0 0 auto;cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px 8px;border-radius:4px;background:#d9d9d9;transition:background-color .3s}.categories-list li.active{background:#222;color:#fff}#app>div.filter>div.categories-bar>ul>li{-webkit-user-select:none;user-select:none}@media screen and (min-width: 768px){ul.categories-list{justify-content:center}}.filter{position:sticky;top:0;z-index:999;background:var(--vt-c-white-strong);box-shadow:0 2px 5px #0000001a;padding:8px 0;display:flex;flex-direction:column;align-items:center}:root{--vt-c-white: #ffffff;--vt-c-white-soft: #eaeae4;--vt-c-white-strong: #9e9e97;--vt-c-white-mute: #d9d9d9;--vt-c-black: #181818;--vt-c-black-soft: #424444;--vt-c-black-mute: #606262;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: #EAEAE4;--vt-c-text-light-2: #c6c6c6;--vt-c-text-dark-1: var(--vt-c-black);--vt-c-text-dark-2: #4f4f4f}:root{--color-background: var(--vt-c-white);--color-background-header: var(--vt-c-white-strong);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text-header: var(--vt-c-black-mute);--color-text-muted: var(--vt-c-text-dark-2);--color-text: var(--vt-c-text-dark-1);--section-gap: 160px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;background:var(--color-background-soft);color:var(--color-text);transition:color .5s,background-color .5s;line-height:1.6;font-family:Roboto,Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{background-color:var(--cor-cliente);color:var(--color-text-header)}.filter{background:var(--vt-c-white-strong)}.product-card{background-color:var(--color-background-mute);color:var(--color-text)}.product-card .product-info .description{color:var(--color-text-muted)}input[type=text],input[type=number],textarea{font-size:16px}#app{max-width:1200px;margin:auto}#app h2{font-size:18px}#app h3{font-size:16px;font-weight:600}#app p,#app li{font-size:14px}.category-section{width:100%;padding:16px}.category-section>h2{font-weight:700;margin:12px 0}.product-list{display:flex;flex-wrap:wrap}.loader-wrapper{min-height:90vh;position:relative}.loading{position:absolute;top:0;left:0;width:100%}.loading{display:flex;align-items:center;justify-content:center;height:90vh;flex-direction:column;font-size:16px;color:#aaa}.spinner{border:4px solid rgba(255,255,255,.1);border-top:4px solid #aaa;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}@media (max-width: 600px){.category-products{gap:16px}.product-card{flex-direction:row;align-items:center;text-align:left;gap:12px}.product-card>img{max-width:120px;max-height:120px;width:120px;height:120px;object-fit:cover;border-radius:10px;aspect-ratio:1 / 1}.product-card>.product-info{margin:0;align-items:flex-start}.loading{min-height:90vh}.description{min-height:32px}}
