.main-content{padding:2rem 0}.hero-section{text-align:center;margin-bottom:3rem;animation:fadeIn 0.6s ease-out}.hero-section h2{font-size:2.5rem;font-weight:bold;color:var(--foreground);margin-bottom:1rem}.hero-section p{font-size:1.125rem;color:var(--muted-foreground);max-width:32rem;margin:0 auto}.products-filters{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2.5rem;gap:1rem}.products-filters form{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:420px}.products-filters input[type="text"]{padding:0.75rem 2.5rem 0.75rem 1.25rem;border:1.5px solid var(--primary);border-radius:999px;font-size:1.05rem;width:100%;max-width:420px;outline:none;background:var(--background);color:var(--foreground);box-shadow:0 2px 12px 0 rgba(33,150,243,0.07);transition:border 0.2s,box-shadow 0.2s;margin-bottom:0.5rem}.products-filters input[type="text"]:focus{border-color:var(--primary);box-shadow:0 0 0 2px rgba(33,150,243,0.15);background:var(--muted)}.products-filters select.form-control{width:100%;max-width:420px;padding:0.75rem 1rem;border:1.5px solid var(--primary);border-radius:var(--radius);background:var(--background);color:var(--foreground);font-size:1.05rem;transition:border 0.2s,box-shadow 0.2s;cursor:pointer}.products-filters select.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 2px rgba(33,150,243,0.15);background:var(--muted);outline:none}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem;justify-items:center}.product-card{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden;transition:var(--transition);animation:fadeIn 0.6s ease-out;animation-fill-mode:both;width:100%;max-width:340px}.product-card:hover{box-shadow:var(--shadow-hover)}.product-image{width:100%;aspect-ratio:1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.product-name{font-size:1.125rem;font-weight:600;color:var(--card-foreground);margin-bottom:0.5rem}.product-category{color:var(--muted-foreground);font-size:0.9rem;margin:0.25rem 0}.product-price{font-size:1.5rem;font-weight:bold;color:var(--primary)}.contact-section{text-align:center;margin-top:3rem;background:linear-gradient(to right,rgba(33,150,243,0.1),rgba(63,81,181,0.1));padding:2rem;border-radius:var(--radius-lg);border:1px solid rgba(33,150,243,0.2);animation:fadeIn 0.6s ease-out;animation-delay:0.8s;animation-fill-mode:both}.contact-section h3{font-size:1.5rem;font-weight:bold;color:var(--foreground);margin-bottom:1rem}.contact-section p{color:var(--muted-foreground);margin-bottom:1.5rem}.contact-phones{display:flex;flex-direction:column;gap:1rem;align-items:center;color:var(--primary);font-weight:600;font-size:1.125rem}.phone{transition:var(--transition-fast);cursor:pointer}.phone:hover{transform:scale(1.05)}.separator{color:var(--muted-foreground);display:none}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:60;opacity:0;visibility:hidden;transition:var(--transition)}.cart-overlay.active{opacity:1;visibility:visible}.cart-sidebar{position:fixed;top:0;right:0;width:100%;max-width:480px;height:100%;background:var(--background);z-index:61;transform:translateX(100%);transition:var(--transition);display:flex;flex-direction:column}.cart-sidebar.active{transform:translateX(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border)}.cart-header h3{font-size:1.25rem;font-weight:bold;color:var(--foreground)}.cart-close{background:transparent;border:none;cursor:pointer;padding:0.5rem;border-radius:var(--radius-sm);color:var(--foreground);transition:var(--transition-fast)}.cart-close:hover{background:var(--muted)}.cart-close i{width:1.25rem;height:1.25rem}.cart-content{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:2rem 0}.cart-empty p{color:var(--muted-foreground)}.cart-item{display:flex;align-items:center;gap:0.75rem;background:var(--card);padding:0.75rem;border-radius:var(--radius);border:1px solid var(--border);margin-bottom:1rem}.cart-item-image{width:4rem;height:4rem;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-weight:600;font-size:0.875rem;color:var(--card-foreground);margin-bottom:0.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-price{color:var(--primary);font-weight:bold;font-size:0.875rem}.cart-item-controls{display:flex;align-items:center;gap:0.5rem;margin-top:0.5rem}.quantity-btn,.remove-btn{width:2rem;height:2rem;border:1px solid var(--border);background:var(--background);border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.quantity-btn:hover{background:var(--muted)}.quantity-btn i{width:0.75rem;height:0.75rem}.remove-btn{background:var(--destructive);color:var(--destructive-foreground);border-color:var(--destructive);margin-left:0.5rem}.remove-btn:hover{opacity:0.9}.quantity-display{font-weight:600;min-width:2rem;text-align:center;font-size:0.875rem}.cart-footer{border-top:1px solid var(--border);padding:1.5rem}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-total span:first-child{font-size:1.125rem;font-weight:600}.total-price{font-size:1.5rem;font-weight:bold;color:var(--primary)}.checkout-button{width:100%;background:var(--gradient-primary);color:var(--primary-foreground);border:none;padding:1rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition)}.checkout-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.toast{position:fixed;top:2rem;right:2rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-hover);padding:1rem;z-index:70;transform:translateX(120%);transition:var(--transition);max-width:400px}.toast.active{transform:translateX(0)}.toast-content{display:flex;align-items:flex-start;gap:0.75rem}.toast-content i{width:1.25rem;height:1.25rem;color:#22c55e;flex-shrink:0;margin-top:0.125rem}.toast-text strong{display:block;color:var(--foreground);font-weight:600;margin-bottom:0.25rem}.toast-text p{color:var(--muted-foreground);font-size:0.875rem;margin:0}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){.contact-phones{flex-direction:row;justify-content:center}.separator{display:inline}}@media (min-width:768px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.toast{max-width:500px}}@media (max-width:480px){.cart-sidebar{max-width:100%}.hero-section h2{font-size:2rem}.toast{left:1rem;right:1rem;top:1rem}}.products-grid.loading{opacity:0.6;pointer-events:none;transition:opacity 0.3s ease}.search-loading{position:relative}.search-loading::after{content:'';position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;border:2px solid var(--muted-foreground);border-top:2px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}.products-grid:empty::after{content:'Nenhum produto encontrado.';display:block;text-align:center;padding:3rem 2rem;color:var(--muted-foreground);font-size:1.125rem;grid-column:1 / -1}.form-section{max-width:500px;margin:0 auto;background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:2rem 2rem 1.5rem 2rem;margin-top:3.5rem}.form-title{font-size:2rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.25rem}label{font-weight:600;color:var(--foreground);margin-bottom:0.5rem;display:block}input.form-control,select.form-control{width:100%;padding:0.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--muted);color:var(--foreground);font-size:1rem;transition:border 0.2s;margin-top:0.25rem}input.form-control:focus,select.form-control:focus{border-color:var(--primary);outline:none}.checkout-total-row{display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.w-100{width:100%}.alert{padding:0.75rem 1rem;border-radius:var(--radius);background:var(--destructive);color:var(--destructive-foreground);font-weight:600;margin-top:1rem;text-align:center}@media (max-width:600px){.form-section{padding:1rem 0.5rem 1rem 0.5rem}.form-group{margin-bottom:1rem}.btn-primary{font-size:1rem;padding:0.8rem 1rem}}.add-btn{text-decoration:none;background:var(--gradient-primary);color:var(--primary-foreground);border:none;padding:0.75rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-card)}.add-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.cancel-btn{text-decoration:none;background:var(--destructive);color:var(--destructive-foreground);border:none;padding:0.75rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-card)}.cancel-btn:hover{background:hsl(0,84%,50%);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.add-btn:active,.cancel-btn:active{transform:translateY(0)}.pagination-section{margin-top:3rem;margin-bottom:2rem}.pagination-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.pagination{display:flex;list-style:none;padding:0;margin:0;gap:0.25rem;background:var(--card);border-radius:var(--radius);padding:0.5rem;box-shadow:var(--shadow-card);border:1px solid var(--border)}.page-item{display:flex}.page-link{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0.5rem 0.75rem;border-radius:var(--radius-sm);text-decoration:none;color:var(--foreground);background:transparent;border:1px solid transparent;transition:var(--transition-fast);font-weight:500;font-size:0.875rem}.page-link:hover{background:var(--muted);color:var(--foreground)}.page-item.active .page-link{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);font-weight:600}.page-item.disabled .page-link{color:var(--muted-foreground);cursor:not-allowed;opacity:0.5}.page-item.disabled .page-link:hover{background:transparent;color:var(--muted-foreground)}.pagination-info{text-align:center}.pagination-info p{color:var(--muted-foreground);font-size:0.875rem;margin:0}@media (max-width:640px){.pagination{gap:0.125rem;padding:0.375rem}.page-link{min-width:2.25rem;height:2.25rem;padding:0.375rem 0.5rem;font-size:0.8125rem}.pagination-wrapper{margin:0 1rem}.pagination-info p{font-size:0.8125rem}}@media (max-width:480px){.pagination{flex-wrap:wrap;justify-content:center}.page-link{min-width:2rem;height:2rem;padding:0.25rem 0.375rem;font-size:0.75rem}}.pagination .page-link:focus{outline:2px solid var(--primary);outline-offset:2px}.pagination .page-item.active .page-link:focus{outline-color:var(--primary-foreground)}