body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;font-family:Arial,sans-serif;font-size:12px;line-height:1.3}.app{background:#f5f5f5;display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(-225deg,#d4cca7 -200%,#8c4c21);color:#fff;flex-shrink:0;flex-wrap:wrap;gap:.5rem;justify-content:space-between;padding:.1rem .8rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.app-header,.logo-container{align-items:center;display:flex}.logo-container{gap:.2rem}.logo{border-radius:6px;height:75px;object-fit:contain;width:75px}.app-header h1{color:#ffd7a6;font-size:1.25rem;margin:0;white-space:nowrap}.main-content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:.8rem;max-height:calc(97vh - 89px);overflow:hidden;padding:.4rem;width:100%}.categories-section{flex-shrink:0}.categories-section h3{color:#333;font-size:.9rem;font-weight:700;margin-bottom:.4rem}.categories-grid{grid-gap:.4rem;display:grid;gap:.4rem;grid-template-columns:repeat(4,1fr);margin-bottom:0}.category-card{background:#5a3626;border:1px solid #ffd7a6;border-radius:6px;color:#ffd7a6;cursor:pointer;font-size:1rem;font-weight:700;min-height:auto;outline:none;overflow:hidden;padding:.4rem .3rem;text-align:center;text-overflow:ellipsis;transition:all .2s;white-space:nowrap}.category-card.active{background:#8c4c21;color:#fff}.products-section{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.products-section h3{color:#5a3626;flex-shrink:0;font-size:.9rem;font-weight:700;margin-bottom:.4rem}.products-grid-two-column{grid-gap:.8rem;align-items:stretch;flex:1 1;gap:.8rem;grid-auto-rows:minmax(200px,auto);max-height:520px;overflow-x:hidden;overflow-y:auto;padding:.2rem;width:100%}.product-card-two-column{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 8px #0000001a;gap:.6rem;height:100%;min-height:180px;padding:.8rem;position:relative;text-align:center;transition:all .3s ease}.product-card-two-column:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.product-image-two-column{align-items:center;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;display:flex;flex-shrink:0;height:100px;justify-content:center;overflow:hidden;width:100%}.product-img-two-column{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card-two-column:hover .product-img-two-column{transform:scale(1.05)}.product-content-two-column{gap:.4rem;justify-content:space-between}.product-content-two-column,.product-info-two-column{display:flex;flex:1 1;flex-direction:column;min-height:0;width:100%}.product-info-two-column{gap:.3rem}.product-name-two-column{-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;color:#5a3626;display:-webkit-box;flex:1 1;font-size:.8rem;font-weight:700;line-height:1.2;min-height:2rem;overflow:hidden;text-overflow:ellipsis}.product-price-two-column{color:#5a3626;flex-shrink:0;font-size:1rem;font-weight:700;margin-top:auto;padding-top:.2rem;white-space:nowrap}.app-footer{background:linear-gradient(-225deg,#d4cca7 -600%,#8c4c21);border-top:2px solid #ffd7a6;color:#ffd7a6;flex-shrink:0;padding:.8rem;text-align:center}.footer-content{margin:0 auto;max-width:100%}.footer-address{font-size:.9rem;font-weight:700;margin:0;text-shadow:1px 1px 2px #0000004d}.image-error{align-items:center;background:#f0f0f0;border-radius:6px;color:#999;display:flex;font-size:.7rem;height:100%;justify-content:center;width:100%}.products-grid-two-column::-webkit-scrollbar{width:6px}.products-grid-two-column::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.products-grid-two-column::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.products-grid-two-column::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.products-grid-two-column:after{content:"";width:100%}.height-optimized .product-card-two-column{min-height:160px;padding:.6rem}.height-optimized .product-image-two-column{height:90px}.height-optimized .product-name-two-column{-webkit-line-clamp:2;font-size:.75rem;min-height:1.8rem}@media (min-width:768px){.logo{height:75px;width:75px}.products-grid-two-column{gap:1rem;grid-template-columns:repeat(2,1fr)}.product-card-two-column{min-height:200px;padding:1rem}.product-image-two-column{height:120px}.product-name-two-column{-webkit-line-clamp:2;font-size:.85rem}.footer-address{font-size:1rem}}@media (max-width:480px){.categories-grid,.products-grid-two-column{grid-template-columns:repeat(2,1fr)}.products-grid-two-column{gap:.6rem;grid-auto-rows:minmax(170px,auto)}.product-card-two-column{gap:.5rem;min-height:160px;padding:.6rem}.product-image-two-column{height:150px}.product-name-two-column{-webkit-line-clamp:2;font-size:1rem;min-height:1.8rem}.product-price-two-column{font-size:.85rem}.app-header,.logo-container{justify-content:center}.logo-container{align-items:center;display:flex;gap:4px;width:100%}.app-header h1{font-size:1.1rem;line-height:1.2;margin:0;text-align:center;white-space:normal}.logo{height:70px;width:70px}.app-footer{padding:.6rem}.footer-address{font-size:1rem}}@media (max-width:400px){.products-grid-two-column{gap:.5rem;grid-auto-rows:minmax(150px,auto)}.product-card-two-column{min-height:140px;padding:.5rem}.product-image-two-column{height:80px}.product-name-two-column{-webkit-line-clamp:2;font-size:.7rem;min-height:1.6rem}.product-price-two-column{font-size:.8rem}.logo{height:75px;width:75px}.footer-address{font-size:.75rem}}@media (max-width:360px){.categories-grid{grid-template-columns:repeat(3,1fr)}.products-grid-two-column{gap:.4rem;grid-auto-rows:minmax(140px,auto);grid-template-columns:repeat(2,1fr)}.product-card-two-column{min-height:130px;padding:.4rem}.product-image-two-column{height:70px}.product-name-two-column{-webkit-line-clamp:2;font-size:.65rem;min-height:1.4rem}.logo{height:75px;width:75px}.app-footer{padding:.5rem}.footer-address{font-size:.7rem}}#root,.app,body,html{max-width:100vw;overflow-x:hidden}.product-card-two-column{transition:all .3s cubic-bezier(.4,0,.2,1)}.product-image-two-column{position:relative}.product-image-two-column:before{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:6px;bottom:0;content:"";display:none;left:0;position:absolute;right:0;top:0}.product-image-two-column.loading:before{display:block}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.products-grid-two-column{display:grid;grid-auto-rows:minmax(-webkit-min-content,-webkit-max-content);grid-auto-rows:minmax(min-content,max-content);grid-template-columns:repeat(2,1fr)}.product-card-two-column{display:flex;flex-direction:column}@media (max-height:600px){.products-grid-two-column{grid-auto-rows:minmax(130px,auto)}.product-card-two-column{min-height:120px}.product-image-two-column{height:65px}}
/*# sourceMappingURL=main.0669bdac.css.map*/